ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes bug...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: Lennart Poettering <lennart at poettering dot net>
4
5         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
6         (gst_pulseprobe_free):
7         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
8
9 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
10
11         * gst/spectrum/Makefile.am:
12         * gst/spectrum/README:
13         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
14         (gst_spectrum_class_init), (gst_spectrum_init),
15         (gst_spectrum_reset_state), (gst_spectrum_finalize),
16         (gst_spectrum_set_property), (gst_spectrum_start),
17         (gst_spectrum_stop), (gst_spectrum_setup),
18         (gst_spectrum_transform_ip):
19         * gst/spectrum/gstspectrum.h:
20         Post a spectrum message on the bus for every interval, even
21         if the interval is small than the length of the FFT.
22         Fixes bug #567642.
23
24         Major cleanup of the spectrum element.
25
26 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * configure.ac:
29         * gst/audiofx/Makefile.am:
30         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
31         (gst_audio_fir_filter_class_init),
32         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
33         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
34         (gst_audio_fir_filter_set_property),
35         (gst_audio_fir_filter_get_property):
36         * gst/audiofx/audiofirfilter.h:
37         * gst/audiofx/audiofx.c: (plugin_init):
38         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
39         (gst_audio_iir_filter_class_init),
40         (gst_audio_iir_filter_update_coefficients),
41         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
42         (gst_audio_iir_filter_finalize),
43         (gst_audio_iir_filter_set_property),
44         (gst_audio_iir_filter_get_property):
45         * gst/audiofx/audioiirfilter.h:
46         Add audioiirfilter and audiofirfilter elements which allow
47         generic IIR/FIR filters to be implemented by providing the
48         filter coefficients. Fixes bug #567577.
49
50         * docs/plugins/Makefile.am:
51         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
52         * docs/plugins/gst-plugins-good-plugins-sections.txt:
53         * docs/plugins/gst-plugins-good-plugins.args:
54         * docs/plugins/gst-plugins-good-plugins.hierarchy:
55         * docs/plugins/gst-plugins-good-plugins.signals:
56         * docs/plugins/inspect/plugin-alaw.xml:
57         * docs/plugins/inspect/plugin-audiofx.xml:
58         * docs/plugins/inspect/plugin-avi.xml:
59         * docs/plugins/inspect/plugin-flac.xml:
60         * docs/plugins/inspect/plugin-mulaw.xml:
61         * docs/plugins/inspect/plugin-video4linux2.xml:
62         * docs/plugins/inspect/plugin-wavparse.xml:
63         Add documentation for the audioiirfilter and audiofirfilter
64         elements.
65
66         * tests/check/Makefile.am:
67         * tests/check/elements/audiofirfilter.c: (on_message),
68         (on_rate_changed), (on_handoff), (GST_START_TEST),
69         (audiofirfilter_suite):
70         * tests/check/elements/audioiirfilter.c: (on_message),
71         (on_rate_changed), (on_handoff), (GST_START_TEST),
72         (audioiirfilter_suite):
73         * tests/examples/Makefile.am:
74         * tests/examples/audiofx/Makefile.am:
75         * tests/examples/audiofx/firfilter-example.c: (on_message),
76         (on_rate_changed), (main):
77         * tests/examples/audiofx/iirfilter-example.c: (on_message),
78         (on_rate_changed), (main):
79         Add unit tests and example applications for the two filter
80         elements.
81
82 2009-01-13  Michael Smith <msmith@songbirdnest.com>
83
84         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
85         * gst/qtdemux/qtdemux.c:
86           Fix format string for guint64.
87
88 2009-01-13  Michael Smith <msmith@songbirdnest.com>
89
90         * sys/osxaudio/Makefile.am:
91           osxaudio plugin now requires AudioUnit framework, so link against that.
92           Clean up tabs v spaces while I'm there.
93
94 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
97         (print_stats), (main):
98         Add some example code for printing the RTP manager stats.
99
100 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
101
102         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
103         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
104         (gst_audio_cheb_band_set_property):
105         * gst/audiofx/audiochebband.h:
106         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
107         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
108         (gst_audio_cheb_limit_set_property):
109         * gst/audiofx/audiocheblimit.h:
110         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
111         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
112         (gst_audio_wsincband_set_property):
113         * gst/audiofx/audiowsincband.h:
114         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
115         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
116         (gst_audio_wsinclimit_set_property):
117         * gst/audiofx/audiowsinclimit.h:
118         Use a custom mutex for protecting the instance fields instead of
119         the GstObject lock. Using the latter can lead to deadlocks, especially
120         with the FIR filters when updating the latency.
121
122 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
123
124         * gst/audiofx/Makefile.am:
125         * gst/audiofx/audiofxbasefirfilter.c:
126         (gst_audio_fx_base_fir_filter_dispose),
127         (gst_audio_fx_base_fir_filter_base_init),
128         (gst_audio_fx_base_fir_filter_class_init),
129         (gst_audio_fx_base_fir_filter_init),
130         (gst_audio_fx_base_fir_filter_push_residue),
131         (gst_audio_fx_base_fir_filter_setup),
132         (gst_audio_fx_base_fir_filter_transform),
133         (gst_audio_fx_base_fir_filter_start),
134         (gst_audio_fx_base_fir_filter_stop),
135         (gst_audio_fx_base_fir_filter_query),
136         (gst_audio_fx_base_fir_filter_query_type),
137         (gst_audio_fx_base_fir_filter_event),
138         (gst_audio_fx_base_fir_filter_set_kernel):
139         * gst/audiofx/audiofxbasefirfilter.h:
140         * gst/audiofx/audiofxbaseiirfilter.c:
141         Implement a base class for generic audio FIR filters.
142
143         * gst/audiofx/audiowsincband.c:
144         (gst_gst_audio_wsincband_mode_get_type),
145         (gst_gst_audio_wsincband_window_get_type),
146         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
147         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
148         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
149         (gst_audio_wsincband_get_property):
150         * gst/audiofx/audiowsincband.h:
151         * gst/audiofx/audiowsinclimit.c:
152         (gst_audio_wsinclimit_mode_get_type),
153         (gst_audio_wsinclimit_window_get_type),
154         (gst_audio_wsinclimit_base_init),
155         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
156         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
157         (gst_audio_wsinclimit_set_property),
158         (gst_audio_wsinclimit_get_property):
159         * gst/audiofx/audiowsinclimit.h:
160         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
161         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
162         Use this new base class for audiowsincband and audiowsinclimit.
163         Also cleanup both elements.
164
165 2009-01-08  Michael Smith <msmith@songbirdnest.com>
166
167         * gst/qtdemux/qtdemux.c:
168           In push mode, error out if we get EOS before we've created any srcpads.
169           Handle (in pull mode) some files that have a truncated moov atom where
170           the final sub-atom is a 'free' atom and the contents of that are not
171           present in the file.
172
173 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
174
175         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
176         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
177         Some cleanups, refactoring and minor enhancements in caps handling.
178
179         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
180         (gst_matroska_mux_init), (gst_matroska_pad_reset),
181         (gst_matroska_pad_free), (gst_matroska_mux_reset),
182         (gst_matroska_mux_video_pad_setcaps),
183         (gst_matroska_mux_request_new_pad):
184         * tests/check/elements/matroskamux.c: (teardown_src_pad):
185         Only remove, release or reset what is appropriate upon state change.
186
187 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * ext/pulse/pulsesink.c:
190         * ext/pulse/pulsesink.h:
191         Use a mutex to protect the current stream pointer, and ignore
192         callbacks for stream objects that have been destroyed already.
193         Fixes problems with unprepare/prepare cycles caused by the input
194         caps changing, without reintroducing bug #556986.
195
196 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
197
198         * sys/v4l2/gstv4l2src.c:
199         Remove () from translateable string, so that it makes more sense.
200
201 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
202
203         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
204         Minor fix/cleanup in header field calculation.
205
206 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
207
208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
209         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
210         * gst/matroska/matroska-mux.h:
211         Remove internal taglist and fully use tagsetter interface.
212
213 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
214
215         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
216         (gst_avi_mux_riff_get_avi_header):
217         * gst/avi/gstavimux.h:
218         Ensure header size invariance during subsequent rewrite by using
219         tags snapshot.
220
221 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
224         Don't wait for the pulse mainloop when destroying the stream.
225         Fixes a deadlock when the pulsedaemon goes away while pulsesink
226         is PLAYING. Fixes bug #556986.
227
228 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
229
230         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
231                   Luotao Fu <l dot fu at pengutronix dot de>
232
233         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
234         (gst_v4l2_get_caps_info):
235         Add support for grayscale v4l2 devices. Fixes bug #566616.
236
237 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
238
239         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
240         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
241         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
242         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
243         * gst/qtdemux/qtdemux.h:
244         * gst/qtdemux/quicktime.c: (plugin_init):
245         Streamline tag handling and pass unparsed tags as binary blob
246         in private tag.
247
248 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
249
250         * gst/audiofx/Makefile.am:
251         * gst/audiofx/audiofxbaseiirfilter.c:
252         (gst_audio_fx_base_iir_filter_base_init),
253         (gst_audio_fx_base_iir_filter_dispose),
254         (gst_audio_fx_base_iir_filter_class_init),
255         (gst_audio_fx_base_iir_filter_init),
256         (gst_audio_fx_base_iir_filter_calculate_gain),
257         (gst_audio_fx_base_iir_filter_set_coefficients),
258         (gst_audio_fx_base_iir_filter_setup), (process),
259         (gst_audio_fx_base_iir_filter_transform_ip),
260         (gst_audio_fx_base_iir_filter_stop):
261         * gst/audiofx/audiofxbaseiirfilter.h:
262         Implement a base class for IIR filters.
263
264         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
265         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
266         (generate_coefficients), (gst_audio_cheb_band_set_property),
267         (gst_audio_cheb_band_setup):
268         * gst/audiofx/audiochebband.h:
269         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
270         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
271         (generate_coefficients), (gst_audio_cheb_limit_set_property),
272         (gst_audio_cheb_limit_setup):
273         * gst/audiofx/audiocheblimit.h:
274         Use the IIR filter base class for the chebyshev filters.
275
276 2009-01-02  Michael Smith <msmith@songbirdnest.com>
277
278           Patch by: Justin Karnegas <justin@affinix.com> and
279                     Michael Smith <msmith@songbirdnest.com>
280         * sys/osxaudio/gstosxaudio.c:
281         * sys/osxaudio/gstosxaudioelement.c:
282         * sys/osxaudio/gstosxaudioelement.h:
283         * sys/osxaudio/gstosxaudiosink.c:
284         * sys/osxaudio/gstosxaudiosink.h:
285         * sys/osxaudio/gstosxaudiosrc.c:
286         * sys/osxaudio/gstosxaudiosrc.h:
287         * sys/osxaudio/gstosxringbuffer.c:
288         * sys/osxaudio/gstosxringbuffer.h:
289           Rewrite osxaudio to work more flexibly and more reliably, using a
290           different abstraction layer of coreaudio that is the recommended way of
291           doing low-level audio I/O on OSX.
292           Fixes byg #564948.
293
294 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
295
296         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
297         Add example RTP transcoding pipeline from any file decodedable with
298         uridecodebin.
299
300 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
301
302         * tests/examples/rtp/.cvsignore:
303         * tests/examples/rtp/Makefile.am:
304         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
305         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
306         Add two C examples of using gstrtpbin as a sender and a receiver.
307
308 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
309
310         * ChangeLog:
311         Remove conflict marker from ChangeLog
312
313 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
314
315         Patch by: j^ <j at oil21.org>
316
317         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
318         (qtdemux_audio_caps):
319         Add codec mapping for xvid, fmp4 and ac3 tracks.
320         Fixes #565850
321
322 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
323
324         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
325         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
326         (gst_smokeenc_chain), (gst_smokeenc_change_state):
327         * ext/jpeg/gstsmokeenc.h:
328         Implement getcaps function.
329         Set caps on the pad and on all outgoing buffers.
330         Fixes #565441.
331
332 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
333
334         * ext/pulse/pulsemixerctrl.c:
335           And remove temporary comment pointing to the bug ticket.
336
337         * gst/avi/gstavimux.c:
338           Move reoccuring logging to LOG and log instance too.
339
340 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
341
342         * ext/pulse/pulsemixerctrl.c:
343           Don't leak the pa_operation.
344
345 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
346
347         * configure.ac:
348           Require core cvs.
349
350 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
351
352         * gst/avi/gstavimux.c:
353           Rename api from _flush to _reset_tags. 
354
355 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
356
357         * gst/avi/gstavimux.c:
358           Use new tagsetter api to flush tags.
359
360 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
361
362         * tests/check/elements/deinterleave.c: (deinterleave_suite):
363         Increase timeout to 3 minutes to prevent timeouts.
364
365 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
366
367         * tests/check/elements/interleave.c: (interleave_suite):
368         Increase timeout to 3 minutes to prevent timeouts.
369
370 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
371
372         * gst/avi/gstavimux.c:
373         * gst/avi/gstavimux.h:
374           Totally remove the internal taglists and fully use tagsetter.
375
376 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
377
378         * gst/avi/gstavimux.c:
379           Instead of filtering wrongly just use the mergemode. Applications is
380           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
381           avi for real (I hope). Everyone chime in, before I fix the others.
382
383 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
384
385         * ext/pulse/pulsemixerctrl.c:
386           Add note about memleak.
387
388 2008-12-13  Edward Hervey  <bilboed@gmail.com>
389
390         * m4/Makefile.am:
391         A couple more .m4 that aren't shipped anymore with gettext 0.17.
392
393 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
394
395         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
396         (gst_flac_dec_init):
397         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
398         (gst_alaw_dec_init):
399         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
400         (gst_alaw_enc_init):
401         * gst/law/alaw.c: (plugin_init):
402         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
403         (gst_mulawdec_init):
404         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
405         (gst_mulawenc_init):
406         * gst/law/mulaw.c: (plugin_init):
407         Switch to using GstStaticPadTemplate.
408         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
409         Don't forget to free the addrinfo structure.
410         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
411         (gst_wavparse_sink_activate):
412         Don't forget to unref the GstAdapter.
413
414 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
415
416         * m4/Makefile.am:
417         inttypes.m4 hasn't been available since gettext-0.15, and since we now
418         require gettext >= 0.17 ... we can remove it from the list of files to
419         dist.
420
421 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
422
423         * gst/avi/gstavidemux.c:
424           More logging.
425
426         * gst/avi/gstavimux.c:
427           Handle more metadata fields. Better estimate of metadata size. Don't
428           merge received tags, if application has specified tags using
429           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
430
431 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
432
433         * tests/check/Makefile.am:
434         Also ignore pulsemixer for the states unit test.
435
436 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
437
438         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
439         Add an EOI marker at the end of the jpeg frame when it's missing.
440         Fixes #563056.
441
442 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
443
444         * tests/check/elements/videocrop.c: (check_1x1_buffer):
445         Update the unit test for the new color values for BT.601 red.
446         Fixes bug #563510.
447
448 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
449
450         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
451           Restore previous behaviour of not passing QoS and navigation
452           events upstream, which presumably wasn't meant to be changed.
453
454 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
455
456         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
457         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
458         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
459         (gst_dvdemux_chain), (gst_dvdemux_loop),
460         (gst_dvdemux_change_state):
461         Add srcpads only when needed and remove them again when going
462         back to READY. This prevents stalled pipelines if there's no
463         audio inside the DV stream, which happens for many MXF files.
464
465 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
466
467         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
468         (run_server):
469         The ports in libsoup are unsigned integers and not signed
470         integers.
471
472 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
473
474         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
475         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
476         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
477         (gst_dvdemux_chain), (gst_dvdemux_loop),
478         (gst_dvdemux_change_state):
479         Add srcpads only when they're needed. If we add all pads in any
480         case we will get a stalling audio pad if the stream contains
481         no audio, which is the case for many MXF files.
482
483 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
484
485         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
486         Forward all events upstream unless it's something we really
487         don't handle. This fixes latency configuration of pipelines.
488
489 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
490
491         * ext/dv/gstdv.c: (plugin_init):
492         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
493         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
494         Really call dv_init() exactly one time, not one time for
495         the demuxer and one time for the decoder.
496
497 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
498
499         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
500         Copy incomming timestamp to outgoing packets.
501
502 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
505         (gst_rtp_mp4v_pay_event):
506         Don't try to push packets before we could find a valid config
507         startcode. Fixes #563509.
508
509 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         Patch by: Brian Cameron <brian.cameron at sun dot com>
512
513         * sys/sunaudio/gstsunaudiomixerctrl.c:
514         (gst_sunaudiomixer_ctrl_open):
515         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
516
517 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
520
521         * configure.ac:
522         Make usage of libv4l optional by a configure parameter.
523         Fixes bug #563504.
524
525 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
526
527         * docs/plugins/Makefile.am:
528         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
530         * docs/plugins/gst-plugins-good-plugins.args:
531         * docs/plugins/gst-plugins-good-plugins.hierarchy:
532         * docs/plugins/gst-plugins-good-plugins.interfaces:
533         * docs/plugins/inspect/plugin-1394.xml:
534         * docs/plugins/inspect/plugin-aasink.xml:
535         * docs/plugins/inspect/plugin-alaw.xml:
536         * docs/plugins/inspect/plugin-alpha.xml:
537         * docs/plugins/inspect/plugin-alphacolor.xml:
538         * docs/plugins/inspect/plugin-annodex.xml:
539         * docs/plugins/inspect/plugin-apetag.xml:
540         * docs/plugins/inspect/plugin-audiofx.xml:
541         * docs/plugins/inspect/plugin-auparse.xml:
542         * docs/plugins/inspect/plugin-autodetect.xml:
543         * docs/plugins/inspect/plugin-avi.xml:
544         * docs/plugins/inspect/plugin-cacasink.xml:
545         * docs/plugins/inspect/plugin-cairo.xml:
546         * docs/plugins/inspect/plugin-cutter.xml:
547         * docs/plugins/inspect/plugin-debug.xml:
548         * docs/plugins/inspect/plugin-dv.xml:
549         * docs/plugins/inspect/plugin-efence.xml:
550         * docs/plugins/inspect/plugin-effectv.xml:
551         * docs/plugins/inspect/plugin-equalizer.xml:
552         * docs/plugins/inspect/plugin-esdsink.xml:
553         * docs/plugins/inspect/plugin-flac.xml:
554         * docs/plugins/inspect/plugin-flxdec.xml:
555         * docs/plugins/inspect/plugin-gamma.xml:
556         * docs/plugins/inspect/plugin-gconfelements.xml:
557         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
558         * docs/plugins/inspect/plugin-goom.xml:
559         * docs/plugins/inspect/plugin-goom2k1.xml:
560         * docs/plugins/inspect/plugin-halelements.xml:
561         * docs/plugins/inspect/plugin-icydemux.xml:
562         * docs/plugins/inspect/plugin-id3demux.xml:
563         * docs/plugins/inspect/plugin-interleave.xml:
564         * docs/plugins/inspect/plugin-jpeg.xml:
565         * docs/plugins/inspect/plugin-level.xml:
566         * docs/plugins/inspect/plugin-matroska.xml:
567         * docs/plugins/inspect/plugin-monoscope.xml:
568         * docs/plugins/inspect/plugin-mulaw.xml:
569         * docs/plugins/inspect/plugin-multifile.xml:
570         * docs/plugins/inspect/plugin-multipart.xml:
571         * docs/plugins/inspect/plugin-navigationtest.xml:
572         * docs/plugins/inspect/plugin-ossaudio.xml:
573         * docs/plugins/inspect/plugin-png.xml:
574         * docs/plugins/inspect/plugin-pulseaudio.xml:
575         * docs/plugins/inspect/plugin-quicktime.xml:
576         * docs/plugins/inspect/plugin-replaygain.xml:
577         * docs/plugins/inspect/plugin-rtp.xml:
578         * docs/plugins/inspect/plugin-rtsp.xml:
579         * docs/plugins/inspect/plugin-shout2send.xml:
580         * docs/plugins/inspect/plugin-smpte.xml:
581         * docs/plugins/inspect/plugin-soup.xml:
582         * docs/plugins/inspect/plugin-spectrum.xml:
583         * docs/plugins/inspect/plugin-speex.xml:
584         * docs/plugins/inspect/plugin-taglib.xml:
585         * docs/plugins/inspect/plugin-udp.xml:
586         * docs/plugins/inspect/plugin-video4linux2.xml:
587         * docs/plugins/inspect/plugin-videobalance.xml:
588         * docs/plugins/inspect/plugin-videobox.xml:
589         * docs/plugins/inspect/plugin-videocrop.xml:
590         * docs/plugins/inspect/plugin-videoflip.xml:
591         * docs/plugins/inspect/plugin-videomixer.xml:
592         * docs/plugins/inspect/plugin-wavenc.xml:
593         * docs/plugins/inspect/plugin-wavpack.xml:
594         * docs/plugins/inspect/plugin-wavparse.xml:
595         * docs/plugins/inspect/plugin-ximagesrc.xml:
596         * gst/matroska/matroska-demux.c:
597         * gst/matroska/matroska-demux.h:
598         * gst/matroska/matroska-mux.c:
599         * gst/matroska/matroska-mux.h:
600         Add documentation for matroskamux and matroskademux and
601         update the inspection xml files.
602
603 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
604
605         * configure.ac:
606         Apparently AC_CONFIG_MACRO_DIR breaks when using more
607         than one macro directory, reverting last change.
608
609 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
610
611         * configure.ac:
612         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
613         our M4 macros.
614
615 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
616
617         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
618         Provide the parameters that are required for the format string
619         to fix a compiler warning.
620
621 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
622
623         * gst/autodetect/gstautoaudiosrc.c:
624           Fix classification.
625
626 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
627
628         Patch by: Cygwin Ports maintainer
629                   <yselkowitz at users dot sourceforge dot net>
630
631         * autogen.sh:
632         * configure.ac:
633         Require gettext 0.17 because older versions don't mix with libtool
634         2.2. At build time an older gettext version will still work.
635         Fixes bug #556091.
636
637 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         Patch by: Peter Kjellerstedt <pkj at axis com>
640
641         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
642         Make gst_multiudpsink_render() ignore errors from sendto() instead of
643         breaking streaming. Emit a warning instead. Fixes #562572.
644
645 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
646
647         Patch by: Ron McOuat <rmcouat at smartt dot com>
648
649         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
650         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
651         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
652         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
653         * ext/soup/gstsouphttpsrc.h:
654         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
655         (digest_auth_cb), (run_test), (GST_START_TEST),
656         (souphttpsrc_suite), (run_server):
657         Add support for basic and digest authentication in souphttpsrc.
658         Fixes bug #561775.
659
660 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
661
662         Patch by: Pepijn Van Eeckhoudt
663                       <pepijn dot vaneeckhoudt at luciad dot com>
664
665         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
666         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
667         * gst/wavenc/gstwavenc.h:
668         * gst/wavenc/riff.h:
669         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
670
671 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         Patch by: 이문형 <iwings at gmail dot com>
674
675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
676         Prevent further read/write actions taken to the connect-failed socket by
677         erroring out quickly. See #562258.
678
679 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
680
681         * tests/examples/level/level-example.c:
682           Set fakesink to sync. Otherwise people might question the message
683           interval. Nevertheless the timestamp in the message is what matters.
684
685 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
686
687         * tests/icles/.cvsignore:
688         cvsignore newly generated file.
689
690 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         * gst/rtp/gstasteriskh263.c:
693         * gst/rtp/gstasteriskh263.h:
694         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
695         * gst/rtp/gstrtpL16depay.h:
696         * gst/rtp/gstrtpL16pay.c:
697         * gst/rtp/gstrtpL16pay.h:
698         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
699         * gst/rtp/gstrtpac3depay.h:
700         * gst/rtp/gstrtpamrdepay.c:
701         * gst/rtp/gstrtpamrdepay.h:
702         * gst/rtp/gstrtpamrpay.c:
703         * gst/rtp/gstrtpamrpay.h:
704         * gst/rtp/gstrtpdepay.c:
705         * gst/rtp/gstrtpdepay.h:
706         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
707         * gst/rtp/gstrtpg726depay.c:
708         * gst/rtp/gstrtpg726pay.c:
709         * gst/rtp/gstrtpg729depay.c:
710         * gst/rtp/gstrtpg729pay.c:
711         * gst/rtp/gstrtpgsmdepay.c:
712         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
713         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
714         * gst/rtp/gstrtph263depay.h:
715         * gst/rtp/gstrtph263pay.c:
716         * gst/rtp/gstrtph263pay.h:
717         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
718         * gst/rtp/gstrtph263pdepay.h:
719         * gst/rtp/gstrtph263ppay.c:
720         * gst/rtp/gstrtph263ppay.h:
721         * gst/rtp/gstrtph264depay.c:
722         * gst/rtp/gstrtph264depay.h:
723         * gst/rtp/gstrtph264pay.c:
724         * gst/rtp/gstrtph264pay.h:
725         * gst/rtp/gstrtpilbcdepay.c:
726         * gst/rtp/gstrtpilbcpay.c:
727         * gst/rtp/gstrtpjpegdepay.h:
728         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
729         * gst/rtp/gstrtpmp1sdepay.h:
730         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
731         * gst/rtp/gstrtpmp2tdepay.h:
732         * gst/rtp/gstrtpmp2tpay.c:
733         * gst/rtp/gstrtpmp2tpay.h:
734         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
735         * gst/rtp/gstrtpmp4apay.c:
736         * gst/rtp/gstrtpmp4apay.h:
737         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
738         * gst/rtp/gstrtpmp4gdepay.h:
739         * gst/rtp/gstrtpmp4gpay.c:
740         * gst/rtp/gstrtpmp4gpay.h:
741         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
742         * gst/rtp/gstrtpmp4vdepay.h:
743         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
744         * gst/rtp/gstrtpmp4vpay.h:
745         * gst/rtp/gstrtpmpadepay.c:
746         * gst/rtp/gstrtpmpadepay.h:
747         * gst/rtp/gstrtpmpapay.c:
748         * gst/rtp/gstrtpmpapay.h:
749         * gst/rtp/gstrtpmpvdepay.c:
750         * gst/rtp/gstrtpmpvdepay.h:
751         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
752         * gst/rtp/gstrtppcmapay.c:
753         * gst/rtp/gstrtppcmudepay.c:
754         * gst/rtp/gstrtppcmupay.c:
755         * gst/rtp/gstrtpspeexdepay.c:
756         * gst/rtp/gstrtpspeexpay.c:
757         * gst/rtp/gstrtpsv3vdepay.c:
758         * gst/rtp/gstrtpsv3vdepay.h:
759         * gst/rtp/gstrtptheoradepay.c:
760         * gst/rtp/gstrtptheoradepay.h:
761         * gst/rtp/gstrtptheorapay.c:
762         * gst/rtp/gstrtptheorapay.h:
763         * gst/rtp/gstrtpvorbisdepay.c:
764         * gst/rtp/gstrtpvorbisdepay.h:
765         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
766         * gst/rtp/gstrtpvorbispay.h:
767         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
768         * gst/rtp/gstrtpvrawpay.c:
769         Fix the descriptions and fix some email addresses.
770
771 2008-11-25  Julien Moutte  <julien@fluendo.com>
772
773         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
774         to supported qtdemux video codecs as I found some video clips using 
775         those.
776
777 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
778
779         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
780         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
781         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
782         (gst_auto_video_sink_detect):
783         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
784         Post an error when we can't set the internal ghostpad target.
785
786 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
789         (gst_video_crop_transform), (gst_video_crop_transform_caps),
790         (gst_video_crop_set_caps), (gst_video_crop_set_property):
791         * gst/videocrop/gstvideocrop.h:
792         Fix renegotiation when changing properties using the new basetransform
793         features. Fixes #561502.
794
795         * tests/icles/Makefile.am:
796         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
797         Add crazy interactive test unit for dynamically changing properties.
798
799 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
802         (gst_rtspsrc_parse_range):
803         Add some more debugging.
804         Use the reanges received from the server unconditionally.
805         Fixes #561625.
806
807 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
808
809         * ext/pulse/pulsesink.c:
810           Change #if 0 to something more expresive and add pointer to related
811           bug ticket.
812
813 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
814
815         Patch by: Tal Shalif <tshalif at nargila dot org>
816
817         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
818         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
819         the latter don't exist on some systems (mingw). Fixes bug #561990.
820
821 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
822
823         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
824
825         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
826         Add transferMode.dnla.org header to HTTP requests as this is
827         required by the DLNA specs and doesn't hurt in other situations.
828         Fixes bug #561802.
829
830 2008-11-20  Michael Smith <msmith@songbirdnest.com>
831
832         * sys/osxvideo/osxvideosink.h:
833         * sys/osxvideo/osxvideosink.m:
834           Handle video window resizing more correctly, avoiding crashes when
835           embedding the window and resizing it.
836
837 2008-11-20  Michael Smith <msmith@songbirdnest.com>
838
839         * gst/udp/gstmultiudpsink.c:
840         * gst/udp/gstudpnetutils.c:
841         * gst/udp/gstudpnetutils.h:
842         * gst/udp/gstudpsrc.c:
843           Fix multiudpsink on OSX by passing the specific length of the socket,
844           refactor that into a function shared with the same thing in udpsrc.
845
846 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
849         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
850         (gst_wavparse_stream_headers):
851         Fix the scaling code.
852         Fix parsing of the INFO chunks, we were reading the wrong number of
853         bytes.  Fixes #561580.
854
855 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
856
857         * gst/matroska/matroska-mux.c:
858         Fix NULL pointer dereference of an unset codec_id in the recently 
859         added Dirac paths
860
861 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
862
863         * tests/check/Makefile.am:
864         Just keep disabling elements that hang the states test until it
865         works.
866
867 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
868
869         * ext/libpng/gstpngenc.c:
870         Don't flush downstream after every buffer - that's not what
871         this libpng callback is for at all!
872
873 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
874
875         * sys/v4l2/v4l2src_calls.c:
876           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
877           (gst_v4l2src_probe_caps_for_format):
878           Turns out we don't always get the frame sizes in a predefined
879           order from lowest to highest resolution, so let's just sort the
880           list by frame size once we've queried the possible resolutions
881           rather than assume any particular order. Fixes probed caps for
882           the camera in my HP2133 mini notebook and makes v4l2src default
883           to a decent size.
884
885 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
886
887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
888         * gst/matroska/matroska-ids.h:
889         Make mkvdemux aware of E-AC3.
890
891 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         * gst/rtp/Makefile.am:
894         * gst/rtp/gstrtp.c: (plugin_init):
895         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
896         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
897         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
898         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
899         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
900         (gst_rtp_jpeg_depay_change_state),
901         (gst_rtp_jpeg_depay_plugin_init):
902         * gst/rtp/gstrtpjpegdepay.h:
903         Add a jpeg depayloader.
904
905         * gst/rtp/gstrtpjpegpay.c:
906         Set the default properties on the payloader to better defaults.
907
908 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
909
910         * sys/v4l2/gstv4l2.c:
911           Give it a primary rank for autovideosrc.
912
913 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         Patch by: Bjorn Ostby <bjornos at axis dot com>
916
917         * gst/rtp/Makefile.am:
918         * gst/rtp/gstrtp.c: (plugin_init):
919         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
920         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
921         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
922         (gst_rtp_jpeg_pay_read_quant_table),
923         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
924         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
925         (gst_rtp_jpeg_pay_plugin_init):
926         * gst/rtp/gstrtpjpegpay.h:
927         Add JPEG payloader. Fixes #560756.
928
929 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         Patch by: Fabricio Godoy <skarllot at gmail dot com>
932
933         * sys/oss/gstosssink.c: (gst_oss_sink_open):
934         * sys/oss/gstosssrc.c: (gst_oss_src_open):
935         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
936         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
937         Fix some spelling mistakes. Fixes #556802.
938
939 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
940
941         * gst/equalizer/GstIirEqualizer10Bands.prs:
942         * gst/equalizer/GstIirEqualizer3Bands.prs:
943         * gst/equalizer/Makefile.am:
944         * gst/equalizer/gstiirequalizer10bands.c:
945         * gst/equalizer/gstiirequalizer3bands.c:
946           Add presets for equalizer. Fixes #522183.
947
948 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         * gst/rtsp/Makefile.am:
951         * gst/rtsp/gstrtsp.c: (plugin_init):
952         * gst/rtsp/gstrtspgoogle.c:
953         * gst/rtsp/gstrtspgoogle.h:
954         Remove google extension again, it's not needed anymore because we never
955         send multiple transports anymore.
956
957 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
960
961         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
962         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
963         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
964         (gst_rtspsrc_stream_free),
965         (gst_rtspsrc_stream_configure_udp_sinks),
966         (gst_rtspsrc_stream_configure_transport),
967         (gst_rtspsrc_send_dummy_packets),
968         (gst_rtspsrc_create_transports_string),
969         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
970         * gst/rtsp/gstrtspsrc.h:
971         Add property to configure NAT traversal method.
972         Ignore EOS from the internal sinks.
973         Implement sending dummy packets as a (simple) method to open up
974         some firewalls.
975         Send PLAY request to the server after we started the udp sources.
976         Fixes #559545.
977
978 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
979
980         Patch by: Yotam <sh dot yotam at gmail dot com>
981
982         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
983         Flush the remaining frames on EOS. Fixes #560641.
984
985 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
986
987         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
988         Fix compiler warning about printf formatting.
989
990 2008-11-12  Andy Wingo  <wingo@pobox.com>
991
992         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
993         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
994         segment events instead of sending them from the seeking thread.
995         Fixes #559288.
996         (gst_qtdemux_push_pending_newsegment): New helper, sends out
997         queued newsegment events.
998         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
999         call it here, as we only seek when looping, and only push in the
1000         movie state.
1001
1002 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1003
1004         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1005         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1006         * gst/qtdemux/qtdemux_fourcc.h:
1007         * gst/qtdemux/qtdemux_types.c:
1008         Add cover and alternative copyright tag, and enhance some existing
1009         ones by marking them as container atoms.
1010
1011 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1012
1013         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1014         Don't ignore the return value of setcaps.
1015
1016 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1017
1018         Patch by: Olivier Crete <tester at tester dot ca>
1019
1020         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1021         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1022         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1023         * gst/rtp/gstrtpg729pay.h:
1024         Replace G729 payloader with an improved version. Fixes #532409.
1025
1026 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1027
1028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1029         (gst_rtspsrc_change_state):
1030         Only send one transport at a time for improved compatibility with some
1031         broken servers. See #537832.
1032
1033 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1036         (gst_rtspsrc_perform_seek):
1037         Only pause/play in the seek handler when the source was playing.
1038         Fixes #529379.
1039
1040 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1041
1042         * gst/matroska/matroska-mux.c:
1043         (gst_matroska_mux_handle_dirac_packet):
1044         Fix muxing of Dirac streams if the input already has the format
1045         we need, i.e. is the output of matroskademux.
1046
1047 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * gst/avi/gstavimux.c:
1050           Don't segfault on string typed tags being NULL. Fixes #560155.
1051
1052 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1053
1054         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1055         (gst_matroska_mux_audio_pad_setcaps):
1056         Fix mapping AAC profile to Matroska codec id.
1057
1058 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1059
1060         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1061         (qtdemux_video_caps), (qtdemux_audio_caps):
1062         Refactor some raw audio caps building, and handle >16-bit cases.
1063         Fix/replace building caps from a string description.
1064
1065 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1066
1067         * gst/audiofx/audiowsincband.c:
1068         * gst/audiofx/audiowsinclimit.c:
1069         * gst/cutter/gstcutter.c:
1070           Make author name consistent with others.
1071
1072 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1073
1074         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1075
1076         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1077         (gst_rtspsrc_stream_configure_udp_sink):
1078         Pause the RTSP stream before doing a new play request.
1079         Make sure that adding the udpsinks does not cause the rtspsrc to become
1080         a sink. Fixes #559547.
1081
1082 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1083
1084         * gst/matroska/matroska-ids.h:
1085         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1086         (gst_matroska_mux_handle_dirac_packet),
1087         (gst_matroska_mux_write_data):
1088         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1089         put all Dirac packages up to a picture into a Matroska block.
1090
1091         TODO: Implement writing of the ReferenceBlock Matroska elements,
1092         currently the Dirac muxing is only 100% correct if Matroska version 2
1093         is selected for muxing.
1094
1095 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1096
1097         Patch by: Bastien Nocera <hadess at hadess dot net>,
1098                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1099
1100         * configure.ac:
1101         * sys/v4l2/Makefile.am:
1102         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1103         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1104         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1105         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1106         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1107         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1108         (gst_v4l2_get_input), (gst_v4l2_set_input):
1109         * sys/v4l2/v4l2_calls.h:
1110         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1111         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1112         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1113         (gst_v4l2src_fill_format_list),
1114         (gst_v4l2src_probe_caps_for_format_and_size),
1115         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1116         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1117         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1118         (gst_v4l2src_get_nearest_size):
1119         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1120
1121 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1122
1123         * ext/aalib/Makefile.am:
1124         * ext/annodex/Makefile.am:
1125         * ext/cairo/Makefile.am:
1126         * ext/dv/Makefile.am:
1127         * ext/esd/Makefile.am:
1128         * ext/flac/Makefile.am:
1129         * ext/gconf/Makefile.am:
1130         * ext/gdk_pixbuf/Makefile.am:
1131         * ext/hal/Makefile.am:
1132         * ext/jpeg/Makefile.am:
1133         * ext/ladspa/Makefile.am:
1134         * ext/libcaca/Makefile.am:
1135         * ext/libmng/Makefile.am:
1136         * ext/libpng/Makefile.am:
1137         * ext/mikmod/Makefile.am:
1138         * ext/pulse/Makefile.am:
1139         * ext/raw1394/Makefile.am:
1140         * ext/shout2/Makefile.am:
1141         * ext/soup/Makefile.am:
1142         * ext/speex/Makefile.am:
1143         * ext/taglib/Makefile.am:
1144         * ext/wavpack/Makefile.am:
1145         * gst/alpha/Makefile.am:
1146         * gst/apetag/Makefile.am:
1147         * gst/audiofx/Makefile.am:
1148         * gst/auparse/Makefile.am:
1149         * gst/autodetect/Makefile.am:
1150         * gst/avi/Makefile.am:
1151         * gst/cutter/Makefile.am:
1152         * gst/debug/Makefile.am:
1153         * gst/effectv/Makefile.am:
1154         * gst/equalizer/Makefile.am:
1155         * gst/flx/Makefile.am:
1156         * gst/goom/Makefile.am:
1157         * gst/goom2k1/Makefile.am:
1158         * gst/icydemux/Makefile.am:
1159         * gst/id3demux/Makefile.am:
1160         * gst/interleave/Makefile.am:
1161         * gst/law/Makefile.am:
1162         * gst/level/Makefile.am:
1163         * gst/matroska/Makefile.am:
1164         * gst/median/Makefile.am:
1165         * gst/monoscope/Makefile.am:
1166         * gst/multifile/Makefile.am:
1167         * gst/multipart/Makefile.am:
1168         * gst/oldcore/Makefile.am:
1169         * gst/qtdemux/Makefile.am:
1170         * gst/replaygain/Makefile.am:
1171         * gst/rtp/Makefile.am:
1172         * gst/rtsp/Makefile.am:
1173         * gst/smpte/Makefile.am:
1174         * gst/spectrum/Makefile.am:
1175         * gst/udp/Makefile.am:
1176         * gst/videobox/Makefile.am:
1177         * gst/videocrop/Makefile.am:
1178         * gst/videofilter/Makefile.am:
1179         * gst/videomixer/Makefile.am:
1180         * gst/wavenc/Makefile.am:
1181         * gst/wavparse/Makefile.am:
1182         * sys/directdraw/Makefile.am:
1183         * sys/directsound/Makefile.am:
1184         * sys/oss/Makefile.am:
1185         * sys/osxaudio/Makefile.am:
1186         * sys/osxvideo/Makefile.am:
1187         * sys/sunaudio/Makefile.am:
1188         * sys/v4l2/Makefile.am:
1189         * sys/waveform/Makefile.am:
1190         * sys/ximage/Makefile.am:
1191           Don't install static libs for plugins. Fixes #550851 for -good.
1192
1193 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1194
1195         * ext/flac/Makefile.am:
1196         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1197         This fixes compilation if FLAC is installed in an uncommon location
1198         that is not already handled by other CFLAGS. Fixes bug #558711.
1199
1200 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1201
1202         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1203         Guard more uncommon formats with ifdefs so that we can compile on older
1204         versions.
1205
1206 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         Patch by: Nick Haddad <nick at haddads dot net>
1209
1210         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1211         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1212         (gst_avi_demux_stream_data):
1213         Invert other uncompressed RGB formats. Fixes #558554.
1214
1215 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1216
1217         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1218         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1219         * gst/wavenc/gstwavenc.h:
1220         Add support for float/double as input and remove the (nowadays)
1221         useless parsing of the depth as we require width==depth.
1222
1223 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1224
1225         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1226         * gst/rtp/gstrtpmpapay.c:
1227         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1228         mpeg version 1. Fixes #558427.
1229
1230 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1231
1232         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1233         (gst_rtp_L16_pay_getcaps):
1234         Only put an integral amount of samples in the RTP packet.
1235         Fixes #556641.
1236
1237 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1240         * gst/rtp/gstrtpchannels.h:
1241         Add method to get possible channel positions.
1242
1243 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * gst/rtp/Makefile.am:
1246         Also commit updated makefile
1247
1248 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1249
1250         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1251         Don't allow width=32,depth=24 as input. WAV requires that the width
1252         is the next integer multiply of 8 from the depth.
1253
1254 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1255
1256         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1257         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1258         (gst_rtp_L16_pay_getcaps):
1259         * gst/rtp/gstrtpchannels.c: (check_channels),
1260         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1261         (gst_rtp_channels_create_default):
1262         * gst/rtp/gstrtpchannels.h:
1263         Add mappings for multichannel support. Does not completely just work
1264         because the getcaps function does not yet return the allowed channel
1265         mappings. See #556641.
1266
1267 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1268
1269         * gst/goom/Makefile.am:
1270         * gst/goom/README:
1271         * gst/goom/config_param.c:
1272         * gst/goom/convolve_fx.c:
1273         * gst/goom/drawmethods.c:
1274         * gst/goom/drawmethods.h:
1275         * gst/goom/filters.c:
1276         * gst/goom/filters_mmx.s:
1277         * gst/goom/flying_stars_fx.c:
1278         * gst/goom/goom.h:
1279         * gst/goom/goom_config.h:
1280         * gst/goom/goom_config_param.h:
1281         * gst/goom/goom_core.c:
1282         * gst/goom/goom_filters.h:
1283         * gst/goom/goom_fx.h:
1284         * gst/goom/goom_graphic.h:
1285         * gst/goom/goom_plugin_info.h:
1286         * gst/goom/goom_tools.c:
1287         * gst/goom/goom_tools.h:
1288         * gst/goom/goom_typedefs.h:
1289         * gst/goom/goom_visual_fx.h:
1290         * gst/goom/graphic.c:
1291         * gst/goom/ifs.c:
1292         * gst/goom/ifs.h:
1293         * gst/goom/lines.c:
1294         * gst/goom/lines.h:
1295         * gst/goom/mathtools.c:
1296         * gst/goom/mathtools.h:
1297         * gst/goom/mmx.c:
1298         * gst/goom/motif_goom1.h:
1299         * gst/goom/motif_goom2.h:
1300         * gst/goom/plugin_info.c:
1301         * gst/goom/ppc_drawings.h:
1302         * gst/goom/ppc_zoom_ultimate.h:
1303         * gst/goom/sound_tester.c:
1304         * gst/goom/sound_tester.h:
1305         * gst/goom/surf3d.c:
1306         * gst/goom/surf3d.h:
1307         * gst/goom/tentacle3d.c:
1308         * gst/goom/tentacle3d.h:
1309         * gst/goom/v3d.c:
1310         * gst/goom/v3d.h:
1311         * gst/goom/xmmx.c:
1312           Add license headers in all source files. Remove filter.c from
1313           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1314           which are not used right now. Fixes #557709.
1315
1316 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1317
1318         Patch by: Olivier Crete <tester at tester dot ca>
1319
1320         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1321         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1322         Implement getcaps in rtpL16pay. Fixes #556484.
1323
1324 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1325
1326         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1327         (gst_rtp_L16_depay_process):
1328         Check if clock-rate and channels are valid.
1329         Don't ignore the return value of setcaps.
1330         No need to validate the buffer, the base class does that for us.
1331         Use the marker bit to set the DISCONT flag on outgoing buffers.
1332
1333         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1334         Don't ignore the return value of set_outcaps.
1335
1336         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1337         (gst_rtp_ac3_depay_process):
1338         Don't ignore the return value of set_caps.
1339         No need to validate the buffer, the base class does that for us.
1340
1341         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1342         (gst_rtp_amr_depay_process):
1343         * gst/rtp/gstrtpamrdepay.h:
1344         Don't ignore the return value of setcaps.
1345         No need to validate the buffer, the base class does that for us.
1346         No need to set output caps on the buffers, the base class does that for
1347         us.
1348         The subclass will make sure we are negotiated.
1349         
1350         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1351         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1352         * gst/rtp/gstrtpdvdepay.h:
1353         Clean up caps negotiation.
1354         The subclass will make sure we are negotiated.
1355
1356         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1357         (gst_rtp_g726_depay_process):
1358         Clean up caps negotiation.
1359         Use the marker bit to set the DISCONT flag on outgoing buffers.
1360
1361         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1362         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1363         * gst/rtp/gstrtpg729depay.h:
1364         The subclass will make sure we are negotiated.
1365         Use the marker bit to set the DISCONT flag on outgoing buffers.
1366
1367         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1368         (gst_rtp_gsm_depay_process):
1369         Clean up caps negotiation.
1370         Use the marker bit to set the DISCONT flag on outgoing buffers.
1371
1372         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1373         Clean up caps negotiation.
1374         Don't ignore the return value of set_outcaps.
1375
1376         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1377         (gst_rtp_h263_depay_process):
1378         Clean up caps negotiation.
1379         No need to validate the buffer, the base class does that for us.
1380
1381         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1382         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1383         * gst/rtp/gstrtph263pay.h:
1384         Don't ignore the return value of set_outcaps.
1385         Do some more timestamps.
1386
1387         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1388         (gst_rtp_h263p_depay_process):
1389         Clean up caps negotiation.
1390         Don't ignore the return value of setcaps.
1391         No need to validate the buffer, the base class does that for us.
1392
1393         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1394         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1395         (gst_rtp_h263p_pay_handle_buffer):
1396         * gst/rtp/gstrtph263ppay.h:
1397         Don't ignore the return value of set_outcaps.
1398         Do some more timestamps.
1399
1400         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1401         (gst_rtp_h264_depay_process):
1402         Clean up caps negotiation.
1403         Don't ignore the return value of setcaps.
1404         Fix possible caps leak.
1405         No need to validate the buffer, the base class does that for us.
1406
1407         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1408         Add some more debug info.
1409
1410         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1411         (gst_rtp_ilbc_depay_process):
1412         Clean up caps negotiation.
1413         Use the marker bit to set the DISCONT flag on outgoing buffers.
1414
1415         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1416         Clean up caps negotiation.
1417
1418         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1419         (gst_rtp_mp1s_depay_process):
1420         Clean up caps negotiation.
1421         Don't ignore the return value of setcaps.
1422         No need to validate the buffer, the base class does that for us.
1423         No need to set caps on buffers, subclass does that for us.
1424
1425         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1426         (gst_rtp_mp2t_depay_process):
1427         Clean up caps negotiation.
1428         Don't ignore the return value of setcaps.
1429         No need to validate the buffer, the base class does that for us.
1430         No need to set caps on buffers, subclass does that for us.
1431
1432         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1433         (gst_rtp_mp4a_depay_process):
1434         Clean up caps negotiation.
1435         Don't ignore the return value of setcaps.
1436         No need to validate the buffer, the base class does that for us.
1437
1438         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1439         (gst_rtp_mp4a_pay_setcaps):
1440         Don't ignore the return value of set_outcaps.
1441
1442         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1443         (gst_rtp_mp4g_depay_process):
1444         Clean up caps negotiation.
1445         Don't ignore the return value of setcaps.
1446         No need to validate the buffer, the base class does that for us.
1447         No need to set caps on buffers, subclass does that for us.
1448
1449         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1450         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1451         Don't ignore the return value of set_outcaps.
1452
1453         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1454         (gst_rtp_mp4v_depay_process):
1455         Clean up caps negotiation.
1456         Don't ignore the return value of setcaps.
1457         No need to validate the buffer, the base class does that for us.
1458         No need to set caps on buffers, subclass does that for us.
1459
1460         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1461         (gst_rtp_mp4v_pay_setcaps):
1462         Don't ignore the return value of set_outcaps.
1463
1464         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1465         (gst_rtp_mpa_depay_process):
1466         Clean up caps negotiation.
1467         Don't ignore the return value of setcaps.
1468         No need to validate the buffer, the base class does that for us.
1469         Use the marker bit to set the DISCONT flag on outgoing buffers.
1470
1471         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1472         Don't ignore the return value of set_outcaps.
1473
1474         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1475         (gst_rtp_mpv_depay_process):
1476         Clean up caps negotiation.
1477         Actually set output caps.
1478         No need to validate the buffer, the base class does that for us.
1479
1480         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1481         Don't ignore the return value of set_outcaps.
1482
1483         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1484         (gst_rtp_pcma_depay_process):
1485         Clean up caps negotiation.
1486         Set output buffer duration because we can.
1487         Use the marker bit to set the DISCONT flag on outgoing buffers.
1488
1489         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1490         Don't ignore the return value of set_outcaps.
1491
1492         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1493         (gst_rtp_pcmu_depay_process):
1494         Clean up caps negotiation.
1495         Use the marker bit to set the DISCONT flag on outgoing buffers.
1496
1497         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1498         Don't ignore the return value of set_outcaps.
1499
1500         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1501         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1502         Clean up caps negotiation.
1503         Set output caps on the pad and header buffers.
1504         Set duration on output buffers because we can.
1505
1506         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1507         Don't ignore the return value of set_outcaps.
1508
1509         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1510         (gst_rtp_sv3v_depay_process):
1511         Clean up caps negotiation.
1512         No need to validate the buffer, the base class does that for us.
1513         No need to set caps out output buffers, subclass does that.
1514
1515         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1516         (gst_rtp_theora_depay_process):
1517         Don't ignore the return value of setcaps.
1518         No need to validate the buffer, the base class does that for us.
1519
1520         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1521         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1522         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1523         (gst_rtp_theora_pay_handle_buffer):
1524         Don't ignore the return value of set_outcaps.
1525
1526         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1527         (gst_rtp_vorbis_depay_process):
1528         Don't ignore the return value of setcaps.
1529         No need to validate the buffer, the base class does that for us.
1530
1531         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1532         Don't ignore the return value of set_outcaps.
1533
1534         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1535         Clean up caps negotiation, don't ignore setcaps return.
1536
1537         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1538         Don't ignore the return value of set_outcaps.
1539
1540 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1541
1542         * gst/matroska/matroska-demux.c:
1543         (gst_matroska_demux_handle_src_event):
1544         Forward unknown events upstream.
1545
1546 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1549         Add some refcount check
1550
1551         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1552         Don't ignore the result of write(), fixes a  compiler warning for me.
1553
1554         * tests/icles/videobox-test.c: (main):
1555         Make the output a little more pretty.
1556
1557 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1558
1559         * ext/esd/esdmon.c:
1560           Add doc blob.
1561
1562 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * docs/plugins/Makefile.am:
1565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1567         * docs/plugins/gst-plugins-good-plugins.args:
1568         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1569         * docs/plugins/gst-plugins-good-plugins.interfaces:
1570         * docs/plugins/inspect/plugin-autodetect.xml:
1571           Add the docs of the new elements.
1572
1573 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1574
1575         * gst/autodetect/gstautoaudiosrc.c:
1576         (gst_auto_audio_src_class_init):
1577         * gst/autodetect/gstautovideosrc.c:
1578         (gst_auto_video_src_class_init):
1579         Fix "Since" tags in the documentation.
1580
1581 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1582
1583         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1584
1585         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1586         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1587         Add support for souphttpsrc to act as a live source. This makes it
1588         possible to get timestamped buffers in combination with the
1589         "do-timestamp" property. Fixes bug #556019.
1590
1591 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1592
1593         * gst/autodetect/Makefile.am:
1594         * gst/autodetect/gstautoaudiosink.c:
1595         * gst/autodetect/gstautoaudiosrc.c:
1596         * gst/autodetect/gstautoaudiosrc.h:
1597         * gst/autodetect/gstautodetect.c:
1598         * gst/autodetect/gstautovideosink.c:
1599         * gst/autodetect/gstautovideosrc.c:
1600         * gst/autodetect/gstautovideosrc.h:
1601           Implement src plugins. Little code/string cleanup in the sinks.
1602           Fixes #523813.
1603
1604 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1605
1606         Patch by: Peter Kjellerstedt <pkj at axis com>
1607
1608         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1609         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1610         Fix a memory leak when pads are requested but the pipeline never
1611         goes into PLAYING.
1612
1613         Correctly remove request pads, no matter if they have collected
1614         data or not.
1615
1616         Fixes bug #557710.
1617
1618 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1619
1620         Patch by: <lrn1986 at gmail dot com>
1621
1622         * gst/udp/gstudpnetutils.h:
1623         Define the correct WINVER so getaddinfo() can be used when using
1624         mingw32. Fixes bug #557294.
1625
1626 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1627
1628         Patch by: <lrn1986 at gmail dot com>
1629
1630         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1631         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1632         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1633         Fix "argument type mismatch" compiler warnings on Windows.
1634         Fixes bug #557293.
1635
1636 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1639         Don't calculate the filter coefficients for every single buffer
1640         but only when it's needed. Fixes bug #557260.
1641
1642 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1643
1644         * configure.ac:
1645         Back to development -> 0.10.11.1
1646
1647 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1648
1649         * gst-plugins-good.doap:
1650         Fix version number of 0.10.11 release in doap file
1651
1652 === release 0.10.11 ===
1653
1654 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1655
1656         * configure.ac:
1657           releasing 0.10.11, "Secondary Consideration"
1658
1659 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1660
1661         * configure.ac:
1662         Commit 0.10.10.4 pre-release
1663
1664 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1665
1666         * gst/avi/gstavimux.c:
1667         Fix VPRP chunk setup in avimux.
1668         Fixes: #556010
1669         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1670
1671 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1672
1673         * gst/videobox/gstvideobox.c:
1674         support dynamically changing properties in videobox
1675         Fixed: #557085
1676         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1677
1678 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1679
1680         * configure.ac:
1681         0.10.10.3 pre-release
1682
1683 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1684
1685         * tests/check/Makefile.am:
1686         Don't run the states test on pulsesrc and pulsesink
1687
1688 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1689
1690         * configure.ac:
1691         Commit 0.10.10.2 pre-release bump that actually went
1692         out on 2008-10-11
1693
1694 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1695
1696         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1697         Skip entries for streams that don't have a output pad yet, thereby
1698         avoiding calling pad functions with a NULL pad.
1699         Fixes #556424
1700
1701 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1702
1703         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1704         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1705         Remove problematic and useless refcount check.
1706         Fixes #556381
1707
1708 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1709
1710         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1711         Remove problematic and useless refcount check.
1712         Fixes #556381
1713
1714 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1715
1716         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1717         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1718         Cast some size_t arguments to guint to avoid compiler
1719         warnings on 64-bit systems.
1720
1721 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1722
1723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1724         Return TRUE instead of FALSE from the event handler when we swallowed the
1725         event.
1726
1727 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1728
1729         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1730         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1731         Reset header state. Fixes #555321.
1732
1733 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1734
1735         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1736         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1737         * gst/avi/gstavidemux.h:
1738         For timestamping audio packets we need to take into account the
1739         amount of blocks in one entry using the blockalign. Fixes some sync
1740         issues with zero-padded audio blocks in the beginning of avi files.
1741
1742 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1743
1744         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1745         (gst_multi_file_src_query):
1746         Implement DEFAULT and BUFFER position queries. See #555260.
1747
1748 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1749
1750         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1751         Fix build for systems that don't have XDamage.
1752
1753 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1754
1755         * tests/examples/rtp/client-H263p.sdp:
1756         * tests/examples/rtp/client-H263p.sh:
1757         * tests/examples/rtp/server-VTS-H263p.sh:
1758         Add some more H263p server and client examples.
1759
1760 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1761
1762         * configure.ac::
1763           Depend on released versions of core and base.
1764
1765 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1766
1767         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1768         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1769         Return -1 instead of 0 in error cases. Fixes #554771.
1770
1771 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1772
1773         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1774         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1775         Stop leaking the cursor image.
1776         Unref the last_ximage and the cached cursor image on shutdown.
1777         Fixes #551570.
1778
1779 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1780
1781         * sys/v4l2/gstv4l2object.h:
1782         Getting the Class from an instance is not just a matter of casting it to
1783         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1784         instance. Fixes #549784.
1785
1786 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1787
1788         * configure.ac:
1789           Fix libs for linking directsound.
1790         * sys/directsound/gstdirectsoundsink.c:
1791           Fix buffer sizing to prevent racing the ringbuffer at startup.
1792           Add volume property.
1793
1794 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1795
1796         * ext/pulse/pulsesink.c:
1797         Fix problems with pulsesink randomly erroring with code 'OK' after a
1798         format change on the stream by waiting when disconnecting the stream.
1799
1800 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1801
1802         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1803         (gst_rtp_amr_depay_process):
1804         Mark DISCONT on output buffers when the marker bit signals a new talk
1805         spurt.
1806
1807         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1808         Set the marker bit for buffers with a DISCONT flag to signal a talk
1809         spurt.
1810
1811 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1812
1813         * gst/rtp/Makefile.am:
1814         * gst/rtp/gstrtp.c: (plugin_init):
1815         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1816         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1817         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1818         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1819         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1820         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1821         * gst/rtp/gstrtpmp4apay.h:
1822         Added MP4A-LATM payloader to match the depayloader.
1823
1824 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1825
1826         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1827         (gst_videomixer_sink_event):
1828         Handle segments a little better. Fixes #537361.
1829
1830 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1833         Don't assume the server supports PAUSE by default. Fixes #551048.
1834
1835 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1836
1837         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1838         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1839         Switch on the socket family to get the addrlen size right.
1840
1841 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1842
1843         Patch by: Daniel Franke <df at dfranke dot us>
1844
1845         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1846         OS X's bind() implementation is picky about its addrlen parameter and
1847         fails with EINVAL if it is larger than expected for the socket's address
1848         family. Set the length to the expected length instead. Fixes #553191.
1849
1850 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1851
1852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1853         Handle the case where we cannot do desribe or when the describe result
1854         does not contain a valid SDP message.
1855
1856 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1859         Fix setting the qos.
1860
1861 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1862
1863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1864         (gst_qtdemux_chain):
1865         Some 'broken' files out there have atom lengths of zero...
1866         which basically results in qtdemux consuming that atom again and again
1867         until the *end of night* !
1868         Detect that and emits an adequate element error message.
1869
1870 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1871
1872         * gst/interleave/Makefile.am:
1873         * gst/matroska/Makefile.am:
1874         Fix build flags order.
1875
1876         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1877         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1878         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1879         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1880         Format fixes.
1881
1882         * tests/check/elements/multifile.c:
1883         Pull in unistd.h
1884
1885 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1886
1887         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1888         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1889         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1890         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1891         (gst_rtp_mp4g_depay_change_state):
1892         * gst/rtp/gstrtpmp4gdepay.h:
1893         Handle interleaved streams by reordering AU in a queue.
1894
1895 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1896
1897         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1898         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1899         Change some of the ranges in the caps, mostly for the amount of bits we
1900         can use.
1901         Added a little bitstream parse and use it to parse the AU header fields.
1902         Check for malformed and wrongly sized packets better.
1903         Implement more header field parsing.
1904         Handle the size of fragmented packets correctly.
1905
1906 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1907
1908         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1909         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1910         Add mapping for 'tiff' => image/tiff
1911         Fixes #552213
1912
1913 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1914
1915
1916         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1917         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1918           Pretend to care about the result of write() which works around
1919           compiler warnings.
1920
1921 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1922
1923         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1924           Make sure the desired default values are actually set, not only
1925           registered as defaults (actual problem is that the stereo-specific
1926           values are only updated if channels==2, which is not the case yet
1927           when the object is created, so the default values for the
1928           mid-side-stereo and loose-mid-side-stereo settings are never
1929           set in _update_quality()). Makes flacenc create smaller files by
1930           default (for stereo input), and fixes #550791.
1931
1932 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1933
1934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1935         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1936         (qtdemux_parse_trak), (qtdemux_video_caps):
1937         * gst/qtdemux/qtdemux.h:
1938         * gst/qtdemux/qtdemux_fourcc.h:
1939         * gst/qtdemux/qtdemux_types.c:
1940         Add support for video/mj2 mime-type and its additional atoms/boxes.
1941         Fixes #550646.
1942
1943 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1944
1945         * gst/debug/gsttaginject.c:
1946           Add warning when tags parameter is unparsable and give example for
1947           quoting in the docs.
1948
1949 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1950
1951         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1952         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1953         Add some alternative byteswapped mappings that seem to pop up sometimes.
1954         Fixes #550288.
1955
1956 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1957
1958         * po/LINGUAS:
1959         * po/POTFILES.in:
1960         * po/POTFILES.skip:
1961           Add 'ca' to LINGUAS; add some more files with translations and some
1962           files which should be ignored by translation tools.
1963
1964 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1965
1966         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1967         * ext/speex/gstspeexdec.h:
1968         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1969         * ext/speex/gstspeexenc.h:
1970         Use integer encoding and decoding functions instead of converting
1971         the integer input to float in the element. The libspeex integer
1972         functions are doing this for us already or, if libspeex was compiled
1973         in integer mode, they're doing everything using integer arithmetics.
1974         Also saves some copying around.
1975
1976 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1977
1978         * configure.ac:
1979           Fix --disable-external
1980
1981 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1982
1983         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1984         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1985         * ext/wavpack/gstwavpackenc.h:
1986         Handle non-zero start timestamps and stream discontinuities
1987         correctly. This only has an effect if we're muxing into
1988         a container format as the raw WavPack stream must contain
1989         continous sample numbers.
1990
1991 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1992
1993         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1994         Correct the timestamp and granulepos calculation by one Speex
1995         frame.
1996
1997 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1998
1999         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2000         Correctly take the granulepos from upstream if possible and
2001         correctly handle the granulepos in various calculations: the
2002         granulepos is the sample number of the _last_ sample in a frame, not
2003         the first.
2004
2005         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2006         (gst_speex_enc_encode), (gst_speex_enc_chain),
2007         (gst_speex_enc_change_state):
2008         * ext/speex/gstspeexenc.h:
2009         Handle non-zero start timestamps in the encoder and detect/handle
2010         stream discontinuities. Fixes bug #547075.
2011
2012 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2013
2014         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2015
2016         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2017         Fix compiler warnings caused by passing a string as format string
2018         instead of "%s" and then the string. This is only exposed by -Wformat=2
2019         as used by default on Ubuntu. Fixes bug #550015.
2020
2021 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2022
2023         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2024         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2025         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2026         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2027         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2028           (gst_ebml_read_element_length):
2029         * gst/matroska/matroska-demux.c:
2030           (gst_matroska_demux_check_subtitle_buffer):
2031           Make stuff compile with GST_DISABLE_GST_DEBUG.
2032
2033 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2034
2035         * gst/law/alaw.c:
2036         * gst/law/mulaw.c:
2037           Ref caps before passing to gst_pad_template_new(), since that takes
2038           ownership.
2039
2040 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2041
2042         Patch by: Mersad Jelacic <mersad at axis dot com>
2043
2044         * gst/multipart/multipartdemux.c:
2045         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2046         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2047         demuxer. Fixes #549551.
2048
2049 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2050
2051         * sys/osxaudio/gstosxaudiosink.c:
2052         (gst_osx_audio_sink_select_device):
2053         * sys/osxaudio/gstosxaudiosrc.c:
2054         (gst_osx_audio_src_create_ringbuffer),
2055         (gst_osx_audio_src_select_device):
2056         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2057         Fix the build on macosx.
2058
2059 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2060
2061         * gst/icydemux/gsticydemux.c:
2062           Small docs fix: in the example pipeline, we need to pass
2063           iradio-mode=true to the source, so the server actually sends
2064           an ICY stream.
2065
2066 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2067
2068         * sys/osxaudio/gstosxaudio.c:
2069           Oops. Revert more completely.
2070
2071 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2072
2073         * sys/osxaudio/gstosxaudio.c:
2074           Revert accidental element rename from testing.
2075
2076 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2077
2078         * gst-plugins-good.doap:
2079         Pull in 0.10.10 doap entry from release branch
2080
2081 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2082
2083         * configure.ac:
2084         Update version number to reflect 0.10.10 release from
2085         branch.
2086
2087 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2088
2089         * sys/osxaudio/Makefile.am:
2090         * sys/osxaudio/gstosxaudio.c:
2091         * sys/osxaudio/gstosxaudiosink.c:
2092         * sys/osxaudio/gstosxaudiosink.h:
2093         * sys/osxaudio/gstosxaudiosrc.c:
2094         * sys/osxaudio/gstosxaudiosrc.h:
2095         * sys/osxaudio/gstosxringbuffer.c:
2096         * sys/osxaudio/gstosxringbuffer.h:
2097           Rewrite caps setting and ring buffer initialisation.
2098           Previously we never told CoreAudio what format we were going to send it,
2099           so it only worked due to luck, and not at all on some hardware.
2100           Now we explicitly advertise what formats the hardware supports, and then
2101           configure the selected one correctly.
2102
2103 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * sys/v4l2/gstv4l2object.c:
2106         * sys/v4l2/gstv4l2src.c:
2107         * sys/v4l2/gstv4l2src.h:
2108         * sys/v4l2/v4l2_calls.c:
2109         * sys/v4l2/v4l2src_calls.c:
2110           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2111           need to memset instance structures. Some more FIXME's and comments.
2112
2113 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2114
2115         * tests/icles/.cvsignore:
2116           Ignore more.
2117
2118 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2119
2120         * gst/goom/.cvsignore:
2121         * gst/goom2k1/.cvsignore:
2122           Ignore files.
2123
2124 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2125
2126         * ext/cairo/gsttextoverlay.c:
2127           Fix compiler warning.
2128
2129 2008-08-25  David Schleef  <ds@schleef.org>
2130
2131         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2132
2133 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2134
2135         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2136         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2137         * gst/matroska/matroska-mux.c:
2138         (gst_matroska_mux_video_pad_setcaps),
2139         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2140         Add Real[Audio|Video] support to Matroska containers.
2141         It works fine for:
2142         * decoding real audio/video streams contained in mkv
2143         * 'transmuxing' real (.rm) files into .mkv files
2144         It will not work though for encoding real[audio/video] streams that
2145         don't contain the 'mdpr_data' extra data on the caps.
2146         The reason why this will not work is because I never intended to
2147         duplicate virtually all the 'mdpr' block creation into mkvmux.
2148         Fixes #536067
2149
2150 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2151
2152         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2153         * gst/law/mulaw-conversion.c:
2154         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2155         (gst_mulawenc_chain):
2156         The encoder can't really renegotiate at the time they perform a
2157         pad-alloc so make the srcpads use fixed caps.
2158         Check the buffer size after a pad-alloc because the returned size might
2159         not be right when the downstream element does not know the size of the
2160         new buffer (capsfilter). Fixes #549073.
2161
2162 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2163
2164         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2165
2166         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2167         v4l2src doesn't have a property named "norm" so don't try to notify
2168         about changes to that property. The "norm" property and related
2169         code are commented out currently. Fixes bug #549090.
2170
2171 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2174
2175         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2176         Reprobe devices again instead of taking a cached list as new
2177         devices could've been plugged in. Fixes bug #549062.
2178
2179 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         * gst/autodetect/Makefile.am:
2182         Don't link the autodetect plugin with GConf as it doesn't
2183         use GConf. Fixes bug #545463.
2184
2185 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2186
2187         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2188         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2189         (gst_ebml_read_sint), (gst_ebml_read_float),
2190         (gst_ebml_read_header):
2191         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2192         possible to ignore errors and not post any ERROR messages on
2193         the bus.
2194
2195         * gst/matroska/matroska-demux.c:
2196         (gst_matroska_demux_parse_contents):
2197         Ignore any errors and not just EOS when parsing the contents of
2198         a SeekHead. Errors here are usually caused by truncated files
2199         and playback of the file works fine. Fixes playback of the
2200         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2201         archive.
2202
2203 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2204
2205         * gst/multipart/multipartdemux.c:
2206         * gst/multipart/multipartmux.c:
2207         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2208
2209 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2210
2211         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2212           gst_directdraw_sink_bufferpool_clear):
2213           Fix two more buffer ref leaks.
2214
2215 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2216
2217         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2218
2219         * sys/directdraw/gstdirectdrawsink.c:
2220           (gst_directdraw_sink_show_frame):
2221           Fix buffer ref leak.
2222
2223 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2224
2225         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2226         Revert the last commit. wavenc still supports width!=depth for 32 bit
2227         width. Thanks Tim.
2228
2229 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2230
2231         * gst/matroska/matroska-demux.c:
2232         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2233         If the duration of a block is unknown only use the timestamp for the
2234         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2235         laces. Otherwise every lace has the same timestamp which leads to
2236         various problems. Really fixes bug #548831.
2237
2238 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2239
2240         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2241         If we're not allowing width!=depth in wavenc we should also disable
2242         the code that was added to support width!=depth.
2243
2244 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2247         Don't calculate the default duration of a frame from the audio sampling
2248         rate. This only works for raw audio if every frame contains a single
2249         sample and results in broken buffer durations for other formats
2250         if no specified default duration is given or the blocks have no
2251         duration. Fixes bug #548831.
2252
2253 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         * gst/matroska/matroska-demux.c:
2256         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2257         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2258         are used for text/plain subtitles as a gap-filler in some files.
2259
2260 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2261
2262         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2263         (gst_v4l2_get_caps_info):
2264         Add S910 and PWC formats with a low priority.
2265
2266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2267         (gst_v4l2src_probe_caps_for_format):
2268         Add more debugging.
2269
2270 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2271
2272         * ext/flac/gstflacenc.c:
2273           Fix compilation against older libflac versions.
2274
2275 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2276
2277         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2278         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2279         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2280         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2281         (gst_pulsemixer_ctrl_set_volume):
2282         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2283         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2284         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2285         (gst_pulsesink_init), (gst_pulsesink_open),
2286         (gst_pulsesink_prepare), (gst_pulsesink_write),
2287         (gst_pulsesink_delay), (gst_pulsesink_reset):
2288         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2289         (gst_pulsesrc_init):
2290         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2291         Fix a locking issue in pulsesink's prepare function.
2292
2293         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2294         Check if the created channel layout is valid for GStreamer.
2295
2296 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2297
2298         * gst/rtsp/gstrtspgoogle.c:
2299         Things that can happen when your brain is in google mode trying to
2300         deal with their google rtsp server extensions and trying to type your
2301         google mail account.
2302
2303 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2304
2305         * gst/rtsp/Makefile.am:
2306         * gst/rtsp/gstrtsp.c: (plugin_init):
2307         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2308         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2309         (_do_init), (gst_rtsp_google_base_init),
2310         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2311         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2312         (gst_rtsp_google_extension_init):
2313         * gst/rtsp/gstrtspgoogle.h:
2314         Add google RTSP extension, it can only handle udp and responds with
2315         unsupported if we do anything else. Fixes #546465.
2316
2317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2318         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2319         (gst_rtspsrc_create_transports_string),
2320         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2321         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2322         Make transport setup code a bit better using GString.
2323         Add some more debug.
2324         Check for closed connections before doing anything on them.
2325
2326 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2327
2328         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2329         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2330         (gst_pulsesrc_prepare):
2331         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2332         (gst_pulse_channel_map_to_gst):
2333         * ext/pulse/pulseutil.h:
2334         If downstream provides no channel layout and >2 channels should be
2335         used use the default layout that pulseaudio chooses and also
2336         add this layout to the caps. Fixes bug #547258.
2337
2338 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2339
2340         Patch by: Peter Kjellerstedt <pkj at axis com>
2341
2342         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2343         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2344         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2345         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2346         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2347         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2348         (gst_udpsrc_set_property):
2349         Avoid leaking internally allocated file descriptors when setting
2350         custom file descriptors. Fixes #543101.
2351
2352 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2353
2354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2355         Don't try to configure RTCP back to the server when the server did not
2356         give us a valid port number.
2357
2358 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2359
2360         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2361         Use new basetransform method to renegotiate. Fixes #544956.
2362
2363         * tests/icles/Makefile.am:
2364         * tests/icles/videobox-test.c: (make_pipeline), (main):
2365         Add videobox renegotiation example.
2366
2367 2008-08-19  David Schleef  <ds@schleef.org>
2368
2369         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2370         with sane values.  Fixes #548530.
2371
2372 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2373
2374         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2375         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2376         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2377         are already filled with the correct values by
2378         gst_ring_buffer_parse_caps() so there's no need to set them again
2379         with wrong values.
2380
2381 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2382
2383         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2384         (gst_avi_demux_read_subindexes_push):
2385         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2386         and instead of using the 'ix##' nomenclature, use '##ix'.
2387         They're still valid though, this fixes the duration and indexes for
2388         virtually all the ODML files I have.
2389
2390 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2391
2392         Patch by: Olivier Crete <tester at tester dot ca>
2393
2394         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2395         (gst_rtp_vorbis_depay_process):
2396         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2397         Update the vorbis RTP pay/depay to RFC 5215.
2398         Fixes #547842.
2399
2400 2008-08-14  David Schleef  <ds@schleef.org>
2401
2402         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2403           with 3:2 pulldown, i.e., 24p.
2404
2405 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2406
2407         * tests/check/elements/level.c: (GST_START_TEST):
2408         Fix compilation some more.
2409
2410 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2411
2412         * configure.ac::
2413           Require -base CVS for wavparse acid chunk parsing.
2414
2415 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2416
2417         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2418         (gst_pulsesink_init), (gst_pulsesink_finalize),
2419         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2420         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2421         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2422         * ext/pulse/pulsesink.h:
2423         Add "device-name" property to pulsesink too and currently commented
2424         out and not working support for a "volume" property.
2425
2426 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2427
2428         * configure.ac:
2429         Remove more cdio stuff (moved to ugly)
2430
2431 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2432
2433         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2434
2435         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2436         (gst_pulsesrc_get_property):
2437         Add "device-name" property, which provides a human readable string
2438         for the audio device, to make it more consisten with other audio
2439         sources. Fixes bug #547519.
2440
2441 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2442
2443         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2444         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2445         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2446         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2447         * ext/pulse/pulsemixerctrl.h:
2448         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2449         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2450         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2451         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2452         * ext/pulse/pulseprobe.h:
2453         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2454         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2455         (gst_pulsesrc_change_state):
2456         Improve debugging a bit by including the parent object in pulsemixerctrl
2457         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2458         GST_WARNING.
2459
2460         Use the parent GObject subclass instead of a random struct as GObject
2461         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2462         when probing for another property than "device".
2463
2464 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2465
2466         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2467
2468         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2469         Fix property probing after the device property is set by calling
2470         set_server when the server property changes. Fixes bug #547518.
2471
2472 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2473
2474         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2475
2476         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2477         (gst_pulsesink_implements_interface_init),
2478         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2479         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2480         (gst_pulsesink_get_type):
2481         * ext/pulse/pulsesink.h:
2482         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2483         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2484         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2485         * ext/pulse/pulsesrc.h:
2486         Implement GstPropertyProbe interface on pulsesink for detecting
2487         sink devices and on pulsesrc for detecting source devices.
2488         Fixes bugs #547227 and #547217.
2489
2490 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2491
2492         * gst/spectrum/gstspectrum.c:
2493           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2494
2495 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2496
2497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2498         Properly set the maximum latency value, in the same way it is done in
2499         v4lsrc.
2500         * sys/v4l2/v4l2src_calls.c:
2501         Simplify fraction equality check, no need to use GValues for this.
2502
2503 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2504
2505         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2506         Add warning messages stating exactly why the latency query failed.
2507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2508         In some cases, the negotiated framerate might be the default one which
2509         is already set internally. But we still need to mark it down in fps_n
2510         and fps_d so that the latency query can happen properly.
2511
2512 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2513
2514         * docs/plugins/inspect/plugin-1394.xml:
2515         Whoops, forgot one doc file for people who can't/don't build the
2516         raw1394 plugin.
2517
2518 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2519
2520         * docs/plugins/Makefile.am:
2521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2523         * docs/plugins/inspect/plugin-cdio.xml:
2524         * ext/Makefile.am:
2525         * ext/cdio/Makefile.am:
2526         * ext/cdio/gstcdio.c:
2527         * ext/cdio/gstcdio.h:
2528         * ext/cdio/gstcdiocddasrc.c:
2529         * ext/cdio/gstcdiocddasrc.h:
2530
2531         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2532         CDDA source to -ugly.
2533
2534         * po/LINGUAS:
2535         * po/POTFILES.in:
2536         * po/id.po:
2537         Pull in new translation from 0.10.9.2 release branch.
2538
2539 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2540
2541         * docs/plugins/Makefile.am:
2542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2544         * docs/plugins/gst-plugins-good-plugins.args:
2545         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2546         * docs/plugins/gst-plugins-good-plugins.interfaces:
2547         Integrate documentation for new hdv1394src element.
2548
2549 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2550
2551         * ext/raw1394/Makefile.am:
2552         * ext/raw1394/gst1394.c: (plugin_init):
2553         * ext/raw1394/gsthdv1394src.c: (_do_init),
2554         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2555         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2556         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2557         (gst_hdv1394src_from_raw1394handle),
2558         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2559         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2560         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2561         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2562         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2563         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2564         (gst_hdv1394src_uri_handler_init):
2565         * ext/raw1394/gsthdv1394src.h:
2566         mpeg2-ts (HDV) variant of firewire capture element.
2567         Fixes #350830
2568
2569 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2570
2571         * gst/level/gstlevel.c: (gst_level_message_new):
2572          Fix compilation (also known as the classic 'fix code that someone
2573          committed without compiling it first').
2574
2575 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2576
2577         * tests/check/elements/level.c:
2578           Add a test for level in stereo mode.
2579
2580 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2581
2582         * tests/examples/spectrum/demo-audiotest.c:
2583         * tests/examples/spectrum/demo-osssrc.c:
2584           Demo how to draw analyzer results synced to the clock.
2585
2586 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2587
2588         * gst/level/gstlevel.c:
2589           Little renaming (l -> level).
2590
2591         * gst/spectrum/gstspectrum.c:
2592         * gst/spectrum/gstspectrum.h:
2593           Also send full timestamp/duration details here.
2594
2595 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2596
2597         * gst/level/gstlevel.c:
2598         * gst/level/gstlevel.h:
2599           Send same timestamp/duration details as videoanalysis. This gives
2600           applications better chance to sync analysis results with playback.
2601
2602 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2603
2604         * gst/matroska/matroska-mux.c:
2605         (gst_matroska_mux_handle_sink_event),
2606         (flac_streamheader_to_codecdata):
2607         We need to drop one additional buffer for FLAC as the fLaC
2608         marker and STREAMINFO block are merged into one buffer in the caps.
2609
2610         Also don't pretend to support NEWSEGMENT events, otherwise we
2611         will most probably write some invalid data.
2612
2613 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2614
2615         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2616         (gst_matroska_mux_audio_pad_setcaps):
2617         Add support for muxing FLAC into Matroska containers.
2618         Fixes bug #311586.
2619
2620 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2621
2622         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2623         Actually provide the variables required for the format string.
2624
2625 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2626
2627         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2628         (gst_matroska_demux_element_send_event),
2629         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2630         * gst/matroska/matroska-demux.h:
2631         Close the current segment if we're doing a non-flushing seek and send
2632         the close-segment and the new segment of the seek from the streaming
2633         thread.
2634
2635 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2636
2637         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2638         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2639         (gst_flac_enc_change_state):
2640         * ext/flac/gstflacenc.h:
2641         Handle non-zero start timestamps correctly, mark header packets as
2642         IN_CAPS and print a warning and suggest using audiorate if stream
2643         discontinuities are detected. When FLAC supports flushing the encoder
2644         somehow this should be done for discontinuities instead.
2645
2646         Remove some unused variables from the instance struct.
2647
2648 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2649
2650         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2651         If seeking failed return the appropiate return value to FLAC.
2652         Otherwise it thinks seeking was successfull and tries to rewrite
2653         parts of the headers which then get appended to the output.
2654
2655 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2656
2657         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2658
2659         * ext/esd/gstesd.c: (plugin_init):
2660         * ext/flac/gstflac.c: (plugin_init):
2661         * ext/shout2/gstshout2.c: (plugin_init):
2662         * ext/wavpack/gstwavpack.c: (plugin_init):
2663         * sys/oss/gstossaudio.c: (plugin_init):
2664         * sys/v4l2/gstv4l2.c: (plugin_init):
2665         Make sure gettext returns translations in UTF-8 encoding rather
2666         than in the current locale encoding (#546822).
2667
2668 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2669
2670         * ext/flac/gstflacdec.c:
2671         Add FIXME for 0.11 to simply output everything with width=32 as given
2672         by FLAC and let audioconvert handle the conversions instead of doing
2673         them in flacdec.
2674
2675 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2676
2677         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2678         When outputting a pad template range for the size, include a framerate
2679         range too, to avoid 'not a real subset of template caps' errors.
2680
2681 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2682
2683         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2684
2685         * ext/flac/Makefile.am:
2686         * ext/flac/gstflac.c: (plugin_init):
2687         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2688         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2689         (gst_flac_tag_dispose), (gst_flac_tag_init),
2690         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2691         (gst_flac_tag_change_state):
2692         * ext/flac/gstflactag.h:
2693         Port flactag to 0.10, add documentation for it and clean it up a bit.
2694         Fixes bug #413841.
2695
2696         * docs/plugins/Makefile.am:
2697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2699         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2700         * docs/plugins/gst-plugins-good-plugins.interfaces:
2701         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2702         * docs/plugins/inspect/plugin-flac.xml:
2703         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2704         * ext/flac/gstflacdec.h:
2705         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2706         * ext/flac/gstflacenc.h:
2707         Add flactag and flacenc to the documentation and mark
2708         the private parts of the flacdec instance structure as private.
2709
2710         Also use gst_element_class_set_details_simple() in flacdec and
2711         flacenc.
2712
2713 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2714
2715         * gst/qtdemux/qtdemux.c:
2716           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2717           for it but ffmpeg does not.
2718
2719 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * gst/wavparse/gstwavparse.c:
2722           Handle the list chunk and use gst_riff_parse_info() to parse the info
2723           sub-chunk.
2724
2725 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2726
2727         * gst/wavparse/gstwavparse.c:
2728           Handle the acid chunk and send tempo as part of tags. Other fields are
2729           interesting too, but need more tag-definitions. Fixes #545433.
2730
2731 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2732
2733         * gst/wavparse/gstwavparse.c:
2734           Refactor wavparse. Call _reset() from dispose() and move old code from
2735           dispose into reset. This way we don't leak taglists when we abort
2736           parsing. Fix some comments. Move code for skipping a chunk into extra
2737           function. Replace chunk sizes with a const to ease readability.         
2738
2739 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2740
2741         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2742
2743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2744         Improve udp port setup. Fixes #545710.
2745
2746 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2747
2748         * gst/rtp/Makefile.am:
2749         * gst/rtp/gstrtp.c: (plugin_init):
2750         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2751         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2752         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2753         (gst_rtp_mp1s_depay_set_property),
2754         (gst_rtp_mp1s_depay_get_property),
2755         (gst_rtp_mp1s_depay_change_state),
2756         (gst_rtp_mp1s_depay_plugin_init):
2757         * gst/rtp/gstrtpmp1sdepay.h:
2758         Add MP1S depayloader.
2759
2760         * gst/rtsp/URLS:
2761         Some more sample rtsp streams.
2762
2763 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2764
2765         * gst/rtsp/URLS:
2766         Add another URL.
2767
2768         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2769         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2770         Add some more debug info.
2771
2772 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2773
2774         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2775         Provide cbSize field for audio extra_data size, and take care to
2776         pad extra_data.
2777
2778 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2779
2780         * gst/qtdemux/qtdemux.c:
2781           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2782           TRUE.
2783
2784 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2785
2786         * gst/qtdemux/qtdemux.c:
2787         * gst/qtdemux/qtdemux_fourcc.h:
2788           Add keyword tag support. Fixes #520694 for qtdemux.
2789
2790 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2791
2792         * gst/qtdemux/qtdemux.c:
2793           Add support for tmpo tag (BPM).
2794
2795 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2796
2797         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2798         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2799         Set an estimate for the total number of samples that will be encoded
2800         if possible to help decoders if the streaminfo can't be rewritten
2801         later (like when muxing into Ogg containers).
2802
2803         Add a warning if we get header packets after data packets as those
2804         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2805         work.
2806
2807 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2808
2809         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2810         (gst_flac_dec_write):
2811         Support decoding of all depths between 4 and 32 bits and read the
2812         depth from the streaminfo header if needed. Also support all sampling
2813         rates between 1 and 655350 Hz.
2814
2815         * ext/flac/gstflacenc.c:
2816         (gst_flac_enc_caps_append_structure_with_widths),
2817         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2818         (gst_flac_enc_chain):
2819         * ext/flac/gstflacenc.h:
2820         Support encoding in all bit depths supported by the streamable
2821         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2822         between 1 Hz and 655350 Hz.
2823
2824 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2825
2826         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2827         (gst_flac_enc_sink_getcaps):
2828         Support encoding of up to 8 channels.
2829
2830 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2831
2832         * ext/soup/gstsouphttpsrc.c:
2833         * ext/soup/gstsouphttpsrc.h:
2834         Fix seeking race condition in #540300
2835         Patch By: Wouter Cloetens  <wouter at mind be>
2836
2837 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2838
2839         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2840         (gst_matroska_demux_element_send_event),
2841         (gst_matroska_demux_handle_seek_event),
2842         (gst_matroska_demux_handle_src_event):
2843         When receiving a SEEK event on a specific pad first search for a seek
2844         table entry for the stream of the pad and then fall back to an entry
2845         for a different stream.
2846
2847 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2848
2849         * configure.ac:
2850         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2851         * gst/matroska/matroska-ids.h:
2852         Build depend on core CVS for the attachment tag.
2853
2854 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2855
2856         * configure.ac:
2857         * gst/matroska/Makefile.am:
2858         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2859         (copy_backptr), (lzo1x_decode), (main):
2860         * gst/matroska/lzo.h:
2861         * gst/matroska/matroska-demux.c:
2862         (gst_matroska_demux_read_track_encoding),
2863         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2864         (gst_matroska_decode_buffer),
2865         (gst_matroska_decode_content_encodings),
2866         (gst_matroska_demux_read_track_encodings),
2867         (gst_matroska_demux_add_stream),
2868         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2869         * gst/matroska/matroska-ids.h:
2870         Decode the codec private data and following ContentEncoding if
2871         necessary.
2872
2873         Support bzip2, lzo and header stripped compression. For lzo use the
2874         ffmpeg lzo implementation as liblzo is GPL licensed.
2875         
2876         Fix zlib decompression.
2877
2878 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2879
2880         * gst/matroska/matroska-mux.c:
2881         (gst_matroska_mux_audio_pad_setcaps):
2882         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2883         duration of a frame with the new mpegaudioversion caps field.
2884
2885 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2886
2887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2888         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2889         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2890         (gst_matroska_demux_stream_from_num),
2891         (gst_matroska_demux_tracknumber_unique),
2892         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2893         (gst_matroska_demux_handle_seek_event),
2894         (gst_matroska_demux_sync_streams),
2895         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2896         (gst_matroska_demux_loop):
2897         * gst/matroska/matroska-demux.h:
2898         Allow an infinite number of stream inside Matroska containers and use
2899         a GPtrArray for storing them instead of allowing "only" 127 streams.
2900
2901 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2902
2903         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2904         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2905         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2906         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2907         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2908         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2909         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2910         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2911         (gst_ebml_read_master), (gst_ebml_read_binary),
2912         (gst_ebml_read_header):
2913         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2914         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2915         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2916         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2917         (gst_ebml_replace_uint):
2918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2919         (gst_matroska_demux_read_track_encoding),
2920         (gst_matroska_demux_read_track_encodings),
2921         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2922         (gst_matroska_demux_send_event),
2923         (gst_matroska_demux_element_send_event),
2924         (gst_matroska_demux_handle_seek_event),
2925         (gst_matroska_demux_handle_src_event),
2926         (gst_matroska_demux_init_stream),
2927         (gst_matroska_demux_parse_tracks),
2928         (gst_matroska_demux_parse_index_cuetrack),
2929         (gst_matroska_demux_parse_index_pointentry),
2930         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2931         (gst_matroska_demux_parse_metadata_id_simple_tag),
2932         (gst_matroska_demux_parse_metadata_id_tag),
2933         (gst_matroska_demux_parse_metadata),
2934         (gst_matroska_demux_parse_attached_file),
2935         (gst_matroska_demux_parse_attachments),
2936         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2937         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2938         (gst_matroska_demux_push_flac_codec_priv_data),
2939         (gst_matroska_demux_push_xiph_codec_priv_data),
2940         (gst_matroska_demux_push_dvd_clut_change_event),
2941         (gst_matroska_demux_add_mpeg_seq_header),
2942         (gst_matroska_demux_add_wvpk_header),
2943         (gst_matroska_demux_check_subtitle_buffer),
2944         (gst_matroska_decode_buffer),
2945         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2946         (gst_matroska_demux_parse_cluster),
2947         (gst_matroska_demux_parse_contents_seekentry),
2948         (gst_matroska_demux_parse_contents),
2949         (gst_matroska_demux_loop_stream_parse_id),
2950         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2951         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2952         (gst_matroska_demux_subtitle_caps),
2953         (gst_matroska_demux_change_state):
2954         * gst/matroska/matroska-ids.c:
2955         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2956         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2957         (gst_matroska_mux_video_pad_setcaps),
2958         (xiph3_streamheader_to_codecdata),
2959         (vorbis_streamheader_to_codecdata),
2960         (theora_streamheader_to_codecdata),
2961         (gst_matroska_mux_audio_pad_setcaps),
2962         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2963         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2964         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2965         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2966         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2967         Fix indention everywhere. A broken indent version has added newlines
2968         after every single declaration some time ago.
2969
2970 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2971
2972         * gst/matroska/matroska-demux.c:
2973         (gst_matroska_demux_loop_stream_parse_id):
2974         If no Tracks are found error out instead of trying it again until the
2975         end of time.
2976
2977 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2978
2979         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2980         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2981         bit and signed otherwise, not the other way around.
2982
2983 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2984
2985         * gst/matroska/matroska-mux.c:
2986         Add more raw YUV formats to the list of supported formats.
2987
2988 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2989
2990         * gst/matroska/matroska-mux.c:
2991         (gst_matroska_mux_audio_pad_setcaps):
2992         Add support for muxing raw float audio now that the spec defines the
2993         endianness and add support for muxing raw integer audio with 24 and
2994         32 bits.
2995
2996         Allow muxing of more than 8 audio channels.
2997
2998 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2999
3000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3001         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3002         Add locking to the global array of used track UIDs to prevent random
3003         crashes if more than a single matrosmux instance is used.
3004
3005         Use 64 bit values for the track UIDs.
3006
3007         Use the global GRandom of GLib instead of creating our own one
3008         for the few random numbers we need every single time.
3009
3010 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3011
3012         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3013         (gst_flac_dec_setup_stream_decoder),
3014         (gst_flac_dec_update_metadata):
3015         Always post the audio-codec tag, not only if other tags are present.
3016
3017 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3018
3019         * configure.ac:
3020         Back to development -> 0.10.9.1
3021
3022 === release 0.10.9 ===
3023
3024 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3025
3026         * configure.ac:
3027           releasing 0.10.9, "Steam Train Rolling"
3028
3029 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3030
3031         * ext/soup/gstsouphttpsrc.c:
3032         Don't throw an error when soup completes a msg with status
3033         'cancelled', as that indicates we cancelled a request while
3034         shutting down or seeking, and it's not an error.
3035         Fixes: #540300 again.
3036
3037 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3038
3039         * configure.ac:
3040         0.10.8.4 pre-release
3041
3042 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3043
3044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3045         Fix segment-stop regression.
3046         Add documentation regarding segments in quicktime files by Wim Taymans.
3047         Fixes #544509
3048
3049 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3050
3051         * configure.ac:
3052         0.10.8.3 pre-release
3053
3054         * po/LINGUAS:
3055         * po/pt_BR.po:
3056         Add pt_BR translation
3057
3058 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3059
3060         * gst/goom/convolve_fx.c:
3061         * gst/goom/filters.c:
3062         * gst/goom/goom_config.h:
3063         * gst/goom/goom_core.c:
3064         * gst/goom/goom_tools.h:
3065           Fix build with MSVC: include glib.h to define inline appropriately,
3066           use header guards where needed.
3067         * gst/udp/gstudpnetutils.c:
3068         * gst/udp/gstudpsrc.c:
3069           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3070           g_snprintf rather than snprintf.
3071           Fixes #544433.
3072
3073 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3074
3075         * gst/debug/gsttaginject.c:
3076         * gst/debug/gsttaginject.h:
3077           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3078           partially.
3079
3080 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3081
3082         * configure.ac:
3083         0.10.8.2 pre-release
3084
3085 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3086
3087         * ext/Makefile.am:
3088         Finish hooking up pulseaudio plugin to the build.
3089
3090         * ext/pulse/pulsemixerctrl.c:
3091         Fix compilation error.
3092
3093 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3094
3095         * po/LINGUAS:
3096         * po/lt.po:
3097         Add new lithunian translation, and add french to the LINGUAS
3098         file.
3099
3100 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3101
3102         * ext/soup/gstsouphttpsrc.c:
3103         Fix Soup HTTP source seeking.
3104         Patch By: Wouter Cloetens  <wouter at mind be>
3105         Fixes: #540300
3106
3107         * tests/check/elements/.cvsignore:
3108         Ignore new check programs.
3109
3110 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3111
3112         * configure.ac:
3113         * docs/plugins/Makefile.am:
3114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3116         * docs/plugins/gst-plugins-good-plugins.args:
3117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3118         * docs/plugins/gst-plugins-good-plugins.interfaces:
3119         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3120         * docs/plugins/inspect/plugin-interleave.xml:
3121         * docs/plugins/inspect/plugin-replaygain.xml:
3122         * tests/check/Makefile.am:
3123
3124         Move replaygain and interleave plugins from -bad.
3125         Fixes: #543406
3126         Fixes: #536228
3127
3128 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3129
3130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3131         (qtdemux_parse_trak):
3132         Revert ISO base media spec based pixel-aspect-ratio calculation.
3133         Fixes #543300.
3134
3135 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3136
3137         * sys/osxvideo/osxvideosink.m:
3138         Fix minor build issues on macosx.
3139         Fixes #543054
3140
3141 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3142
3143         * configure.ac::
3144         * ext/taglib/Makefile.am::
3145           Only use -Wno-attributes (which is there to work around a
3146           bug in the taglib 1.5 headers) if the c++ compiler actually
3147           supports it (#543255).
3148
3149 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3150
3151         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3152
3153         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3154           Avoid compiler warning by initialising variable to NULL (#543259).
3155
3156 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3157
3158         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3159         Don't pass NULL taglists to gst_tag_list_is_empty().
3160
3161 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3164         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3165         (rtp_pipeline_run):
3166         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3167         Don't use declarations after statements.
3168
3169 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3170
3171         * ext/jpeg/gstjpegdec.c:
3172         Align documentation with reality.
3173
3174 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3175
3176         * gst/udp/gstudpnetutils.c:
3177         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3178         old value (1) if it's not defined which should not cause any problems
3179         as we're using it internal only anyway.
3180
3181 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3182
3183         Patch by: Alessandro Decina <alessandro at nnva dot org>
3184
3185         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3186         Fix build of avidemux on big endian architectures.
3187
3188 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3189
3190         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3191
3192         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3193         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3194
3195 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3196
3197         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3198         (qtdemux_parse_trak):
3199         Set pixel-aspect-ratio in caps using display width and height
3200         provided in track.
3201
3202 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3203
3204         * configure.ac:
3205         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3206         flags that are invalid for C++. Fixes bug #516509.
3207
3208 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3209
3210         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3211         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3212         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3215         * tests/examples/equalizer/demo.c: (message_handler):
3216         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3217         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3218         Don't use declarations after statements and variable length arrays.
3219
3220 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3221
3222         Patch by: Daniel Drake <dsd at gentoo dot org>
3223
3224         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3225         (gst_v4l2src_get_nearest_size):
3226         Try progressive video if interlaced fails. Fixes bug #541956
3227         and the usage of v4l2src on OLPC.
3228
3229 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3230
3231         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3232         (gst_rtp_speex_depay_process):
3233         * gst/rtp/gstrtpspeexdepay.h:
3234         Revert last change: Only the jitterbuffer is able to convert RTP to
3235         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3236         Reopens bug #541787.
3237
3238 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * gst/rtp/gstrtpvrawdepay.c:
3241           Include stdlib.h for atoi().
3242
3243         * gst/rtsp/gstrtspsrc.c:
3244           Use floating point math for latencies < 0 sec in log output.
3245
3246 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3247
3248         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3249
3250         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3251         (gst_rtp_speex_depay_process):
3252         * gst/rtp/gstrtpspeexdepay.h:
3253         Take timestamp from the RTP packet as a first step to fix problems
3254         with transmission over RTP when the network is not reliable.
3255         Fixes bug #541787.
3256
3257 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3258
3259         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3260
3261         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3262         Fix parsing of udp:// URIs containing IPv6 addresses.
3263         Fixes bug #541650.
3264
3265 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3266
3267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3268         Do not leak incoming buffers.
3269
3270 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3271
3272         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3273
3274         * configure.ac:
3275         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3276         for htons() and htonl(). Fixes bug #541412.
3277
3278 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3279
3280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3281         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3282         (gst_matroska_demux_element_query),
3283         (gst_matroska_demux_handle_src_query),
3284         (gst_matroska_demux_handle_seek_event):
3285         Handle position and duration query in DEFAULT format if the
3286         pad's track has a default frame duration set.
3287
3288         Fix seeking now that the segment's duration doesn't contain the
3289         (possibly wrong or inaccurate) duration of the Matroska file.
3290
3291 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3292
3293         * gst/matroska/ebml-read.c: (_ext2dbl):
3294         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3295         in math.h except on MSVC where it is defined in xmath.h.
3296         Fixes compilation with MSVC.
3297
3298 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3299
3300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3301         (gst_matroska_demux_handle_src_query),
3302         (gst_matroska_demux_parse_info),
3303         (gst_matroska_demux_loop_stream_parse_id):
3304         * gst/matroska/matroska-demux.h:
3305         Don't set the segment duration to the duration from the Matroska
3306         header as this value could be wrong and is just informational.
3307
3308 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3309
3310         * gst/matroska/matroska-demux.c:
3311         (gst_matroska_demux_loop_stream_parse_id):
3312         If no Tracks element is found until the first Cluster is found
3313         search it and error out if none is found in the complete file.
3314
3315 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3316
3317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3318         Resync non-subtitle tracks too if a too large gap compared to other
3319         tracks is detected.
3320
3321 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3322
3323         * gst/rtp/Makefile.am:
3324         * gst/rtp/gstrtp.c: (plugin_init):
3325         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3326         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3327         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3328         (gst_rtp_vraw_depay_change_state),
3329         (gst_rtp_vraw_depay_plugin_init):
3330         * gst/rtp/gstrtpvrawdepay.h:
3331         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3332         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3333         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3334         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3335         (gst_rtp_vraw_pay_plugin_init):
3336         * gst/rtp/gstrtpvrawpay.h:
3337         Add raw video pay and depayloaders, see RFC4175.
3338
3339 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3340
3341         * ext/libpng/gstpngdec.c:
3342         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3343         whatever it returned.
3344
3345 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3346
3347         * gst/avi/avi-ids.h:
3348         Add vprp chunk related structures.
3349         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3350         (gst_avi_demux_parse_stream):
3351         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3352         to caps.  Fixes #539482.
3353         * gst/avi/gstavimux.h:
3354         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3355         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3356         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3357
3358 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3359
3360         * tests/check/elements/avimux.c: (check_avimux_pad):
3361         Adjust avimux unit test according to increased streamheader size.
3362
3363 2008-06-27  David Schleef  <ds@schleef.org>
3364
3365         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3366
3367 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3368
3369         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3370         * gst/avi/gstavimux.h:
3371         Add 8 bytes to current streamheader to make for a complete one
3372         and to make more players happy.  Fixes #519460.
3373
3374 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3375
3376         * sys/v4l2/v4l2_calls.c::
3377           Don't include unused gstv4l2xoverlay.h. Fixes build
3378           in case where X11 headers are not installed.
3379
3380 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3381
3382         * ext/dv/gstdv.c: (plugin_init):
3383         Fix compilation.
3384
3385 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3386
3387         * ext/dv/gstdv.c: (plugin_init):
3388         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3389         DV decoder available.
3390         Fixes #532393
3391
3392 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3393
3394         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3395         Call getsockname() after the call to bind() to get updated values
3396         for the port, etc. This fixes the usage of udpsrc on anonymous
3397         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3398         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3399
3400 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3401
3402         * tests/check/pipelines/wavpack.c: (bus_handler):
3403         Remove workaround for a bug in identity that is fixed in 0.10.20.
3404
3405 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3406
3407         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3408
3409         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3410         Fix HTTP auth support with user/password passed via the URI.
3411         Fixes bug #540067.
3412
3413 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3414
3415         * configure.ac:
3416           Depend on released versions of core and -base.
3417
3418 2008-06-23  Julien Moutte  <julien@fluendo.com>
3419
3420         * gst/matroska/matroska-demux.c:
3421         (gst_matroska_demux_read_track_encoding),
3422         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3423         format strings in macros. (makes it build on OS X again...)
3424
3425 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3426
3427         * gst/rtp/gstrtptheorapay.c:
3428         * gst/udp/gstmultiudpsink.c:
3429           Added debug.
3430
3431 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3432
3433         * configure.ac: switch v4l2src over to the normal build instead of
3434         being 'experimental'. Fixes bug #536831.
3435
3436 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3439         Remove unused variable so that we can compile again.
3440
3441 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3442
3443         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3444         No need to check for audio/G723 and audio/32KADPCM here as they are
3445         no longer supported.
3446
3447 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3448
3449         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3450         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3451         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3452         known length.
3453
3454 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3455
3456         * gst/matroska/matroska-demux.c:
3457         (gst_matroska_demux_add_wvpk_header),
3458         (gst_matroska_demux_audio_caps):
3459         * gst/matroska/matroska-ids.h:
3460         Fix demuxing of WavPack files. Muxing is still broken.
3461
3462 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3463
3464         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3465         (gst_matroska_demux_add_mpeg_seq_header),
3466         (gst_matroska_demux_add_wvpk_header),
3467         (gst_matroska_demux_check_subtitle_buffer),
3468         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3469         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3470         (gst_matroska_demux_subtitle_caps):
3471         * gst/matroska/matroska-ids.h:
3472         Add a "vfunc" to the track context for postprocessing frames and
3473         convert the wavpack and subtitle postprocessing to this vfunc.
3474         Copy buffer flags in those functions to the new buffers too.
3475
3476         Parse CodecState elements of Blocks.
3477
3478         Add a postprocessing function for MPEG video that adds the sequence
3479         header from the codec private data or codec state to the frames if
3480         it's not already there.
3481
3482 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3483
3484         * gst/matroska/matroska-demux.c:
3485         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3486         If a gap of more than 1/2 second is found in one stream send a
3487         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3488         This also fixes Matroska files where the first buffer doesn't start
3489         at timestamp 0. Fixes bug #429322.
3490
3491         The duration of a block is the default duration multiplied with the
3492         number of laces. Every lace is one frame and the default duration
3493         is the duration of one frame. This fixes playback of files that use
3494         lacing for some tracks.
3495
3496 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3497
3498         * gst/matroska/matroska-demux.c:
3499         (gst_matroska_demux_parse_contents_seekentry):
3500         Update FIXME/TODOs and only ignore EOS at the central, important place
3501         instead of several places.
3502
3503 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3504
3505         * gst/rtp/gstrtpg726pay.c:
3506         Fix caps, See #538891.
3507
3508 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3511         (gst_matroska_demux_stream_from_num),
3512         (gst_matroska_demux_encoding_cmp),
3513         (gst_matroska_demux_encoding_order_unique),
3514         (gst_matroska_demux_read_track_encoding),
3515         (gst_matroska_demux_read_track_encodings),
3516         (gst_matroska_demux_tracknumber_unique),
3517         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3518         (gst_matroska_demux_parse_tracks),
3519         (gst_matroska_demux_parse_index_cuetrack),
3520         (gst_matroska_demux_parse_index_pointentry),
3521         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3522         (gst_matroska_demux_parse_metadata_id_simple_tag),
3523         (gst_matroska_demux_parse_metadata_id_tag),
3524         (gst_matroska_demux_parse_metadata),
3525         (gst_matroska_demux_parse_attached_file),
3526         (gst_matroska_demux_parse_attachments),
3527         (gst_matroska_demux_parse_chapters),
3528         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3529         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3530         (gst_matroska_demux_parse_cluster),
3531         (gst_matroska_demux_parse_contents_seekentry),
3532         (gst_matroska_demux_parse_contents),
3533         (gst_matroska_demux_loop_stream_parse_id),
3534         (gst_matroska_demux_loop):
3535         Improve debug output everywhere and fix the EOS logic.
3536
3537         Check the values of the ContentEncoding elements more strictly and
3538         don't use tracks for which it's invalid.
3539
3540         Check that the track number is unique for this stream.
3541
3542         Check that seek positions are below G_MAXINT64 as our seeks are
3543         int64-based and overflows will fail badly.
3544
3545         After seeks also don't push SimpleBlocks until the first one
3546         containing a keyframe is found. Before this was done only for normal
3547         Blocks.
3548
3549         Update some FIXME/TODOs.
3550         
3551         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3552         (gst_ebml_read_utf8), (gst_ebml_read_header):
3553         Improve debug output.
3554
3555         * gst/matroska/matroska-ids.c:
3556         (gst_matroska_track_init_video_context):
3557         * gst/matroska/matroska-ids.h:
3558         * gst/matroska/matroska-mux.c:
3559         (gst_matroska_mux_video_pad_setcaps):
3560         Remove eye mode and don't parse it anymore. We can't use that
3561         information in GStreamer yet so it's useless.
3562
3563
3564 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3565
3566         Patch by: Mersad Jelacic <mersad at axis dot com>
3567
3568         * gst/rtp/Makefile.am:
3569         * gst/rtp/gstrtp.c: (plugin_init):
3570         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3571         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3572         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3573         (gst_rtp_g726_depay_plugin_init):
3574         * gst/rtp/gstrtpg726depay.h:
3575         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3576         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3577         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3578         * gst/rtp/gstrtpg726pay.h:
3579         Added G726 pay/depayloaders. Fixes #538891.
3580
3581 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3582
3583         * gst/rtsp/URLS:
3584         Some more urls.
3585
3586         * gst/smpte/barboxwipes.c:
3587         Add a comment
3588
3589         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3590         Fix typo, add audioresample to the pipeline.
3591
3592 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * ext/libmng/Makefile.am:
3595         * ext/libmng/gstmng.c: (plugin_init):
3596         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3597         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3598         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3599         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3600         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3601         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3602         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3603         (gst_mng_dec_change_state):
3604         * ext/libmng/gstmngdec.h:
3605         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3606         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3607         (gst_mng_enc_init), (gst_mng_enc_chain),
3608         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3609         * ext/libmng/gstmngenc.h:
3610         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3611         bits ifdeffed out still.
3612
3613 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3614
3615         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3616         When comparing index elements with the same time compare their
3617         block number.
3618
3619 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3620
3621         * gst/matroska/matroska-demux.c:
3622           (gst_matroska_demux_parse_attached_file)
3623           Init variable to NULL to avoid compiler warning.
3624
3625 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * gst/matroska/Makefile.am:
3628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3629         (gst_matroska_demux_parse_attached_file),
3630         (gst_matroska_demux_parse_attachments),
3631         (gst_matroska_demux_parse_contents_seekentry),
3632         (gst_matroska_demux_loop_stream_parse_id):
3633         * gst/matroska/matroska-demux.h:
3634         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3635         * gst/matroska/matroska-ids.h:
3636         * gst/matroska/matroska.c: (plugin_init):
3637         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3638         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3639         and description of the attachments in the caps. Fixes bug #537622.
3640
3641 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3642
3643         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3644         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3645         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3646         (gst_speex_enc_src_query), (gst_speex_enc_init),
3647         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3648         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3649         (gst_speex_enc_set_property):
3650         Add mode property.
3651         Some cleanups, add more debug info.
3652         Add latency query.
3653
3654 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3655
3656         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3657         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3658         If we get less bytes than requested we can't do anything except doing
3659         our EOS logic.
3660
3661 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3662
3663         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3664         (gst_matroskademux_do_index_seek),
3665         (gst_matroska_demux_parse_index_cuetrack),
3666         (gst_matroska_demux_parse_index_pointentry),
3667         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3668         (gst_matroska_demux_parse_metadata):
3669         * gst/matroska/matroska-demux.h:
3670         * gst/matroska/matroska-ids.h:
3671         Use a GArray for storing the Cue (i.e. seek) information, store
3672         the CueTrackPositions for every track, store the block number
3673         and optimize searching in the array by sorting it after the last
3674         element was added.
3675
3676         Fix a small memory leak when trying to parse a tags element that was
3677         already parsed.
3678
3679 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3680
3681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3682         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3683         (gst_matroska_mux_write_data):
3684         * gst/matroska/matroska-mux.h:
3685         Don't write another SeekHead which indexes all Clusters to the end of
3686         the file. This isn't useful for anything and just increases filesize.
3687
3688 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3691         Prevent unaligned memory access when reading floats.
3692
3693 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3694
3695         * gst/matroska/ebml-read.c:
3696         * gst/matroska/ebml-read.h:
3697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3698         (gst_matroska_demux_parse_metadata):
3699         * gst/matroska/matroska-demux.h:
3700         Make sure that every Tags element is only parsed once and it's
3701         containing tags are only posted once.
3702
3703 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3704
3705         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3706         (gst_ebml_read_header):
3707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3708         (gst_matroska_demux_parse_tracks),
3709         (gst_matroska_demux_parse_index_cuetrack),
3710         (gst_matroska_demux_parse_index_pointentry),
3711         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3712         (gst_matroska_demux_parse_metadata_id_simple_tag),
3713         (gst_matroska_demux_parse_metadata_id_tag),
3714         (gst_matroska_demux_parse_metadata),
3715         (gst_matroska_demux_parse_attachments),
3716         (gst_matroska_demux_parse_chapters),
3717         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3718         (gst_matroska_demux_parse_cluster),
3719         (gst_matroska_demux_parse_contents_seekentry),
3720         (gst_matroska_demux_parse_contents),
3721         (gst_matroska_demux_loop_stream_parse_id):
3722         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3723         already. They're not useful in the matroska parser and only cause
3724         additional code.
3725
3726 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3727
3728         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3729         (gst_ebml_finalize), (gst_ebml_read_change_state),
3730         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3731         * gst/matroska/matroska-demux.c:
3732         (gst_matroska_demux_parse_contents_seekentry):
3733         Reverse the level list as we usually are only interested in the
3734         first element or want to add a new first element. Having the
3735         first element stored at the end and calling g_list_last() and
3736         g_list_append() is more expensive.
3737
3738         Also use GSlice for allocating the GstEbmlLevel structs.
3739
3740 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3741
3742         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3743           (gst_tag_inject_class_init), (gst_tag_inject_init):
3744           Don't unref NULL taglist in finalize. Don't use c++ style
3745           comments.
3746
3747 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3748
3749         * gst/matroska/matroska-demux.c:
3750         (gst_matroska_demux_parse_metadata_id_simple_tag):
3751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3752         (gst_matroska_mux_write_data):
3753         Use gst_value_serialize() and gst_value_deserialize() for transforming
3754         tags from some GType to a string and the other way around. The default
3755         transformations in GLib don't include transformations from string to
3756         number types.
3757
3758 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3759
3760         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3761         (gst_matroska_demux_parse_tracks),
3762         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3763         (gst_matroska_demux_parse_attachments),
3764         (gst_matroska_demux_parse_chapters),
3765         (gst_matroska_demux_parse_contents_seekentry),
3766         (gst_matroska_demux_loop_stream_parse_id):
3767         * gst/matroska/matroska-demux.h:
3768         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3769         Tags multiple times. The first ones can appear more than once but must
3770         contain the same content as the first for backup purposes so we ignore
3771         all but the first one. Tags can appear multiple times with different
3772         content.
3773
3774         Jump to all elements except Clusters that are available from a
3775         SeekHead to make it more likely to have all required informations
3776         before getting to the first Clusters.
3777
3778         Add dummy functions for parsing Attachments and Chapters.
3779
3780 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3781
3782         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3783         (gst_udpsrc_create), (gst_udpsrc_set_property),
3784         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3785         * gst/udp/gstudpsrc.h:
3786         Add property to control automatic join/leave of multicast groups.
3787         Add G_LIKELY.
3788         Remove setting caps on buffers explicitly, basesrc does that for us now.
3789         Improve debug info.
3790         Convert some non-fatal error into warnings.
3791         Use g_ntohs for better portability.
3792         Leave multicast groups when stopping.
3793         When using external sockets, use getsockname() on them to fill up the
3794         addr structure before calling methods that use the structure.
3795         Should all fix #536903.
3796         API: GstUDPSrc::auto-multicast property
3797
3798 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3799
3800         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3801         Use g_ntohl for better portability.
3802
3803 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3804
3805         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3806         (gst_multiudpsink_remove):
3807         Fix a typo and do some small cleanups.
3808
3809 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         Patch by: Olivier Crete <tester at tester dot ca>
3812
3813         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3814         Make the delivery-method mandatory on the caps and only accept inline
3815         for now.
3816         Reverse strcmp checks for delivery-method.
3817
3818         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3819         Make delivery method optional when parsing caps and note this in the
3820         caps.
3821         Reverse strcmp checks for delivery-method.
3822
3823         * gst/rtp/gstrtpvorbispay.c:
3824         Update a comment to note that the delivery-method is optional, 
3825         Fixes #537675.
3826
3827 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3828
3829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3830         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3831         leaving them in READY. Fixes #537832.
3832
3833 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3834
3835         * gst/avi/gstavimux.c:
3836           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3837           for a random constant in tagmuxing code.
3838
3839 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3840
3841         * gst/debug/gsttaginject.c:
3842         * gst/debug/gsttaginject.h:
3843           Now actually adding the new element.
3844
3845 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3846
3847         * docs/plugins/Makefile.am:
3848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3850         * docs/plugins/gst-plugins-good-plugins.args:
3851         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3852         * docs/plugins/gst-plugins-good-plugins.interfaces:
3853         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3854         * docs/plugins/inspect/plugin-aasink.xml:
3855         * docs/plugins/inspect/plugin-alaw.xml:
3856         * docs/plugins/inspect/plugin-alpha.xml:
3857         * docs/plugins/inspect/plugin-alphacolor.xml:
3858         * docs/plugins/inspect/plugin-annodex.xml:
3859         * docs/plugins/inspect/plugin-apetag.xml:
3860         * docs/plugins/inspect/plugin-audiofx.xml:
3861         * docs/plugins/inspect/plugin-auparse.xml:
3862         * docs/plugins/inspect/plugin-autodetect.xml:
3863         * docs/plugins/inspect/plugin-avi.xml:
3864         * docs/plugins/inspect/plugin-cacasink.xml:
3865         * docs/plugins/inspect/plugin-cairo.xml:
3866         * docs/plugins/inspect/plugin-cdio.xml:
3867         * docs/plugins/inspect/plugin-cutter.xml:
3868         * docs/plugins/inspect/plugin-debug.xml:
3869         * docs/plugins/inspect/plugin-dv.xml:
3870         * docs/plugins/inspect/plugin-efence.xml:
3871         * docs/plugins/inspect/plugin-effectv.xml:
3872         * docs/plugins/inspect/plugin-equalizer.xml:
3873         * docs/plugins/inspect/plugin-esdsink.xml:
3874         * docs/plugins/inspect/plugin-flac.xml:
3875         * docs/plugins/inspect/plugin-flxdec.xml:
3876         * docs/plugins/inspect/plugin-gamma.xml:
3877         * docs/plugins/inspect/plugin-gconfelements.xml:
3878         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3879         * docs/plugins/inspect/plugin-goom.xml:
3880         * docs/plugins/inspect/plugin-goom2k1.xml:
3881         * docs/plugins/inspect/plugin-halelements.xml:
3882         * docs/plugins/inspect/plugin-icydemux.xml:
3883         * docs/plugins/inspect/plugin-id3demux.xml:
3884         * docs/plugins/inspect/plugin-jpeg.xml:
3885         * docs/plugins/inspect/plugin-level.xml:
3886         * docs/plugins/inspect/plugin-matroska.xml:
3887         * docs/plugins/inspect/plugin-monoscope.xml:
3888         * docs/plugins/inspect/plugin-mulaw.xml:
3889         * docs/plugins/inspect/plugin-multifile.xml:
3890         * docs/plugins/inspect/plugin-multipart.xml:
3891         * docs/plugins/inspect/plugin-navigationtest.xml:
3892         * docs/plugins/inspect/plugin-ossaudio.xml:
3893         * docs/plugins/inspect/plugin-png.xml:
3894         * docs/plugins/inspect/plugin-quicktime.xml:
3895         * docs/plugins/inspect/plugin-rtp.xml:
3896         * docs/plugins/inspect/plugin-rtsp.xml:
3897         * docs/plugins/inspect/plugin-smpte.xml:
3898         * docs/plugins/inspect/plugin-soup.xml:
3899         * docs/plugins/inspect/plugin-spectrum.xml:
3900         * docs/plugins/inspect/plugin-speex.xml:
3901         * docs/plugins/inspect/plugin-taglib.xml:
3902         * docs/plugins/inspect/plugin-udp.xml:
3903         * docs/plugins/inspect/plugin-video4linux2.xml:
3904         * docs/plugins/inspect/plugin-videobalance.xml:
3905         * docs/plugins/inspect/plugin-videobox.xml:
3906         * docs/plugins/inspect/plugin-videocrop.xml:
3907         * docs/plugins/inspect/plugin-videoflip.xml:
3908         * docs/plugins/inspect/plugin-videomixer.xml:
3909         * docs/plugins/inspect/plugin-wavenc.xml:
3910         * docs/plugins/inspect/plugin-wavpack.xml:
3911         * docs/plugins/inspect/plugin-wavparse.xml:
3912         * docs/plugins/inspect/plugin-ximagesrc.xml:
3913         * gst/debug/Makefile.am:
3914         * gst/debug/breakmydata.c:
3915         * gst/debug/efence.c:
3916         * gst/debug/gstdebug.c:
3917         * gst/debug/gstnavseek.c:
3918         * gst/debug/gstpushfilesrc.c:
3919         * gst/debug/gstpushfilesrc.h:
3920         * gst/debug/negotiation.c:
3921         * gst/debug/progressreport.c:
3922         * gst/debug/progressreport.h:
3923         * gst/debug/rndbuffersize.c:
3924         * gst/debug/testplugin.c:
3925           Remove dummy plugin_init. Remove some undefined entries from doc-
3926           section file. Add taginject element and rebuild docs for it.
3927
3928 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3929
3930         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3931         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3932         Update the counter for the number of streams when pads are added or
3933         removed. This will make sure that a seek table is generated for
3934         files with just one audio stream.
3935
3936 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3937
3938         * gst/matroska/matroska-demux.c:
3939         (gst_matroska_demux_parse_metadata_id_simple_tag):
3940         * gst/matroska/matroska-ids.h:
3941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3942         Add some more tags, improve debugging a bit and make sure that
3943         GValue transformation has succeeded before using the result
3944         as a tag.
3945
3946 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         Patch by: Olivier Crete <tester at tester dot ca>
3949
3950         * gst/rtp/gstrtptheorapay.c:
3951         The Theora RTP payloader only supports the "inline" delievery method
3952         so let's declare this on the caps of the static pad template.
3953         Fixes bug #537675.
3954
3955 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3956
3957         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3958         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3959         Remove bogus check.
3960
3961 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3962
3963         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3964         (gst_videomixer_blend_buffers):
3965         Use stream_time to synchronize the object properties.
3966         Use running_time of the master pad to timestamp outgoing buffers.
3967         Fix the initial segment event to extend an unknown amount of time.
3968         Fixes #537361.
3969
3970 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3971
3972         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3973         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3974         (gst_avi_demux_calculate_durations_from_index),
3975         (gst_avi_demux_stream_header_push),
3976         (gst_avi_demux_stream_header_pull):
3977         Try to ignore unparsable/unknown streams and give a warning instead of
3978         erroring out. Fixes #537377.
3979
3980 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3981
3982         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3983         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3984
3985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3986         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3987         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3988         (gst_matroska_demux_read_track_encodings),
3989         (gst_matroska_demux_add_stream),
3990         (gst_matroska_demux_handle_src_query),
3991         (gst_matroska_demux_init_stream),
3992         (gst_matroska_demux_parse_index_cuetrack),
3993         (gst_matroska_demux_parse_index_pointentry),
3994         (gst_matroska_demux_parse_info),
3995         (gst_matroska_demux_parse_metadata_id_simple_tag),
3996         (gst_matroska_demux_parse_metadata),
3997         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3998         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3999         (gst_matroska_demux_parse_cluster),
4000         (gst_matroska_demux_parse_contents_seekentry),
4001         (gst_matroska_demux_loop_stream_parse_id),
4002         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4003         (gst_matroska_demux_audio_caps),
4004         (gst_matroska_demux_subtitle_caps):
4005         * gst/matroska/matroska-demux.h:
4006         * gst/matroska/matroska-ids.c:
4007         (gst_matroska_track_init_subtitle_context):
4008         * gst/matroska/matroska-ids.h:
4009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4010         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4011         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4012         (gst_matroska_mux_video_pad_setcaps),
4013         (gst_matroska_mux_audio_pad_setcaps),
4014         (gst_matroska_mux_subtitle_pad_setcaps),
4015         (gst_matroska_mux_request_new_pad),
4016         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4017         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4018         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4019         (gst_matroska_mux_set_property):
4020         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4021         elements, do some checks for valid values in the demuxer, handle
4022         tracktimecodescale in the demuxer, set correct default values for all
4023         settings in the demuxer, review and add all missing matroska
4024         IDs and some more raw YUV formats, and some trivial cleanup.
4025
4026 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4027
4028         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4029         (gst_pulsemixer_class_init):
4030         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4031         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4032         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4033         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4034         (gst_pulsesrc_prepare):
4035         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4036         gst_element_class_set_details_simple() and fix coding style a bit
4037         more.
4038
4039 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4040
4041         * docs/plugins/Makefile.am:
4042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4044         * docs/plugins/gst-plugins-good-plugins.args:
4045         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4046         * docs/plugins/gst-plugins-good-plugins.interfaces:
4047         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4048         * docs/plugins/inspect/plugin-aasink.xml:
4049         * docs/plugins/inspect/plugin-alaw.xml:
4050         * docs/plugins/inspect/plugin-alpha.xml:
4051         * docs/plugins/inspect/plugin-alphacolor.xml:
4052         * docs/plugins/inspect/plugin-annodex.xml:
4053         * docs/plugins/inspect/plugin-apetag.xml:
4054         * docs/plugins/inspect/plugin-audiofx.xml:
4055         * docs/plugins/inspect/plugin-auparse.xml:
4056         * docs/plugins/inspect/plugin-autodetect.xml:
4057         * docs/plugins/inspect/plugin-avi.xml:
4058         * docs/plugins/inspect/plugin-cacasink.xml:
4059         * docs/plugins/inspect/plugin-cairo.xml:
4060         * docs/plugins/inspect/plugin-cdio.xml:
4061         * docs/plugins/inspect/plugin-cutter.xml:
4062         * docs/plugins/inspect/plugin-debug.xml:
4063         * docs/plugins/inspect/plugin-dv.xml:
4064         * docs/plugins/inspect/plugin-efence.xml:
4065         * docs/plugins/inspect/plugin-effectv.xml:
4066         * docs/plugins/inspect/plugin-equalizer.xml:
4067         * docs/plugins/inspect/plugin-esdsink.xml:
4068         * docs/plugins/inspect/plugin-flac.xml:
4069         * docs/plugins/inspect/plugin-flxdec.xml:
4070         * docs/plugins/inspect/plugin-gamma.xml:
4071         * docs/plugins/inspect/plugin-gconfelements.xml:
4072         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4073         * docs/plugins/inspect/plugin-goom.xml:
4074         * docs/plugins/inspect/plugin-goom2k1.xml:
4075         * docs/plugins/inspect/plugin-halelements.xml:
4076         * docs/plugins/inspect/plugin-icydemux.xml:
4077         * docs/plugins/inspect/plugin-id3demux.xml:
4078         * docs/plugins/inspect/plugin-jpeg.xml:
4079         * docs/plugins/inspect/plugin-level.xml:
4080         * docs/plugins/inspect/plugin-matroska.xml:
4081         * docs/plugins/inspect/plugin-monoscope.xml:
4082         * docs/plugins/inspect/plugin-mulaw.xml:
4083         * docs/plugins/inspect/plugin-multifile.xml:
4084         * docs/plugins/inspect/plugin-multipart.xml:
4085         * docs/plugins/inspect/plugin-navigationtest.xml:
4086         * docs/plugins/inspect/plugin-ossaudio.xml:
4087         * docs/plugins/inspect/plugin-png.xml:
4088         * docs/plugins/inspect/plugin-pulseaudio.xml:
4089         * docs/plugins/inspect/plugin-quicktime.xml:
4090         * docs/plugins/inspect/plugin-rtp.xml:
4091         * docs/plugins/inspect/plugin-rtsp.xml:
4092         * docs/plugins/inspect/plugin-smpte.xml:
4093         * docs/plugins/inspect/plugin-soup.xml:
4094         * docs/plugins/inspect/plugin-spectrum.xml:
4095         * docs/plugins/inspect/plugin-speex.xml:
4096         * docs/plugins/inspect/plugin-taglib.xml:
4097         * docs/plugins/inspect/plugin-udp.xml:
4098         * docs/plugins/inspect/plugin-video4linux2.xml:
4099         * docs/plugins/inspect/plugin-videobalance.xml:
4100         * docs/plugins/inspect/plugin-videobox.xml:
4101         * docs/plugins/inspect/plugin-videocrop.xml:
4102         * docs/plugins/inspect/plugin-videoflip.xml:
4103         * docs/plugins/inspect/plugin-videomixer.xml:
4104         * docs/plugins/inspect/plugin-wavenc.xml:
4105         * docs/plugins/inspect/plugin-wavpack.xml:
4106         * docs/plugins/inspect/plugin-wavparse.xml:
4107         * docs/plugins/inspect/plugin-ximagesrc.xml:
4108         * ext/pulse/plugin.c:
4109         * ext/pulse/pulsemixer.c:
4110         * ext/pulse/pulsesink.c:
4111         * ext/pulse/pulsesrc.c:
4112         Add documentation to the pulseaudio plugin and run make update
4113         in docs/plugins.
4114
4115 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         Patch by: Brian Cameron <brian.cameron at sun dot com>
4118
4119         * sys/sunaudio/gstsunaudiomixerctrl.c:
4120         (gst_sunaudiomixer_ctrl_get_volume),
4121         (gst_sunaudiomixer_ctrl_set_volume):
4122         Improvements for the SunAudio mixer by handling mute as no gain
4123         for tracks that have a gain property but no mute property.
4124         Fixes bug #536067.
4125
4126 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4127
4128         * configure.ac:
4129         * ext/pulse/Makefile.am:
4130         * ext/pulse/plugin.c: (plugin_init):
4131         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4132         (gst_pulsemixer_implements_interface_init),
4133         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4134         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4135         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4136         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4137         * ext/pulse/pulsemixer.h:
4138         * ext/pulse/pulsemixerctrl.c:
4139         (gst_pulsemixer_ctrl_context_state_cb),
4140         (gst_pulsemixer_ctrl_sink_info_cb),
4141         (gst_pulsemixer_ctrl_source_info_cb),
4142         (gst_pulsemixer_ctrl_subscribe_cb),
4143         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4144         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4145         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4146         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4147         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4148         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4149         * ext/pulse/pulsemixerctrl.h:
4150         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4151         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4152         * ext/pulse/pulsemixertrack.h:
4153         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4154         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4155         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4156         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4157         (gst_pulseprobe_new), (gst_pulseprobe_free),
4158         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4159         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4160         (gst_pulseprobe_set_server):
4161         * ext/pulse/pulseprobe.h:
4162         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4163         (gst_pulsesink_class_init), (gst_pulsesink_init),
4164         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4165         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4166         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4167         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4168         (gst_pulsesink_stream_request_cb),
4169         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4170         (gst_pulsesink_close), (gst_pulsesink_prepare),
4171         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4172         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4173         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4174         (gst_pulsesink_event), (gst_pulsesink_get_type):
4175         * ext/pulse/pulsesink.h:
4176         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4177         (gst_pulsesrc_implements_interface_init),
4178         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4179         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4180         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4181         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4182         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4183         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4184         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4185         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4186         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4187         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4188         (gst_pulsesrc_get_type):
4189         * ext/pulse/pulsesrc.h:
4190         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4191         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4192         * ext/pulse/pulseutil.h:
4193         Add pulseaudio GStreamer element from gst-pulse. Development will
4194         continue here instead of pulseaudio SVN. Fixes bug #400679.
4195         Only changes over gst-pulse SVN are added copyright to the top of
4196         files and coding style changes.
4197
4198 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4199
4200         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4201
4202         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4203           (gst_cdio_add_cdtext_album_tags):
4204         * ext/cdio/gstcdio.h:
4205         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4206           Also extract album title and album genre from CD-TEXT if
4207           available (#537021).
4208
4209 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4212
4213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4214         Improve negotiation a bit more by picking the smallest possible
4215         resolution that is larger than the resolution specified in the
4216         first caps entry of the peer caps. Fixes bug #536994.
4217
4218 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4219
4220         Patch by: Bastien Nocera <hadess at hadess dot net>
4221
4222         * sys/v4l2/gstv4l2vidorient.c:
4223         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4224         Fix compilation with newer GIT kernels that deprecated
4225         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4226
4227 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4228
4229         * configure.ac:
4230         * ext/cdio/gstcdio.c:
4231         * ext/cdio/gstcdio.h:
4232         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4233           Require libcdio >= 0.76.
4234
4235 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4236
4237         * gst/avi/gstavidemux.c:
4238         Catch UNEXPECTED when downstream has reached end of
4239         segment in reverse mode.
4240
4241 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4242
4243         * gst/avi/gstavidemux.c:
4244         Fix typo in comment
4245
4246 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4247
4248         * gst/avi/gstavidemux.c:
4249         Because we don't know the frame order we need to push till
4250         the next keyframe
4251
4252 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4253
4254         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4255
4256         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4257         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4258         Provide a custom negotiation function to make sure to pick the highest
4259         possible framerate and resolution. Fixes bug #536646.
4260
4261 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4262
4263         * gst/avi/gstavidemux.c:
4264         Set EOS when going out of the segment in reverse playback
4265
4266 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4267
4268         * ext/taglib/Makefile.am::
4269           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4270           taglib headers (with gcc 4.3.1).
4271
4272 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4273
4274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4275         Use the new gst_rtsp_connection_get_ip() to access the IP address
4276         of a GstRTSPConnection since it is a private member.
4277
4278 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4279
4280         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4281         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4282           Use new utility functions in libgsttag to process coverart (#512333).
4283
4284 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4287         We actually support left/side, right/side and mid/side files. The
4288         conversion to normal, interleaved stereo is done by libflac.
4289
4290 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4291
4292         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4293         (gst_ebml_write_set_cache):
4294         Unref the write cache in finalize if it was set and add add "FIXME"
4295         to a comment that needs it.
4296
4297 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4300
4301         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4302         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4303         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4304         (gst_avi_demux_process_next_entry):
4305         * gst/avi/gstavidemux.h:
4306         Implement reverse playback. Fixes #535300.
4307         Small cleanups.
4308
4309 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4312         (gst_videomixer_query_latency):
4313         When using gst_element_iterate_pads() one has to unref every pad
4314         after usage.
4315
4316 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4317
4318         Patch by: Bastien Nocera <hadess at hadess dot net>
4319         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4320         (qtdemux_parse_udta):
4321         * gst/qtdemux/qtdemux_fourcc.h:
4322         Improve meta-data handling, add 'comment', 'description' and
4323         'copyright' tag handling.
4324         Fixes #535935
4325
4326 2008-05-31  Julien Moutte  <julien@fluendo.com>
4327
4328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4329         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4330         (gst_qtdemux_seek_to_previous_keyframe),
4331         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4332         we don't clip the segment's stop using the main segment duration as
4333         that could crop quite some video frames. Make reverse playback support
4334         more robust and support edit lists. Support seeking to the last frame,
4335         and fix reverse looping playback. Add some debugging.
4336         * win32/common/config.h: Updated.
4337
4338 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4339
4340         * gst/equalizer/gstiirequalizer.c:
4341         (gst_iir_equalizer_transform_ip):
4342         Don't clip float/double samples, correctly unset passthrough mode
4343         and use better rounding for integer samples.
4344
4345 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4346
4347         * gst/equalizer/gstiirequalizer.c:
4348         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4349         (setup_filter), (set_passthrough), (update_coefficients),
4350         (gst_iir_equalizer_compute_frequencies),
4351         (gst_iir_equalizer_transform_ip):
4352         * gst/equalizer/gstiirequalizer.h:
4353         Update the filter coefficients only when needed in the transform_ip
4354         function and correctly set the element into passthrough mode if the
4355         gain of all bands is 0.
4356
4357 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4358
4359         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4360
4361         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4362         (gst_alpha_set_property), (gst_alpha_get_property),
4363         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4364         Try to skip pixels or areas that are too dark or too bright for us to do
4365         meaningfull color detection.
4366         Added properties to control the sensitivity to light and darkness.
4367         Added some small cleanups. Fixes #512345.
4368
4369 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4370
4371         * docs/plugins/.cvsignore:
4372         * tests/check/elements/.cvsignore:
4373         Ignore some more generated things
4374
4375         * tests/check/Makefile.am:
4376         Ignore OSS elements in the state changes test too.
4377
4378 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4379
4380         * docs/plugins/Makefile.am:
4381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4383         Add SMPTE effect elements to docs.
4384
4385 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4386
4387         * docs/plugins/Makefile.am:
4388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4390         * ext/raw1394/gstdv1394src.c:
4391           Document whats first shown on the fdo plugin docs page :)
4392
4393 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4394
4395         * docs/plugins/Makefile.am:
4396         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4397         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4398         * docs/plugins/gst-plugins-good-plugins.args:
4399         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4400         * docs/plugins/inspect/plugin-audiofx.xml:
4401         * gst/audiofx/Makefile.am:
4402         * gst/audiofx/audiofx.c:
4403         * gst/audiofx/audiokaraoke.c:
4404         * gst/audiofx/audiokaraoke.h:
4405         * gst/audiofx/audiovoice.c:
4406         * gst/audiofx/audiovoice.h:
4407           Rename audiovoice to audiokaraoke and add it to the docs.
4408
4409 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4410
4411         * REQUIREMENTS:
4412         * docs/plugins/Makefile.am:
4413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4415         * docs/plugins/gst-plugins-good-plugins.args:
4416         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4417         * docs/plugins/gst-plugins-good-plugins.interfaces:
4418         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4419         * docs/plugins/inspect/plugin-aasink.xml:
4420         * docs/plugins/inspect/plugin-alaw.xml:
4421         * docs/plugins/inspect/plugin-alpha.xml:
4422         * docs/plugins/inspect/plugin-alphacolor.xml:
4423         * docs/plugins/inspect/plugin-annodex.xml:
4424         * docs/plugins/inspect/plugin-apetag.xml:
4425         * docs/plugins/inspect/plugin-audiofx.xml:
4426         * docs/plugins/inspect/plugin-auparse.xml:
4427         * docs/plugins/inspect/plugin-autodetect.xml:
4428         * docs/plugins/inspect/plugin-avi.xml:
4429         * docs/plugins/inspect/plugin-cacasink.xml:
4430         * docs/plugins/inspect/plugin-cairo.xml:
4431         * docs/plugins/inspect/plugin-cdio.xml:
4432         * docs/plugins/inspect/plugin-cutter.xml:
4433         * docs/plugins/inspect/plugin-debug.xml:
4434         * docs/plugins/inspect/plugin-dv.xml:
4435         * docs/plugins/inspect/plugin-efence.xml:
4436         * docs/plugins/inspect/plugin-effectv.xml:
4437         * docs/plugins/inspect/plugin-equalizer.xml:
4438         * docs/plugins/inspect/plugin-esdsink.xml:
4439         * docs/plugins/inspect/plugin-flac.xml:
4440         * docs/plugins/inspect/plugin-flxdec.xml:
4441         * docs/plugins/inspect/plugin-gamma.xml:
4442         * docs/plugins/inspect/plugin-gconfelements.xml:
4443         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4444         * docs/plugins/inspect/plugin-goom.xml:
4445         * docs/plugins/inspect/plugin-goom2k1.xml:
4446         * docs/plugins/inspect/plugin-halelements.xml:
4447         * docs/plugins/inspect/plugin-icydemux.xml:
4448         * docs/plugins/inspect/plugin-id3demux.xml:
4449         * docs/plugins/inspect/plugin-jpeg.xml:
4450         * docs/plugins/inspect/plugin-level.xml:
4451         * docs/plugins/inspect/plugin-matroska.xml:
4452         * docs/plugins/inspect/plugin-monoscope.xml:
4453         * docs/plugins/inspect/plugin-mulaw.xml:
4454         * docs/plugins/inspect/plugin-multifile.xml:
4455         * docs/plugins/inspect/plugin-multipart.xml:
4456         * docs/plugins/inspect/plugin-navigationtest.xml:
4457         * docs/plugins/inspect/plugin-ossaudio.xml:
4458         * docs/plugins/inspect/plugin-png.xml:
4459         * docs/plugins/inspect/plugin-quicktime.xml:
4460         * docs/plugins/inspect/plugin-rtp.xml:
4461         * docs/plugins/inspect/plugin-rtsp.xml:
4462         * docs/plugins/inspect/plugin-smpte.xml:
4463         * docs/plugins/inspect/plugin-soup.xml:
4464         * docs/plugins/inspect/plugin-spectrum.xml:
4465         * docs/plugins/inspect/plugin-speex.xml:
4466         * docs/plugins/inspect/plugin-taglib.xml:
4467         * docs/plugins/inspect/plugin-udp.xml:
4468         * docs/plugins/inspect/plugin-video4linux2.xml:
4469         * docs/plugins/inspect/plugin-videobalance.xml:
4470         * docs/plugins/inspect/plugin-videobox.xml:
4471         * docs/plugins/inspect/plugin-videocrop.xml:
4472         * docs/plugins/inspect/plugin-videoflip.xml:
4473         * docs/plugins/inspect/plugin-videomixer.xml:
4474         * docs/plugins/inspect/plugin-wavenc.xml:
4475         * docs/plugins/inspect/plugin-wavpack.xml:
4476         * docs/plugins/inspect/plugin-wavparse.xml:
4477         * docs/plugins/inspect/plugin-ximagesrc.xml:
4478         * ext/aalib/gstaasink.c:
4479         * ext/libcaca/gstcacasink.c:
4480           Document aasink and cacasink.
4481
4482 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4485         (gst_videomixer_init), (gst_videomixer_query_duration),
4486         (gst_videomixer_query_latency), (gst_videomixer_query),
4487         (gst_videomixer_blend_buffers):
4488         * gst/videomixer/videomixer.h:
4489         Implement position (in time), duration and latency queries.
4490
4491 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4492
4493         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4494         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4495         (gst_videomixer_fill_queues), (forward_event_func),
4496         (forward_event), (gst_videomixer_src_event),
4497         (gst_videomixer_sink_event):
4498         * gst/videomixer/videomixer.h:
4499         Implement proper seek/newsegment handling.
4500         Based on adder's implementation.
4501         Fixes #535121
4502
4503 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         Patch by: Jan Gerber <j at oil21 dot org>
4506
4507         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4508         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4509
4510 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         * gst/audiofx/Makefile.am:
4513         * gst/audiofx/audiofx.c: (plugin_init):
4514         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4515         (gst_audio_voice_class_init), (gst_audio_voice_init),
4516         (update_filter), (gst_audio_voice_set_property),
4517         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4518         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4519         (gst_audio_voice_transform_ip):
4520         * gst/audiofx/audiovoice.h:
4521         Add simple voice removal element. Yay karaoke.
4522
4523 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4524
4525         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4526
4527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4528         Fix potential caps leak.
4529         If we can't get the framerate with an ioctl, try to get it with the
4530         current norm. Fixes #520092.
4531
4532 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4533
4534         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4535
4536         * sys/v4l2/v4l2src_calls.c:
4537         (gst_v4l2src_probe_caps_for_format_and_size):
4538         If we fail to get the frame intervals, simply don't touch the framerates
4539         on the template caps instead of discarding the format. See #520092.
4540
4541 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4542
4543         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4544
4545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4546         (gst_v4l2_get_caps_info):
4547         Add NV12, NV21 and bayer support. See #520092.
4548
4549 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4550
4551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4552         (gst_qtdemux_activate_segment):
4553         Unbreak segment activation again. Fixes #531672.
4554
4555 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4556
4557         * ext/flac/Makefile.am:
4558         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4559         Set the channel layout when decoding FLAC files with more than 2
4560         channels as defined by the FLAC spec. Fixes bug #534570.
4561
4562         Also don't try to decode left/side, right/side and mid/side files
4563         as we don't support this at all.
4564
4565 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4566
4567         * configure.ac:
4568           We need -base CVS (rtsp).
4569
4570 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4571
4572         * gst/udp/Makefile.am:
4573           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4574           when including netdb.h when building against glibc >= 2.8.
4575
4576 2008-05-22  Julien Moutte  <julien@fluendo.com>
4577
4578         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4579         debug statement arguments.
4580         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4581         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4582         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4583         on more platforms.
4584
4585 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         * tests/check/elements/avimux.c: (setup_src_pad),
4588         (teardown_src_pad):
4589         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4590         (GST_START_TEST):
4591         * tests/check/elements/matroskamux.c: (setup_src_pad),
4592         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4593         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4594         (GST_START_TEST):
4595         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4596         (setup_wavpackparse), (cleanup_wavpackparse):
4597         Don't use gst_element_get_pad(), it's a bad, bad method.
4598
4599 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4600
4601         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4602         (do_toggle_element):
4603         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4604         (do_toggle_element):
4605         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4606         (do_toggle_element):
4607         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4608         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4609         (do_toggle_element):
4610         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4611         (do_toggle_element):
4612         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4613         (gst_auto_audio_sink_detect):
4614         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4615         (gst_auto_video_sink_detect):
4616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4617         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4618         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4619         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4620         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4621         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4622         * tests/icles/videocrop-test.c: (test_with_caps),
4623         (video_crop_get_test_caps):
4624         Don't use gst_element_get_pad(), it's a bad method.
4625
4626 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4627
4628         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4629         (gst_multiudpsink_add_internal):
4630         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4631         (gst_udp_join_group):
4632         * gst/udp/gstudpnetutils.h:
4633         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4634         Joining a multicast group and setting the loop/ttl properties are
4635         totally unrelated tasks are must be separated.
4636
4637 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4638
4639         * gst/avi/gstavimux.c:
4640           Also support alaw/mulaw.
4641
4642 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4643
4644         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4645         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4646         * gst/udp/gstmultiudpsink.h:
4647         Add a fixme for the auto-multicast property.
4648         Fix some confusing debug messages.
4649         Disable setting a qos value by default.
4650
4651 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4652
4653         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4654
4655         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4656         Ignore EPERM errors from sendto. Fixes #533619.
4657
4658 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4659
4660         Patch by: Henrik Eriksson <henriken at axis dot com>
4661
4662         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4663         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4664         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4665         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4666         * gst/udp/gstmultiudpsink.h:
4667         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4668
4669 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4670
4671         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4672         Improve debugging of the ident.
4673
4674 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4675
4676         Patch by: Bruno Santos <brunof at ua dot pt>
4677
4678         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4679         (gst_udp_join_group), (gst_udp_leave_group),
4680         (gst_udp_is_multicast):
4681         * gst/udp/gstudpnetutils.h:
4682         Provide a bunch of helper methods to deal with IPv4 and IPv6
4683         transparently.
4684
4685         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4686         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4687         (gst_multiudpsink_get_property), (join_multicast),
4688         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4689         (gst_multiudpsink_remove):
4690         * gst/udp/gstmultiudpsink.h:
4691         Add multicast TTL and loopback properties.
4692         Use the helper methods to implement ip4 and ip6.
4693
4694         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4695         * gst/udp/gstudpsrc.h:
4696         Use the helper methods to implement ip4 and ip6.
4697         Fixes #515962.
4698
4699 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4700
4701         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4702
4703         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4704         (gst_multipart_demux_get_gstname),
4705         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4706         * gst/multipart/multipartdemux.h:
4707         Don't blindly copy the mime-type as the caps name because they not
4708         always map directly. Instead use a hashtable with common mappings.
4709         Fixes #533287.
4710
4711 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4712
4713         * ext/esd/esdsink.c: (gst_esdsink_write):
4714         When we post an error, we must return -1 to let the parent know that we
4715         cannot write the segment else it will loop and continue to call us again
4716         forever. Patch by Michael Meeks.
4717
4718 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4719
4720         * gst/videomixer/videomixer.c:
4721           Add missing incudes.
4722
4723 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4724
4725         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4726         (gst_rtp_h264_pay_handle_buffer):
4727         * gst/rtp/gstrtph264pay.h:
4728         Correct a typo (sinle -> single).
4729
4730 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4733         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4734         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4735         (gst_rtp_h264_depay_process):
4736         * gst/rtp/gstrtph264depay.h:
4737         Add experimental support for outputting quicktime-like AVC output in
4738         addition to the existing bytestream output.
4739
4740         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4741         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4742         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4743         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4744         (gst_rtp_h264_pay_get_property):
4745         * gst/rtp/gstrtph264pay.h:
4746         Make the parsing mode configurable, for some inputs we don't need to
4747         scan every byte for start codes.
4748         Only set the marker bit on ACCESS units.
4749
4750 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4751
4752         * gst/equalizer/gstiirequalizer.c:
4753         Use a bigger type in integer mode for the intermediate results to
4754         prevent overflows. This fixes the crippled sound when using the
4755         equalizer in integer mode. Fixes bug #510865.
4756
4757 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4758
4759         * gst/videomixer/videomixer.c:
4760         * gst/videomixer/videomixer.h:
4761         Instead of a random number for the request pad id's,
4762         use a counter.
4763
4764         Register the videomixerpad class from the element's class_init
4765         where it's safer, and allows the docs generator to scan it.
4766
4767 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4768
4769         * gst/smpte/Makefile.am:
4770         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4771         * gst/smpte/gstsmpte.h:
4772         * gst/smpte/gstsmptealpha.c:
4773         (gst_smpte_alpha_transition_type_get_type),
4774         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4775         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4776         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4777         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4778         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4779         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4780         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4781         * gst/smpte/gstsmptealpha.h:
4782         * gst/smpte/plugin.c: (plugin_init):
4783         Add new plugin that adds the SMPTE transition in the alpha channel of
4784         I420 and AYUV frames so that they can be blended with videomixer later
4785         on. Uses all niceties such as using base transform for efficient alloc
4786         and negotiation. It currently requires GstController to control the
4787         position in the transition effect.
4788
4789 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4790
4791         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4792         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4793         * docs/plugins/gst-plugins-good-plugins.args:
4794         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4795         * docs/plugins/gst-plugins-good-plugins.interfaces:
4796         * docs/plugins/gst-plugins-good-plugins.types:
4797         * gst/videomixer/videomixer.c:
4798           Try using thaytans new mechanism to get extra classes into plugin
4799           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4800           missing still.
4801
4802 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4803
4804         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4805         Set proper rate in avi stream header for PCM audio, and also do some
4806         more sanity checks on caps in this case.  Fixes #511489.
4807
4808 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * sys/v4l2/gstv4l2src.c:
4811         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4812         isn't implemented at all yet and this requires X headers to be
4813         installed. Fixes bug #533264.
4814
4815 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4816
4817         reviewed by: <delete if not using a buddy>
4818
4819         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4820         (gst_ebml_write_set_cache):
4821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4822         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4823         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4824         (gst_matroska_demux_read_track_encodings),
4825         (gst_matroska_demux_add_stream),
4826         (gst_matroska_demux_handle_src_query),
4827         (gst_matroska_demux_init_stream),
4828         (gst_matroska_demux_parse_index_cuetrack),
4829         (gst_matroska_demux_parse_index_pointentry),
4830         (gst_matroska_demux_parse_info),
4831         (gst_matroska_demux_parse_metadata_id_simple_tag),
4832         (gst_matroska_demux_parse_metadata),
4833         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4834         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4835         (gst_matroska_demux_parse_cluster),
4836         (gst_matroska_demux_parse_contents_seekentry),
4837         (gst_matroska_demux_loop_stream_parse_id),
4838         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4839         (gst_matroska_demux_audio_caps),
4840         (gst_matroska_demux_subtitle_caps):
4841         * gst/matroska/matroska-demux.h:
4842         * gst/matroska/matroska-ids.c:
4843         (gst_matroska_track_init_subtitle_context):
4844         * gst/matroska/matroska-ids.h:
4845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4846         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4847         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4848         * sys/v4l2/gstv4l2src.c:
4849         * tests/check/pipelines/wavpack.c: (bus_handler):
4850         * win32/common/config.h:
4851
4852 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4853
4854         * ext/wavpack/gstwavpackstreamreader.c:
4855         * tests/examples/spectrum/demo-audiotest.c:
4856         * tests/examples/spectrum/demo-osssrc.c:
4857         Fix some compiler warnings.
4858
4859 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4860
4861         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4862         Small comment added.
4863
4864         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4865         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4866         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4867         Debug string cleanups (remove trailing \n)
4868         Refactor and clean up the payloader a bit and make sure that we only
4869         put one NAL unit in an RTP packet even if the input buffer contains
4870         multiple NAL units.
4871         Add suport for AVC format input.
4872
4873 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4874
4875         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4876         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4877         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4878         * gst/rtp/gstrtph264pay.h:
4879         Make it possible to specify profile-level-id and sprop-parameter-sets
4880         using properties in case they are not available in-stream.
4881
4882 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4883
4884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4885         * docs/plugins/gst-plugins-good-plugins.args:
4886         * docs/plugins/inspect/plugin-ladspa.xml:
4887           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4888
4889 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4890
4891         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4892         Send an initial BYTE segment to inform downstream of later seeking,
4893         and to forego sync attempts.
4894
4895 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4896
4897         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4898         Fix wrong caps string.
4899
4900 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4901
4902         Based on patch by: Olivier Crete <tester at tester dot ca>
4903
4904         * gst/rtp/Makefile.am:
4905         * gst/rtp/gstrtp.c: (plugin_init):
4906         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4907         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4908         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4909         (gst_rtp_g729_depay_plugin_init):
4910         * gst/rtp/gstrtpg729depay.h:
4911         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4912         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4913         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4914         * gst/rtp/gstrtpg729pay.h:
4915         Added G729 pay and depayloaders. Fixes #532409.
4916
4917 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4918
4919         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4920         Fix the calculation of the duration of the concealment packets.
4921
4922 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4923
4924         Based on patch by: Olivier Crete <tester at tester dot ca>
4925
4926         * gst/rtp/Makefile.am:
4927         * gst/rtp/gstrtp.c: (plugin_init):
4928         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4929         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4930         (parse_encode), (gst_rtp_dv_depay_setcaps),
4931         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4932         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4933         (gst_rtp_dv_depay_plugin_init):
4934         * gst/rtp/gstrtpdvdepay.h:
4935         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4936         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4937         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4938         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4939         (gst_dv_pay_negotiate), (include_dif),
4940         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4941         * gst/rtp/gstrtpdvpay.h:
4942         Add DV pay and depayloaders. Fixes #532423.
4943
4944 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4945
4946         * gst/matroska/matroska-demux.c:
4947         (gst_matroska_demux_push_dvd_clut_change_event):
4948         Convert subtitle palette info in VobSub private data from VobSub's
4949         (buggy) RGB to YUV.
4950
4951 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4952
4953         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4954         Do not leave fourcc stream header field empty upon reset.
4955         Fixes #519301.
4956
4957 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4958
4959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4961         * docs/plugins/inspect/plugin-goom.xml:
4962         * docs/plugins/inspect/plugin-goom2k1.xml:
4963         * gst/goom/gstgoom.c:
4964         * gst/goom2k1/gstgoom.c:
4965         Add goom2k1 into the docs.
4966
4967 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4968
4969         Based on patch by: Wouter Cloetens  <wouter at mind be>
4970
4971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4972         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4973         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4974         (gst_rtsp_decode_quoted_string),
4975         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4976         (gst_rtspsrc_setup_auth):
4977         Support Digest authentication. Fixes #532065.
4978
4979 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4980
4981         * gst/level/gstlevel.c:
4982           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4983           about whats needed for liboil acceleration. Simplify docs a bit.
4984
4985 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4986
4987         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4988
4989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4990         Update the track duration if the old one was invalid.
4991         Fixes bug #532117.
4992
4993 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4994
4995         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4996           Use GST_STR_NULL when trying to print sps and pps strings that could
4997           be NULL, as this might crash on some platforms.
4998
4999 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5000
5001         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5002
5003         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5004           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5005           set after creating the clipper.
5006
5007 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5008
5009         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5010
5011         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5012           Added checking of surface lost case after an unsuccessful
5013           IDirectDrawSurface7_Lock() call.
5014           If surface is lost, return GST_FLOW_OK.
5015
5016 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5017
5018         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5019
5020         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
5021           WndProc, gst_directdraw_sink_window_thread):
5022           Improved Windows message loop and fixed window destruction issue.
5023           When the window which DirectDraw is rendering to is destroyed, the
5024           render/show_frame function will return GST_FLOW_ERROR.
5025           Partially fixes #520885.
5026
5027 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5028
5029         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5030
5031         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5032           Fixed mid stream resolution change bug, the offscreen surface is now
5033           released when set_caps is called.
5034           Partially fixes #520885.
5035
5036 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5037
5038         * sys/directdraw/gstdirectdrawsink.c
5039           (gst_directdraw_sink_buffer_alloc):
5040           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5041           width/height.
5042
5043           Especially when looking through the pool of buffers, make sure that
5044           the width/height of caps is used instead of the already negotiated
5045           dimensions.
5046           For example if a buffer with different caps is requested, i.e.
5047           higher resolution, the caller would get a buffer with the old
5048           dimensions and thus corrupt the heap.
5049
5050 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5051
5052         * sys/directdraw/gstdirectdrawsink.c
5053           (gst_directdraw_sink_buffer_alloc):
5054           Clear the flags on recycled buffers from buffer_alloc.
5055           Partially fixes #520885.
5056
5057 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5058
5059         * gst/rtp/gstrtpilbcpay.c:
5060           Added missing stdlib.h include for strtol(), and made include ordering and
5061           style consistent with the corresponding depayloader.
5062
5063 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5064
5065         * configure.ac:
5066           Error out if we don't have the required core/base versions.
5067
5068 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5069
5070         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5071
5072         * sys/osxvideo/cocoawindow.m:
5073         Fix compiler warnings on PPC64. Fixes bug #499318.
5074
5075 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5076
5077         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5078
5079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5080         Don't leak file descriptors on error. Fixes #531532.
5081
5082 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5083
5084         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5085         (gst_gconf_audio_src_change_state):
5086         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5087         (gst_gconf_video_sink_change_state):
5088         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5089         (gst_gconf_video_src_change_state):
5090         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5091         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5092         When we can't create a fakesink/fakesrc complain instead of unreffing
5093         NULL pointers and crashing later. See bug #530535.
5094
5095 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5096
5097         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5098         Add some more debug info and guard against small payloads.
5099
5100         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5101         Set duration on outgoing buffers because we can.
5102
5103 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5104
5105         Patch by: Olivier Crete <tester at tester dot ca>
5106
5107         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5108         (gst_speex_enc_init), (gst_speex_enc_chain):
5109         Add negotiation for the speex channels and rate. Fixes #465146.
5110
5111 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5112
5113         Patch by: Olivier Crete <tester at tester dot ca>
5114
5115         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5116         (gst_rtp_speex_pay_getcaps):
5117         Add negotiation for the speex channels and rate. See #465146.
5118
5119 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         Patch by: Olivier Crete <tester at tester dot ca>
5122
5123         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5124         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5125         Add negotiation for the ILBC mode. See #465146.
5126
5127 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5128
5129         * ext/soup/gstsouphttpsrc.c:
5130           Include stdlib to fix the build. Use g_free instead of free, libsoup
5131           uses glib.
5132
5133 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5134
5135         Patch by: j^ <j@bootlab.org>
5136
5137         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5138         Add more mpeg2 variants. Fixes #530886.
5139
5140 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5141
5142         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5143
5144         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5145           Don't error out if we get an ICMP destination-unreachable
5146           message when trying to read packets on win32 (#529454).
5147
5148 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5149
5150         * configure.ac:
5151         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5152           Use new error code for encrypted streams (which requires core CVS).
5153
5154 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5155
5156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5157           (gst_qtdemux_audiosrc_template):
5158           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5159
5160 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5161
5162         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5163         (speex_dec_chain_parse_data):
5164         Produce concealment data when time progresses in a segment update.
5165
5166 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5167
5168         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5169         (speex_dec_chain):
5170         Try to preserve input timestamps when we can.
5171         Do beginnings of error concealment.
5172
5173 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5174
5175         * gst/debug/gstnavigationtest.c:
5176           MSVC doesn't provide rint(), define an adequate replacement locally as
5177           elsewhere.
5178
5179 2008-04-28  Julien Moutte  <julien@fluendo.com>
5180
5181         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5182         format to pacify Mac OSX's gcc.
5183
5184 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5187           (DEFAULT_MAX), (src_template), (sink_template),
5188           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5189           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5190           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5191           Bring rndbuffersize element into a state that doesn't require us
5192           to move it to -bad immediately. For one, fix up default min/max
5193           values so that the element actuall works using the default values.
5194           Also, don't ignore flow return values and do some kind of minimal
5195           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5196           other gratuitious clean-ups.
5197
5198 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * docs/plugins/Makefile.am:
5201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5203         * docs/plugins/gst-plugins-good-plugins.args:
5204         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5205         * docs/plugins/gst-plugins-good-plugins.interfaces:
5206         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5207         * docs/plugins/inspect/plugin-1394.xml:
5208         * docs/plugins/inspect/plugin-aasink.xml:
5209         * docs/plugins/inspect/plugin-alaw.xml:
5210         * docs/plugins/inspect/plugin-alpha.xml:
5211         * docs/plugins/inspect/plugin-alphacolor.xml:
5212         * docs/plugins/inspect/plugin-annodex.xml:
5213         * docs/plugins/inspect/plugin-apetag.xml:
5214         * docs/plugins/inspect/plugin-audiofx.xml:
5215         * docs/plugins/inspect/plugin-auparse.xml:
5216         * docs/plugins/inspect/plugin-autodetect.xml:
5217         * docs/plugins/inspect/plugin-avi.xml:
5218         * docs/plugins/inspect/plugin-cacasink.xml:
5219         * docs/plugins/inspect/plugin-cairo.xml:
5220         * docs/plugins/inspect/plugin-cdio.xml:
5221         * docs/plugins/inspect/plugin-cutter.xml:
5222         * docs/plugins/inspect/plugin-debug.xml:
5223         * docs/plugins/inspect/plugin-dv.xml:
5224         * docs/plugins/inspect/plugin-efence.xml:
5225         * docs/plugins/inspect/plugin-effectv.xml:
5226         * docs/plugins/inspect/plugin-equalizer.xml:
5227         * docs/plugins/inspect/plugin-esdsink.xml:
5228         * docs/plugins/inspect/plugin-flac.xml:
5229         * docs/plugins/inspect/plugin-flxdec.xml:
5230         * docs/plugins/inspect/plugin-gamma.xml:
5231         * docs/plugins/inspect/plugin-gconfelements.xml:
5232         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5233         * docs/plugins/inspect/plugin-goom.xml:
5234         * docs/plugins/inspect/plugin-halelements.xml:
5235         * docs/plugins/inspect/plugin-icydemux.xml:
5236         * docs/plugins/inspect/plugin-id3demux.xml:
5237         * docs/plugins/inspect/plugin-jpeg.xml:
5238         * docs/plugins/inspect/plugin-level.xml:
5239         * docs/plugins/inspect/plugin-matroska.xml:
5240         * docs/plugins/inspect/plugin-monoscope.xml:
5241         * docs/plugins/inspect/plugin-mulaw.xml:
5242         * docs/plugins/inspect/plugin-multifile.xml:
5243         * docs/plugins/inspect/plugin-multipart.xml:
5244         * docs/plugins/inspect/plugin-navigationtest.xml:
5245         * docs/plugins/inspect/plugin-ossaudio.xml:
5246         * docs/plugins/inspect/plugin-png.xml:
5247         * docs/plugins/inspect/plugin-quicktime.xml:
5248         * docs/plugins/inspect/plugin-rtp.xml:
5249         * docs/plugins/inspect/plugin-rtsp.xml:
5250         * docs/plugins/inspect/plugin-shout2send.xml:
5251         * docs/plugins/inspect/plugin-smpte.xml:
5252         * docs/plugins/inspect/plugin-spectrum.xml:
5253         * docs/plugins/inspect/plugin-speex.xml:
5254         * docs/plugins/inspect/plugin-taglib.xml:
5255         * docs/plugins/inspect/plugin-udp.xml:
5256         * docs/plugins/inspect/plugin-video4linux2.xml:
5257         * docs/plugins/inspect/plugin-videobalance.xml:
5258         * docs/plugins/inspect/plugin-videobox.xml:
5259         * docs/plugins/inspect/plugin-videocrop.xml:
5260         * docs/plugins/inspect/plugin-videoflip.xml:
5261         * docs/plugins/inspect/plugin-videomixer.xml:
5262         * docs/plugins/inspect/plugin-wavenc.xml:
5263         * docs/plugins/inspect/plugin-wavpack.xml:
5264         * docs/plugins/inspect/plugin-wavparse.xml:
5265         * docs/plugins/inspect/plugin-ximagesrc.xml:
5266           Add docs for gdkpixbufsink; update docs to CVS version.
5267
5268 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5269
5270         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5271         Remove test sync-offset by default.
5272
5273 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5276         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5277         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5278           Use GLib versions of htonl, htons, ntohl and ntohs in order
5279           to avoid problems on win32 (#529707).
5280
5281 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         Patch by: Jesús Corrius <jesus at softcatala org>
5284
5285         * gst/goom/filters.c: (zoomVector):
5286         * gst/goom/goom_core.c: (init_buffers):
5287           Fix build with mingw32: use rand() instead of random() and
5288           replace bzero() with memset(). Fixes #529692.
5289
5290 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5291
5292         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5293         Fix typo in comments.
5294
5295         * tests/examples/rtp/client-H263p-PCMA.sdp:
5296         * tests/examples/rtp/client-H263p-PCMA.sh:
5297         * tests/examples/rtp/client-H264-PCMA.sdp:
5298         * tests/examples/rtp/client-H264-PCMA.sh:
5299         * tests/examples/rtp/client-H264.sdp:
5300         * tests/examples/rtp/client-H264.sh:
5301         * tests/examples/rtp/client-PCMA.sdp:
5302         * tests/examples/rtp/client-PCMA.sh:
5303         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5304         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5305         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5306         Add some more docs and fix examples.
5307
5308 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5309
5310         * tests/check/elements/multifile.c:
5311         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5312         declared in the former, some have it declared in the latter.
5313
5314 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5315
5316         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5317         * gst/debug/tests.c: (md5_get_value):
5318         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5319         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5320         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5321         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5322         Stop using deprecated GLib functions.
5323
5324 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5325
5326         * configure.ac:
5327         Back to development -> 0.10.8.1
5328
5329 === release 0.10.8 ===
5330
5331 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5332
5333         * configure.ac:
5334           releasing 0.10.8, "One For The Money"
5335
5336 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5337
5338         * configure.ac:
5339         0.10.7.4 pre-release
5340
5341 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5342
5343         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5344         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5345         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5346         * gst/goom/flying_stars_fx.c: (fs_free):
5347         * gst/goom/goom_config_param.h:
5348         * gst/goom/goom_core.c: (goom_init), (goom_close):
5349         * gst/goom/goom_plugin_info.h:
5350         * gst/goom/gstgoom.c: (gst_goom_finalize):
5351         * gst/goom/lines.c: (goom_lines_free):
5352         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5353         * gst/goom/surf3d.c: (grid3d_free):
5354         * gst/goom/surf3d.h:
5355         * gst/goom/tentacle3d.c: (tentacle_free):
5356         Free a bunch of stuff, and initialise things to fix leaks
5357         and valgrind warnings in the testsuite.
5358
5359         Fixes: #529268
5360
5361 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5362
5363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5364         (gst_rtspsrc_configure_caps):
5365         Ref caps as the return value for the request_pt_map signal.
5366         Remove some caps weirdness when configuring a stream. See #528245.
5367
5368 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * tests/icles/gdkpixbufsink-test.c:
5371           Add cast to placate gcc 4.1.2.
5372
5373 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5374
5375         * configure.ac:
5376         0.10.7.3 pre-release
5377
5378 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5379
5380         * tests/check/Makefile.am:
5381         Disable some more elements in the state test.
5382         Add a define so the soup test can find the test files
5383         it needs at runtime.
5384
5385         * tests/check/elements/souphttpsrc.c: (run_server):
5386
5387         Add a define so the soup test can find the test files
5388         it needs at runtime.
5389
5390 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5391
5392         * gst/goom/convolve_fx.c: (convolve_apply):
5393         Don't ever draw the GOOM logo.
5394         Fixes: #528615
5395
5396 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5397
5398         * ext/cdio/gstcdiocddasrc.c:
5399         * ext/dv/gstdvdemux.c: 
5400         gst_atomic_int_set ==> g_atomic_int_set
5401
5402 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * configure.ac:
5405         * gst/goom/Makefile.am:
5406         * gst/goom/convolve_fx.c:
5407         * gst/goom/default_scripts.h:
5408         * gst/goom/goom.h:
5409         * gst/goom/goom_core.c: (choose_a_goom_line):
5410         * gst/goom/goom_plugin_info.h:
5411         * gst/goom/goomsl.c:
5412         * gst/goom/goomsl.h:
5413         * gst/goom/goomsl_hash.c:
5414         * gst/goom/goomsl_hash.h:
5415         * gst/goom/goomsl_heap.c:
5416         * gst/goom/goomsl_heap.h:
5417         * gst/goom/goomsl_private.h:
5418         * gst/goom/plugin_info.c:
5419           Strip out the config/script parsing stuff, we don't need it.
5420           Fixes #527999.
5421
5422 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * gst/goom/plugin_info.c: (setOptimizedMethods):
5425           Disable altivec optimisations for 32-bit PPC as well to make
5426           things build properly on all PPC systems. Fixes #528143
5427
5428 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * gst-plugins-good.spec.in:
5431           Update for souphttpsrc plugin which has moved to -good.
5432
5433 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5434
5435         * gst/matroska/matroska-demux.c:
5436         (gst_matroska_demux_handle_seek_event):
5437         Fix open-ended seeks in matroskademux
5438         Patch by: Mark Nauwelaerts <manauw skynet be>
5439         Fixes: #526557
5440
5441 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5442
5443         * tests/check/Makefile.am:
5444         Add soup test certificates to the dist.
5445
5446 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5447
5448         * ext/Makefile.am:
5449         Remove LADSPA reference I missed.
5450
5451 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5452
5453         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5454         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5455         over gnome-vfs and everything else. Fixes bug #527848.
5456
5457 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5458
5459         * configure.ac:
5460         * ext/Makefile.am:
5461         Remove LADSPA plugin. Fixes: #515978
5462
5463 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5464
5465         * configure.ac:
5466         * docs/plugins/Makefile.am:
5467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5469         * docs/plugins/gst-plugins-good-plugins.args:
5470         * docs/plugins/inspect/plugin-soup.xml:
5471         * ext/Makefile.am:
5472         * tests/check/Makefile.am:
5473         Move soup plugin from -bad (Fixes: #523124)
5474
5475 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5476
5477         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5478         Fix bounds checking of mode in Speex header, which may
5479         produce negative numbers in speex <= 1.1.12
5480
5481 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/goom/Makefile.am:
5484         * gst/goom/gfontlib.c:
5485         * gst/goom/gfontlib.h:
5486         * gst/goom/gfontrle.c:
5487         * gst/goom/gfontrle.h:
5488         * gst/goom/goom.h:
5489         * gst/goom/goom_core.c: (goom_update):
5490         * gst/goom/goom_plugin_info.h:
5491         * gst/goom/gstgoom.c: (gst_goom_chain):
5492         * gst/goom/plugin_info.c:
5493           Remove a bunch of font/text related code that we don't need.
5494
5495 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * gst/goom/ppc_drawings.s:
5498         * gst/goom/ppc_zoom_ultimate.s:
5499           Change license of these files to LGPL, as permitted by the
5500           author, Guillaume Borios. See #515073.
5501
5502 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5503
5504         * gst/goom/convolve_fx.c:
5505         * gst/goom/motif_goom1.h:
5506         * gst/goom/motif_goom2.h:
5507           As hinted in Bug #518213, revert one change and fix warnings properly.
5508           This fixes both #518213 and #520073 for me.     
5509
5510 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5511
5512         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5513         * gst/matroska/matroska-demux.c:
5514         (gst_matroska_demux_handle_seek_event),
5515         (gst_matroska_demux_parse_contents_seekentry),
5516         (gst_matroska_demux_loop):
5517         Fix the Forte build by making function declaration signatures
5518         match the implementations.
5519
5520 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5523         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5524         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5525           More logging when probing (see #518474), some comments in _reset().
5526
5527 2008-04-07  Julien Moutte  <julien@fluendo.com>
5528
5529         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5530         because of a bad argument number.
5531
5532 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5533
5534         * tests/icles/.cvsignore:
5535         * tests/icles/Makefile.am:
5536         * tests/icles/gdkpixbufsink-test.c:
5537           Interactive test app for gdkpixbufsink.
5538
5539 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5540
5541         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5542
5543         * configure.ac:
5544         Actually build dlls when cross-compiling with mingw32.
5545         Fixes bug #526247.
5546
5547 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5550           Don't munge device string to 'default:x' for capture devices.
5551           Fixes #525833.
5552
5553 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5554
5555         * ext/wavpack/gstwavpackparse.c:
5556         (gst_wavpack_parse_index_entry_free):
5557         Always use GSlice as we actually depend on GLib 2.12 already.
5558
5559 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * configure.ac:
5562           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5563           Also bump the GLib requirement to the current de-facto requirement
5564           (ie. 2.12).
5565
5566 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5567
5568         * gst/rtp/gstrtph264pay.c: (encode_base64),
5569         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5570         * gst/rtp/gstrtph264pay.h:
5571         Parse codec_data for future AVC compatibility.
5572         Fail when we encounter AVC data for now.
5573
5574 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5575
5576         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5577           (gst_spectrum_init), (gst_spectrum_set_property),
5578           (gst_spectrum_get_property), (gst_spectrum_message_new):
5579           Rename property enums and default defines for the properties to match
5580           the property names and rephrase property descriptions to make them a
5581           bit clearer (hopefully). See #518188.
5582
5583 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * tests/check/Makefile.am:
5586         * tests/check/elements/.cvsignore:
5587         * tests/check/elements/gdkpixbufsink.c:
5588           Add unit test for gdkpixbufsink element.
5589
5590 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         * ext/gdk_pixbuf/Makefile.am:
5593         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5594         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5595           (gst_gdk_pixbuf_sink_base_init),
5596           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5597           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5598           (gst_gdk_pixbuf_sink_set_caps),
5599           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5600           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5601           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5602           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5603           (gst_gdk_pixbuf_sink_get_property):
5604         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5605           Add gdkpixbufsink element for easy snapshotting (#525946).
5606
5607 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5608
5609         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5610         Bump timeout from 3 to 60 seconds.
5611
5612 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5613
5614         * tests/check/pipelines/.cvignore:
5615         Remove useless file.
5616
5617         * tests/check/pipelines/.cvsignore:
5618         Add new test to .cvsignore.
5619
5620 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5621
5622         * tests/check/Makefile.am:
5623         * tests/check/pipelines/wavpack.c: (bus_handler),
5624         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5625         (wavpack_suite), (main):
5626         Add unit test that encodes and decodes some data, checks that it
5627         is still the same and that all timestamps/offsets are perfect.
5628
5629 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5630
5631         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5632         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5633         * ext/wavpack/gstwavpackparse.c:
5634         (gst_wavpack_parse_index_entry_new),
5635         (gst_wavpack_parse_index_entry_free),
5636         (gst_wavpack_parse_base_init),
5637         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5638         Use GSlice for allocating index entries and use
5639         gst_element_class_set_details_simple().
5640
5641 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         Patch by: Brian Cameron <brian.cameron at sun dot com>
5644
5645         * sys/sunaudio/gstsunaudio.c:
5646         * sys/sunaudio/gstsunaudiomixer.c:
5647         * sys/sunaudio/gstsunaudiomixer.h:
5648         * sys/sunaudio/gstsunaudiomixerctrl.c:
5649         * sys/sunaudio/gstsunaudiomixerctrl.h:
5650         * sys/sunaudio/gstsunaudiomixertrack.c:
5651         * sys/sunaudio/gstsunaudiomixertrack.h:
5652         * sys/sunaudio/gstsunaudiosink.c:
5653         * sys/sunaudio/gstsunaudiosink.h:
5654         * sys/sunaudio/gstsunaudiosrc.c:
5655         * sys/sunaudio/gstsunaudiosrc.h:
5656           Fix up copyrights (#525860).
5657
5658 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * gst/goom/goomsl.c: (gsl_read_file):
5661           Check return value of fread() to avoid compiler warnings.
5662
5663 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5664
5665         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5666
5667         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5668         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5669         * gst/law/alaw-decode.h:
5670         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5671         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5672         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5673         * gst/law/mulaw-decode.h:
5674         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5675         Make negotiation a bit modern.
5676         Use pad_alloc. Fixes #525359.
5677
5678 2008-03-31  David Schleef  <ds@schleef.org>
5679
5680         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5681           compiles consistently.  Fixes #522278.
5682
5683 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         Patch by: Brian Cameron <brian.cameron at sun dot com>
5686
5687         * sys/sunaudio/gstsunaudiomixerctrl.c:
5688           (gst_sunaudiomixer_ctrl_get_volume),
5689           (gst_sunaudiomixer_ctrl_set_volume):
5690         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5691           Fix up the mixer tracks to use a volume range of 0-255, which is what
5692           the sun audio API uses. This simplifies the code and avoids rounding
5693           errors. Fixes #524593.
5694
5695 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5696
5697         * sys/v4l2/gstv4l2object.c:
5698         * sys/v4l2/gstv4l2object.h:
5699         Add device-fd property to make it possible to apps to call ioctl's.
5700
5701 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5702
5703         * gst/qtdemux/qtdemux.c: (next_entry_size):
5704         Unbreak streaming mode again.
5705
5706 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5709           Remove superfluous DEBUG macro.
5710
5711 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         Based on patch by: William M. Brack <wbrack at mmm com hk>
5714
5715         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5716           (gst_v4l2src_set_capture):
5717           Check whether the device supports setting the framerate before
5718           trying to set it and then posting a warning or error if it doesn't
5719           work (#516649, #520092). Also compare fractions more correctly.
5720
5721 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst/goom/Makefile.am:
5724           Remove ppc assembler optimisations from the build until they
5725           actually build (they also seem to have GPL headers).
5726
5727 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         * m4/Makefile.am:
5730           Better not dist files that don't exist any longer (lrint*m4).
5731
5732 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5733
5734         * configure.ac:
5735         * m4/lrint.m4:
5736         * m4/lrintf.m4:
5737         Remove lrint/lrintf checks. We don't use it anywhere.
5738
5739 2008-03-18  Andy Wingo  <wingo@pobox.com>
5740
5741         * sys/osxvideo/osxvideosink.m
5742         (gst_osx_video_sink_osxwindow_destroy)
5743         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5744         task, whoopdee.
5745         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5746         2 ms.
5747
5748 2008-03-18  Andy Wingo  <wingo@pobox.com>
5749
5750         * sys/osxvideo/osxvideosink.m
5751         (gst_osx_video_sink_osxwindow_destroy)
5752         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5753         task, whoopdee.
5754         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5755         2 ms.
5756         
5757 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5758
5759         Patch by: William M. Brack <wbrack at mmm com hk>
5760
5761         * sys/v4l2/v4l2src_calls.c:
5762           (gst_v4l2src_probe_caps_for_format_and_size),
5763           (gst_v4l2src_probe_caps_for_format):
5764           Make sure the probed frame sizes are reversed in the resulting
5765           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5766           highest resolution first); also remove unused variable.
5767           (Partly fixes #520092)
5768
5769 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5770
5771         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5772
5773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5774         (gst_rtspsrc_finalize):
5775         Call WSAStartup() and WSACleanup before using the Winsock API.
5776         See #520808.
5777
5778 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5779
5780         * gst/avi/gstavidemux.c:
5781           Erm, the buffer-size is just guint, no need for the special format
5782           specifier.
5783
5784 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * gst/goom/plugin_info.c:
5787         * gst/goom/ppc_zoom_ultimate.h:
5788           Small fixes to build more on PPC: ifdef out code that uses unknown
5789           define; add newline at end of header file to avoid compiler warning.
5790           Assembler code still doesn't build though.
5791
5792 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5793
5794         * gst/avi/gstavidemux.c:
5795           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5796           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5797
5798 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5799
5800         * gst/avi/gstavidemux.c:
5801           Chunksize is uint32. Fix format specifier.
5802
5803 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5804
5805         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5806         mistake. Return file to pure MIT text.
5807
5808 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5809
5810         * gst/audiofx/audiofx.c:
5811         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5812         of hardcoding values.
5813
5814 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5815
5816         Patch by: Mark Nauwelaerts <manauw skynet be>
5817
5818         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5819           (gst_oss_src_close):
5820         * sys/oss/gstosssrc.h:
5821           Cache probed caps, so _get_caps() during recording doesn't cause
5822           ioctl calls which may disrupt the recording (fixes #521875).
5823
5824 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5825
5826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5827         (gst_qtdemux_activate_segment),
5828         (gst_qtdemux_prepare_current_sample),
5829         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5830         Make sure we always send a DISCONT after a seek by setting the sample
5831         index to an undefined value after a seek.
5832
5833 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5836           (GST_IS_AVI_SUBTITLE_CLASS):
5837           Fix up IS_FOO macros, which makes gtk-doc much happier.
5838
5839 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         * tests/icles/Makefile.am:
5842           Move the -lgstfoo where it belongs.
5843
5844 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5845
5846         * gst/matroska/ebml-ids.h:
5847         Add ID for EBML CRC32 elements.
5848
5849         * gst/matroska/Makefile.am:
5850         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5851         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5852         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5853         (gst_ebml_read_header):
5854         Support reading 80bit floats, add finalize method to clean up
5855         in any case, support reading length/id elements with any length
5856         as long as it's smaller than our supported maximum, don't leak
5857         buffers if reading as much data as we wanted failed and some
5858         smaller cleanup.
5859
5860 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5861
5862         Patch by: Olivier Crete <tester at tester dot ca>
5863
5864         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5865         Check that a buffer is large enough before reading from it.
5866         Fixes bug #521102.
5867         
5868 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5869
5870         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5871         Fix compilation after removing the GstPollMode from the
5872         constructor.
5873
5874 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5875
5876         * configure.ac:
5877         * gst/audiofx/Makefile.am:
5878         * gst/audiofx/audiochebband.c:
5879         * gst/audiofx/audiocheblimit.c:
5880         * gst/audiofx/math_compat.h:
5881         Check for sinh(), cosh() and asinh() and define our own
5882         implementations if they're not available. Fixes bug #520880.
5883
5884 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5885
5886         Patch by: Olivier Crete <tester at tester dot ca>
5887
5888         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5889         Unref the buffers only once when handling not-negotiated errors.
5890         Fixes bug #520764.
5891
5892 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5893
5894         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5895
5896         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5897         (gst_udpsrc_stop):
5898         Properly balance WSA_Cleanup with WSA_Startup.
5899         Also make the poll controllable on windows. Fixes #520888.
5900
5901 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5902
5903         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5904         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5905         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5906         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5907         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5908         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5909         (gst_ebml_read_date), (gst_ebml_read_master),
5910         (gst_ebml_read_binary), (gst_ebml_read_header):
5911         * gst/matroska/ebml-read.h:
5912         * gst/matroska/matroska-demux.c:
5913         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5914         (gst_matroska_demux_read_track_encodings),
5915         (gst_matroska_demux_add_stream),
5916         (gst_matroska_demux_handle_src_query),
5917         (gst_matroska_demux_handle_seek_event),
5918         (gst_matroska_demux_init_stream),
5919         (gst_matroska_demux_parse_tracks),
5920         (gst_matroska_demux_parse_index_cuetrack),
5921         (gst_matroska_demux_parse_index_pointentry),
5922         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5923         (gst_matroska_demux_parse_metadata_id_simple_tag),
5924         (gst_matroska_demux_parse_metadata_id_tag),
5925         (gst_matroska_demux_parse_metadata),
5926         (gst_matroska_demux_sync_streams),
5927         (gst_matroska_demux_push_hdr_buf),
5928         (gst_matroska_demux_push_flac_codec_priv_data),
5929         (gst_matroska_demux_push_xiph_codec_priv_data),
5930         (gst_matroska_demux_add_wvpk_header),
5931         (gst_matroska_demux_check_subtitle_buffer),
5932         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5933         (gst_matroska_demux_parse_cluster),
5934         (gst_matroska_demux_parse_contents_seekentry),
5935         (gst_matroska_demux_parse_contents),
5936         (gst_matroska_demux_loop_stream_parse_id),
5937         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5938         * gst/matroska/matroska-demux.h:
5939         * gst/matroska/matroska-ids.h:
5940         Handle return values from pull_range in a more granular way to properly
5941         shut down on seeks.
5942         Combine return values from push.
5943         Implement proper error handling.
5944         Prepare for handling seeking correctly.
5945
5946 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5947
5948         * gst/matroska/ebml-read.c:
5949         Use GINT64 formatting constants from GLIB.
5950
5951         * gst/matroska/matroska-demux.c:
5952         Add some guards to avoid a possible division by 0 and crashing
5953         with NULL events on some systems.
5954         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5955         conversion. 
5956
5957         * gst/matroska/matroska-mux.c:
5958         Check for invalid timestamps in a bunch of places to avoid
5959         writing bogus durations into the output file.
5960         Fix some double<->gint64 conversions that weren't using
5961         gst_guint64_to_gdouble
5962
5963 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5964
5965         * configure.ac:
5966         Move the checks for bison, flex and as to the program section and the
5967         check for gcc inline asm to the compiler characteristics section.
5968
5969 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5970
5971         * configure.ac:
5972         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5973         plug-ins are included/excluded. (#498222)
5974
5975 2008-02-29  Michael Smith <msmith@fluendo.com>
5976
5977         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5978           Don't call gst_object_sync_values() unless we have a valid timestamp.
5979
5980 2008-02-28  David Schleef  <ds@schleef.org>
5981
5982         * gst/matroska/matroska-demux.c:
5983         * gst/matroska/matroska-ids.h:
5984         * gst/matroska/matroska-mux.c:
5985           Fix Dirac mapping.  I had previously added a VfW-type
5986           mapping, but it looks like Dirac will get a native Matroska
5987           mapping, and this is the most likely method.
5988
5989 2008-02-28  David Schleef  <ds@schleef.org>
5990
5991         * gst/avi/gstavimux.c: Add Dirac encoding
5992
5993 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5994
5995         Patch by: Peter Kjellerstedt <pkj at axis com>
5996
5997         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5998         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5999         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6000         * gst/udp/gstudpsrc.h:
6001         Port to GstPoll. See #505417.
6002
6003 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6004
6005         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6006         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6007         yet on the srcpad. We need rate and channels before we
6008         can do any processing. Fixes bug #519088.
6009
6010 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6011
6012         * configure.ac:
6013         Detect and indicate if GCC inline assembly syntax is
6014         available.
6015
6016         * gst/goom/Makefile.am:
6017         * gst/goom/convolve_fx.c:
6018         * gst/goom/flying_stars_fx.c:
6019         * gst/goom/goom_config.h:
6020         * gst/goom/goom_core.c:
6021         * gst/goom/goomsl.c:
6022         * gst/goom/ifs.c:
6023         * gst/goom/mmx.c:
6024         * gst/goom/plugin_info.c:
6025         * gst/goom/xmmx.c:
6026         Fix various GCC-isms, and only build the inline assembly
6027         with compilers that support GCC inline assembly.
6028
6029         Fix a couple of other warnings shown with Forte.
6030
6031 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6032
6033         * gst/goom/xmmx.c:
6034           Use 'emms' instead of 'femms' to not crash on cpus that do not
6035           implement this 3dnow specific instruction.
6036
6037 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6038
6039         * gst/goom/plugin_info.c: (setOptimizedMethods):
6040         Use extended MMX for draw_line() too if available, not only
6041         normal MMX.
6042
6043 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6044
6045         * ext/jpeg/gstjpeg.c: (plugin_init):
6046         Remove (commented out) smoke typefinder. This is in base now.
6047
6048 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6049
6050         * gst/goom2k1/Makefile.am:
6051         * gst/goom2k1/gstgoom.c:
6052
6053         Rename the installed library, and don't register the same 
6054         GType name as the new goom.
6055
6056 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6057
6058         * configure.ac:
6059         * ext/taglib/Makefile.am:
6060           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6061           when building C++ code (#516509).
6062
6063 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6064
6065         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6066         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6067           (setOptimizedMethods):
6068           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6069           anything useful. Export goom debug category so we can get
6070           rid of the VERBOSE define and the printfs.
6071
6072 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6073
6074         * gst/goom/goomsl_heap.c: (align_it):
6075         * gst/goom/plugin_info.c: (setOptimizedMethods):
6076           Compile fixes for x86-64.
6077
6078 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6079
6080         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6081         with warnings, but add other CFLAGS
6082
6083         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6084         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6085         (calculate_labels), (gsl_read_file):
6086         * gst/goom/goomsl_lex.l:
6087         * gst/goom/goomsl_yacc.y:
6088         * gst/goom/plugin_info.c: Remove a few live printf, and
6089         fprintf, replace exit() calls with g_assert_not_reached()
6090         if it not optimal for a library
6091
6092 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6093
6094         * gst/goom/Makefile.am: Remove the warnings being disabled,
6095         fix linkage on x86, spotted by Sebastian Dröge
6096         <slomo@circular-chaos.org>
6097
6098         * gst/goom/convolve_fx.c (convolve_init),
6099         (create_output_with_brightness), (convolve_apply):
6100         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6101         * gst/goom/goomsl.c:
6102         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6103         * gst/goom/plugin_info.c:
6104         * gst/goom/tentacle3d.c (tentacle_fx_create):
6105         Fix warnings, and disable the motifs in the convolve_fx
6106         plugin (they were causing warnings, and they were just
6107         "Goom" in funny letterring)
6108
6109 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6110
6111         * configure.ac: Add checks for Flex/Yacc/Bison and other
6112         furry animals, for the new goom 2k4 based plugin
6113
6114         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6115         CPU optimisations (not working yet), move the old plugin to...
6116
6117         * gst/goom2k1/*: ... here, in case somebody is sick enough
6118
6119         Fixes #515073
6120
6121 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6122
6123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6124         Post the server response code in an error message instead of a generic
6125         'error' message. Fixes #517237.
6126
6127 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6128
6129         * tests/check/Makefile.am:
6130         Ignore gconfaudiosrc for the states unit test too. It will fallback
6131         to alsasrc if the gconf settings can't be read and not everybody has
6132         alsa.
6133
6134 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6135
6136         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6137         (gst_wavpack_parse_create_src_pad):
6138         * ext/wavpack/gstwavpackparse.h:
6139         Always report the duration if we know it in push mode and don't
6140         return 0 just to make totem believe we can't seek in push mode.
6141         Newer totem version use the SEEKING query which properly reports
6142         if we can seek or not.
6143
6144 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6145
6146         Patch by: Jens Granseuer <jensgr at gmx dot net>
6147
6148         * tests/examples/equalizer/demo.c: (main):
6149         C89 fix, moving variable declarations to the beginning of
6150         the block. Fixes bug #517933.
6151
6152 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6153
6154         * configure.ac:
6155         Back to development...
6156
6157 === release 0.10.7 ===
6158
6159 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6160
6161         * configure.ac:
6162           releasing 0.10.7, "Red Door Black"
6163
6164 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6165
6166         * gst/alpha/Makefile.am:
6167         Link alpha plugin with libgstbase. Fixes bug #517386.
6168
6169 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6170
6171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6172         Init values to -1 instead of the default 0 value.
6173         Fixes #516524.
6174
6175 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * tests/examples/spectrum/spectrum-example.c:
6178         Add missing include to fix compilation when libxml usage is disabled.
6179         Fixes: #516371
6180
6181 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6182
6183         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6184         fixes: #514889
6185
6186         * gst/rtp/gstrtph264pay.c:
6187         * gst/rtp/gstrtpmp4gdepay.c:
6188         * gst/rtp/gstrtpmp4gpay.c:
6189         * gst/rtp/gstrtpmp4gpay.h:
6190         * gst/rtp/gstrtptheorapay.c:
6191         * gst/rtp/gstrtpvorbispay.c:
6192
6193         Fix various leaks shown up in valgrind
6194         - free sprops and buffer in error cases in H264 payloader
6195         - fix leak in mp4g depayloader when construction the caps
6196         - don't leak config string in the mp4g payloader
6197         - don't leak buffers and headers in theora and vorbis payloaders
6198
6199         * tests/check/elements/rtp-payloading.c:
6200
6201         Fix the RTP data test
6202         - Actually send valid amr data to the payloader instead of 20
6203         zero-bytes
6204         - The mp4g payloader expects codec_data on the caps
6205
6206 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6207
6208         * win32/MANIFEST:
6209         Add libgstpng.dsp to MANIFEST.
6210         * win32/vs6/libgstaudiofx.dsp:
6211         Add new source files to VS project file.
6212
6213 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6214
6215         * sys/ximage/gstximagesrc.c:
6216         Initialise variables when opening the X display rather
6217         than in _start(), as the display can be opened before that.
6218
6219         Fixes: #515985
6220
6221 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6222
6223         * sys/directdraw/gstdirectdrawsink.c:
6224         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6225         (gst_directdraw_sink_finalize):
6226         Properly chain up finalize functions. Fixes bug #515980.
6227
6228 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6229
6230         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6231         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6232         (gst_v4l2_buffer_pool_class_init):
6233         Chain up the finalize functions. Fixes bug #515984.
6234
6235 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6236
6237         * sys/ximage/ximageutil.c:
6238         Chain up in the finalize function for our custom
6239         buffer sub-class.
6240         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6241         Fixes: #515706
6242
6243 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6244
6245         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6246         (gst_fenced_buffer_class_init):
6247         Properly chain up finalize method. Fixes bug #515979.
6248
6249 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6250
6251         * sys/ximage/gstximagesrc.c:
6252         Free allocated Damage memory before closing our connection to the
6253         X server. Partially fixes: #515706
6254
6255 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6256
6257         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6258         * tests/check/Makefile.am:
6259         * tests/check/gst-plugins-good.supp:
6260         Add a few libjpeg suppressions and initialize a variable to
6261         make smokeenc valgrind clean. Fixes bug #515701.
6262
6263 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6264
6265         * gst/avi/gstavidemux.c:
6266         Revert patch which sends timestamps only on keyframes, as it
6267         breaks playback with current gst-ffmpeg.
6268
6269         Fixes: #515562
6270
6271 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6272
6273         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6274         * tests/check/elements/multifile.c: (GST_START_TEST):
6275         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6276
6277 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6278
6279         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6280         Use and unset the GError when pipeline creation fails instead of
6281         simply leaking it. Fixes bug #515704.
6282
6283 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6284
6285         * gst/audiofx/audioamplify.c:
6286         * gst/audiofx/audiochebband.c:
6287         * gst/audiofx/audiocheblimit.c:
6288         * gst/audiofx/audiodynamic.c:
6289         * gst/audiofx/audioinvert.c:
6290         * gst/audiofx/audiopanorama.c:
6291         * gst/audiofx/audiowsincband.c:
6292         * gst/audiofx/audiowsinclimit.c:
6293         Fix long description of audiofx elements. Fixes bug #515457.
6294
6295 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6296
6297         * docs/plugins/Makefile.am:
6298         * gst/spectrum/gstspectrum.c:
6299         * tests/examples/spectrum/.cvsignore:
6300         * tests/examples/spectrum/Makefile.am:
6301         * tests/examples/spectrum/spectrum-example.c:
6302
6303         Add a simple example application for the spectrum element, include it
6304         in the docs, and fix some documentation ambiguities.
6305
6306         Fixes: #348085
6307
6308 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6309
6310         * gst/equalizer/Makefile.am:
6311         * gst/spectrum/Makefile.am:
6312         Fix includes order
6313
6314         * tests/check/Makefile.am:
6315         Exclude v4l2src from the states test - it takes too long to start.
6316
6317         * tests/check/elements/spectrum.c:
6318         Make the test run properly with CK_FORK=no
6319
6320 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6321
6322         * gst/audiofix/Makefile.am: add missing header files 
6323
6324 2008-02-08  Julien Moutte  <julien@fluendo.com>
6325
6326         * gst/matroska/matroska-demux.c:
6327         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6328         keyframe and delta units correctly when dealign with a BlockGroup.
6329         Fixes: #514397
6330
6331 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6332
6333         * tests/check/elements/.cvsignore:
6334         Spell the new tests correctly in .cvsignore
6335
6336 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6339           Need to use gsize here for the size, fixes compiler warning.
6340
6341         * tests/examples/equalizer/.cvsignore:
6342         * tests/examples/equalizer/Makefile.am:
6343         * tests/examples/spectrum/.cvsignore:
6344         * tests/examples/spectrum/Makefile.am:
6345           Add missing files to fix the build.
6346
6347 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6348
6349         * configure.ac:
6350         * docs/plugins/Makefile.am:
6351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6353         * docs/plugins/gst-plugins-good-plugins.args:
6354         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6355         * docs/plugins/inspect/plugin-multifile.xml:
6356         * tests/check/Makefile.am:
6357         * tests/check/elements/.cvsignore:
6358
6359         Move multifile plugin from -bad.
6360         Fixes: #490283
6361
6362 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6363
6364         * configure.ac:
6365         * docs/plugins/Makefile.am:
6366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6368         * docs/plugins/gst-plugins-good-plugins.args:
6369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6370         * docs/plugins/inspect/plugin-spectrum.xml:
6371         * gst/spectrum/Makefile.am:
6372         * tests/check/Makefile.am:
6373         * tests/check/elements/.cvsignore:
6374         * tests/examples/Makefile.am:
6375
6376         Move spectrum plugin from -bad.
6377         Move examples into tests/examples/spectrum.
6378
6379 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6380
6381         * configure.ac:
6382         * docs/plugins/Makefile.am:
6383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6385         * docs/plugins/gst-plugins-good-plugins.args:
6386         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6387         * docs/plugins/gst-plugins-good-plugins.interfaces:
6388         * docs/plugins/inspect/plugin-equalizer.xml:
6389         * gst/equalizer/Makefile.am:
6390         * tests/check/Makefile.am:
6391         * tests/examples/Makefile.am:
6392         Move the equalizer plugin across from -bad
6393
6394         * tests/check/elements/.cvsignore:
6395         Add equalizer, audiosincwband and audiosincwlimit
6396
6397         * tests/check/elements/equalizer.c:
6398         Fix compiler warnings
6399
6400         Fixes: #415627
6401
6402 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6403
6404         * configure.ac:
6405         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6406         are treated like releases and build without it.
6407
6408 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6409
6410         * docs/plugins/Makefile.am:
6411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6413         * docs/plugins/gst-plugins-good-plugins.args:
6414         * docs/plugins/inspect/plugin-audiofx.xml:
6415         * gst/audiofx/Makefile.am:
6416         * gst/audiofx/audiofx.c:
6417         * gst/audiofx/audiowsincband.c:
6418         * gst/audiofx/audiowsincband.h:
6419         * gst/audiofx/audiowsinclimit.c:
6420         * gst/audiofx/audiowsinclimit.h:
6421         * tests/check/Makefile.am:
6422         * tests/check/elements/audiowsincband.c:
6423         * tests/check/elements/audiowsinclimit.c:
6424
6425         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6426         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6427         respectively.
6428
6429         Fixes: #467666
6430
6431 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6432
6433         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6434         * tests/check/elements/icydemux.c:
6435           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6436           caps, and add a somewhat useful debug message. Plus test.
6437
6438 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6439
6440         * gst/rtsp/gstrtspsrc.c:
6441         Include unistd.h only if HAVE_UNISTD_H is defined
6442         * win32/common/config.h.in:
6443         * win32/common/config.h:
6444         Define socklen_t as it seems it's not defined in default 
6445         Visual Studio headers.
6446         * win32/vs6/libgstalpha.dsp:
6447         * win32/vs6/libgstapetag.dsp:
6448         * win32/vs6/libgstavi.dsp:
6449         * win32/vs6/libgstrtp.dsp:
6450         * win32/vs6/libgstrtsp.dsp:
6451         * win32/vs6/libgstvideomixer.dsp:
6452         Update project file dependencies and add new source files       
6453
6454 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6455
6456         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6457
6458         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6459         Don't leak buffers when we don't push them downstream.
6460         Fixes bug #514965.
6461
6462 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * configure.ac:
6465           Bump requirements to (good) released versions to avoid
6466           confusion and make implicit core requirement explicit.
6467
6468 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6469
6470         * docs/plugins/Makefile.am:
6471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6473         * docs/plugins/gst-plugins-good-plugins.args:
6474         * docs/plugins/inspect/plugin-audiofx.xml:
6475         * gst/audiofx/Makefile.am:
6476         * gst/audiofx/audiochebband.c:
6477         * gst/audiofx/audiochebband.h:
6478         * gst/audiofx/audiocheblimit.c:
6479         * gst/audiofx/audiocheblimit.h:
6480         * gst/audiofx/audiochebyshevfreqband.c:
6481         * gst/audiofx/audiochebyshevfreqband.h:
6482         * gst/audiofx/audiochebyshevfreqlimit.c:
6483         * gst/audiofx/audiochebyshevfreqlimit.h:
6484         * gst/audiofx/audiofx.c:
6485         * tests/check/Makefile.am:
6486         * tests/check/elements/.cvsignore:
6487         * tests/check/elements/audiochebband.c:
6488         * tests/check/elements/audiocheblimit.c:
6489         * tests/check/elements/audiochebyshevfreqband.c:
6490         * tests/check/elements/audiochebyshevfreqlimit.c:
6491
6492         Rename audiochebyshevfreqband -> audiochebband and
6493         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6494         surgery.
6495
6496         Closes: #491811
6497
6498 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6499
6500         Patch by: Orjan Friberg <orjanf at axis dot com>
6501
6502         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6503         Fix caps memory leak. Fixes #514573.
6504
6505 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6506
6507         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6508         If there's no entries in the subindex, don't try to do anything stupid,
6509         just return.
6510
6511 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         Patch by: John Millikin <jmillikin at gmail dot com>
6514
6515         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6516           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6517           Fix extraction of picture blocks with newer libflac versions again:
6518           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6519
6520 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * tests/check/Makefile.am:
6523           Add rtp-payloading test to VALGRIND_TO_FIX.
6524
6525         * tests/check/elements/rtp-payloading.c:
6526           Add semicolons after GST_TEST_END so gst-indent gets the
6527           formatting right; make test less verbose in general, but
6528           more verbose in the error case (which should probably
6529           make the test fail anyway).
6530
6531 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6532
6533         * docs/plugins/Makefile.am:
6534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6536         * gst/avi/gstavisubtitle.c:
6537         Add documentation for avisubtitle and change class to
6538         Codec/Parser/Subtitle
6539
6540 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6541
6542         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6543         Treat ENOTTY (driver does not implement ioctl) the same as
6544         EINVAL since it implies there are no available standards.
6545
6546         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6547         (gst_v4l2src_get_nearest_size):
6548         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6549         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6550         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6551         reason, and if we aren't yet actively capturing.
6552
6553         * sys/v4l2/v4l2src_calls.h:
6554         Remove replaced function declaration.
6555
6556 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6557
6558         * configure.ac:
6559         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6560         API.
6561
6562 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6563
6564         * configure.ac:
6565         Fix typo.
6566
6567 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6568
6569         * gst/alpha/Makefile.am:
6570         * gst/alpha/gstalpha.c:
6571
6572         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6573         some stuff, and making buffer-alloc and resizing work automatically.
6574         No longer crashes on odd frame widths and heights, although there
6575         seems to be a disagreement with ffmpegcolorspace about what size
6576         an AYUV frame with odd height should be.
6577
6578 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6579
6580         Patch by: Alessandro Decina <alessandro at nnva dot org>
6581
6582         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6583         * ext/libpng/gstpngenc.h:
6584         Preallocate the output buffer so that g_memdup() and
6585         gst_buffer_merge() aren't needed anymore. This greatly improves
6586         performances and fixes #512544.
6587
6588 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6589
6590         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6591         (gst_avi_demux_stream_data):
6592         GStreamer timestamps are PTS values while AVI only knows about DTS
6593         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6594         we are dealing with a key frame.
6595
6596 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6597
6598         * tests/check/Makefile.am:
6599         * tests/check/elements/.cvsignore:
6600         * tests/check/elements/rtp-payloading.c:
6601           Add add testsuite for the rtp-payloader that tries simulating
6602           dataflow. Needs more test data.
6603
6604 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6605
6606         * tests/check/elements/alphacolor.c:
6607           Remove two unused variables.
6608
6609 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6612           Use g_ascii_strtoll() instead of atoll, which is only
6613           available in C99.
6614
6615 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6616
6617         * gst/rtp/Makefile.am:
6618         * gst/rtp/gstrtp.c:
6619         * gst/rtp/gstrtpmpvpay.c:
6620         * gst/rtp/gstrtpmpvpay.h:
6621         Add MPEG2 video payloader
6622
6623 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6624
6625         * gst/level/gstlevel.c:
6626         Use #include <math.h> instead of #include "math.h".
6627
6628 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6629
6630         * tests/check/Makefile.am:
6631         Fix up some CFLAGS sets.
6632         Don't include gconfvideosrc in the states test.
6633
6634         * tests/check/elements/autodetect.c: (GST_START_TEST):
6635         Add some error strings to fail_unless arguments to fix some weird
6636         compiler errors on Solaris.
6637
6638 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6639
6640         * configure.ac:
6641         Detect video4linux headers on Solaris too.
6642         * sys/v4l2/gstv4l2colorbalance.h:
6643         * sys/v4l2/gstv4l2object.h:
6644         * sys/v4l2/v4l2_calls.c:
6645         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6646         (gst_v4l2_buffer_new):
6647
6648         Make v4l2 build on Solaris.
6649         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6650         Fixes: #510505
6651
6652 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6653
6654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6655           Update list from (still local) scanning script.
6656
6657 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6658
6659         Based on a patch by:
6660             Victor STINNER <victor dot stinner at haypocalc dot com>
6661
6662         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6663         Set variable to NULL after freeing it to prevent double frees
6664         or make failures by another use of it afterwards more obvious
6665         and fix use of it after the freeing. Fixes bug #510592.
6666
6667 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6668
6669         * gst/udp/gstmultiudpsink.c:
6670         use GST_WARNING for logging
6671
6672 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6673
6674         * gst/udp/gstmultiudpsink.c:
6675         Don't try to leave a multicast group with an invalid socket
6676
6677 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         * ext/flac/gstflacdec.c:
6680           Fix compilation against flac 1.1.2 (as on debian stable), where
6681           the picture metadata defines and structs don't exist yet.
6682           Fixes #509301.
6683
6684 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6685
6686         Patch by: Olivier Crete <tester at tester dot ca>
6687
6688         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6689         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6690         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6691         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6692         * gst/udp/gstmultiudpsink.h:
6693         Add property to automatically join a multicast group or not. This can be
6694         useful when sharing a socket between multiple elements.
6695         Fixes #509531.
6696
6697 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6698
6699         * gst/videomixer/Makefile.am:
6700           Add controller flags.
6701
6702 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6703
6704         * gst/videomixer/videomixer.c:
6705           Also commit the missing gst_object_sync_values().
6706
6707 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6708
6709         * docs/plugins/Makefile.am:
6710           Remove duplicate entry.
6711
6712 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6713
6714         * docs/plugins/Makefile.am:
6715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6717         * docs/plugins/inspect/plugin-gamma.xml:
6718         * docs/plugins/inspect/plugin-monoscope.xml:
6719         * docs/plugins/inspect/plugin-video4linux2.xml:
6720           Add 3 more plugins to docs.
6721
6722 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6723
6724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6725         * sys/osxvideo/osxvideosink.h:
6726           Revert previous change caused by a file that got stuck on an old
6727           revision.
6728
6729 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6730
6731         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6732         * gst/multipart/Makefile.am:
6733         * gst/multipart/multipartdemux.c:
6734         * gst/multipart/multipartdemux.h:
6735         * gst/multipart/multipartmux.c:
6736         * gst/multipart/multipartmux.h:
6737           Re-add multipartdemux to the docs. Last round of section cleanup.
6738
6739 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6740
6741         * docs/plugins/Makefile.am:
6742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6743         * sys/osxaudio/gstosxaudiosink.h:
6744         * sys/osxvideo/osxvideosink.h:
6745           Managed to resolve most unused declarations. Filed a bug for one left.          
6746
6747 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6748
6749         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6750           Cleanup section file.
6751
6752 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6753
6754         * docs/plugins/Makefile.am:
6755         * docs/plugins/gst-plugins-good-plugins.args:
6756         * docs/plugins/gst-plugins-good-plugins.signals:
6757         * docs/plugins/inspect/plugin-alaw.xml:
6758         * docs/plugins/inspect/plugin-alpha.xml:
6759         * docs/plugins/inspect/plugin-alphacolor.xml:
6760         * docs/plugins/inspect/plugin-annodex.xml:
6761         * docs/plugins/inspect/plugin-apetag.xml:
6762         * docs/plugins/inspect/plugin-audiofx.xml:
6763         * docs/plugins/inspect/plugin-auparse.xml:
6764         * docs/plugins/inspect/plugin-autodetect.xml:
6765         * docs/plugins/inspect/plugin-avi.xml:
6766         * docs/plugins/inspect/plugin-cairo.xml:
6767         * docs/plugins/inspect/plugin-cdio.xml:
6768         * docs/plugins/inspect/plugin-cutter.xml:
6769         * docs/plugins/inspect/plugin-debug.xml:
6770         * docs/plugins/inspect/plugin-dv.xml:
6771         * docs/plugins/inspect/plugin-efence.xml:
6772         * docs/plugins/inspect/plugin-effectv.xml:
6773         * docs/plugins/inspect/plugin-flac.xml:
6774         * docs/plugins/inspect/plugin-flxdec.xml:
6775         * docs/plugins/inspect/plugin-gconfelements.xml:
6776         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6777         * docs/plugins/inspect/plugin-goom.xml:
6778         * docs/plugins/inspect/plugin-halelements.xml:
6779         * docs/plugins/inspect/plugin-icydemux.xml:
6780         * docs/plugins/inspect/plugin-id3demux.xml:
6781         * docs/plugins/inspect/plugin-jpeg.xml:
6782         * docs/plugins/inspect/plugin-ladspa.xml:
6783         * docs/plugins/inspect/plugin-level.xml:
6784         * docs/plugins/inspect/plugin-matroska.xml:
6785         * docs/plugins/inspect/plugin-mulaw.xml:
6786         * docs/plugins/inspect/plugin-multipart.xml:
6787         * docs/plugins/inspect/plugin-navigationtest.xml:
6788         * docs/plugins/inspect/plugin-png.xml:
6789         * docs/plugins/inspect/plugin-quicktime.xml:
6790         * docs/plugins/inspect/plugin-rtp.xml:
6791         * docs/plugins/inspect/plugin-rtsp.xml:
6792         * docs/plugins/inspect/plugin-shout2send.xml:
6793         * docs/plugins/inspect/plugin-smpte.xml:
6794         * docs/plugins/inspect/plugin-speex.xml:
6795         * docs/plugins/inspect/plugin-taglib.xml:
6796         * docs/plugins/inspect/plugin-udp.xml:
6797         * docs/plugins/inspect/plugin-videobalance.xml:
6798         * docs/plugins/inspect/plugin-videobox.xml:
6799         * docs/plugins/inspect/plugin-videocrop.xml:
6800         * docs/plugins/inspect/plugin-videoflip.xml:
6801         * docs/plugins/inspect/plugin-videomixer.xml:
6802         * docs/plugins/inspect/plugin-wavenc.xml:
6803         * docs/plugins/inspect/plugin-wavpack.xml:
6804         * docs/plugins/inspect/plugin-wavparse.xml:
6805           Update plugin docs.
6806
6807         * gst/videomixer/Makefile.am:
6808         * gst/videomixer/videomixer.c:
6809         * gst/videomixer/videomixer.h:
6810         * gst/videomixer/videomixerpad.h:
6811           Split out header to fix warnings from the doc-build.
6812
6813 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6814
6815         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6816
6817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6818         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6819
6820 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6824           Initialise variables to work around (false) 'foo might be used
6825           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6826
6827 2008-01-11  David Schleef  <ds@schleef.org>
6828
6829         * docs/plugins/.cvsignore:
6830         * tests/check/pipelines/.cvsignore:
6831           Ignore more files for the buildbot.
6832
6833 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6834
6835         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6836         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6837         Generate the image-type values correctly. Leave them out of the caps
6838         when outputting a "preview image" tag, since it only makes sense
6839         to have one of those - the type is irrelevant.
6840
6841         * sys/sunaudio/gstsunaudiomixerctrl.c:
6842         (gst_sunaudiomixer_ctrl_open):
6843         If we can, mark the mixer multiple open when we use it, in case
6844         (for some reason) the process wants to open it again elsewhere.
6845
6846 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6847
6848         Patch by: Olivier Crete <tester at tester dot ca>
6849
6850         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6851         * gst/rtp/gstrtptheorapay.c:
6852         Fix the clock rate to 90000 as required by the RFC.
6853         Fixes #508644.
6854
6855 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6858           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6859
6860 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6861
6862         * autogen.sh:
6863           Add -Wno-portability to the automake parameters to stop warnings
6864           about GNU make extensions being used. We require GNU make in almost
6865           every Makefile anyway.
6866           
6867         * configure.ac:
6868           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6869           at the same time is required for per target flags.
6870
6871 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6872
6873         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6874         Fix error from my last commit.
6875
6876 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6879
6880         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6881           Make sure the ISO 639-X language code in ID3v2 COMM frames
6882           is actually valid UTF-8 (or rather: ASCII), so we don't end
6883           up with non-UTF8 strings in tags if there's garbage in the
6884           language field. Also make sure the language code is always
6885           lower case. Fixes: #508291.
6886
6887 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6888
6889         * ChangeLog:
6890           Fix ChangeLog typo.
6891
6892 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6893
6894         * Makefile.am:
6895           Include lcov.mak to allow building coverage reports. Guard
6896           check-torture target like in the other packages.
6897
6898 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6899
6900         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6901
6902         * gst/videomixer/videomixer.c:
6903         (gst_videomixer_set_master_geometry), (_do_init),
6904         (gst_videomixer_child_proxy_get_child_by_index),
6905         (gst_videomixer_child_proxy_get_children_count),
6906         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6907         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6908         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6909         Implement GstChildProxy interface.
6910         Send newsegment at the right moment
6911         Fixes #488879
6912
6913 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6914
6915         * gst/alpha/Makefile.am:
6916         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6917         (gst_alpha_sink_event), (gst_alpha_chain),
6918         (gst_alpha_change_state), (plugin_init):
6919         Make the various properties of 'alpha' controllable. This allows doing
6920         niceties like fade-in/fade-out.
6921
6922 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6923
6924         * gst/rtp/gstasteriskh263.c:
6925         * gst/rtp/gstrtpL16depay.c:
6926         * gst/rtp/gstrtpac3depay.c:
6927         * gst/rtp/gstrtpamrpay.c:
6928         * gst/rtp/gstrtpdepay.c:
6929         * gst/rtp/gstrtpgsmdepay.c:
6930         * gst/rtp/gstrtph263depay.c:
6931         * gst/rtp/gstrtph263pdepay.c:
6932         * gst/rtp/gstrtph263ppay.c:
6933         * gst/rtp/gstrtph264depay.c:
6934         * gst/rtp/gstrtph264pay.c:
6935         * gst/rtp/gstrtpmp2tdepay.c:
6936         * gst/rtp/gstrtpmp4adepay.c:
6937         * gst/rtp/gstrtpmp4gdepay.c:
6938         * gst/rtp/gstrtpmp4gpay.c:
6939         * gst/rtp/gstrtpmp4vdepay.c:
6940         * gst/rtp/gstrtpmpadepay.c:
6941         * gst/rtp/gstrtpmpvdepay.c:
6942         * gst/rtp/gstrtpsv3vdepay.c:
6943         * gst/rtp/gstrtptheoradepay.c:
6944         * gst/rtp/gstrtptheorapay.c:
6945         * gst/rtp/gstrtpvorbisdepay.c:
6946         * gst/rtp/gstrtpvorbispay.c:
6947           Remove copy/paste unused code (property setters and getter) found by
6948           the coverage suite (yay, saves ~20k on disk).
6949
6950 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6951
6952         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6953           (videosink_templ):
6954           Also fix up pad templates to indicate that image/jpeg doesn't
6955           absolutely require the framerate property to be set (#504081).
6956
6957 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         Based on patch by: Wouter Cloetens  <wouter at mind be>
6960
6961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6962           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6963           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6964         * gst/matroska/matroska-mux.h:
6965           Keep track of first and last timestamps for each incoming stream,
6966           so we can calculate the total duration for live sources and other
6967           input where we can't query the duration from the start or where
6968           there's no constant framerate from which we can deduce the
6969           duration; also use calculated/observed duration if it is bigger
6970           than the previously queried duration. Furthermore, use
6971           gst_pad_query_peer_duration() and take into account that it may
6972           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6973           screws up comparisons when using unsigned integers. Fixes #504081.
6974
6975 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6976
6977         * configure.ac:
6978         * gst/audiofx/audioamplify.c:
6979         (gst_audio_amplify_clipping_method_get_type),
6980         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6981         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6982         (gst_audio_dynamic_transform_ip):
6983         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6984         (gst_audio_invert_transform_ip):
6985         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6986         (gst_audio_panorama_transform):
6987         * gst/level/gstlevel.c: (gst_level_init):
6988         Make elements GST_BUFFER_FLAG_GAP aware and call
6989         gst_base_transform_set_gap_aware for this.
6990         Bump core requirement to CVS.
6991         
6992         * gst/audiofx/audiochebyshevfreqband.c:
6993         (gst_audio_chebyshev_freq_band_transform_ip):
6994         * gst/audiofx/audiochebyshevfreqlimit.c:
6995         (gst_audio_chebyshev_freq_limit_transform_ip):
6996         Also sync GObject properties to the controller if operating
6997         in passthrough mode.
6998
6999 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * sys/directdraw/gstdirectdrawsink.c:
7002           (gst_directdraw_sink_window_thread):
7003           FALSE is not a gpointer.
7004
7005 2008-01-05  Julien Moutte  <julien@fluendo.com>
7006
7007         * sys/directdraw/gstdirectdrawsink.c:
7008         (gst_directdraw_sink_set_window_id),
7009         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7010         (gst_directdraw_sink_buffer_alloc),
7011         (gst_directdraw_sink_draw_borders),
7012         (gst_directdraw_sink_show_frame),
7013         (gst_directdraw_sink_setup_ddraw),
7014         (gst_directdraw_sink_window_thread),
7015         (gst_directdraw_sink_get_ddrawcaps),
7016         (gst_directdraw_sink_surface_create): Make sure we create our
7017         internal window only when we need it. That will give a chance to
7018         the application to get the prepare-xwindow-id bus message. Draw
7019         black borders when keeping aspect ratio. Handle the case where our
7020         rendering window disappears (closed or errors) like other sinks
7021         do. Various 80 columns fixes, improve state change order. That
7022         element could need some more love.
7023
7024 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7025
7026         * ext/taglib/gstapev2mux.h:
7027         * ext/taglib/gstid3v2mux.h:
7028         Remove useless typedefs without new type name. Fixes a warning with
7029         gcc 4.3.
7030
7031 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7032
7033         Patch by: John Millikin <jmillikin at gmail dot com>
7034
7035         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7036         (gst_flac_dec_setup_stream_decoder),
7037         (gst_flac_normalize_picture_mime_type),
7038         (gst_flac_extract_picture_buffer),
7039         (gst_flac_dec_metadata_callback):
7040         Emit metadata messages when a PICTURE block is encountered.
7041         Fixes #506715.
7042
7043 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7044
7045         * gst/avi/gstavi.c:
7046         increase rank because no known issues anymore ...
7047         * gst/avi/gstavisubtitle.c:
7048         send subtitle name to the srcpad
7049
7050 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7051
7052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7053         * gst/rtsp/gstrtspsrc.h:
7054         Implement redirect for the DESCRIBE reply. Fixes #506025.
7055
7056 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7057
7058         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7059         Fix 'xyz may be used uninitialized' compiler warnings caused
7060         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7061         abort() in any case but properly report the error.
7062
7063 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7066         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7067         * sys/ximage/gstximagesrc.c: (composite_pixel):
7068           Fix 'xyz may be used uninitialized' compiler warnings caused
7069           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7070           not really nice to abort in any case). Fixes #505745.
7071
7072 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7075           Small unit test fix (has no practical impact at the moment,
7076           since we're only feeding utf8 and hence just create a sub-
7077           buffer for the output).
7078
7079 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7080
7081         * gst/avi/gstavisubtitle.c:
7082         * tests/check/elements/avisubtitle.c:
7083         Add seeking support for avi subtitle
7084
7085 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7086
7087         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7088         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7089         (gst_flac_dec_write):
7090         * ext/flac/gstflacdec.h:
7091         Remove some unused vars.
7092         Do more cleanup of leftover events and tags.
7093         Output tags after the segment event. Fixes #504018.
7094
7095 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7096
7097         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7098           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7099           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7100           Detect other UTF byte order markers and convert to UTF-8 as
7101           appropriate.
7102
7103 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7104
7105         * gst/avi/gstavisubtitle.c: (src_template),
7106           (gst_avi_subtitle_extract_utf8_file),
7107           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7108           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7109           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7110         * gst/avi/gstavisubtitle.h:
7111           Refactor a bit; fix name extraction; don't assume all the data
7112           in the chunk is actually subtitle data, there may be padding at
7113           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7114           file so it's there to send again after a seek (for future use).
7115
7116 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7117
7118         * gst/avi/Makefile.am:
7119         * gst/avi/gstavi.c:
7120         * gst/avi/gstavisubtitle.c:
7121         * gst/avi/gstavisubtitle.h:
7122         * tests/check/Makefile.am:
7123         * tests/check/elements/avisubtitle.c:
7124         * win32/common/config.h:
7125                 Add avi subtitle element for bug #442034. Need seeking support
7126                 and more support for character conversion.
7127
7128 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7129
7130         * Makefile.am:
7131           Include common/win32.mak for CRLF check of win32 project
7132           files (see #393626).
7133
7134         * win32/vs6/libgstpng.dsp:
7135           Fix line endings and do cvs admin -kb.
7136
7137 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7138
7139         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7140         Actually drop the buffers which are outside the currently configured
7141         segment instead of just emitting a WARNING.
7142
7143 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7144
7145         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7146         (gst_flac_dec_write):
7147         * ext/flac/gstflacdec.h:
7148         Send segments from the streaming thread. Fixes #502187.
7149         Fix segment seeking and a bunch of other seeking cases.
7150
7151 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7154           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7155           which is where it would end up if the same information was
7156           put in a vorbis comment (don't think it's worth adding a
7157           new URI tag for this). Fixes #488112.
7158
7159 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * configure.ac:
7162           We need core/base 0.10.15 or later.
7163
7164 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7165
7166         Patch by: Mark Nauwelaerts <manauw skynet be>
7167
7168         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7169         Fix regression in stream numbering. Fixes #502655.
7170
7171 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7172
7173         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7174
7175         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7176         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7177         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7178         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7179         (gst_rtp_h264_pay_handle_buffer):
7180         * gst/rtp/gstrtph264pay.h:
7181         Use higher performance start-code searching.
7182         Parse NALs and store SPS, PPS and profile in the caps so that they can
7183         be used in the SDP. Fixes #502814.
7184
7185 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7188         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7189           Init some structs to zero before we pass them to ioctl, which
7190           avoids valgrind warnings.  Also fix a small memory leak.
7191
7192 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7193
7194         Patch by: Wouter Cloetens <wouter at mind dot be>
7195
7196         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7197         Copy timestamp from input to output. Not very perfect yet but better
7198         than nothing. Fixes #503023.
7199
7200 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7201
7202         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7203           Also print a useful error message with the old Wavpack API
7204           if possible.
7205
7206 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * ext/wavpack/gstwavpackdec.c:
7209           More build fixes for old libwavpack versions: include config.h so
7210           that WAVPACK_OLD_API is actually defined as detected; only use
7211           WavpackGetErrorMessage if it is available. This fixes the build
7212           on debian stable for me.
7213
7214 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7215
7216         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7217         * ext/wavpack/gstwavpackparse.c:
7218           (gst_wavpack_parse_create_src_pad):
7219           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7220           versions below 4.40.0.
7221
7222 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7223
7224         * configure.ac:
7225           And now do it right for real...
7226
7227 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7228
7229         * configure.ac:
7230           Correctly reset $LIBS to not contain -lm.
7231
7232 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7233
7234         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7235
7236         * configure.ac:
7237         * ext/cairo/gsttimeoverlay.c:
7238           (gst_cairo_time_overlay_print_smpte_time):
7239           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7240           and checking for rint() and implementing it ourself if it doesn't
7241           exist. Fixes #497293.
7242
7243 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7244
7245         * configure.ac:
7246           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7247
7248 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7249
7250         * sys/oss/gstosshelper.c:
7251         Verify that the format returned after the ioctl is the one
7252         we requested. It is valid for the ioctl to succeed while
7253         substituting an alternate 'supported' sample format.
7254
7255 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7256
7257         * sys/oss/gstossaudio.c: (plugin_init):
7258         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7259         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7260           Post decent (and translated) error message when we can't
7261           open the audio device for some reason.
7262
7263 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7264
7265         * sys/oss/gstosssink.c:
7266         * sys/oss/gstosssrc.c:
7267         Allow the AUDIODEV environment variable to redirect us
7268         to a different default OSS device, like sunaudiosink does
7269         on Solaris (makes audio play automatically on SunRays).
7270
7271 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7272
7273         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7274         * gst/audiofx/audiochebyshevfreqband.c:
7275         (gst_audio_chebyshev_freq_band_transform_ip):
7276         * gst/audiofx/audiochebyshevfreqlimit.c:
7277         (gst_audio_chebyshev_freq_limit_transform_ip):
7278         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7279         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7280         The transform_ip() methods should do nothing if in passthrough mode.
7281         It might get non-writable buffers in that case but the buffer might
7282         as well be writable.
7283
7284         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7285         The transform() methods won't be called in passthrough mode and
7286         otherwise the buffer is always writable so don't check here.
7287
7288 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7291           Fix seeking in .wav files again (#501775).  Some people seem to think
7292           they don't need to test their changes when they're just 'reflowing'
7293           some code.
7294
7295 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7296
7297         * gst/autodetect/gstautovideosink.c:
7298         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7299         (gst_auto_video_sink_init),
7300         (gst_auto_video_sink_create_element_with_pretty_name),
7301         (gst_auto_video_sink_find_best),
7302         (gst_auto_video_sink_set_property),
7303         (gst_auto_video_sink_get_property):
7304         * gst/autodetect/gstautovideosink.h:
7305         Fix docs.
7306         Use same error reporting code as autoaudiosink.
7307         Add property to filter sinks based on caps. Only select raw video sinks
7308         by default for backwards compat.
7309         API: GstAutoVideoSink::filter-caps
7310
7311 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7312
7313         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7314
7315         * gst/autodetect/gstautoaudiosink.c:
7316         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7317         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7318         (gst_auto_audio_sink_set_property),
7319         (gst_auto_audio_sink_get_property):
7320         * gst/autodetect/gstautoaudiosink.h:
7321         Add property to filter sinks based on caps. Only select raw audio sinks
7322         by default for backwards compat.  Fixes #417420.
7323         API: GstAutoAudioSink::filter-caps
7324
7325 2007-11-29  Michael Smith <msmith@fluendo.com>
7326
7327         Patch by: Arek Korbik <arkadini@gmail.com>
7328
7329         * gst/videobox/gstvideobox.c: (plugin_init):
7330           Initialise liboil in plugin_init()
7331
7332 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7333
7334         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7335         Post error before sending EOS. Fixes #499178.
7336
7337 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7338
7339         * win32/vs6/gst_plugins_good.dsw:
7340         * win32/vs6/libgstpng.dsp:
7341         Add a project file for libgstpng
7342
7343 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7344
7345         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7346         (gst_rtp_h263_depay_process):
7347         Code beautification.
7348         Added debug statements.
7349         Don't bit-shift everything, just do operations on last/first byte
7350         instead.
7351
7352 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7353
7354         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7355
7356         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7357         Fix wrong comparison in overrun check. Fixes #499239 some more.
7358
7359 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7360
7361         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7362         (gst_rtp_h263_depay_process):
7363         * gst/rtp/gstrtph263depay.h:
7364         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7365         stream.
7366
7367 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7368
7369         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7370
7371         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7372         (gst_rtp_mp4a_depay_process):
7373         * gst/rtp/gstrtpmp4adepay.h:
7374         Fix depayloading when multiple frames are inside one RTP packet.
7375         Fixes #499239.
7376
7377 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7378
7379         * gst/level/gstlevel.c:
7380           Add GAP-flag support.
7381
7382 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7383
7384         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7385         Read the I flag for Mode A h263 rtp stream and set the
7386         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7387         Fixes #499383
7388
7389 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7390
7391         * gst/level/gstlevel.c:
7392           Remove some dead code and do cleanups.
7393
7394 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * tests/check/pipelines/simple-launch-lines.c:
7397           Improve the tests by allowing to set a target state.
7398
7399 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7400
7401         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7402         Don't check the caps of the output buffer if they're equal some
7403         other caps. The caps can change in a backward compatible way
7404         and did at this point.
7405
7406 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7407
7408         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7409         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7410         (gst_qtdemux_seek_to_previous_keyframe),
7411         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7412         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7413         reverse playback support.
7414
7415 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7416
7417         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7418         Also set the channel layout on the Wavpack caps if we're having
7419         a mono layout. Of course only do it for "audio/x-wavpack".
7420
7421 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7422
7423         * ext/wavpack/gstwavpackcommon.c:
7424         (gst_wavpack_get_default_channel_mask),
7425         (gst_wavpack_set_channel_layout),
7426         (gst_wavpack_get_default_channel_positions),
7427         (gst_wavpack_get_channel_mask_from_positions),
7428         (gst_wavpack_set_channel_mapping):
7429         * ext/wavpack/gstwavpackcommon.h:
7430         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7431         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7432         * ext/wavpack/gstwavpackdec.h:
7433         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7434         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7435         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7436         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7437         (gst_wavpack_enc_rewrite_first_block),
7438         (gst_wavpack_enc_sink_event):
7439         * ext/wavpack/gstwavpackenc.h:
7440         * ext/wavpack/gstwavpackparse.c:
7441         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7442         (gst_wavpack_parse_scan_to_find_sample),
7443         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7444         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7445         * ext/wavpack/gstwavpackparse.h:
7446         Add support for encoding, parsing and decoding multichannel
7447         files with up to 8 channels. This also improves the robustness
7448         of parsing quite a bit.
7449
7450         * ext/wavpack/gstwavpackstreamreader.c:
7451         (gst_wavpack_stream_reader_read_bytes),
7452         (gst_wavpack_stream_reader_get_pos),
7453         (gst_wavpack_stream_reader_set_pos_abs),
7454         (gst_wavpack_stream_reader_set_pos_rel),
7455         (gst_wavpack_stream_reader_push_back_byte),
7456         (gst_wavpack_stream_reader_get_length),
7457         (gst_wavpack_stream_reader_can_seek),
7458         (gst_wavpack_stream_reader_write_bytes):
7459         Improve debugging.
7460
7461 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7462
7463         * ext/libpng/gstpngdec.c:
7464         * ext/libpng/gstpngdec.h:
7465           Don't release the png-memory from within the callback.
7466
7467 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7468
7469         Patch by: René Stadler <mail at renestadler dot de>
7470
7471         * ext/libpng/gstpngenc.c:
7472           Don't leak buffer data memory. Fixes #498395.
7473
7474 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7475
7476         Patch by: René Stadler <mail at renestadler dot de>
7477
7478         * tests/check/pipelines/simple-launch-lines.c:
7479           Tests for #498395.
7480
7481 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7482
7483         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7484         (gst_tag_lib_mux_adjust_event_offsets):
7485         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7486         * sys/osxaudio/Makefile.am:
7487         * sys/osxvideo/cocoawindow.h:
7488         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7489
7490 2007-11-15  David Schleef  <ds@schleef.org>
7491
7492         * ext/cairo/gsttextoverlay.c:
7493           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7494
7495 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7496
7497         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7498
7499         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7500         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7501         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7502         * gst/rtp/gstrtpmp2tpay.h:
7503         Fill the MTU with as many packets as possible. Fixes #491323.
7504
7505 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7508
7509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7510         Fix some more leaks. Fixes #497007.
7511
7512 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7515
7516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7517         (gst_rtspsrc_stream_configure_tcp):
7518         Fix 3 pad leaks. Fixes #496983.
7519
7520 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7521
7522         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7523
7524         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7525         Fix small leak. Fixes #497017.
7526
7527 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7528
7529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7530         (gst_qtdemux_prepare_current_sample),
7531         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7532         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7533         * gst/qtdemux/qtdemux_fourcc.h:
7534         * gst/qtdemux/qtdemux_types.c:
7535         Add suppport for theora in quicktime according to XiphQT.
7536
7537 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7538
7539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7540         (gst_v4l2src_init), (gst_v4l2src_set_property),
7541         (gst_v4l2src_get_property):
7542         * sys/v4l2/gstv4l2src.h:
7543         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7544           Always copy buffers by default (handle safer with bugged drivers)
7545           and added a property to make it possible to use mmap effectively (no
7546           copy if possible) when application wants to. Fixes: #480557.
7547
7548 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * gst/id3demux/id3tags.c:
7551         * gst/id3demux/id3tags.h:
7552         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7553           We don't want the same string multiple times in a tag list for the
7554           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7555           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7556
7557 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7560           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7561           into ID3v2 TXXX frames (fixes #347848).
7562
7563 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7566           Don't leak sdp message contents (fixes #496773).
7567
7568         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7569           Don't leak URI string.
7570
7571 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         Patch by: Julien Puydt <julien dot puydt at laposte net>
7574
7575         * ext/raw1394/Makefile.am:
7576         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7577           (gst_1394_property_probe_get_properties),
7578           (gst_1394_property_probe_probe_property),
7579           (gst_1394_property_probe_needs_probe),
7580           (gst_1394_property_probe_get_values),
7581           (gst_1394_property_probe_interface_init),
7582           (gst_1394_type_add_property_probe_interface):
7583         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7584         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7585           (gst_dv1394src_init), (gst_dv1394src_dispose),
7586           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7587           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7588           (gst_dv1394src_update_device_name):
7589         * ext/raw1394/gstdv1394src.h:
7590           Implement GstPropertyProbe interface and add "device-name" property,
7591           so applications can use this to probe for available devices in the
7592           same way they can already with v4lsrc and v4l2src (however horrible
7593           this property probe interface may be). Fixes #358841.
7594
7595 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7598
7599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7600           (gst_rtspsrc_parse_range):
7601           Don't leak event, don't leak range (fixes #496752).
7602
7603 2007-11-14  Michael Smith <msmith@fluendo.com>
7604
7605         Patch by: Arek Korbik <arkadini@gmail.com>
7606
7607         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7608           Detect RGBA/BGRA correctly on little endian systems.
7609
7610 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7613           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7614           corresponding ioctl() call fails even though the driver claims to
7615           support this format, just fall back to the pre-2.6.19 kernel
7616           routine that creates caps with suitable height and width ranges
7617           (see #448278).
7618
7619 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         Patch by: Mark Nauwelaerts <manauw skynet be>
7622
7623         * gst/matroska/matroska-demux.c:
7624           (gst_matroska_demux_push_dvd_clut_change_event),
7625           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7626           (gst_matroska_demux_subtitle_caps):
7627         * gst/matroska/matroska-ids.h:
7628           Extract palette data for dvd subpicture streams and send it
7629           downstream as custom gstreamer dvd event (fixes #453417).
7630
7631 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7634           Implement minimal parsing of the passed pango font description
7635           string, so passing a font size works the same as with the
7636           pango textoverlay plugin; fixes #455086.
7637           (Maybe we could just use pangocairo here at some point).
7638
7639 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7640
7641         * gst/avi/gstavidemux.c:
7642         * gst/wavparse/gstwavparse.c:
7643           Return the result in _activate_pull(). Don't ref element there.
7644
7645 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7646
7647         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7648         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7649         (gst_wavparse_srcpad_event):
7650           Ref the element when we should, but not when we its not needed. Reflow
7651           the event_handling to not leak the event.       
7652
7653 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7654
7655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7656         (qtdemux_parse_samples):
7657         Properly free QTDemuxSamples array.
7658         Protect table write with a sensible check, some files apparently DO contain
7659         stts values starting with 0 :(
7660
7661 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7662
7663         * gst/avi/gstavidemux.c:
7664         * gst/qtdemux/qtdemux.c:
7665           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7666           previous commit messed up.
7667
7668 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7669
7670         * gst/avi/gstavidemux.c:
7671         * gst/qtdemux/qtdemux.c:
7672           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7673           element when we should, but not when we its not needed.
7674
7675 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7676
7677         * gst/wavparse/gstwavparse.c:
7678           Return FALSE if we can't handle a query instead of changing the
7679           format. Ignore fact when dealing with mpeg audio.
7680
7681 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7684
7685         * configure.ac:
7686         * gst/udp/gstdynudpsink.c:
7687         * gst/udp/gstdynudpsink.h:
7688         * gst/udp/gstmultiudpsink.c:
7689         * gst/udp/gstmultiudpsink.h:
7690         * gst/udp/gstudpsink.c:
7691         * gst/udp/gstudpsink.h:
7692           Fix includes for MSVC and GLib-2.14.0 (#492388).
7693
7694         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7695           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7696
7697 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7698
7699         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7700         (gst_mulawdec_chain):
7701         * gst/law/mulaw-decode.h:
7702         Calculate outgoing buffer duration if incoming buffer didn't have a
7703         valid duration.
7704
7705 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7706
7707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7708         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7709         Smarter combine_flow code that also deals with downstream elements
7710         returning UNEXPECTED when they receive data out of the segment
7711         boundaries. Fixes #491305.
7712
7713 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7714
7715         * sys/v4l2/v4l2src_calls.c:
7716           Fix 'unused variable' compiler warning when compiling against
7717           older kernel headers.
7718
7719 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7720
7721         * ext/taglib/gstid3v2mux.cc (add_funcs):
7722           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7723
7724 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7725
7726         * tests/check/pipelines/simple-launch-lines.c:
7727            Improve the tests a little more.
7728
7729 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7730
7731         patch by: Yun Zheng Hu
7732
7733         * sys/osxaudio/gstosxaudiosrc.c:
7734         Use default input device instead of default output device and
7735         only memcpy actual available bytes.
7736
7737 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7738
7739         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7740           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7741           early. It is temporary until we find something better.
7742
7743 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7744
7745         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7746
7747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7748         Fix race when pausing a RTSP stream in interleaved.
7749         Fixes #475784.
7750
7751 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7752
7753         Patch by: Peter Kjellerstedt <pkj at axis com>
7754
7755         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7756         Use correct unref function for buffers. #488844.
7757
7758 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * gst/avi/gstavimux.c:
7761         * tests/check/elements/avimux.c:
7762           Add some debug and sync tests with the fix.     
7763
7764 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7767
7768         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7769         When the socket is used by the app for other purposes, don't generate an
7770         error if there is activaty on the socket that is not data related.
7771         Fixes #487488.
7772
7773 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7774
7775         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7776         (gst_v4l2src_grab_frame):
7777         Add some more debug info. Generate an error when we run out of buffers
7778         for some reason. See #480557.
7779
7780 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7781
7782         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7783
7784         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7785         Set marker bit correctly.
7786
7787 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7788
7789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7790         Use allowed name for the GstStructure.
7791
7792 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * ext/gconf/gstswitchsink.c:
7795         * gst/autodetect/gstautoaudiosink.c:
7796           Use new gst_bus_pop_filtered().
7797
7798 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * sys/v4l2/gstv4l2src.c:
7801         * sys/v4l2/v4l2src_calls.c:
7802           When probing the formats and sizes a camera supports, make
7803           sure the best ones (highest resolution, prefered format)
7804           end up at the beginning of the probed caps and the less
7805           desirable ones at the end.  This is important because the
7806           order within the caps matters for things like fixation and
7807           negotiation, ie. what format is chosen in the end.
7808           With recent kernels, the current probing code will end up
7809           querying the supported sizes from lowest resolution to
7810           highest resolution, adding them to the probed caps in that
7811           order, resulting to v4l2src fixating to the lowest possible
7812           resolution if downstream does not express a size preference.
7813           Also make up a somewhat random ranking of prefered output
7814           formats for the same reason. Fixes #485828.
7815         
7816 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7819
7820         * gst/id3demux/id3v2frames.c:
7821           Extract license/copyright URIs from ID3v2 WCOP frames
7822           (Fixes #447000).
7823
7824         * tests/check/elements/id3demux.c:
7825         * tests/files/Makefile.am:
7826         * tests/files/id3-447000-wcop.tag:
7827           Add simple unit test.
7828
7829 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         * ext/taglib/gstid3v2mux.cc:
7832           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7833           Prerequisite for #447000.
7834
7835 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7836
7837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7838         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7839         a GstClockTime.
7840
7841 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7844         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7845         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7846         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7847         (gst_rtspsrc_change_state):
7848         More seeking fixes, mostly passing around the new playback segment in
7849         order to configure it properly.
7850         Also reset base_time of udp sources when setting them back to PLAYING as
7851         a temporary hack until core supports seek in live sources properly.
7852
7853 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         * gst/rtp/gstrtpmp4adepay.c:
7856         Fix caps as to not confuse autopluggers.
7857
7858 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         * gst/id3demux/gstid3demux.c:
7861         * gst/id3demux/gstid3demux.h:
7862         * gst/id3demux/id3tags.c:
7863         * gst/id3demux/id3tags.h:
7864         * gst/id3demux/id3v2frames.c:
7865           Port ID3 tag demuxer over to the new GstTagDemux in -base
7866           (now would be a good time to test re-importing your music
7867           collection).
7868
7869 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst/apetag/Makefile.am:
7872         * gst/apetag/gstapedemux.c:
7873         * gst/apetag/gstapedemux.h:
7874         * gst/apetag/gsttagdemux.c:
7875         * gst/apetag/gsttagdemux.h:
7876           Port APE tag demuxer over to the new GstTagDemux in -base.
7877
7878 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7881         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7882         (gst_rtspsrc_handle_internal_src_query),
7883         (gst_rtspsrc_handle_src_query), (new_session_pad),
7884         (gst_rtspsrc_stream_configure_tcp),
7885         (gst_rtspsrc_stream_configure_transport),
7886         (gst_rtspsrc_loop_send_cmd):
7887         Improve flushing behaviour.
7888         Set state of the udp sources to PAUSE/PLAYING correctly.
7889         Handle events and queries for UDP and TCP transport now.
7890
7891 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7892
7893         * gst/rtp/gstrtpgsmdepay.c:
7894         * gst/rtp/gstrtpgsmpay.c:
7895           Add log category.
7896
7897 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7898
7899         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7900
7901         * tests/check/Makefile.am:
7902         * tests/check/pipelines/simple-launch-lines.c:
7903           Add unit tests for payloaders/depayloaders.
7904
7905 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7906
7907         * gst/avi/gstavimux.c:
7908         * gst/avi/gstavimux.h:
7909           Also save codec data for audio streams. Fixes #482495.
7910
7911 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7912
7913         * gst/avi/gstavimux.c:
7914           Fix "Index entry has invalid stream nr 1".
7915           Add support for muxing aac - work in progress (see #482495).
7916
7917 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7918
7919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7920         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7921         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7922         * gst/rtsp/gstrtspsrc.h:
7923         Parse bandwidth modifiers, they are not yet configured in the session
7924         manager because we don't have an API for that yet.
7925
7926 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7927
7928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7929         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7930         Use shiny new function in -base to get the default clock-rate.
7931         Update some docs.
7932
7933 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7934
7935         * win32/MANIFEST:
7936         Add files to win32 manifest.
7937         * win32/vs6/libgstaudiofx.dsp:
7938         * win32/vs6/libgstqtdemux.dsp:
7939         * win32/vs6/libgstrtp.dsp:
7940         * win32/vs6/libgstrtsp.dsp:
7941         Update project files.
7942
7943 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7946         (gst_rtspsrc_play):
7947         * gst/rtsp/gstrtspsrc.h:
7948         In TCP mode, only timestamp the first buffer. TCP is not real time and
7949         it does not make sense to try to skew compensate, also some servers send
7950         the first batch of data in a burst.
7951
7952 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7953
7954         * gst/matroska/matroska-demux.c:
7955           Fix setting the discont flag on the first buffer
7956           pushed downstream for formats with private codec
7957           data that needs to be deserialised into buffers
7958           (such as vorbis and FLAC when in a matroska container).
7959
7960 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7961
7962         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7963
7964         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7965         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7966         (gst_rtp_mp4v_pay_handle_buffer):
7967         * gst/rtp/gstrtpmp4vpay.h:
7968         Free the config string. Fixes #480707.
7969         Clean up the timestamp code a little.
7970
7971 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7972
7973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7974         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7975         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7976         * gst/rtsp/gstrtspsrc.h:
7977         Set timestamps on RTP buffers in interleaved mode.
7978         Mark first buffers with a DISCONT.
7979         Remove flush hack now that sync for live sources has been figured out.
7980
7981 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7984         Update documentation.
7985
7986 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7989         (gst_rtp_xqt_depay_change_state):
7990         * gst/qtdemux/gstrtpxqtdepay.h:
7991         Fail if we don't know the quicktime format.
7992
7993 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7994
7995         * ext/flac/gstflacenc.c:
7996         * ext/flac/gstflacenc.h:
7997           Save the flow return from the last gst_pad_push() and
7998           make sure we pass the right flow return value upstream
7999           in the case of failure; minor clean-ups.
8000
8001 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * ext/taglib/gstapev2mux.cc:
8004         * ext/taglib/gstid3v2mux.cc:
8005         * gst/apetag/gstapedemux.c:
8006           Add support for the new GST_TAG_COMPOSER (#459809).
8007
8008 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8009
8010         * gst/law/alaw-decode.c:
8011         * gst/law/alaw-decode.h:
8012         * gst/law/alaw-encode.c:
8013         * gst/law/alaw-encode.h:
8014         * gst/law/alaw.c:
8015         * gst/law/mulaw-conversion.h:
8016           Compulsive clean-ups: use boilerplate macros, add debug
8017           categories, fix up things to conform to symbol nomenklatura,
8018           etc.
8019
8020 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8021
8022         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8023
8024         * gst/law/alaw-decode.c:
8025         * gst/law/alaw-encode.c:
8026           Use static tables for A-Law decoding and encoding; this makes
8027           A-Law decoding and encoding less CPU-intensive, but increases
8028           the binary size a bit. Leaving old code around for now,
8029           selectable by a define in the code. Fixes #435435.
8030
8031 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8032
8033         * configure.ac:
8034         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8035         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8036         in configure.ac.
8037
8038 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         Patch by: Jan Gerber <j at bootlab dot org>
8041
8042         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8043         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8044
8045 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8046
8047         * sys/oss/gstosshelper.c:
8048           Use GST_WARNING instead of a g_critical. This situation is not caused
8049           by the application.
8050
8051 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8052
8053         * po/LINGUAS:
8054         * po/nl.po:
8055           Updated translations.
8056
8057 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8058
8059         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8060
8061         * po/eu.po:
8062           Added Basque translation.
8063
8064 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8065
8066         translated by: Abel Cheung <abelcheung@gmail.com>
8067
8068         * po/zh_HK.po:
8069         * po/zh_TW.po:
8070           Added Chinese (traditional and Hong Kong) translation.
8071
8072 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8073
8074         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8075
8076         * po/pl.po:
8077           Added Polish translation.
8078
8079 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8080
8081         translated by: Ilkka Tuohela <hile@iki.fi>
8082
8083         * po/fi.po:
8084           Added Finnish translation.
8085
8086 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8087
8088         translated by: Jorge González González <aloriel@gmail.com>
8089
8090         * po/es.po:
8091           Added Spanish translation.
8092
8093 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8094
8095         translated by: Mogens Jaeger <mogens@jaeger.tf>
8096
8097         * po/da.po:
8098           Added Danish translation.
8099
8100 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8101
8102         translated by: Funda Wang <fundawang@linux.net.cn>
8103
8104         * po/zh_CN.po:
8105           Added Chinese (simplified) translation.
8106
8107 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8108
8109         translated by: Alexander Shopov <ash@contact.bg>
8110
8111         * po/bg.po:
8112           Added Bulgarian translation.
8113
8114 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8117         Set outgoing packet duration because we can. Fixes #478244 some more.
8118
8119 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8120
8121         * ext/cairo/gsttextoverlay.c:
8122           Add info about static leak.
8123         
8124         * tests/check/Makefile.am:
8125         * tests/check/generic/states.c:
8126           Improved state change unit test.
8127
8128 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8129
8130         * docs/plugins/.cvsignore:
8131         * tests/check/.cvsignore:
8132           Ignore registries in any format.
8133
8134 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8135
8136         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8137         Removed some unused code.
8138
8139         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8140         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8141         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8142         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8143         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8144         (gst_rtp_theora_pay_flush_packet):
8145         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8146         Try to preserve the incomming buffer duration on the outgoing
8147         packets. Fixes #478244.
8148
8149 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8150
8151         * ext/taglib/gstapev2mux.cc:
8152         * ext/taglib/gstid3v2mux.cc:
8153           Work around compiler warnings with g++-4.2 when assigning a
8154           string constant to a gchar * (partially fixes #478092).
8155
8156 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8157
8158         * configure.ac:
8159           We require core CVS now for gst_base_src_set_do_timestamp().
8160
8161 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8162
8163         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8165         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8166         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8167         (gst_rtspsrc_handle_message):
8168         Fix compiler warnings shown with Forte.
8169
8170 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8171
8172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8173         (gst_rtspsrc_dup_printf):
8174         Give meaningfull error when all streams failed to configure for some
8175         reason.
8176
8177 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8178
8179         * gst/rtp/README:
8180         Update README with the design for synchronisation rules of RTP on
8181         sender and receiver.
8182
8183 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8184
8185         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8186         (gst_wavparse_chain):
8187         Don't push EOS from the chain function, the element
8188         driving the pipeline is responsible for this. The bug
8189         this was meant to fix seems to be queue not forwarding
8190         EOS in all cases (see #476514).
8191
8192 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8193
8194         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8195         (gst_level_transform_ip):
8196         * gst/level/gstlevel.h:
8197         Use basetransform segment so that it is correctly managed on flushes and
8198         start/stop.
8199         Report message timestamp as stream time, which is what an application
8200         can understand.
8201
8202 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8203
8204         * ext/taglib/gstapev2mux.cc:
8205         * ext/taglib/gstapev2mux.h:
8206         * ext/taglib/gsttaglibmux.c:
8207         * tests/check/elements/apev2mux.c:
8208         Update my mail address.
8209
8210 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8211
8212         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8213         (gst_wavparse_loop), (gst_wavparse_chain):
8214         Add EOS logic for the push-based mode too. Fixes #476514.
8215
8216 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8219         * gst/law/alaw-encode.h:
8220         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8221         (gst_mulawenc_chain):
8222         * gst/law/mulaw-encode.h:
8223         Fix law encoder timestamps.
8224
8225 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8226
8227         * ext/gconf/gstgconfaudiosink.c:
8228           Fix warning when building without debug.
8229
8230         * sys/oss/gstossmixertrack.c:
8231           Use const like in alsamixertrack.c (fixes warnings).
8232
8233 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8234
8235         * sys/v4l2/v4l2src_calls.c:
8236         (gst_v4l2src_probe_caps_for_format_and_size):
8237         Fix framerate detection code some more.
8238         Handle the case where there is a weird step in the stepwise framerates.
8239         Don't overwrite the min interval with the framerate, use a temp variable
8240         instead.
8241         Use max in the Continuous framerate intervals instead of step, which is
8242         1 according to the docs. Fixes #475424.
8243
8244 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8245
8246         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8247         Make udpsrc timestamp outgoing buffers based on when they were received.
8248         Also make it output a segment in time.
8249
8250 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8251
8252         * gst/avi/gstavidemux.c:
8253           Plug a little leak. Little code cleanups.
8254
8255 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8256
8257         * configure.ac:
8258           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8259           flac versions, 's good for cross-compilation karma.
8260
8261 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8262
8263         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8264
8265         * gst/rtp/gstrtph263pay.c:
8266           Fix up header structure so that compilers don't add padding
8267           between the structure fields, since that would lead to us
8268           sending RTP packets with broken headers (as is currently the
8269           case when compiling with MSVC). Also see similar fixes in
8270           libgstrtp in gst-plugins-base. (#474616; #471194)
8271
8272 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8273
8274         * sys/v4l2/v4l2src_calls.c:
8275         (gst_v4l2src_probe_caps_for_format_and_size):
8276         Don't overwrite our GValue with 0 but instead use the previously
8277         computed value. Fixes #471823 some more.
8278
8279 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8280
8281         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8282           No tabs in this file please, or gtk-doc will end up documenting
8283           rather absurd class hierarchies.
8284
8285 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8286
8287         * ext/gconf/gstswitchsink.c:
8288           If the new kid element fails to change state for some reason
8289           (e.g. esdsink not being able to connect to the sound server),
8290           forward the error message it posted on the bus instead of just
8291           posting a generic 'Internal state change error: please file a
8292           bug' error message. Fixes #471364.
8293
8294 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8295
8296         * gst/qtdemux/Makefile.am:
8297         * gst/qtdemux/qtdemux.c:
8298           Don't assume tags are encoded as UTF-8 (#473670).
8299
8300 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * sys/v4l2/gstv4l2src.c:
8303         * sys/v4l2/gstv4l2src.h:
8304         * sys/v4l2/v4l2src_calls.c:
8305           Implement LATENCY queries in the crudest way possible so I don't
8306           have to use sync=false any longer when testing with videosinks.
8307
8308 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * configure.ac:
8311           Fix build.
8312
8313 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8314
8315         * sys/v4l2/v4l2src_calls.c:
8316         (gst_v4l2src_probe_caps_for_format_and_size):
8317         Add some more debugging in the framerate function.
8318         Iterate stepwise framerate up to and _including_ the max and if nothing
8319         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8320         don't end up with an empty list. Fixes #471823
8321
8322 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8323
8324         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8325         (gst_multiudpsink_set_clients_string),
8326         (gst_multiudpsink_get_clients_string),
8327         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8328         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8329         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8330         (gst_multiudpsink_clear):
8331         Add property do configure destination address/port pairs
8332         API:GstMultiUDPSink::clients
8333
8334 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8335
8336         * tests/examples/Makefile.am:
8337         * tests/examples/rtp/Makefile.am:
8338         * tests/examples/rtp/client-H263p-AMR.sh:
8339         * tests/examples/rtp/client-H263p-PCMA.sdp:
8340         * tests/examples/rtp/client-H263p-PCMA.sh:
8341         * tests/examples/rtp/client-H264-PCMA.sdp:
8342         * tests/examples/rtp/client-H264-PCMA.sh:
8343         * tests/examples/rtp/client-PCMA.sh:
8344         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8345         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8346         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8347         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8348         Added some RTP example scripts for sending and receiving RTP streams.
8349
8350 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8351
8352         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8353         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8354         Restructure the setcaps function so that we can also compute the
8355         expected GStreamer output size of the video frames.
8356         Set frame_byte_size correctly so that read-based devices have a chance
8357         of working correctly.
8358         When grabbing a frame, discard frames that are not of the expected size.
8359         Some cameras don't output the right framesize for the first buffer.
8360         Try only a couple of times to get a valid frame, else error out.
8361
8362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8363         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8364         Add some more debug info when scanning the device.
8365
8366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8367         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8368         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8369         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8370         Add some more debug info when dequeing a frame.
8371
8372 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8373
8374         * gst/wavparse/gstwavparse.c:
8375           More code cleanups. Add some more comment and improve debugs logs.
8376
8377 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8378
8379         * gst/wavparse/gstwavparse.c:
8380         * gst/wavparse/gstwavparse.h:
8381           Implement seek-query. Refactor duration calculations. Appropriate use
8382           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8383           out of loops.
8384
8385 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8386
8387         * gst/avi/gstavidemux.c:
8388           Implement seek-query.
8389
8390 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8391
8392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8393         (gst_rtspsrc_dup_printf):
8394         Use new basesink async property to make sparse RTCP packet not wait for
8395         preroll.
8396
8397 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8398
8399         * gst/audiofx/Makefile.am:
8400         Dist the right file.
8401
8402 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8403
8404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8405         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8406         Make sure we generate and parse floating point values in the POSIX
8407         locale instead of the current locale. 
8408
8409 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8410
8411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8412         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8413         (gst_rtspsrc_play):
8414         * gst/rtsp/gstrtspsrc.h:
8415         Fix method detection again.
8416         Keep track of when we must send a Range header.
8417         Use segment values for Range, Speed and Scale headers.
8418         Parse Speed and Scale headers to update the segment values.
8419
8420 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8421
8422         patch by: Mark Nauwelaerts <manauw@skynet.be>
8423
8424         * sys/v4l2/v4l2src_calls.c:
8425           Handle optional v4l2 ioctls gracefully.
8426
8427 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8428
8429         * gst/rtp/Makefile.am:
8430         * gst/rtp/gstrtp.c: (plugin_init):
8431         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8432         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8433         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8434         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8435         (gst_rtp_h263_depay_get_property),
8436         (gst_rtp_h263_depay_change_state),
8437         (gst_rtp_h263_depay_plugin_init):
8438         * gst/rtp/gstrtph263depay.h:
8439         Added an H263 depayloader. Fixes #369392.
8440
8441         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8442         (gst_rtp_h263p_depay_process):
8443         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8444         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8445         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8446         payloads.
8447         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8448
8449 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8450
8451         * gst/audiofx/audiochebyshevfreqband.c:
8452         * gst/audiofx/audiochebyshevfreqlimit.c:
8453         Add small comparision with the windowed sinc filters in the docs.
8454
8455 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8456
8457         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8458         (audiochebyshevfreqband_suite):
8459         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8460         (audiochebyshevfreqlimit_suite):
8461         Also test 32 bit float mode and the type 2 variants of the filters.
8462
8463 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8464
8465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8466         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8467         (gst_rtspsrc_loop):
8468         Refactor the udp and interleaved loop function a bit.
8469
8470 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8471
8472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8473         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8474         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8475         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8476         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8477         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8478         * gst/rtsp/gstrtspsrc.h:
8479         Protect connection activity with a new lock, avoids deadlocks when going
8480         to PAUSED. Fixes #455808.
8481
8482 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8483
8484         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8485         Fix debug statement.
8486
8487 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8488
8489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8490         Fix stray %u in debug line as spotted by Saur on IRC.
8491
8492 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8493
8494         * gst/audiofx/audiochebyshevfreqband.c:
8495         (gst_audio_chebyshev_freq_band_class_init):
8496         * gst/audiofx/audiochebyshevfreqlimit.c:
8497         (gst_audio_chebyshev_freq_limit_class_init):
8498         Use generator macros for the process functions for the different
8499         sample types, add lower upper boundaries for the GObject properties
8500         so automatically generated UIs can use sliders and add a note about
8501         the number of poles as a too high number of poles combined with
8502         very low or very high frequencies will produce only noise.
8503         * docs/plugins/gst-plugins-good-plugins.args:
8504         Regenerated for the property changes.
8505
8506 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8507
8508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8509         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8510         (gst_rtspsrc_stream_configure_udp_sink),
8511         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8512         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8513         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8514         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8515         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8516         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8517         * gst/rtsp/gstrtspsrc.h:
8518         Improve timeout handling.
8519         Use the same socket for sending and receiving RTCP packets so that some
8520         servers can track clients better.
8521         Improve connection closed handling. Try to reconnect.
8522         Don't overwrite our content base with NULL.
8523         Improve debugging.
8524         Improve range parsing and handling.
8525         Remove flushing hack now that core does the right thing.
8526
8527 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8528
8529         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8530         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8531         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8532         (gst_multiudpsink_close), (gst_multiudpsink_add):
8533         * gst/udp/gstmultiudpsink.h:
8534         Add support for getting and setting the socket to use.
8535
8536         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8537         (gst_udpsrc_create), (gst_udpsrc_get_property):
8538         Add support for getting the currently used socket.
8539
8540 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8541
8542         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8543
8544         * gst/audiofx/Makefile.am:
8545         * gst/audiofx/audiochebyshevfreqband.c:
8546         (gst_audio_chebyshev_freq_band_mode_get_type),
8547         (gst_audio_chebyshev_freq_band_base_init),
8548         (gst_audio_chebyshev_freq_band_dispose),
8549         (gst_audio_chebyshev_freq_band_class_init),
8550         (gst_audio_chebyshev_freq_band_init),
8551         (generate_biquad_coefficients), (calculate_gain),
8552         (generate_coefficients),
8553         (gst_audio_chebyshev_freq_band_set_property),
8554         (gst_audio_chebyshev_freq_band_get_property),
8555         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8556         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8557         (gst_audio_chebyshev_freq_band_start):
8558         * gst/audiofx/audiochebyshevfreqband.h:
8559         * gst/audiofx/audiochebyshevfreqlimit.c:
8560         (gst_audio_chebyshev_freq_limit_mode_get_type),
8561         (gst_audio_chebyshev_freq_limit_base_init),
8562         (gst_audio_chebyshev_freq_limit_dispose),
8563         (gst_audio_chebyshev_freq_limit_class_init),
8564         (gst_audio_chebyshev_freq_limit_init),
8565         (generate_biquad_coefficients), (calculate_gain),
8566         (generate_coefficients),
8567         (gst_audio_chebyshev_freq_limit_set_property),
8568         (gst_audio_chebyshev_freq_limit_get_property),
8569         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8570         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8571         (gst_audio_chebyshev_freq_limit_start):
8572         * gst/audiofx/audiochebyshevfreqlimit.h:
8573         * gst/audiofx/audiofx.c: (plugin_init):
8574         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8575         Fixes #464800.
8576
8577         * tests/check/Makefile.am:
8578         * tests/check/elements/.cvsignore:
8579         * tests/check/elements/audiochebyshevfreqband.c:
8580         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8581         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8582         * tests/check/elements/audiochebyshevfreqlimit.c:
8583         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8584         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8585         Add unit tests for the chebyshev filters.
8586
8587         * docs/plugins/Makefile.am:
8588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8590         * docs/plugins/gst-plugins-good-plugins.args:
8591         * docs/plugins/inspect/plugin-1394.xml:
8592         * docs/plugins/inspect/plugin-audiofx.xml:
8593         * docs/plugins/inspect/plugin-dv.xml:
8594         * docs/plugins/inspect/plugin-flac.xml:
8595         * docs/plugins/inspect/plugin-jpeg.xml:
8596         * docs/plugins/inspect/plugin-png.xml:
8597         * docs/plugins/inspect/plugin-rtp.xml:
8598         * docs/plugins/inspect/plugin-shout2send.xml:
8599         * docs/plugins/inspect/plugin-wavpack.xml:
8600         And add docs for the chebyshev filters. While doing
8601         that also run make update in docs/plugins.
8602
8603 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8604
8605         * ext/annodex/gstcmmltag.c:
8606         * gst/rtp/gstrtpvorbispay.c:
8607           Make ro memory to share.
8608
8609 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8610
8611         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8612         Improve UDP performance by avoiding a select() when we have data
8613         available immediatly.
8614
8615 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8616
8617         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8618         (gst_rtp_dec_class_init):
8619         * gst/rtsp/gstrtpdec.h:
8620         Add (dummy) SSRC management signals.
8621
8622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8623         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8624         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8625         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8626         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8627         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8628         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8629         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8630         * gst/rtsp/gstrtspsrc.h:
8631         Add connection-speed property.
8632         Add find_stream helper functions.
8633         Handle stream EOS based on BYE messages or SSRC timeout.
8634         Returns SUCCESS from the state change function as we hide our async
8635         elements from the parent.
8636
8637 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * gst/debug/rndbuffersize.c:
8640           Fix da leak.
8641
8642 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8643
8644         * gst/debug/Makefile.am:
8645         * gst/debug/breakmydata.c:
8646         * gst/debug/gstdebug.c:
8647         * gst/debug/negotiation.c:
8648         * gst/debug/progressreport.c:
8649         * gst/debug/rndbuffersize.c:
8650         * gst/debug/testplugin.c:
8651           Add new test element and clean-up the others a little.
8652
8653 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8654
8655         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8656         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8657
8658 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8659
8660         * gst/rtp/gstrtpilbcdepay.c:
8661           Include stdlib.
8662
8663 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8664
8665         * gst/rtp/gstrtpmpvdepay.c:
8666         Set the mpegversion in the caps so that autoplugging does not get
8667         confused.
8668
8669 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8670
8671         * po/hu.po:
8672         * po/uk.po:
8673         * po/vi.po:
8674           Updated translations.
8675
8676 2007-08-08  Michael Smith <msmith@fluendo.com>
8677
8678         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8679           Render right border in the correct location.
8680
8681 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8682
8683         Patch by: Olivier Crete <tester at tester dot ca>
8684
8685         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8686         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8687         Make mode property a string. Fixes #464475.
8688
8689 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8690
8691         * ext/flac/gstflacenc.c:
8692           Widen caps to match decoder a bit and add more FIXMEs.
8693
8694 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8695
8696         patch by: Mark Nauwelaerts <manauw@skynet.be>
8697
8698         * gst/avi/gstavimux.c:
8699           Fix ODML index tag numbering. Fixes #463624.
8700
8701 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8702
8703         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8704         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8705         (gst_rtspsrc_stream_configure_tcp),
8706         (gst_rtspsrc_stream_configure_udp_sink):
8707         Fix default clock-rate for realmedia.
8708         Fix parsing of transport.
8709         Don't try to link NULL pads.
8710
8711 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * po/POTFILES.skip:
8714           Add POTFILES.skip with list of source files that aren't disted at the
8715           moment but contain translatable strings. Should hopefully pacify
8716           broken tools and make it clearer that these files are left out
8717           intentionally (#461600).
8718
8719 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8720
8721         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8722         If the buffer was entirely clipped ... don't try sending it :)
8723
8724 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8725
8726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8727         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8728         (gst_rtspsrc_create_transports_string),
8729         (gst_rtspsrc_prepare_transports):
8730         If we don't hav a session manager, set the caps on outgoing buffers
8731         ourselves.
8732         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8733         Append final bit of the transport string even when it does not contain a
8734         placeholder.
8735
8736 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8737
8738         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8739         (gst_rtsp_ext_list_connect):
8740         * gst/rtsp/gstrtspext.h:
8741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8742         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8743         Clean up the interface list.
8744         Allow connecting to interface signals for the extensions.
8745         Remove old extension code.
8746         Free list on cleanup.
8747         Allow extensions to send additional RTSP messages.
8748
8749 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8752         Handle a NULL gconf key gracefully by rendering the default element.
8753
8754 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8755
8756         * gst/rtsp/gstrtspext.h:
8757         Fix include path for extension interface.
8758
8759 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8760
8761         * gst/audiofx/audioamplify.h:
8762         Also remove a now unecessary variable here.
8763
8764 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8765
8766         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8767         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8768         * gst/audiofx/audiodynamic.c:
8769         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8770         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8771         * gst/audiofx/audiodynamic.h:
8772         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8773         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8774         * gst/audiofx/audioinvert.h:
8775         Don't save format information ourselves, this is already saved in
8776         GstAudioFilter.
8777
8778 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8779
8780         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8781         (gst_rtsp_ext_list_stream_select):
8782         * gst/rtsp/gstrtspext.h:
8783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8784         Use rank to filter out extensions.
8785         Add url to stream_select interface call.
8786
8787 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8788
8789         * gst/rtsp/Makefile.am:
8790         * gst/rtsp/base64.c:
8791         * gst/rtsp/base64.h:
8792         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8793         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8794         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8795         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8796         (gst_rtsp_ext_list_setup_media),
8797         (gst_rtsp_ext_list_configure_stream),
8798         (gst_rtsp_ext_list_get_transports),
8799         (gst_rtsp_ext_list_stream_select):
8800         * gst/rtsp/gstrtspext.h:
8801         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8802         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8803         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8804         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8805         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8806         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8807         (gst_rtspsrc_stream_configure_tcp),
8808         (gst_rtspsrc_stream_configure_mcast),
8809         (gst_rtspsrc_stream_configure_udp),
8810         (gst_rtspsrc_stream_configure_udp_sink),
8811         (gst_rtspsrc_stream_configure_transport),
8812         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8813         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8814         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8815         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8816         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8817         (gst_rtspsrc_parse_methods),
8818         (gst_rtspsrc_create_transports_string),
8819         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8820         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8821         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8822         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8823         * gst/rtsp/gstrtspsrc.h:
8824         * gst/rtsp/rtsp.h:
8825         * gst/rtsp/rtspconnection.c:
8826         * gst/rtsp/rtspconnection.h:
8827         * gst/rtsp/rtspdefs.c:
8828         * gst/rtsp/rtspdefs.h:
8829         * gst/rtsp/rtspext.h:
8830         * gst/rtsp/rtspextwms.c:
8831         * gst/rtsp/rtspextwms.h:
8832         * gst/rtsp/rtspmessage.c:
8833         * gst/rtsp/rtspmessage.h:
8834         * gst/rtsp/rtsprange.c:
8835         * gst/rtsp/rtsprange.h:
8836         * gst/rtsp/rtsptransport.c:
8837         * gst/rtsp/rtsptransport.h:
8838         * gst/rtsp/rtspurl.c:
8839         * gst/rtsp/rtspurl.h:
8840         * gst/rtsp/sdp.h:
8841         * gst/rtsp/sdpmessage.c:
8842         * gst/rtsp/sdpmessage.h:
8843         * gst/rtsp/test.c:
8844         Use shiny new RTSP and SDP library.
8845         Implement RTSP extensions using the new interface.
8846         Remove a lot of old code.
8847
8848 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8849
8850         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8851         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8852
8853 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8854
8855         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8856         Don't unref the outgoing buffer twice when dropping it because it's
8857         outside of the segment.
8858
8859 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8860
8861         * configure.ac:
8862         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8863         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8864         Use the new buffer clipping function from gstaudio here and
8865         require gst-plugins-base CVS.
8866         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8867         For framed Wavpack buffers we require a valid timestamp.
8868
8869 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8870
8871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8872         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8873         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8874         Clip raw audio and video when we can, keep track of current output
8875         segment.
8876         Don't leak buffers and events when there is no output pad.
8877         Improve debugging here and there.
8878
8879 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8880
8881         * configure.ac:
8882           Sync liboil check with plugins-base.
8883
8884 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8885
8886         * ext/annodex/Makefile.am:
8887           Fix CFLAGS/LIBS.
8888
8889         * ext/cdio/gstcdiocddasrc.c:
8890         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8891           Include stdlib
8892
8893         * ext/cairo/Makefile.am:
8894         * gst/videofilter/Makefile.am:
8895         * tests/examples/level/Makefile.am:
8896           Use $(LIBM) instead of -lm
8897
8898 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8899
8900         * sys/v4l2/gstv4l2src.c:
8901           Add another example pipeline.
8902
8903 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8904
8905         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8906
8907         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8908           Use define here.
8909
8910         * sys/v4l2/gstv4l2tuner.c:
8911         (gst_v4l2_tuner_set_frequency_and_notify):
8912           Don't touch the property - its still disabled.
8913
8914         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8915         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8916         * sys/v4l2/v4l2src_calls.h:
8917           Improve fallback format negotionation. Fixes #451388
8918
8919 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8920
8921         * tests/check/elements/videocrop.c: (GST_START_TEST):
8922           Fix the test.
8923
8924 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8925
8926         * docs/plugins/Makefile.am:
8927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8929         * docs/plugins/inspect/plugin-jpeg.xml:
8930         * docs/plugins/inspect/plugin-png.xml:
8931         * ext/jpeg/gstjpegdec.c:
8932         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8933         (gst_pngdec_sink_setcaps):
8934           More docs. More logs in pngdec.
8935
8936 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8939           Initialize num_buffers with minimum value.
8940
8941         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8942         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8943           Handle frame-size query failure gracefully.
8944
8945 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8946
8947         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8948         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8949         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8950         of qt/aac files.
8951
8952 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8953
8954         * ext/wavpack/gstwavpackdec.c:
8955         (gst_wavpack_dec_clip_outgoing_buffer):
8956         Fix buffer clipping to correctly clip to the segment stop.
8957
8958 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8959
8960         * configure.ac:
8961         * tests/Makefile.am:
8962         Remove bogus check for libcheck, since we check for
8963         gstreamer-check and it pulls in the required info from there,
8964         and we weren't actually _using_ the information for libcheck
8965         ourselves anyway.
8966
8967 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8968
8969         * configure.ac:
8970           Use pkg-config to locate check.
8971
8972 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8975         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8976         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8977         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8978         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8979         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8980         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8981         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8982         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8983         * gst/effectv/gstrev.c: (gst_revtv_transform):
8984         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8985         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8986         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8987         * gst/matroska/matroska-demux.c:
8988         (gst_matroska_demux_add_wvpk_header),
8989         (gst_matroska_demux_check_subtitle_buffer),
8990         (gst_matroska_decode_buffer):
8991         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8992           Fix build against core CVS.
8993
8994 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8995
8996         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8997         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8998         don't have enough granularity to convert that boolean into a
8999         GstFlowReturn.
9000
9001 2007-07-06  Michael Smith <msmith@fluendo.com>
9002
9003         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9004         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9005         (gst_alawdec_change_state):
9006         * gst/law/alaw-decode.h:
9007         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9008         (gst_mulawdec_class_init), (gst_mulawdec_init),
9009         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9010         * gst/law/mulaw-decode.h:
9011           Fix capsnego bogosity in *law decoders. 
9012
9013 2007-07-06  Michael Smith <msmith@fluendo.com>
9014
9015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9016         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9017         (gst_smokeenc_change_state):
9018         * ext/jpeg/gstsmokeenc.h:
9019           Remove stupidity in get/set caps functions.
9020           Fix some refcounting problems.
9021
9022 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9025         Remove endianness-flipping hack that seems to have been required
9026         only because of a bug in ffmpegcolorspace.
9027         Partially Fixes: #451908
9028
9029 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * docs/plugins/Makefile.am:
9032           Simplify --extra-dir as gtkdoc scans recursively.
9033
9034 2007-07-03  Wim Taymans  <wim@fluendo.com>
9035
9036         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9037
9038         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9039         Set the encoding-name in the rtp caps to all uppercase, as required by
9040         the caps spec.
9041         Some small cleanups in the error paths. Fixes #453037.
9042
9043 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9044
9045         * ext/wavpack/gstwavpackparse.c:
9046         (gst_wavpack_parse_index_get_last_entry),
9047         (gst_wavpack_parse_index_get_entry_from_sample),
9048         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9049         (gst_wavpack_parse_scan_to_find_sample):
9050         * ext/wavpack/gstwavpackparse.h:
9051         Use a GSList for the GArray that is used like a list anyway.
9052
9053 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9056         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9057         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9058           Add state change function where we set 0/1 as default framerate in
9059           case our setcaps function isn't called, like it might not in a
9060           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9061           gdkpixbufdec trying to create caps with a 0/0 framerate.
9062           Also post an error message on the bus if gst_pad_push() fails when
9063           called from our sink event handler (+1 for flow returns for event
9064           functions in 0.11) instead of failing silently.
9065
9066 2007-06-27  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9069         Cast stack args to the proper types. Fixes #451249.
9070
9071 2007-06-27  Wim Taymans  <wim@fluendo.com>
9072
9073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9074         (new_session_pad), (gst_rtspsrc_setup_streams):
9075         * gst/rtsp/gstrtspsrc.h:
9076         For container formats we only need to activate one of the streams so
9077         that we correctly signal no-more-pads. Fixes #451015.
9078
9079 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9080
9081         * docs/plugins/gst-plugins-good-plugins.args:
9082         * docs/plugins/inspect/plugin-aasink.xml:
9083         * docs/plugins/inspect/plugin-alaw.xml:
9084         * docs/plugins/inspect/plugin-alpha.xml:
9085         * docs/plugins/inspect/plugin-alphacolor.xml:
9086         * docs/plugins/inspect/plugin-annodex.xml:
9087         * docs/plugins/inspect/plugin-apetag.xml:
9088         * docs/plugins/inspect/plugin-audiofx.xml:
9089         * docs/plugins/inspect/plugin-auparse.xml:
9090         * docs/plugins/inspect/plugin-autodetect.xml:
9091         * docs/plugins/inspect/plugin-avi.xml:
9092         * docs/plugins/inspect/plugin-cacasink.xml:
9093         * docs/plugins/inspect/plugin-cairo.xml:
9094         * docs/plugins/inspect/plugin-cdio.xml:
9095         * docs/plugins/inspect/plugin-cutter.xml:
9096         * docs/plugins/inspect/plugin-debug.xml:
9097         * docs/plugins/inspect/plugin-efence.xml:
9098         * docs/plugins/inspect/plugin-effectv.xml:
9099         * docs/plugins/inspect/plugin-esdsink.xml:
9100         * docs/plugins/inspect/plugin-flac.xml:
9101         * docs/plugins/inspect/plugin-flxdec.xml:
9102         * docs/plugins/inspect/plugin-gconfelements.xml:
9103         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9104         * docs/plugins/inspect/plugin-goom.xml:
9105         * docs/plugins/inspect/plugin-halelements.xml:
9106         * docs/plugins/inspect/plugin-icydemux.xml:
9107         * docs/plugins/inspect/plugin-id3demux.xml:
9108         * docs/plugins/inspect/plugin-jpeg.xml:
9109         * docs/plugins/inspect/plugin-ladspa.xml:
9110         * docs/plugins/inspect/plugin-level.xml:
9111         * docs/plugins/inspect/plugin-matroska.xml:
9112         * docs/plugins/inspect/plugin-mulaw.xml:
9113         * docs/plugins/inspect/plugin-multipart.xml:
9114         * docs/plugins/inspect/plugin-navigationtest.xml:
9115         * docs/plugins/inspect/plugin-ossaudio.xml:
9116         * docs/plugins/inspect/plugin-png.xml:
9117         * docs/plugins/inspect/plugin-quicktime.xml:
9118         * docs/plugins/inspect/plugin-rtp.xml:
9119         * docs/plugins/inspect/plugin-rtsp.xml:
9120         * docs/plugins/inspect/plugin-smpte.xml:
9121         * docs/plugins/inspect/plugin-speex.xml:
9122         * docs/plugins/inspect/plugin-taglib.xml:
9123         * docs/plugins/inspect/plugin-udp.xml:
9124         * docs/plugins/inspect/plugin-videobalance.xml:
9125         * docs/plugins/inspect/plugin-videobox.xml:
9126         * docs/plugins/inspect/plugin-videocrop.xml:
9127         * docs/plugins/inspect/plugin-videoflip.xml:
9128         * docs/plugins/inspect/plugin-videomixer.xml:
9129         * docs/plugins/inspect/plugin-wavenc.xml:
9130         * docs/plugins/inspect/plugin-wavparse.xml:
9131         * docs/plugins/inspect/plugin-ximagesrc.xml:
9132           Update docs with caps info.
9133
9134 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9135
9136         * po/POTFILES.in:
9137           Add more files with translatable strings (#450878).
9138
9139 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9140
9141         * MAINTAINERS:
9142         Updating all the maintainers files
9143
9144 2007-06-22  Edward Hervey  <edward@fluendo.com>
9145
9146         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9147         * gst/interleave/deinterleave.c: (deinterleave_init),
9148         (deinterleave_sink_link):
9149         * gst/interleave/interleave.c: (interleave_init):
9150         * gst/median/gstmedian.c: (gst_median_init):
9151         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9152         Fix memory leaks.
9153         * tests/check/elements/id3demux.c: (pad_added_cb):
9154         Remove unused variable.
9155
9156 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9157
9158         * ext/gconf/gconf.h:
9159         Make the prototype of gst_gconf_get_key_for_sink_profile
9160         match the implementation.
9161         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9162         Fixes: #449747
9163
9164 2007-06-20  Michael Smith <msmith@fluendo.com>
9165
9166         * gst/rtp/gstrtpdepay.c:
9167           Fix description - rtpdepay is not a payloader.
9168
9169 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9170
9171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9172         (qtdemux_video_caps):
9173         * gst/qtdemux/qtdemux_fourcc.h:
9174           Add MJPG to the variants of motion jpeg.
9175
9176 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * tests/check/Makefile.am:
9179         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9180         * tests/check/elements/videocrop.c: (GST_START_TEST):
9181         * tests/check/elements/videofilter.c:
9182         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9183         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9184           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9185           error flags are included and it errors out on compiler warnings
9186           for CVS builds; remove unused variables in various unit tests.
9187
9188 2007-06-19  Wim Taymans  <wim@fluendo.com>
9189
9190         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9191         (rtsp_connection_close), (rtsp_connection_free):
9192         Use threadsafe inet_ntop to convert an ip number to a string. 
9193         Fixes #447961.
9194         Don't leak fd (and ip) when freeing a connection without first closing
9195         it.
9196
9197 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9198
9199         * configure.ac:
9200         Back to CVS
9201
9202         * gst-plugins-good.doap:
9203         Add 0.10.6 to the doap file.
9204
9205 === release 0.10.6 ===
9206
9207 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9208
9209         * configure.ac:
9210           releasing 0.10.6, "Wobble Board"
9211
9212 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9213
9214         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9215         (rtsp_connection_free):
9216           Revert previous commit again, since we are frozen (sorry).
9217
9218 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         Patch by: Peter Kjellerstedt <pkj at axis com>
9221
9222         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9223         (rtsp_connection_free):
9224           inet_ntoa() uses a static buffer internally, so we need to copy the
9225           returned string if we want to store it for later (#447961).
9226
9227 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9228
9229         * win32/vs6/autogen.dsp:
9230         * win32/vs6/gst_plugins_good.dsw:
9231         * win32/vs6/libgstalaw.dsp:
9232         * win32/vs6/libgstalpha.dsp:
9233         * win32/vs6/libgstalphacolor.dsp:
9234         * win32/vs6/libgstapetag.dsp:
9235         * win32/vs6/libgstaudiofx.dsp:
9236         * win32/vs6/libgstauparse.dsp:
9237         * win32/vs6/libgstautodetect.dsp:
9238         * win32/vs6/libgstavi.dsp:
9239         * win32/vs6/libgstcutter.dsp:
9240         * win32/vs6/libgstdirectdraw.dsp:
9241         * win32/vs6/libgstdirectsound.dsp:
9242         * win32/vs6/libgsteffectv.dsp:
9243         * win32/vs6/libgstflx.dsp:
9244         * win32/vs6/libgstgoom.dsp:
9245         * win32/vs6/libgsticydemux.dsp:
9246         * win32/vs6/libgstid3demux.dsp:
9247         * win32/vs6/libgstinterleave.dsp:
9248         * win32/vs6/libgstjpeg.dsp:
9249         * win32/vs6/libgstlevel.dsp:
9250         * win32/vs6/libgstmatroska.dsp:
9251         * win32/vs6/libgstmedian.dsp:
9252         * win32/vs6/libgstmonoscope.dsp:
9253         * win32/vs6/libgstmulaw.dsp:
9254         * win32/vs6/libgstmultipart.dsp:
9255         * win32/vs6/libgstqtdemux.dsp:
9256         * win32/vs6/libgstrtp.dsp:
9257         * win32/vs6/libgstrtsp.dsp:
9258         * win32/vs6/libgstsmpte.dsp:
9259         * win32/vs6/libgstspeex.dsp:
9260         * win32/vs6/libgstudp.dsp:
9261         * win32/vs6/libgstvideobalance.dsp:
9262         * win32/vs6/libgstvideobox.dsp:
9263         * win32/vs6/libgstvideocrop.dsp:
9264         * win32/vs6/libgstvideoflip.dsp:
9265         * win32/vs6/libgstvideomixer.dsp:
9266         * win32/vs6/libgstwaveform.dsp:
9267         * win32/vs6/libgstwavenc.dsp:
9268         * win32/vs6/libgstwavparse.dsp:
9269         Mark *.dsp & *.dsw as binary files and convert to DOS line
9270         endings, as they don't load into VS6 correctly otherwise.
9271
9272 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9273
9274         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9275         (rtsp_connection_connect):
9276         Fix the MingW build. 
9277         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9278         Fixes: #446981
9279
9280 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9281
9282         * tests/check/elements/.cvsignore:
9283         * tests/icles/.cvsignore:
9284         Hush the buildbots up
9285
9286 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9287
9288         * configure.ac:
9289         * sys/Makefile.am:
9290         * sys/directdraw/Makefile.am:
9291         * sys/directsound/Makefile.am:
9292         * sys/waveform/Makefile.am:
9293         Make sure to dist everything needed for win32 builds.
9294
9295 2007-06-14  Edward Hervey  <edward@fluendo.com>
9296
9297         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9298         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9299         caps.
9300         Fixes #447458
9301
9302 2007-06-13  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9305         Make sure we allocate enough memory for the codec_data.
9306         Fixes #447210.
9307
9308 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9309
9310         * win32/MANIFEST:
9311         Add videocrop project file to the win32 manifest.
9312         * win32/vs6/gst_plugins_good.dsw:
9313         Add qtdemux,videocrop and waveform projects to the workspace.
9314         * win32/vs6/libgstqtdemux.dsp:
9315         Add zlib to the link list of qtdemux.
9316         * win32/vs6/libgstvideocrop.dsp:
9317         Add a project file for videocrop.
9318
9319 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9320
9321         * po/POTFILES.in:
9322         Add qtdemux for translation
9323
9324 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9325
9326         * configure.ac:
9327         * docs/plugins/Makefile.am:
9328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9330         * docs/plugins/inspect/plugin-videocrop.xml:
9331         * gst-plugins-good.spec.in:
9332         * sys/Makefile.am:
9333         * tests/check/Makefile.am:
9334         * tests/icles/Makefile.am:
9335         * tests/icles/videocrop-test.c:
9336         Move videocrop and osxvideo from -bad.
9337
9338 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9339
9340         * configure.ac:
9341         * docs/plugins/Makefile.am:
9342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9344         * docs/plugins/gst-plugins-good-plugins.args:
9345         * docs/plugins/inspect/plugin-qtdemux.xml:
9346         * docs/plugins/inspect/plugin-quicktime.xml:
9347         * win32/MANIFEST:
9348         Move qtdemux from -bad.
9349
9350         * gst-plugins-good.spec.in:
9351         Update spec file to reflect moving of qtdemux and wavpack
9352
9353 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9354         
9355         * win32/MANIFEST:
9356         * docs/plugins/Makefile.am:
9357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9359         * docs/plugins/inspect/plugin-directdraw.xml:
9360         * docs/plugins/inspect/plugin-directsound.xml:
9361         * docs/plugins/inspect/plugin-waveform.xml:
9362         Move the waveform plugin from -bad too. Update the inspect xml
9363         files to mention Plugins Good instead of Plugins Bad.
9364
9365 2007-06-12  Andy Wingo  <wingo@pobox.com>
9366
9367         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9368         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9369         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9370         finalization and resuscitation. No longer public.
9371         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9372         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9373         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9374         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9375         miniobject semantics, and be threadsafe.
9376         (gst_v4l2src_queue_frame): Remove this function, as we just call
9377         the ioctls directly in the two places where we queue buffers.
9378         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9379         directly.
9380         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9381         to allocate the pool, which also preallocates the GstBuffers.
9382         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9383         queueing the frames directly.
9384         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9385         mmap buffers have been dequeued.
9386
9387         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9388         real MiniObject instead of rolling our own refcounting and
9389         finalizing. Give it a lock.
9390         (struct _GstV4l2Buffer): Remove one intermediary object, having
9391         the buffers hold the struct v4l2_buffer directly.
9392
9393         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9394         capture_init so that it can set them on the buffers that it will
9395         create.
9396         (gst_v4l2src_get_read): For better or for worse, include the
9397         timestamping and offsetting code here; really we should be using
9398         bufferalloc though.
9399         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9400         preallocated, mmap'd buffers.
9401
9402 2007-06-11  Wim Taymans  <wim@fluendo.com>
9403
9404         Patch by: daniel fischer <dan at f3c dot com>
9405
9406         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9407         (gst_ximage_src_get_caps):
9408         Actually use the display_name property so that we can dump any
9409         available X display. Fixes #445905.
9410
9411 2007-06-11  Wim Taymans  <wim@fluendo.com>
9412
9413         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9414
9415         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9416         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9417         Add missing rate fields to caps. Fixes #441118.
9418
9419 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9420
9421         * win32/vs6/gst_plugins_good.dsw:
9422         * win32/vs8/gst-plugins-good.sln:
9423         Add DirectSound and DirectDraw sinks project files to
9424         workspace and solution files.
9425
9426 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9427
9428         Patch by: Josh Coalson <xflac at yahoo dot com>,
9429         updated by Alexis Ballier <aballier at gentoo dot org>:
9430
9431         * configure.ac:
9432         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9433         (gst_flac_dec_setup_seekable_decoder),
9434         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9435         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9436         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9437         * ext/flac/gstflacdec.h:
9438         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9439         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9440         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9441         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9442         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9443         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9444         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9445         * ext/flac/gstflacenc.h:
9446         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9447         
9448 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9449
9450         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9451         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9452         not necessary anymore as we need at least that core version. 
9453
9454 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9455
9456         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9457         (gst_wavpack_dec_chain):
9458         * ext/wavpack/gstwavpackdec.h:
9459         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9460         (gst_wavpack_parse_push_buffer):
9461         * ext/wavpack/gstwavpackparse.h:
9462         Improve discont handling by checking if the next Wavpack block has
9463         the expected, following block index.
9464
9465 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9466
9467         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9468           Fix element description.
9469
9470 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9471
9472         * configure.ac:
9473         * docs/plugins/Makefile.am:
9474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9475         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9476         * docs/plugins/gst-plugins-good-plugins.args:
9477         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9478         * docs/plugins/gst-plugins-good-plugins.signals:
9479         * docs/plugins/inspect/plugin-autodetect.xml:
9480         * docs/plugins/inspect/plugin-gconfelements.xml:
9481         * docs/plugins/inspect/plugin-ladspa.xml:
9482         * docs/plugins/inspect/plugin-rtp.xml:
9483         * docs/plugins/inspect/plugin-wavpack.xml:
9484         * ext/Makefile.am:
9485         * tests/check/Makefile.am:
9486           move wavpack plugin.  See #352605.
9487
9488 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9489
9490         * configure.ac:
9491         * docs/plugins/Makefile.am:
9492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9494         * docs/plugins/gst-plugins-good-plugins.args:
9495         * sys/Makefile.am:
9496         * win32/MANIFEST:
9497         Add DirectDraw & DirectSound plugins to the build and docs.
9498
9499 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9502         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9503           When operating in pull mode, error out correct on not-linked.
9504
9505 2007-06-06  Andy Wingo  <wingo@pobox.com>
9506
9507         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9508         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9509         format and size if the ioctls are defined; should fix compilation
9510         on Linux < 2.16.19.
9511
9512 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9515           Printf fixes in debug statements; use LOG level for debug statements
9516           that are printed for each and every frame; convert c++ comments to
9517           C-style comments; not much point using g_try_malloc() if we then not
9518           even check the return value.
9519
9520 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * configure.ac:
9523           Bump requirements to released versions (core and base 0.10.13).
9524
9525         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9526           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9527           own implementation.
9528
9529 2007-06-05  Andy Wingo  <wingo@pobox.com>
9530
9531         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9532         some useless comments.
9533
9534         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9535         frames before calling STREAMON, that might leave them in a state
9536         where they can't be dequeued if we go back to NULL without calling
9537         STREAMON, according to the docs.
9538         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9539         before we call STREAMON.
9540         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9541         failures. (For me this code hung.) The pool refcounting is still
9542         crack; added a note to that effect.
9543
9544 2007-06-05  Wim Taymans  <wim@fluendo.com>
9545
9546         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9547         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9548         Add support for mapping gst structure names to the MIME type equivalent.
9549         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9550
9551 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9552
9553         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9554         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9555         (gst_wavenc_chain), (gst_wavenc_change_state):
9556         * gst/wavenc/gstwavenc.h:
9557         Properly write wav files with width!=depth by having the depth most
9558         significant bytes set and all others zero. Fixes #442535.
9559
9560 2007-06-01  Wim Taymans  <wim@fluendo.com>
9561
9562         * gst/rtsp/rtspconnection.c:
9563         Add include to make buildbot happy.
9564
9565 2007-06-01  Wim Taymans  <wim@fluendo.com>
9566
9567         Patch by: Peter Kjellerstedt  <pkj at axis com>
9568
9569         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9570         (rtsp_connection_connect), (add_date_header),
9571         (rtsp_connection_send), (parse_response_status),
9572         (parse_request_line), (parse_line), (rtsp_connection_receive):
9573         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9574         * gst/rtsp/rtspdefs.h:
9575         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9576         (rtsp_message_init_request), (rtsp_message_init_response),
9577         (rtsp_message_remove_header), (rtsp_message_append_headers),
9578         (rtsp_message_dump):
9579         * gst/rtsp/rtspmessage.h:
9580         Improves version checking, allowing an RTSP server to reply with "505
9581         RTSP Version not supported.
9582         Adds a Date header to all messages.
9583         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9584         want to be able to send a response even if something in the request was
9585         invalid. EINVAL is only used when passing wrong arguments to functions.
9586         Do not handle an invalid method in parse_request_line(). Defer this to
9587         the caller so it can respond with "405 Method Not Allowed".
9588         Improves parsing of the timeout parameter to the Session header,
9589         allowing whitespace after the semicolon. 
9590         Avoids a compiler warning due to variables shadowing a function argument.
9591
9592 2007-06-01  Wim Taymans  <wim@fluendo.com>
9593
9594         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9595
9596         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9597         (gst_rtp_amr_depay_process):
9598         * gst/rtp/gstrtpamrdepay.h:
9599         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9600         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9601         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9602         * gst/rtp/gstrtpamrpay.h:
9603         Add support for AMR-WB.
9604         Small cleanups such as using BOILERPLATE.
9605
9606 2007-05-31  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9609         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9610
9611 2007-05-30  Andy Wingo  <wingo@pobox.com>
9612
9613         * sys/v4l2/gstv4l2object.h: 
9614         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9615         unintended changes.
9616
9617         * sys/v4l2/v4l2src_calls.h: 
9618         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9619         the format list in the order that the driver gives it to us.
9620         (gst_v4l2src_probe_caps_for_format_and_size)
9621         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9622         based on the capabilities of the device.
9623         (gst_v4l2src_grab_frame): Update for object variable renaming.
9624         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9625         as in the set_caps below.
9626         (gst_v4l2src_capture_init): Update for object variable renaming,
9627         and reflow.
9628         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9629         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9630         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9631         (gst_v4l2src_get_fps): Remove; these functions don't have much
9632         meaning outside of an atomic set_caps method.
9633         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9634         known.
9635
9636         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9637         call to update_fps; not sure about this change.
9638         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9639         moment we don't have an update_fps_func.
9640
9641         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9642         structures in the object, just store what we need. Do store the
9643         probed caps of the device. Don't store the current frame rate.
9644
9645         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9646         update_fps_function, for now. Update for new object variable
9647         naming.
9648         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9649         new object variable naming.
9650         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9651         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9652         (gst_v4l2src_get_caps): Rework to probe the device for supported
9653         frame sizes and frame rates.
9654         (gst_v4l2src_set_caps): Rework to be strict in the given
9655         parameters: if someone asks us to have a certain size and rate,
9656         that is what we configure.
9657         (gst_v4l2src_get_read): Update for object variable naming. Don't
9658         leak buffers on short reads.
9659         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9660         comments.
9661         (gst_v4l2src_create): Update for object variable naming.
9662
9663 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9666         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9667         * gst/avi/gstavidemux.h:
9668           Parse subtitle text streams instead of erroring out (#442034). Still
9669           needs a parser for the subtitles to actually show up.
9670
9671 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9674         (gst_avi_demux_loop):
9675           Make _push_event() return TRUE if the event could be pushed on at
9676           least one pad and not only if it could be pushed on all pads,
9677           otherwise we'll end up posting an error message on EOS if one or
9678           more source pads are not connected.
9679
9680 2007-05-28  Wim Taymans  <wim@fluendo.com>
9681
9682         * gst/rtsp/rtsptransport.c:
9683         Use renamed RTP bin.
9684
9685 2007-05-28  Wim Taymans  <wim@fluendo.com>
9686
9687         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9688
9689         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9690         (gst_video_box_set_property), (gst_video_box_transform_caps),
9691         (video_box_recalc_transform), (gst_video_box_set_caps),
9692         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9693         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9694         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9695         (gst_video_box_i420_i420), (gst_video_box_transform),
9696         (plugin_init):
9697         Add AYUV->AYUV and AYUV->I420 formats. 
9698         Fix negotiation and I420->AYUV conversion.
9699         Fixes #429329.
9700
9701 2007-05-26  Wim Taymans  <wim@fluendo.com>
9702
9703         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9704         Use different variables for nested for loops so that the outer loop
9705         functions properly and speex files with multiple frames per buffer work
9706         properly.
9707         Fixes #441408.
9708
9709 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9712           Don't leak newsegment events.
9713
9714 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         * gst/wavparse/Makefile.am:
9717           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9718           drags it in.
9719
9720 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9723         (notgst_value_array_append_buffer),
9724         (gst_flac_enc_process_stream_headers),
9725         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9726         (gst_flac_enc_change_state):
9727         * ext/flac/gstflacenc.h:
9728           Collect headers, add "streamheader" field to output caps and set
9729           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9730           produces output according to the official FLAC-to-Ogg mapping
9731           instead of completely broken files. Fixes #426044.
9732
9733 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9734
9735         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9736         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9737         (gst_id3demux_sink_event):
9738         * gst/id3demux/gstid3demux.h:
9739         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9740         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9741         (gst_tag_demux_send_new_segment):
9742         Handle and adjust new-segment events so that downstream really
9743         sees a stream with the tag pieces stripped off the front and back.
9744         Fixes strangeness in seeking when mp3 decoders use the new-segment
9745         byte position to estimate their current playback position timestamp
9746         and then the arriving buffers don't match up.
9747
9748 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9749
9750         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9751           Don't unnecessarily perform a READY->NULL->READY transition on the
9752           detected audio sink when starting up. Fixes: #440127
9753
9754 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9755
9756         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9757         (gst_flac_enc_chain):
9758           Don't crash in chain function if setcaps hasn't been called.
9759
9760 2007-05-24  Wim Taymans  <wim@fluendo.com>
9761
9762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9763         Init value to avoid infinte loops.
9764
9765 2007-05-24  Wim Taymans  <wim@fluendo.com>
9766
9767         Patch by: Peter Kjellerstedt  <pkj at axis com>
9768
9769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9770         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9771         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9772         (gst_rtspsrc_play):
9773         (rtsp_connection_send), (rtsp_connection_receive):
9774         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9775         Fix for new API.
9776
9777         * gst/rtsp/rtspconnection.c: (add_auth_header),
9778         Only add authorisation and session headers when sending messages.
9779
9780         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9781         (rtsp_message_init_request), (rtsp_message_init_response),
9782         (rtsp_message_unset), (rtsp_message_add_header),
9783         (rtsp_message_remove_header), (rtsp_message_get_header),
9784         (rtsp_message_append_headers), (dump_key_value),
9785         (rtsp_message_dump):
9786         * gst/rtsp/rtspmessage.h:
9787         Add support for multiple headers of the same type by storing the parsed
9788         headers in a GArray instaed of a hashtable.
9789
9790 2007-05-21  Wim Taymans  <wim@fluendo.com>
9791
9792         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9793         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9794         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9795         safer shutdown.
9796
9797 2007-05-21  Wim Taymans  <wim@fluendo.com>
9798
9799         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9800         * gst/rtsp/gstrtpdec.h:
9801         Added signal for backwards compat.
9802
9803 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9804         
9805         Patch by: René Stadler <mail at renestadler dot de>
9806
9807         * configure.ac:
9808         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9809         (gst_au_parse_parse_header), (gst_au_parse_chain):
9810         * gst/auparse/gstauparse.h:
9811         Use audioconvert for converting from non-native endianness floats
9812         in auparse instead of doing it ourself. Fixes #424527.
9813         This needs the audioconvert from plugins-base CVS.
9814         
9815 2007-05-21  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9818         (gst_rtp_h263p_pay_flush):
9819         Fix enum registration.
9820
9821 2007-05-21  Wim Taymans  <wim@fluendo.com>
9822
9823         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9824
9825         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9826         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9827         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9828         (gst_rtp_h263p_pay_flush):
9829         * gst/rtp/gstrtph263ppay.h:
9830         Add new fragmentation mode base on GOB headers. Fixes #438940.
9831
9832 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9835           Printf format fix.
9836
9837 2007-05-18  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9840         Don't crash when an unsupported transport error was returned by the
9841         server, just try to configure the next stream. Fixes #439255.
9842
9843 2007-05-18  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9846         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9847         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9848         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9849         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9850         * gst/rtsp/gstrtspsrc.h:
9851         Add TCP timeout property and use it for all TCP connection.
9852
9853         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9854         (rtsp_connection_write), (rtsp_connection_next_timeout),
9855         (rtsp_connection_reset_timeout):
9856         Make connect and writes cancelable and make them use the timeout.
9857
9858 2007-05-18  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9861         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9862         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9863         (gst_rtspsrc_setup_streams):
9864         Refactor timeout handling.
9865         Also send keep-alive when dealing with TCP transport.
9866
9867         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9868         (rtsp_connection_free), (rtsp_connection_next_timeout),
9869         (rtsp_connection_reset_timeout):
9870         * gst/rtsp/rtspconnection.h:
9871         Use a timer to handle the session timeouts, add some methods to deal
9872         with timeouts.
9873
9874 2007-05-17  Wim Taymans  <wim@fluendo.com>
9875
9876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9877         (gst_rtspsrc_setup_streams):
9878         Ignore streams that fail the setup command, we will retry with a
9879         different transport later on.
9880
9881         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9882         (rtsp_ext_wms_configure_stream):
9883         Fix encoding name case.
9884
9885 2007-05-16  Edward Hervey  <edward@fluendo.com>
9886
9887         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9888         Fix build on macosx.
9889
9890 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9891
9892         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9893         Replace direct comparison of a string with the string literal "" with
9894         a comparison of the first character with '\0'. Fixes #438926.
9895
9896 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9897
9898         * gst/debug/breakmydata.c (gst_break_my_data_init):
9899           One more try. This should be the proper fix now.
9900
9901 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9902
9903         * gst/debug/breakmydata.c:
9904           Ooops, no // comments please.
9905
9906 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9907
9908         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9909         (gst_break_my_data_init):
9910           Fix gst_buffer_is_writable() assertion.
9911
9912 2007-05-14  David Schleef  <ds@schleef.org>
9913
9914         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9915           video/x-raw-bayer.  Fixes #314160.
9916
9917 2007-05-14  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9920         (gst_rtp_theora_depay_parse_configuration):
9921         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9922         (gst_rtp_theora_pay_finish_headers),
9923         (gst_rtp_theora_pay_handle_buffer):
9924         Update theora pay/depayloader in a similar to vorbis.
9925
9926         * gst/rtp/gstrtpvorbisdepay.c:
9927         (gst_rtp_vorbis_depay_parse_configuration):
9928         Update docs.
9929
9930 2007-05-14  Wim Taymans  <wim@fluendo.com>
9931
9932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9933         When we try to execute a method that is not supported by the server,
9934         don't error out but remove the method from the accepted methods so that
9935         we never try to perform this method again.
9936
9937 2007-05-14  Wim Taymans  <wim@fluendo.com>
9938
9939         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9940         Remove annoying _dump_mem.
9941
9942 2007-05-14  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9945         Parse range correctly.
9946
9947         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9948         The baseurl now always has a '/' at the start.
9949
9950 2007-05-14  Wim Taymans  <wim@fluendo.com>
9951
9952         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9953         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9954         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9955         Factor out caps configuration and configure more stuff such as the time
9956         ranges and speed/scale values.
9957
9958         * gst/rtsp/rtsptransport.c:
9959         Add Copyright after non-trival fixes.
9960
9961 2007-05-12  Wim Taymans  <wim@fluendo.com>
9962
9963         Patch by: Peter Kjellerstedt  <pkj at axis com>
9964
9965         * gst/rtsp/gstrtspsrc.h:
9966         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9967         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9968         (rtsp_message_get_header):
9969         * gst/rtsp/rtspmessage.h:
9970         Make channel guint8 where possible.
9971         Make rtsp_message_init_data() take the channel as a guint8.
9972
9973         * gst/rtsp/rtspdefs.c:
9974         Fixed a typo: Timout -> Timeout
9975
9976         * gst/rtsp/rtspdefs.h:
9977         Make RTSP_CHECK() behave as a statement.
9978
9979         * gst/rtsp/sdpmessage.c:
9980         Avoid a compiler warning in INIT_ARRAY().
9981         Fixes #437692.
9982
9983 2007-05-12  Wim Taymans  <wim@fluendo.com>
9984
9985         Patch by: Peter Kjellerstedt  <pkj at axis com>
9986
9987         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9988         (rtsp_url_get_request_uri):
9989         * gst/rtsp/rtspurl.h:
9990         Add support for query parameters to RTSP URLs.
9991
9992 2007-05-12  Wim Taymans  <wim@fluendo.com>
9993
9994         Patch by: Peter Kjellerstedt  <pkj at axis com>
9995
9996         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9997         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9998         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9999         (rtsp_transport_parse), (rtsp_transport_as_text):
10000         * gst/rtsp/rtsptransport.h:
10001         Add validation to rtsp_transport_parse().
10002         Add rtsp_transport_as_text() to generate an RTSP header from an
10003         RTSPTransport.
10004         Change ssrc to guint (was a string) since that is what it is, even
10005         though it is sent as a hex string.
10006         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10007         incorrect, which can be seen when looking at the examples in the RFC).
10008         Fixes #437670.
10009
10010 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10011
10012         Patch by: Eric Anholt
10013
10014         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10015           gst_ximage_src_ximage_get):
10016         Use union of all damage between frames to make it faster.
10017         Fixes bug #342463.
10018         Also fix crasher when cursor is at bottom right of window.
10019
10020 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10023           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10024           streaming mode regression for file from #343837 with 'bext' chunk
10025           before the 'fmt' chunk.
10026
10027 2007-05-11  Wim Taymans  <wim@fluendo.com>
10028
10029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10030         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10031         (gst_rtspsrc_handle_src_event),
10032         (gst_rtspsrc_stream_configure_manager),
10033         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10034         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10035         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10036         * gst/rtsp/gstrtspsrc.h:
10037         * gst/rtsp/rtspdefs.h:
10038         Preliminary seek support.
10039         Activate internal pads so that we can receive events on them.
10040         Don't try to parse a range string when it's NULL.
10041
10042 2007-05-11  Wim Taymans  <wim@fluendo.com>
10043
10044         * gst/rtp/README:
10045         Update README with new RTP variables that will be used for
10046         synchronisation.
10047
10048         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10049         (gst_rtp_vorbis_depay_parse_configuration),
10050         (gst_rtp_vorbis_depay_process):
10051         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10052         (gst_rtp_vorbis_pay_finish_headers),
10053         (gst_rtp_vorbis_pay_handle_buffer):
10054         Update vorbis pay and depayloader to draft-04.
10055
10056 2007-05-11  Wim Taymans  <wim@fluendo.com>
10057
10058         * gst/rtsp/rtsptransport.c:
10059         UDP MCAST is actually the default for RTP/AVP.
10060 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10061
10062         * gst/level/gstlevel.c: (gst_level_transform_ip):
10063         Use guint8 * instead of gpointer then vs6 can build 
10064         in_data += (filter->width / 8).
10065
10066 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10067
10068         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10069           gst_ximage_src_ximage_get):
10070         * sys/ximage/gstximagesrc.h (last_ximage):
10071         When using Damage actually keep the last frame, and not assume
10072         that the buffer we get already has the last frame on it.
10073         Copy the cursor over if we specify a non-zero start x and
10074         start y.
10075
10076 2007-05-11  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/rtsp/rtsptransport.c:
10079         Make UDP the default transport when not specified.
10080
10081 2007-05-09  David Schleef  <ds@schleef.org>
10082
10083         * gst/level/gstlevel.c:
10084           Revert last change.
10085
10086 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10087
10088         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10089         (gst_level_transform_ip):
10090         Use guint8 * instead of gpointer then vs6 know the size of data
10091         pointed when moving the pointer.
10092         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10093         Move instructions after variables declaration.
10094         * win32/vs6/autogen.dsp:
10095         * win32/vs6/libgstrtp.dsp:
10096         * win32/vs6/libgstrtsp.dsp:
10097         Update vs6 project files.
10098
10099 2007-05-09  Wim Taymans  <wim@fluendo.com>
10100
10101         * gst/rtsp/Makefile.am:
10102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10103         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10104         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10105         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10106         (rtsp_range_free):
10107         * gst/rtsp/rtsprange.h:
10108         Add code to parse time ranges.
10109         Report DURATION on the stream when possible.
10110
10111 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10112
10113         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10114         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10115         (gst_videomixer_collected):
10116           Fix strides calculation for AYUV (it's just width*4) (#436910).
10117
10118 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10119
10120         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10121         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10122         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10123         Sync the GObject properties before each processing step to properly
10124         work with the controller.
10125
10126 2007-05-04  Wim Taymans  <wim@fluendo.com>
10127
10128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10129         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10130         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10131         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10132         (gst_rtspsrc_change_state):
10133         Let more error state trickle down so that we can catch more error
10134         cases.
10135         Handle keep-alive a little smarter by selecting a method the server
10136         actually supports.
10137         Fix a race in UDP streaming shutdown.
10138
10139 2007-05-04  Wim Taymans  <wim@fluendo.com>
10140
10141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10142         Ignore errors when trying to use the keep-alive messages.
10143
10144 2007-05-04  Wim Taymans  <wim@fluendo.com>
10145
10146         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10147         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10148         (gst_rtspsrc_stream_configure_manager),
10149         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10150         (gst_rtspsrc_stream_configure_mcast),
10151         (gst_rtspsrc_stream_configure_udp),
10152         (gst_rtspsrc_stream_configure_udp_sink),
10153         (gst_rtspsrc_stream_configure_transport):
10154         Send RTCP messages back to the server over the TCP connection.
10155
10156         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10157         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10158         (rtsp_connection_receive):
10159         * gst/rtsp/rtspconnection.h:
10160         Factor out and expose lowlevel _write and _read methods.
10161         Implement sending data messages to the server.
10162
10163 2007-05-03  Wim Taymans  <wim@fluendo.com>
10164
10165         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10166         (gst_multipart_mux_collected):
10167         Fix timestamps on outgoing buffers.
10168
10169 2007-05-03  Wim Taymans  <wim@fluendo.com>
10170
10171         * gst/multipart/multipartmux.c:
10172         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10173         (gst_multipart_mux_change_state):
10174         Emit NEWSEGMENT events before pushing the first buffer.
10175
10176 2007-05-03  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10179         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10180         (gst_rtspsrc_handle_src_query),
10181         (gst_rtspsrc_stream_configure_manager),
10182         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10183         (gst_rtspsrc_stream_configure_mcast),
10184         (gst_rtspsrc_stream_configure_udp),
10185         (gst_rtspsrc_stream_configure_udp_sink),
10186         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10187         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10188         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10189         (gst_rtspsrc_pause):
10190         Refactor transport configuration code.
10191         Create internal pads for TCP transport so that we can implement events
10192         and queries.
10193         Handle events and queries.
10194         Parse range from the SDP.
10195         Fix race in pause handler where the connection could still be flushing.
10196
10197 2007-05-02  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10200         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10201         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10202         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10203         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10204         (gst_rtspsrc_change_state):
10205         * gst/rtsp/gstrtspsrc.h:
10206         Fix race when multiple udp sources post timeouts, just act on the first
10207         received timeout.
10208         Protect stream list with a recursive lock to fix some races.
10209         Flush connection when we need to do a reconnect or stop.
10210         Make state lock recursive.
10211
10212         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10213         (rtsp_connection_close):
10214         Some small cleanups.
10215
10216 2007-05-02  Wim Taymans  <wim@fluendo.com>
10217
10218         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10219         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10220         Only set DISCONT when there actually is a discont or when we just
10221         started.
10222
10223 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10224
10225         * ext/flac/gstflac.c: (plugin_init):
10226         Call bindtextdomain() to get localized strings.
10227
10228 2007-05-02  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10231         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10232         (gst_wavparse_stream_data):
10233         * gst/wavparse/gstwavparse.h:
10234         Be a bit more clever when dealing with VBR files with FACT tags, we
10235         don't want to timestamp buffers in that case but the estimated BPS can
10236         be used for seeking.
10237         Only send close segment in the streaming thread.
10238
10239 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10240
10241         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10242         Correctly post an error on the bus if something went wrong in the loop
10243         function. This fixes a few cases where the task was paused and nothing
10244         happened anymore.
10245
10246 2007-05-02  Wim Taymans  <wim@fluendo.com>
10247
10248         * gst/rtsp/test.c: (main):
10249         Fix compilation of deprecated test just because I'm too lazy to delete
10250         it.
10251
10252 2007-05-02  Wim Taymans  <wim@fluendo.com>
10253
10254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10255         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10256         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10257         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10258         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10259         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10260         * gst/rtsp/gstrtspsrc.h:
10261         Fix sending RTCP to the right place.
10262         Fix bug in reffing the wrong UDP element.
10263         Use new pad names for the session manager.
10264         Implement handling server requests in interleaved and UDP modes.
10265         Handle session keep-alive in UDP modes.
10266         Remove GCond for handling UDP timeouts.
10267
10268         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10269         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10270         (rtsp_connection_receive), (rtsp_connection_close):
10271         * gst/rtsp/rtspconnection.h:
10272         Store connection IP address for later.
10273         Add timeout args to all operations that might block forever.
10274         Parse session timeout.
10275         Only close sockets when not already closed.
10276
10277         * gst/rtsp/rtspdefs.c:
10278         * gst/rtsp/rtspdefs.h:
10279         Add timeout return value and error string.
10280
10281         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10282         Add small comment.
10283
10284 2007-05-01  Wim Taymans  <wim@fluendo.com>
10285
10286         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10287
10288         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10289         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10290         * gst/rtp/gstrtpmp4vpay.h:
10291         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10292
10293 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10296           Remove v4l2src from docs, since it breaks the docs build, and the
10297           plugin is only built if --enable-experimental is used anyway.
10298
10299         * docs/plugins/Makefile.am:
10300           Spaces => tab.
10301
10302 2007-04-29  Wim Taymans  <wim@fluendo.com>
10303
10304         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10305         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10306         Add code to drop membership of a multicast group.
10307
10308         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10309         (gst_udpsink_set_uri):
10310         Implement URI handler.
10311
10312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10313         (gst_rtspsrc_parse_rtpinfo):
10314         Use URI handler to make udpsink instace.
10315         Improve code to configure port and destination.
10316
10317 2007-04-29  Wim Taymans  <wim@fluendo.com>
10318
10319         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10320         Fix multicast detection.
10321         Don't try to join a multicast group if the address is not multicast.
10322
10323         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10324         Small debug improvement.
10325
10326 2007-04-27  Wim Taymans  <wim@fluendo.com>
10327
10328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10329         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10330         (gst_rtspsrc_handle_message):
10331         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10332         parent.
10333
10334 2007-04-27  Wim Taymans  <wim@fluendo.com>
10335
10336         * gst/rtp/gstrtpilbcdepay.h:
10337         Fix mode property when specified as an arg.
10338
10339 2007-04-26  Edward Hervey  <edward@fluendo.com>
10340
10341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10343         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10344         * docs/plugins/inspect/plugin-osxaudio.xml:
10345         Add documentation for osxaudio plugin.
10346
10347 2007-04-26  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10350         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10351         (gst_rtspsrc_open), (gst_rtspsrc_close),
10352         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10353         (gst_rtspsrc_pause):
10354         * gst/rtsp/gstrtspsrc.h:
10355         Protect state changes with a lock.
10356
10357         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10358         (parse_line):
10359         * gst/rtsp/rtspconnection.h:
10360         Remove some unused stuff.
10361
10362 2007-04-26  Wim Taymans  <wim@fluendo.com>
10363
10364         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10365         Handle the case where there are exactly 0 bytes to read and the ioctl
10366         did not report an error. Fixes #433530.
10367
10368 2007-04-26  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10371         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10372         * gst/wavparse/gstwavparse.h:
10373         Apply DISCONT to buffers.
10374         Only apply timestamp to the first sample after a DISCONT, too many VBR
10375         files cause random jitter in the timestamps. Fixes #433119.
10376
10377 2007-04-25  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10380         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10381         (gst_rtp_dec_get_property):
10382         * gst/rtsp/gstrtpdec.h:
10383         Add dummy latency property to be backwards compat with rtpbin.
10384
10385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10386         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10387         (gst_rtspsrc_stream_configure_transport),
10388         (gst_rtspsrc_parse_rtpinfo):
10389         * gst/rtsp/gstrtspsrc.h:
10390         Add latency property and configure in the session manager.
10391         Don't set invalid clock-base and seqnum-base on caps, some servers
10392         sometimes don't send them.
10393
10394 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10397         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10398           Double-check that RGB input caps are really RGBA caps (apparently
10399           the core doesn't always catch it if those caps aren't a subset of
10400           our template caps, also see #421543). Fixes #429319 in a way.
10401           Also, don't leak the pad template in the transform_caps function.
10402
10403         * tests/check/Makefile.am:
10404         * tests/check/elements/.cvsignore:
10405         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10406         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10407         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10408         (GST_START_TEST), (alphacolor_suite):
10409           Add some basic unit tests for alphacolor.
10410
10411 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10414           If we get a fatal flow return in the loop function, first post the
10415           error message and only then send the EOS event downstream, otherwise
10416           applications might get an eos message before the error message and
10417           think everything was ok (related to #429319).
10418
10419 2007-04-25  Wim Taymans  <wim@fluendo.com>
10420
10421         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10422         Read the channel byte as an unsigned byte.
10423
10424 2007-04-25  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10427         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10428         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10429         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10430         (gst_rtp_gsm_depay_setcaps):
10431         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10432         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10433         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10434         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10435         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10436         (gst_ilbc_depay_get_property):
10437         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10438         * gst/rtp/gstrtpmp4adepay.c:
10439         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10440         (gst_rtp_pcma_depay_setcaps):
10441         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10442         (gst_rtp_pcmu_depay_setcaps):
10443         Make sure we configure the clock_rate in the baseclass in the setcaps
10444         function. Fixes #431282.
10445
10446 2007-04-25  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10449         (gst_rtspsrc_stream_free), (request_pt_map),
10450         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10451         * gst/rtsp/gstrtspsrc.h:
10452         Parse server address from SDP.
10453         Hook up a udpsink to send RTCP back to the server.
10454
10455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10456         * gst/rtsp/rtsptransport.h:
10457         Add some docs.
10458
10459 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10460
10461         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10462           Make header field check conditional. Fixes #433135
10463
10464 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         * docs/plugins/Makefile.am:
10467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10469         * docs/plugins/inspect/plugin-alphacolor.xml:
10470         * gst/alpha/Makefile.am:
10471         * gst/alpha/gstalphacolor.c:
10472         * gst/alpha/gstalphacolor.h:
10473           Add minimal docs blurb to alphacolor; split out headers into
10474           separate header file for gtk-doc.
10475
10476 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         * gst/debug/progressreport.c: (gst_progress_report_report):
10479           Don't try to post NULL message (in case we can't query upstream
10480           position or duration).
10481
10482 2007-04-18  Michael Smith  <msmith@fluendo.com>
10483
10484         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10485         (gst_cutter_get_caps):
10486         * gst/cutter/gstcutter.h:
10487           Fix some of the most obvious bugs in cutter. Now doesn't leak
10488           everything if input is silent.
10489
10490 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10491
10492         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10493         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10494         * gst/wavenc/gstwavenc.h:
10495         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10496         else results in a invalid block align and invalid files.
10497
10498 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         Patch by: Snaik <snaik32 gmail com>
10501
10502         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10503           Add missing break statement for BOX_HORIZONTAL case.
10504
10505 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10506
10507         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10508
10509         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10510         Use correct format strings for integer types.
10511
10512 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10513
10514         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10515         (gst_wavparse_create_sourcepad):
10516         Use gst_riff_create_audio_template_caps () instead of the local caps.
10517         This makes updates of the local caps unecessary whenever libgstriff
10518         gets support for new formats.
10519
10520 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10521
10522         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10523
10524         * sys/sunaudio/gstsunaudio.c:
10525         * sys/sunaudio/gstsunaudiomixer.c:
10526         * sys/sunaudio/gstsunaudiomixer.h:
10527         * sys/sunaudio/gstsunaudiomixerctrl.c:
10528         * sys/sunaudio/gstsunaudiomixerctrl.h:
10529         * sys/sunaudio/gstsunaudiomixertrack.h:
10530         * sys/sunaudio/gstsunaudiosink.c:
10531         * sys/sunaudio/gstsunaudiosink.h:
10532         * sys/sunaudio/gstsunaudiosrc.c:
10533         * sys/sunaudio/gstsunaudiosrc.h:
10534           Fix and/or update copyright attributions (#430228).
10535
10536 2007-04-13  Wim Taymans  <wim@fluendo.com>
10537
10538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10539         Fix docs.
10540
10541         * gst/rtsp/URLS:
10542         Add some more example urls.
10543
10544         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10545         (gst_rtp_dec_chain_rtp):
10546         Better debugging.
10547
10548         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10549         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10550         (gst_rtspsrc_parse_rtpinfo):
10551         Remove unused code.
10552
10553 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10554
10555         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10556         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10557         (gst_wavparse_stream_data):
10558           Relax the audio/mpeg caps again and add FIXME: comment.
10559
10560 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10561
10562         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10563         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10564         (gst_wavparse_stream_data):
10565         * gst/wavparse/gstwavparse.h:
10566           More sanity check for the header fields. Fix type for 'rate' header
10567           field.
10568
10569 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10570
10571         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10572         (gst_icydemux_unicodify):
10573           If the metadata strings we get in the stream are not UTF-8, try to
10574           interpret them according to the character encodings specified in the
10575           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10576           only fall back to locale/ISO-8859-1 if those aren't set or don't
10577           work. Should fix #428901.
10578
10579 2007-04-12  Wim Taymans  <wim@fluendo.com>
10580
10581         * gst/rtp/gstrtph264depay.c:
10582         Use the proper sync word for SPS and PPS.
10583
10584 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10585
10586         * gst/rtp/Makefile.am:
10587         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10588           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10589         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10590           Add a simple hashing implementation that we can use to generate
10591           a 24-bit ident value based on the codebooks for vorbis and theora.
10592         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10593           gst_rtp_theora_pay_handle_buffer):
10594         * gst/rtp/gstrtpvorbisdepay.c
10595           (gst_rtp_vorbis_depay_parse_configuration,
10596           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10597         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10598           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10599           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10600           Use the hashing function, ensuring that the same codebooks result
10601           in the same ident and thus the same SDP description.
10602           Various log fixes/changes.
10603
10604 2007-04-12  Wim Taymans  <wim@fluendo.com>
10605
10606         Patch by: jerry tan <jerry dot tan at sun dot com>
10607
10608         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10609         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10610         application's responsibility to make sure it open the device once.
10611         Remove a careless error if AUDIODEV is set. Fixes #392620.
10612
10613 2007-04-12  Wim Taymans  <wim@fluendo.com>
10614
10615         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10616         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10617         * gst/rtsp/gstrtpdec.h:
10618         Make backward compat with rtpbin by adding the request-pt-map signals.
10619
10620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10621         (new_session_pad), (request_pt_map),
10622         (gst_rtspsrc_stream_configure_transport),
10623         (gst_rtspsrc_stream_configure_caps),
10624         (gst_rtspsrc_activate_streams):
10625         * gst/rtsp/gstrtspsrc.h:
10626         Implement request-pt-map signals instead of setting caps on the buffers
10627         for the session manager.
10628
10629 2007-04-11  Wim Taymans  <wim@fluendo.com>
10630
10631         * gst/udp/gstudp.c: (plugin_init):
10632         Register GstNetBuffer in plugin_init so that the type can be used from
10633         multiple threads without races.
10634
10635 2007-04-10  Wim Taymans  <wim@fluendo.com>
10636
10637         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10638         (gst_rtp_amr_depay_process):
10639         Fix depayloader clock_rate and some cleanups.
10640
10641         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10642         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10643         * gst/rtp/gstrtph264depay.h:
10644         Don't push codec_data in the adapter because it might get flushed when
10645         we get a discont.
10646
10647         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10648         Handle multiple AU per packet.
10649
10650         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10651         (gst_rtp_sv3v_depay_plugin_init):
10652         Disable rank, this one does not work.
10653         Remove timestamping, base class does that.
10654
10655 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10658           limit caps to the formats we announce in the template
10659
10660         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10661         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10662         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10663           fix some crashers/asserts when dealing with broken files
10664
10665 2007-04-10  Wim Taymans  <wim@fluendo.com>
10666
10667         Patch by: Peter Kjellerstedt  <pkj at axis com>
10668
10669         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10670         * gst/rtp/gstrtpL16depay.c:
10671         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10672         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10673         (gst_rtp_speex_depay_setcaps):
10674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10675         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10676         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10677         Fix some compiler warnings. Fixes #428182.
10678
10679 2007-04-06  Wim Taymans  <wim@fluendo.com>
10680
10681         * gst/rtsp/Makefile.am:
10682         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10683         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10684         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10685         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10686         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10687         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10688         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10689         (create_rtcp), (gst_rtp_dec_request_new_pad),
10690         (gst_rtp_dec_release_pad):
10691         * gst/rtsp/gstrtpdec.h:
10692         * gst/rtsp/gstrtsp.c: (plugin_init):
10693         Morph RTPDec into something compatible with RTPBin as a fallback.
10694         Various other style fixes.
10695
10696         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10697         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10698         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10699         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10700         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10701         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10702         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10703         * gst/rtsp/gstrtspsrc.h:
10704         Implement RTPBin session manager handling.
10705         Don't try to add empty properties to caps.
10706         Implement fallback session manager, handling.
10707         Don't combine errors from RTCP streams, just ignore them.
10708
10709         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10710         * gst/rtsp/rtsptransport.h:
10711         Implement fallback session manager.
10712         Make RTPBin the default one when available.
10713
10714 2007-04-05  Wim Taymans  <wim@fluendo.com>
10715
10716         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10717         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10718         This element is ready to be autoplugged.
10719
10720 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10721
10722         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10723         Don't leave the offsets defined by upstream element on the
10724         compressed data buffer we are pushing downstream. Make them
10725         GST_BUFFER_OFFSET_NONE.
10726
10727 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10728
10729         * gst/avi/README:
10730         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10731         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10732         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10733         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10734         (gst_avi_demux_calculate_durations_from_index),
10735         (gst_avi_demux_stream_header_push),
10736         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10737         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10738           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10739
10740 2007-04-03  Wim Taymans  <wim@fluendo.com>
10741
10742         * gst/smpte/barboxwipes.c:
10743         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10744
10745 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10746
10747         * gst/wavparse/gstwavparse.c:
10748         Support audio/x-raw-float in wav files. This only works with
10749         plugins-base CVS, using an older version doesn't have any
10750         disadvantages though.
10751
10752 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10753
10754         * configure.ac:
10755         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10756         (gst_au_parse_parse_header), (gst_au_parse_chain):
10757         * gst/auparse/gstauparse.h:
10758         Revert last change as we don't want plugins-good to depend on
10759         plugins-base CVS now.
10760
10761 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10762
10763         * configure.ac:
10764         Require gst-plugins-base CVS for audioconvert with non-native
10765         float support and width/depth fix in libgstriff.
10766
10767         Patch by: René Stadler <mail at renestadler dot de>
10768
10769         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10770         (gst_au_parse_parse_header), (gst_au_parse_chain):
10771         * gst/auparse/gstauparse.h:
10772         Don't swap the floats ourself if they're not in native endianness.
10773         Instead let audioconvert handle this. Fixes #339838.
10774
10775 2007-03-29  Wim Taymans  <wim@fluendo.com>
10776
10777         * gst/rtp/gstasteriskh263.h:
10778         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10779         (gst_rtp_h263p_depay_change_state):
10780         * gst/rtp/gstrtph263pdepay.h:
10781         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10782         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10783         (gst_rtp_h264_depay_change_state):
10784         * gst/rtp/gstrtph264depay.h:
10785         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10786         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10787         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10788         Flush adapter on disconts.
10789
10790 2007-03-29  Wim Taymans  <wim@fluendo.com>
10791
10792         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10793         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10794         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10795         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10796         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10797         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10798         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10799         (gst_rtp_mp4v_depay_process):
10800         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10801         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10802         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10803         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10804         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10805         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10806         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10807         Use more efficient adapter and rtpbuffer methods when possible.
10808
10809 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10810
10811         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10812         (gst_wavenc_sink_setcaps):
10813         Correctly handle width!=depth input.
10814         * gst/wavparse/gstwavparse.c:
10815         Already export in the caps that width==8 uses unsigned samples and
10816         everything else uses signed samples.
10817
10818 2007-03-29  Wim Taymans  <wim@fluendo.com>
10819
10820         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10821
10822         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10823         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10824         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10825         (gst_dynudpsink_close):
10826         * gst/udp/gstdynudpsink.h:
10827         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10828         (gst_udpsrc_create), (gst_udpsrc_set_property),
10829         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10830         * gst/udp/gstudpsrc.h:
10831         Rework the socket allocation a bit based on the sockfd argument so that
10832         it becomes usable.
10833         Add a closefd property to instruct the udp elements to close the custom
10834         file descriptors when going to READY. Fixes #423304.
10835         API:GstUDPSrc::closefd property
10836         API:GstDynUDPSink::closefd property
10837
10838 2007-03-29  Wim Taymans  <wim@fluendo.com>
10839
10840         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10841
10842         * gst/rtp/Makefile.am:
10843         * gst/rtp/gstrtp.c: (plugin_init):
10844         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10845         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10846         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10847         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10848         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10849         (gst_rtp_h264_pay_plugin_init):
10850         * gst/rtp/gstrtph264pay.h:
10851         Added H264 payloader. Fixes #423782.
10852
10853         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10854         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10855         Small fixes.
10856
10857 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10858
10859         * gst/wavparse/gstwavparse.c:
10860         Actually support depths from 1 to 32, not only 8 to 32.
10861
10862 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10863
10864         * gst/wavparse/gstwavparse.c:
10865         Add support for wav files containing audio/x-raw-int with random
10866         depths between 1 and 32 bits.
10867
10868 2007-03-28  Wim Taymans  <wim@fluendo.com>
10869
10870         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10871
10872         * gst/rtp/Makefile.am:
10873         * gst/rtp/gstrtp.c: (plugin_init):
10874         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10875         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10876         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10877         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10878         (gst_rtp_mp4a_depay_get_property),
10879         (gst_rtp_mp4a_depay_change_state),
10880         (gst_rtp_mp4a_depay_plugin_init):
10881         * gst/rtp/gstrtpmp4adepay.h:
10882         Added MP4A-LATM depayloader. Fixes #417792.
10883
10884         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10885         (gst_rtp_mp4v_depay_process):
10886         Fixup depayloader, setting codec_data, using more efficient adaptor and
10887         rtpbuffer handling.
10888
10889         * gst/rtsp/URLS:
10890         Add url to test above.
10891
10892 2007-03-25  Wim Taymans  <wim@fluendo.com>
10893
10894         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10895         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10896         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10897         (gst_rtspsrc_media_to_caps),
10898         (gst_rtspsrc_stream_configure_transport),
10899         (gst_rtspsrc_stream_configure_caps),
10900         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10901         * gst/rtsp/gstrtspsrc.h:
10902         Handle default clock-rates for static payload types, rearrange stuff so
10903         that the rtpmap field in the sdp can override the defaults.
10904         Parse RTP-Info field to get the seqnum and timebase fields that should
10905         go in the caps.
10906         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10907         the server. 
10908
10909 2007-03-22  Wim Taymans  <wim@fluendo.com>
10910
10911         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10912
10913         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10914         Accept complex pipeline descriptions as an audio profile instead of just
10915         a single element. Fixes #420658.
10916
10917 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10920           Rename registered type in preparation of GstTagDemux moving to
10921           -base at some point in the future.
10922
10923 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10924
10925         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10926           Streaming mode fixes: don't unref buffer we don't own any longer;
10927           remove bogus adapter flush. Fixes #419338.
10928
10929 2007-03-17  David Schleef  <ds@schleef.org>
10930
10931         * REQUIREMENTS: Change the format to key/value, add a bunch of
10932           information, remove a bunch of requirements that are for
10933           other GStreamer packages.
10934
10935 2007-03-17  David Schleef  <ds@schleef.org>
10936
10937         * REQUIREMENTS: Fix a few things.  This file really needs a
10938         good once-over.
10939
10940 2007-03-15  Edward Hervey  <edward@fluendo.com>
10941
10942         * sys/Makefile.am:
10943         Don't forget to distribute the sys/osxaudio/ directory.
10944
10945 2007-03-15  Edward Hervey  <edward@fluendo.com>
10946
10947         * configure.ac:
10948         * sys/Makefile.am:
10949         * sys/osxaudio/Makefile.am:
10950         * sys/osxaudio/gstosxaudio.c:
10951         * sys/osxaudio/gstosxaudiosink.c:
10952         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10953         (gst_osx_audio_sink_getcaps),
10954         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10955         * sys/osxaudio/gstosxaudiosrc.c:
10956         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10957         (gst_osx_audio_src_create_ringbuffer):
10958         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10959         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10960         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10961         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10962         * sys/osxaudio/gstosxringbuffer.h:
10963         Activate osxaudio in gst-plugins-good with proper build setup.
10964         Add inlined documentation.
10965         Fix debug statements
10966         Fix ringbuffer when pausing.
10967         Fixes #323471
10968
10969 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10970         * gst/rtp/gstrtppcmapay.c:
10971         * gst/rtp/gstrtppcmapay.h:
10972         * gst/rtp/gstrtppcmupay.c:
10973         * gst/rtp/gstrtppcmupay.h:
10974         Ported mulaw and alaw payloaders to use new base class
10975
10976 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10977
10978         * po/af.po:
10979         * po/az.po:
10980         * po/cs.po:
10981         * po/en_GB.po:
10982         * po/it.po:
10983         * po/nl.po:
10984         * po/or.po:
10985         * po/sq.po:
10986         * po/sr.po:
10987         * po/sv.po:
10988         * po/uk.po:
10989         * po/vi.po:
10990           Update translations.
10991
10992 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * configure.ac:
10995           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10996
10997 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11000           Fix handling of -1 values for start and stop values when seeking,
11001           and SEEK_CUR+SEEK_END here as well.
11002
11003 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11004
11005         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11006           Fix handling of -1 values for start and stop values when seeking, 
11007           and SEEK_CUR+SEEK_END.
11008
11009 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11012           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11013           the image format a variable-length NUL-terminated string; in
11014           versions before that the image format is a fixed-length string of
11015           3 characters (see #348644 for a sample tag).
11016           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11017
11018 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11019
11020         * win32/MANIFEST:
11021         Add new project files to MANIFEST.
11022         * win32/vs6/libgstaudiofx.dsp:
11023         * win32/vs6/libgstrtp.dsp:
11024         * win32/vs6/libgstrtsp.dsp:
11025         Update project files.
11026         
11027 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11030         (gst_avi_demux_parse_index):
11031         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11032         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11033           Printf format fixes; also add some missing quotes in translated
11034           strings. Fixes #416728 and #416727.
11035
11036 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11037
11038         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11039           Tim and I can't think of any reason the child audio sink needs to 
11040           be set back to NULL after successfully determining that it can 
11041           reach READY - it gets immediately set back to READY by the caller
11042           anyway, causing an unnecessary close/open of any audio devices
11043           involved.
11044
11045 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11046
11047         * po/LINGUAS:
11048         * po/ja.po:
11049           Add ja.po file from #377306.
11050
11051 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11054         * sys/sunaudio/gstsunaudiomixertrack.c:
11055         (gst_sunaudiomixer_track_new):
11056           Actually translate sunaudio mixer track labels instead of just
11057           marking the strings as translatable (#377306); clean up weird
11058           label string mapping code that serves no apparent purpose. Also
11059           set the 'untranslated-label' property when creating mixer tracks
11060           if the GstMixerTrack base class supports this.
11061
11062         * tests/check/Makefile.am:
11063         * tests/check/elements/.cvsignore:
11064         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11065         (sunaudio_suite):
11066           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11067           actually tested on a system where sunaudiomixer is available).
11068
11069 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11070
11071         * tests/check/Makefile.am:
11072         Re-enable the states test and see if it works on the buildbots.
11073
11074 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11075
11076         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11077         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11078         (gst_dvdec_change_state):
11079         * ext/dv/gstdvdec.h:
11080         Infer pixel-aspect-ratio from the video frame format if it isn't
11081         provided by the container, as happens when playing DV from AVI
11082         or Quicktime containers.
11083
11084         Patch by: Wim Taymans <wim@fluendo.com>
11085         Fixes #380944
11086
11087 2007-03-09  Wim Taymans  <wim@fluendo.com>
11088
11089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11090         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11091         will later be handled by the jitterbuffer.
11092
11093 2007-03-09  Wim Taymans  <wim@fluendo.com>
11094
11095         * ext/taglib/gstid3v2mux.cc:
11096         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11097         Fixes #414496.
11098         
11099         Patch by: Alex Lancaster <alexl at users sourceforge net>
11100
11101 2007-03-09  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11104         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11105         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11106         (gst_avi_demux_chain):
11107         Fix stream position reporting after a seek. Fixes #416445.
11108
11109 2007-03-08  Wim Taymans  <wim@fluendo.com>
11110
11111         Patch by: René Stadler <mail at renestadler dot de>
11112
11113         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11114         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11115         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11116         Make avidemux accept optional header chunks in any order.
11117         Fixes #415446.
11118
11119 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11120
11121         * tests/check/Makefile.am:
11122         Disable the states check until the remaining Valgrind errors
11123         are fixed or suppressed.
11124
11125 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11126
11127         * tests/check/elements/.cvsignore:
11128           Add audiodynamic check to .cvsignore
11129
11130 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11131
11132         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11133
11134         * gst/audiofx/Makefile.am:
11135         * gst/audiofx/audiodynamic.c:
11136         (gst_audio_dynamic_characteristics_get_type),
11137         (gst_audio_dynamic_mode_get_type),
11138         (gst_audio_dynamic_set_process_function),
11139         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11140         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11141         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11142         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11143         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11144         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11145         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11146         (gst_audio_dynamic_transform_hard_knee_expander_int),
11147         (gst_audio_dynamic_transform_hard_knee_expander_float),
11148         (gst_audio_dynamic_transform_soft_knee_expander_int),
11149         (gst_audio_dynamic_transform_soft_knee_expander_float),
11150         (gst_audio_dynamic_transform_ip):
11151         * gst/audiofx/audiodynamic.h:
11152         * gst/audiofx/audiofx.c: (plugin_init):
11153         Add new audiodynamic element which can act as a compressor or
11154         expander. Supported are hard-knee and soft-knee operation modes with
11155         user-specified ratio and threshold.
11156         Attack and release parameters are not yet implemented but will follow.
11157         * docs/plugins/Makefile.am:
11158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11160         * docs/plugins/gst-plugins-good-plugins.args:
11161         * docs/plugins/inspect/plugin-audiofx.xml:
11162         Integrate audiodynamic into the docs.
11163         * tests/check/Makefile.am:
11164         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11165         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11166         Add unit test for audiodynamic.
11167
11168 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11169
11170         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11171         Free handles that we allocated when exiting via the error paths.
11172
11173 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11174
11175         * gst/level/gstlevel.c: (gst_level_class_init),
11176         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11177         (gst_level_transform_ip):
11178         * gst/level/gstlevel.h:
11179           Resolve message timestamps against the playback segment.
11180
11181 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11182
11183         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11184         (gst_id3demux_sink_activate):
11185           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11186           caps passed to it (previously one code path assumed it took ownership
11187           while another one assumed it didn't, while in fact it sometimes did and
11188           sometimes didn't ...).
11189
11190         * configure.ac:
11191         * tests/files/Makefile.am:
11192         * tests/files/id3-407349-1.tag:
11193         * tests/files/id3-407349-2.tag:
11194           Add directory where data for unit tests can be stored.
11195
11196         * tests/Makefile.am:
11197         * tests/check/Makefile.am:
11198         * tests/check/elements/.cvsignore:
11199         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11200         (read_tags_from_file), (run_check_for_file),
11201         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11202           Add unit test for id3demux, and in particular for bug #407349. Only
11203           testing pull-mode for now; push mode doesn't work yet because the test
11204           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11205
11206 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * tests/check/Makefile.am:
11209           Add missing backslash at end of line.
11210
11211 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11212
11213         Trigger rebuild.
11214
11215 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11218         * gst/id3demux/id3tags.h:
11219         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11220         (parse_obsolete_tdat_frame):
11221           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11222           the four-digit number will be interpreted as a year, whereas it is
11223           month and day in DDMM format. Instead, parse TDAT frames and fix up
11224           the date in the GST_TAG_DATE tag later if we also extracted a year.
11225           Fixes #407349.
11226
11227 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11228
11229         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11230         (gst_switch_commit_new_kid):
11231         Fix up the dispose logic so it doesn't leak, and fix setting of 
11232         the child state so that we don't set a child to our current state 
11233         just as we are changing it to something else.
11234
11235 2007-03-06  Wim Taymans  <wim@fluendo.com>
11236
11237         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11238         (gst_goom_chain):
11239         * gst/goom/gstgoom.h:
11240         Document, fix and improve goom adapter behaviour.
11241         Fixes #407006.
11242
11243 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * ext/esd/esdsink.c: (gst_esdsink_open):
11246         Unref static pad template after using it.
11247
11248 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11249
11250         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11251         (gst_switch_commit_new_kid):
11252         Fix up the reference counting of the child elements.
11253
11254 2007-03-05  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11257         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11258         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11259         Fix encoding-name case.
11260
11261 2007-03-05  Wim Taymans  <wim@fluendo.com>
11262
11263         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11264         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11265         (gst_rtp_speex_depay_process):
11266         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11267         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11268         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11269         (gst_rtp_speex_pay_change_state):
11270         * gst/rtp/gstrtpspeexpay.h:
11271         Fix speex (de)payloader. Fixes #358040.
11272
11273 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11276         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11277         Install fakesink in NULL by fixing some broken logic. This obviates
11278         the need to manually set _IS_SINK.
11279         Add some comments and remove a little cruft while I'm at it.
11280
11281 2007-03-05  Wim Taymans  <wim@fluendo.com>
11282
11283         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11284         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11285
11286 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * po/POTFILES.in:
11289           Update.
11290
11291 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11292
11293         * tests/check/Makefile.am:
11294         Gah! Also disable gconfvideosink from the tests, otherwise
11295         it will instantiate autovideosink, and dfbvideosink and
11296         leak on the buildbots.
11297
11298 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11301         (gst_cdio_cdda_src_finalize):
11302         Make sure we always destroy our libcdio handle.
11303
11304 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11305
11306         * tests/check/Makefile.am:
11307         Disable autovideosink so the buildbots don't barf over memory
11308         leaked in the directfb sink.
11309
11310 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11311
11312         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11313         Chain up in dispose
11314
11315 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11316
11317         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11318         (gst_multipart_find_pad_by_mime):
11319         Use gst_pad_new_from_static_template instead of
11320         static_pad_template_get+pad_new.
11321
11322 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11323
11324         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11325         Catch the case where no clock has been set.
11326
11327 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11328
11329         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11330         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11331         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11332         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11333         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11334         (gst_gconf_audio_src_finalize), (do_toggle_element):
11335         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11336         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11337         (do_toggle_element):
11338         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11339         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11340         (gst_gconf_video_src_finalize), (do_toggle_element):
11341         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11342         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11343         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11344         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11345         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11346         (gst_shout2send_init), (gst_shout2send_finalize):
11347         * gst/debug/testplugin.c: (gst_test_class_init),
11348         (gst_test_finalize):
11349         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11350         (gst_flxdec_dispose):
11351         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11352         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11354         (gst_rtspsrc_finalize):
11355         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11356         * gst/rtsp/rtspextwms.h:
11357         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11358         (gst_smpte_finalize):
11359         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11360         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11361         (gst_udpsink_finalize):
11362         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11363         (gst_wavparse_sink_activate):
11364         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11365         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11366         (gst_oss_src_finalize):
11367         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11368         * sys/v4l2/gstv4l2object.h:
11369         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11370         (gst_v4l2src_finalize):
11371         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11372
11373         Fix a bunch of leaks shown by the newly-added states test.
11374
11375 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11376
11377         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11378         Use gst_pad_new_from_static_template instead of 
11379         static_pad_template_get+pad_new.
11380
11381 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11384
11385         * ext/libcaca/Makefile.am:
11386         * gst/debug/Makefile.am:
11387           Don't mix tabs and spaces (#414168).
11388
11389 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11390
11391         * tests/check/generic/.cvsignore:
11392           Ignore files to please buildbot.
11393
11394 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11395
11396         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11397         (gst_wavparse_stream_data):
11398           Unbreak my previous commit (swapped nominator & denominator). Tim,
11399           thanks for spotting.
11400
11401 2007-03-02  Wim Taymans  <wim@fluendo.com>
11402
11403         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11404         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11405         (gst_cdio_cdda_src_finalize):
11406         Small code cleanups.
11407         Don't use pad_alloc as the base class cannot deal with the error codes.
11408
11409 2007-03-02  Wim Taymans  <wim@fluendo.com>
11410
11411         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11412         (gst_udpsrc_create):
11413         Fix doc.
11414
11415 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11416
11417         Patch by: René Stadler <mail@renestadler.de>
11418
11419         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11420         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11421         (gst_wavparse_stream_data):
11422           Handle rounding better to not drop last sample frame. Fixes #356692
11423
11424 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11425
11426         * tests/check/Makefile.am:
11427         Disable cacasink from the states check too - it also calls exit(1)
11428         on us when it can't find a terminal to talk to.
11429
11430 2007-03-02  Wim Taymans  <wim@fluendo.com>
11431
11432         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11433
11434         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11435         (gst_udpsrc_create), (gst_udpsrc_set_property),
11436         (gst_udpsrc_get_property):
11437         * gst/udp/gstudpsrc.h:
11438         Add support to strip proprietary headers. Fixes #350296.
11439
11440 2007-03-02  Wim Taymans  <wim@fluendo.com>
11441
11442         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11443         Fix compilation.
11444
11445 2007-03-02  Wim Taymans  <wim@fluendo.com>
11446
11447         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11448
11449         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11450         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11451         (gst_rtp_mp2t_depay_set_property),
11452         (gst_rtp_mp2t_depay_get_property):
11453         * gst/rtp/gstrtpmp2tdepay.h:
11454         Add support to strip off proprietary headers. Fixes #350278.
11455
11456 2007-03-02  Wim Taymans  <wim@fluendo.com>
11457
11458         * ext/hal/hal.c:
11459         Fix compilation.
11460
11461 2007-03-02  Wim Taymans  <wim@fluendo.com>
11462
11463         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11464         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11465         (gst_sunaudiosrc_open):
11466         * sys/sunaudio/gstsunaudiosrc.h:
11467         Remove device-name from GstSunAudioSrc. Fixes #412597.
11468
11469 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11470
11471         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11472         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11473         Having NULL as UDI previously selected the default sink/src. Change
11474         this back but mention it in the debug output.
11475         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11476         (gst_hal_get_oss_element), (gst_hal_get_string),
11477         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11478         (gst_hal_get_audio_src):
11479         * ext/hal/hal.h:
11480         Refactor a bit, check all error conditions, greatly improve debugging
11481         and fix some possible memory leaks. Also implement OSS support
11482         and allow specifying an UDI that points to a real device. For this the
11483         child device which supports ALSA (preferred) or OSS is used.
11484         As a side effect this makes it impossible now to get a alsasink in
11485         halaudiosrc and a alsasrc in halaudiosink.
11486
11487 2007-03-01  Wim Taymans  <wim@fluendo.com>
11488
11489         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11490         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11491         Errors from the udp sources are not fatal unless all of them are in
11492         error.
11493
11494 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11495
11496         * tests/check/Makefile.am:
11497         Disable aasink in the states test. I suspect this is the element that
11498         is calling exit(1) when it can't proceed.
11499
11500 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11501
11502         * tests/check/Makefile.am:
11503         Draw plugins in from the build tree sys/ dir, rather than picking
11504         up the already installed versions.
11505
11506 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11507
11508         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11509         Error out correctly when getting xcontext fails.
11510
11511 2007-03-01  Wim Taymans  <wim@fluendo.com>
11512
11513         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11514         Make state change to PAUSED NO_PREROLL because that's what it will be in
11515         the future and rtspsrc relies on it.
11516
11517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11518         (gst_rtspsrc_change_state):
11519         Don't error out when we don't get an error from the state change
11520         function.
11521
11522 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11523
11524         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11525         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11526           Check if the device UDI is set before trying to query HAL
11527           about it and give a useful error message if it wasn't set.
11528         * ext/hal/hal.c: (gst_hal_get_string):
11529           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11530           gives an assertion failure in D-Bus when running with
11531           DBUS_FATAL_WARNINGS=1.
11532
11533 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11534
11535         * configure.ac:
11536           Convert to new AG_GST style.
11537
11538 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11539
11540         * tests/check/Makefile.am:
11541         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11542           add test for states
11543
11544 2007-02-28  Wim Taymans  <wim@fluendo.com>
11545
11546         * tests/check/elements/.cvsignore:
11547         Add new videofilter check to .cvsignore.
11548
11549 2007-02-28  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11552         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11553         (gst_avi_demux_loop), (gst_avi_demux_chain):
11554         Fix combined flow return. Fixes #412608.
11555
11556 2007-02-28  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/videofilter/Makefile.am:
11559         Dist header..
11560
11561 2007-02-28  Wim Taymans  <wim@fluendo.com>
11562
11563         * gst/videofilter/gstgamma.h:
11564         Add header too.
11565
11566 2007-02-28  Wim Taymans  <wim@fluendo.com>
11567
11568         Patch by: Mark Nauwelaerts <manauw at skynet be>
11569
11570         * gst/videofilter/Makefile.am:
11571         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11572         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11573         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11574         (oil_tablelookup_u8), (gst_gamma_set_caps),
11575         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11576         Port gamma filter to 0.10. Fixes #412704.
11577
11578         * tests/check/Makefile.am:
11579         * tests/check/elements/videofilter.c: (setup_filter),
11580         (cleanup_filter), (check_filter), (GST_START_TEST),
11581         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11582         Add unit tests for videofilters.
11583
11584 2007-02-28  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst/rtsp/URLS:
11587         Add another interesting test url.
11588
11589         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11590         Don't allow getting header fields from data packets.
11591
11592 2007-02-28  Michael Smith  <msmith@fluendo.com>
11593
11594         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11595         (gst_shout2send_init), (gst_shout2send_start),
11596         (gst_shout2send_set_property), (gst_shout2send_get_property):
11597         * ext/shout2/gstshout2.h:
11598           Add a property for username.
11599
11600 2007-02-27  Christian Schallerr <christian@fluendo.com>
11601
11602         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11603
11604 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11605
11606         * gst/rtsp/Makefile.am:
11607         Fix make check too.
11608
11609 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11610
11611         * gst/rtsp/base64.c: (util_base64_encode):
11612         * gst/rtsp/base64.h:
11613         Commit missing files for base64 encoding.
11614
11615 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11618
11619         * configure.ac:
11620         * ext/annodex/Makefile.am:
11621         * ext/jpeg/Makefile.am:
11622         * ext/speex/Makefile.am:
11623         * gst/alpha/Makefile.am:
11624         * gst/cutter/Makefile.am:
11625         * gst/debug/Makefile.am:
11626         * gst/effectv/Makefile.am:
11627         * gst/goom/Makefile.am:
11628         * gst/level/Makefile.am:
11629         * gst/smpte/Makefile.am:
11630         * gst/videofilter/Makefile.am:
11631           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11632
11633 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11634
11635         * gst/rtsp/Makefile.am:
11636         * gst/rtsp/rtspconnection.c: (append_auth_header),
11637         (rtsp_connection_send), (rtsp_connection_set_auth):
11638         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11639         from icecast to replace it. Relicensed from GPL courtesy of Mike
11640         Smith.
11641
11642 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11643
11644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11645         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11646         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11647         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11648         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11649         (gst_rtspsrc_uri_set_uri):
11650         * gst/rtsp/gstrtspsrc.h:
11651         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11652         (append_auth_header), (rtsp_connection_send),
11653         (rtsp_connection_free), (rtsp_connection_set_auth):
11654         * gst/rtsp/rtspconnection.h:
11655         * gst/rtsp/rtspdefs.h:
11656         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11657         * gst/rtsp/rtspurl.h:
11658
11659         Implement simple Basic Authentication support so that urls like
11660         rtsp://user:pass@hostname/rtspstream work on hosts that require
11661         authentication.
11662
11663 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11664
11665         * sys/v4l2/gstv4l2object.c:
11666         * sys/v4l2/gstv4l2tuner.c:
11667         * sys/v4l2/v4l2_calls.c:
11668         Fix segfault when oppening a radio device.
11669         
11670 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11671
11672         * gst/level/gstlevel.c: (gst_level_set_caps),
11673         (gst_level_transform_ip):
11674         * sys/v4l2/README:
11675         * tests/check/elements/level.c: (GST_START_TEST):
11676           Fix level for multi-channel case.
11677
11678 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11681         (gst_level_transform_ip):
11682         * gst/level/gstlevel.h:
11683           Use function pointer for process function and add process functions
11684           for float audio.
11685
11686 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11687
11688         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11689         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11690         (gst_v4l2src_capture_init):
11691           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11692           fixes #407369
11693
11694 2007-02-18  Wim Taymans  <wim@fluendo.com>
11695
11696         * gst/rtp/Makefile.am:
11697         * gst/rtp/gstrtp.c: (plugin_init):
11698         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11699         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11700         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11701         (gst_rtp_mp2t_pay_plugin_init):
11702         * gst/rtp/gstrtpmp2tpay.h:
11703         Added simple mpeg transport stream payloader.
11704
11705 2007-02-16  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst/rtsp/URLS:
11708         Add example H264 rtsp url.
11709
11710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11711         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11712         Don't convert values to lowercase or we might mess up base64 encoded
11713         properties.
11714
11715 2007-02-16  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/README:
11718         Fix case of string params.
11719
11720         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11721         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11722         Fix depayloader, support more packet types.
11723         Add sync codes to make sure the packetizer can do its job.
11724
11725         * gst/rtp/gstrtpmp4gdepay.c:
11726         * gst/rtp/gstrtpmp4gpay.c:
11727         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11728         Fix caps case again.
11729
11730 2007-02-15  Wim Taymans  <wim@fluendo.com>
11731
11732         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11733         Set right caps on output buffers.
11734
11735 2007-02-14  Wim Taymans  <wim@fluendo.com>
11736
11737         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11738         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11739         Clear stack allocated SDPMedia struct before calling _init() on it.
11740         Clarify this in the docs as well.
11741
11742 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11743
11744         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11745         (do_change_child):
11746         Don't reset the profile when going switching states, as it makes
11747         the element non-reusable.
11748
11749 2007-02-14  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11752         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11753         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11754         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11755         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11756         (sdp_parse_line):
11757         * gst/rtsp/sdpmessage.h:
11758         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11759         Fix memory management of SDP messages. Fixes #407793.
11760
11761 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11762
11763         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11764
11765         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11766         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11767
11768 2007-02-14  Wim Taymans  <wim@fluendo.com>
11769
11770         Patch by: jp.liu <jp_liu at astrocom dot cn>
11771
11772         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11773         Fix parsing of password field in url. Fixes #407797.
11774
11775 2007-02-14  Wim Taymans  <wim@fluendo.com>
11776
11777         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11778         (gst_wavparse_reset), (gst_wavparse_init),
11779         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11780         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11781         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11782         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11783         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11784         (gst_wavparse_loop), (gst_wavparse_chain),
11785         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11786         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11787         (plugin_init):
11788         * gst/wavparse/gstwavparse.h:
11789         Update docs.
11790         Use boilerplate.
11791         Various code cleanups.
11792         When the bitrate is not known (bps == 0 or compressed formats) let
11793         downstream element guestimate the duration and position and don't
11794         generate timestamps or durations. Fixes #405213.
11795         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11796         error flowreturn upstream.
11797
11798 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11799
11800         * ext/gconf/Makefile.am:
11801         * ext/gconf/gconf.c: (gst_gconf_get_string),
11802         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11803         (gst_gconf_render_bin_with_default):
11804         * ext/gconf/gconf.h:
11805         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11806         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11807         (gst_gconf_audio_sink_dispose), (do_change_child),
11808         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11809         (cb_change_child), (gst_gconf_audio_sink_change_state):
11810         * ext/gconf/gstgconfaudiosink.h:
11811         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11812         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11813         (gst_switch_sink_init), (gst_switch_sink_dispose),
11814         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11815         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11816         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11817         * ext/gconf/gstswitchsink.h:
11818         * gst/autodetect/gstautoaudiosink.c:
11819         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11820         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11821         (gst_auto_audio_sink_detect):
11822         * gst/autodetect/gstautovideosink.c:
11823         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11824         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11825         (gst_auto_video_sink_detect):
11826         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11827         and a child that implements the GConf key monitoring. The end goal of
11828         this is an audio sink that can be changed on the fly, but at the 
11829         moment it still only changes on the next READY transition.
11830
11831 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11832
11833         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11834         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11835         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11836         (gst_avi_demux_calculate_durations_from_index),
11837         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11838         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11839         (gst_avi_demux_loop):
11840           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11841
11842 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11843
11844         * configure.ac:
11845         * docs/plugins/Makefile.am:
11846           Add crossreferences to glib/gobject/gstream docs.
11847
11848 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/monoscope/Makefile.am:
11851         * gst/monoscope/gstmonoscope.c:
11852           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11853           (but no LIBS, since we only use defines from the headers).
11854
11855 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11856
11857         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11858
11859         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11860         (gst_wavparse_stream_data):
11861           Fix massive memory leak when operating in streaming mode due to
11862           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11863           Fixes #407057.
11864
11865 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11866
11867         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11868         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11869         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11870         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11871         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11872         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11873         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11874         (gst_avi_demux_calculate_durations_from_index),
11875         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11876         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11877         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11878         * gst/avi/gstavidemux.h:
11879           Save some memory (8%) by repacking the index entry structure (more to
11880           come). Add more FIXMEs to questionable parts.
11881
11882 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11883
11884         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11885         (gst_v4l2src_get_caps):
11886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11887         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11888         (gst_v4l2src_capture_init):
11889           More FIXME comments and messaging changes.
11890
11891 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11892
11893         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11894         (gst_goom_change_state):
11895         * gst/goom/gstgoom.h:
11896           Improved docs and use GST_DEBUG_FUNCPTR.
11897
11898         * gst/level/gstlevel.c: (gst_level_class_init):
11899           Use GST_DEBUG_FUNCPTR.
11900
11901         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11902         (gst_monoscope_chain), (gst_monoscope_change_state):
11903           Improved docs source cleanups.
11904
11905 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/debug/Makefile.am:
11908         * gst/debug/gstdebug.c: (plugin_init):
11909         * gst/debug/gstpushfilesrc.c:
11910         * gst/debug/gstpushfilesrc.h:
11911           Add code for a pushfilesrc element that implements a pushfile:// URI
11912           handler, to make debugging push-mode operation of demuxer/decoders
11913           that support both easier in connection with seek/playbin/etc.
11914           The element isn't registered at the moment.
11915
11916 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11917
11918         * gst/avi/gstavimux.c:
11919           Comment a #if 0 in caps template definition as VS6 seems to 
11920         do not support it.
11921         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11922           Use gst_guint64_to_gdouble for conversion.
11923         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11924           Move variables declaration before the first instruction.
11925         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11926           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11927           And don't include netdb.h for G_OS_WIN32
11928         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11929           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11930           by VS6 then use an other way to initialize SDPMedia structure.
11931         * gst/udp/gstdynudpsink.h:
11932         * gst/udp/gstdynudpnetutils.h:
11933           Do not include <sys/time.h> for G_OS_WIN32
11934         * gst/udp/gstudpsrc.c:
11935           Define socklen_t as int for G_OS_WIN32
11936         * win/common/config.h.in:
11937           Undef HAVE_NETINET_IN_H
11938         * win32/vs6/gst_plugins_good.dsw:
11939         * win32/vs6/libgstrtp.dsp:
11940         * win32/vs6/libgstrtsp.dsp:
11941         * win32/vs6/libgstautogen.dsp:
11942         * win32/vs6/libgstaudiofx.dsp:
11943         * win32/vs6/libgstudp.dsp:
11944           Add and update project files.
11945         * win32/common/gstudp-enumtypes.c:
11946         * win32/common/gstudp-enumtypes.h:
11947           Add a copy of udp enumtypes to win32/common as in core 
11948           and base.
11949         
11950 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11951
11952         * configure.ac:
11953           Activate monoscope when building with --enable-experimental. Fix
11954           --enable-external configure switch description.
11955
11956         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11957         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11958           Help gst-indent.
11959
11960 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11963           Explicitly cast result of pointer arithmetic to integer in order to
11964           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11965
11966 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * gst/debug/progressreport.c:
11969           Some more docs.
11970
11971 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * docs/plugins/inspect/plugin-rtp.xml:
11974           Update for new elements.
11975
11976         * gst/debug/progressreport.h:
11977           Commit newly-created header file as well.
11978
11979 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * docs/plugins/Makefile.am:
11982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11984         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11985         * gst/debug/Makefile.am:
11986         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11987         (gst_progress_report_do_query), (gst_progress_report_report):
11988           Make progressreport element post messages with the current progress
11989           on the bus. Also add some basic docs for it.
11990
11991 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11992
11993         * ext/hal/hal.c: (gst_hal_get_string):
11994         * ext/hal/hal.h:
11995           Some small cleanups; deal with errors when parsing the HAL ALSA
11996           capabilities a bit better.
11997
11998 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12001           Let's try this again and use the right cast this time.
12002
12003 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12006           Add cast to avoid compiler warnings with older GLib versions
12007           where the nick/name members in GEnumValue are not declared as
12008           constant strings.
12009
12010 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12013         (gst_gconf_render_bin_from_key),
12014         (gst_gconf_get_default_audio_sink):
12015         * ext/gconf/gconf.h:
12016         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12017         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12018         (gst_gconf_audio_sink_get_property):
12019           In gconfaudiosink, get the right key as the old key in do_toggle
12020           (ie. one dependent on the profile selected). Log some more stuff so
12021           we can see what's actually going on.
12022
12023 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12024
12025         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12026         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12027         (gst_audio_amplify_set_process_function),
12028         (gst_audio_amplify_setup):
12029         * gst/audiofx/audioamplify.h:
12030         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12031         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12032         * gst/audiofx/audioinvert.h:
12033         Some small cleanups and port both elements to the new GstAudioFilter
12034         base class to save a few lines of common code.
12035         * gst/audiofx/Makefile.am:
12036         Link against libgstaudio for the above changes
12037
12038 2007-01-29  Wim Taymans  <wim@fluendo.com>
12039
12040         * tests/check/elements/.cvsignore:
12041         Some more ignores.
12042
12043 2007-01-26  Wim Taymans  <wim@fluendo.com>
12044
12045         Patch by: charles <charlesg3 at gmail dot com>
12046
12047         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12048         (set_shout_metadata), (gst_shout2send_event):
12049         * ext/shout2/gstshout2.h:
12050         Properly handle tags in shout2send. Fixes #399825.
12051
12052 2007-01-25  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12055         (gst_rtspsrc_activate_streams):
12056         Convert SDP fields to upper/lowercase following the rules in the SDP to
12057         caps document. 
12058
12059 2007-01-25  Wim Taymans  <wim@fluendo.com>
12060
12061         * gst/rtp/README:
12062         * gst/rtp/gstrtpilbcdepay.c:
12063         * gst/rtp/gstrtpilbcpay.c:
12064         * gst/rtp/gstrtpmp4gdepay.c:
12065         * gst/rtp/gstrtpmp4gpay.c:
12066         * gst/rtp/gstrtpspeexdepay.c:
12067         * gst/rtp/gstrtpspeexpay.c:
12068         * gst/rtp/gstrtpsv3vdepay.c:
12069         * gst/rtp/gstrtptheoradepay.c:
12070         * gst/rtp/gstrtptheorapay.c:
12071         * gst/rtp/gstrtpvorbisdepay.c:
12072         * gst/rtp/gstrtpvorbispay.c:
12073         Fix case of encoding-name and key/value pairs to match the document.
12074         This is to make interoperation with SDP case-insensitive as required by
12075         the relevant RFCs.
12076
12077 2007-01-25  Wim Taymans  <wim@fluendo.com>
12078
12079         * configure.ac:
12080         Bump required -core/-base to CVS
12081
12082 2007-01-25  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12085         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12086         * gst/rtp/gstrtpL16pay.h:
12087         Fill up to MTU using adapter.
12088         Timestamp rtp packets.
12089
12090 2007-01-25  Edward Hervey  <edward@fluendo.com>
12091
12092         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12093         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12094         Use G_GSIZE_FORMAT in print statements for portability.
12095         Fixes build on macosx.
12096
12097 2007-01-24  Wim Taymans  <wim@fluendo.com>
12098
12099         * gst/rtp/Makefile.am:
12100         * gst/rtp/gstrtp.c: (plugin_init):
12101         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12102         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12103         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12104         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12105         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12106         (gst_rtp_L16_depay_plugin_init):
12107         * gst/rtp/gstrtpL16depay.h:
12108         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12109         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12110         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12111         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12112         (gst_rtp_L16_pay_plugin_init):
12113         * gst/rtp/gstrtpL16pay.h:
12114         Port and enable raw audio payloader/depayloader. Needs a bit more work
12115         on the payloader side.
12116
12117 2007-01-24  Wim Taymans  <wim@fluendo.com>
12118
12119         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12120         (gst_rtspsrc_stream_configure_transport),
12121         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12122         * gst/rtsp/gstrtspsrc.h:
12123         Only unblock the udp pads when we linked and activated them all.
12124         Fixes #395688.
12125
12126 2007-01-24  Wim Taymans  <wim@fluendo.com>
12127
12128         * gst/rtp/Makefile.am:
12129         * gst/rtp/gstrtp.c: (plugin_init):
12130         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12131         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12132         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12133         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12134         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12135         * gst/rtp/gstrtpac3depay.h:
12136         Added simple AC3 depayloader (RFC 4184).
12137
12138         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12139         Fix a leak.
12140
12141 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12142
12143         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12144
12145         * gst/audiofx/Makefile.am:
12146         * gst/audiofx/audioamplify.c:
12147         (gst_audio_amplify_clipping_method_get_type),
12148         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12149         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12150         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12151         (gst_audio_amplify_set_caps),
12152         (gst_audio_amplify_transform_int_clip),
12153         (gst_audio_amplify_transform_int_wrap_negative),
12154         (gst_audio_amplify_transform_int_wrap_positive),
12155         (gst_audio_amplify_transform_float_clip),
12156         (gst_audio_amplify_transform_float_wrap_negative),
12157         (gst_audio_amplify_transform_float_wrap_positive),
12158         (gst_audio_amplify_transform_ip):
12159         * gst/audiofx/audioamplify.h:
12160         * gst/audiofx/audiofx.c: (plugin_init):
12161         Add new element "audioamplify". This allows scaling of raw audio
12162         samples, similar to the "volume" element, but provides different modes
12163         for clipping and allows unlimited amplification. It's mainly targeted
12164         for creative sound design and not as a replacement of the "volume"
12165         element. Fixes #397162
12166         * docs/plugins/Makefile.am:
12167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12169         * docs/plugins/gst-plugins-good-plugins.args:
12170         * docs/plugins/inspect/plugin-audiofx.xml:
12171         Add docs for audioamplify and integrate them into the build system
12172         * tests/check/Makefile.am:
12173         * tests/check/elements/audioamplify.c: (setup_amplify),
12174         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12175         Add fairly extensive unit test suite for audioamplify
12176
12177 2007-01-24  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12180         Unblock pads after adding the pads to the element so that autopluggers
12181         get a change to link something. Possibly fixes #395688.
12182
12183 2007-01-24  Wim Taymans  <wim@fluendo.com>
12184
12185         * gst/rtp/gstrtpamrdepay.c:
12186         * gst/rtp/gstrtpgsmdepay.c:
12187         * gst/rtp/gstrtph263pdepay.c:
12188         * gst/rtp/gstrtph263ppay.c:
12189         * gst/rtp/gstrtph264depay.c:
12190         * gst/rtp/gstrtpilbcdepay.c:
12191         * gst/rtp/gstrtpmp2tdepay.c:
12192         * gst/rtp/gstrtpmp4gdepay.c:
12193         * gst/rtp/gstrtpmp4gpay.c:
12194         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12195         * gst/rtp/gstrtpmp4vpay.c:
12196         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12197         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12198         (gst_rtp_mpa_depay_process):
12199         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12200         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12201         * gst/rtp/gstrtppcmadepay.c:
12202         * gst/rtp/gstrtppcmudepay.c:
12203         * gst/rtp/gstrtpspeexdepay.c:
12204         * gst/rtp/gstrtpspeexpay.c:
12205         * gst/rtp/gstrtpsv3vdepay.c:
12206         * gst/rtp/gstrtptheoradepay.c:
12207         * gst/rtp/gstrtptheorapay.c:
12208         * gst/rtp/gstrtpvorbisdepay.c:
12209         * gst/rtp/gstrtpvorbispay.c:
12210         Fix caps with payload numbers.
12211         Add some fixed payload numbers to caps when possible.
12212
12213 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12214
12215         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12216
12217         * gst/audiofx/Makefile.am:
12218         * gst/audiofx/audiofx.c: (plugin_init):
12219         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12220         (gst_audio_invert_class_init), (gst_audio_invert_init),
12221         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12222         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12223         (gst_audio_invert_transform_float),
12224         (gst_audio_invert_transform_ip):
12225         * gst/audiofx/audioinvert.h:
12226         Add new audiofx element "audioinvert". This element swaps the upper
12227         and lower half of samples and can be used for example for a
12228         wide-stereo effect. Fixes #396057
12229         * docs/plugins/Makefile.am:
12230         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12231         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12232         * docs/plugins/gst-plugins-good-plugins.args:
12233         * docs/plugins/inspect/plugin-audiofx.xml:
12234         Add docs for the audioinvert element and add them to the build system.
12235         * tests/check/Makefile.am:
12236         * tests/check/elements/audioinvert.c: (setup_invert),
12237         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12238         Add unit test suite for the audioinvert element.
12239
12240 2007-01-23  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12243         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12244         Parse config params as string and int.
12245         Parse and use AU header length
12246
12247 2007-01-23  Wim Taymans  <wim@fluendo.com>
12248
12249         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12250         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12251         * gst/smpte/gstmask.c: (_gst_mask_register):
12252         * gst/smpte/gstmask.h:
12253         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12254         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12255         (gst_smpte_paint_triangle_clock):
12256         constify some static structs.
12257         Don't update the mask if nothing changed to the params.
12258         Make sure we never draw outside of the picture. Fixes #398325.
12259
12260 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12263           Error out properly when pull_range fails while we're reading the
12264           headers, instead of just pausing the task silently. Fixes #399338.
12265
12266 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12269           Some more sanity checks to make sure the input formats match and the
12270           input pads are actually negotiated, in case someone tries to feed
12271           buffers from fakesrc or filesrc. Fixes #398299.
12272           Also const-ify an array, just because we can.
12273
12274 2007-01-19  Edward Hervey  <edward@fluendo.com>
12275
12276         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12277         Ignore previous commit, that was only valid for widths and heights
12278         that are multiples of 4.
12279         Copy over size/stride macros from jpegdec. This allows the element
12280         to work with any width,height...
12281         ... but puts in evidence that the actual transformations only work
12282         with width/height that are multiples of 4.
12283
12284 2007-01-19  Edward Hervey  <edward@fluendo.com>
12285
12286         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12287         Allocate buffers of the right size.
12288         The proper size of a I420 buffer in bytes is:
12289         
12290             width * height * 3
12291             ------------------
12292                     2
12293
12294 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12297           Proxy getcaps on sink pads too, so that we either end up with the
12298           same dimensions on all pads or error out if that's not possible
12299           (seems to work even!). Fixes #398086, I think.
12300
12301 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12302
12303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12304         * docs/plugins/gst-plugins-good-plugins.args:
12305         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12306           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12307           fix integer properties with -1 as minimum value.
12308
12309         * docs/plugins/inspect/plugin-1394.xml:
12310         * docs/plugins/inspect/plugin-aasink.xml:
12311         * docs/plugins/inspect/plugin-alaw.xml:
12312         * docs/plugins/inspect/plugin-alpha.xml:
12313         * docs/plugins/inspect/plugin-alphacolor.xml:
12314         * docs/plugins/inspect/plugin-annodex.xml:
12315         * docs/plugins/inspect/plugin-apetag.xml:
12316         * docs/plugins/inspect/plugin-audiofx.xml:
12317         * docs/plugins/inspect/plugin-auparse.xml:
12318         * docs/plugins/inspect/plugin-autodetect.xml:
12319         * docs/plugins/inspect/plugin-avi.xml:
12320         * docs/plugins/inspect/plugin-cacasink.xml:
12321         * docs/plugins/inspect/plugin-cairo.xml:
12322         * docs/plugins/inspect/plugin-cdio.xml:
12323         * docs/plugins/inspect/plugin-cutter.xml:
12324         * docs/plugins/inspect/plugin-debug.xml:
12325         * docs/plugins/inspect/plugin-dv.xml:
12326         * docs/plugins/inspect/plugin-efence.xml:
12327         * docs/plugins/inspect/plugin-effectv.xml:
12328         * docs/plugins/inspect/plugin-esdsink.xml:
12329         * docs/plugins/inspect/plugin-flac.xml:
12330         * docs/plugins/inspect/plugin-flxdec.xml:
12331         * docs/plugins/inspect/plugin-gconfelements.xml:
12332         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12333         * docs/plugins/inspect/plugin-goom.xml:
12334         * docs/plugins/inspect/plugin-halelements.xml:
12335         * docs/plugins/inspect/plugin-icydemux.xml:
12336         * docs/plugins/inspect/plugin-id3demux.xml:
12337         * docs/plugins/inspect/plugin-jpeg.xml:
12338         * docs/plugins/inspect/plugin-level.xml:
12339         * docs/plugins/inspect/plugin-matroska.xml:
12340         * docs/plugins/inspect/plugin-mulaw.xml:
12341         * docs/plugins/inspect/plugin-multipart.xml:
12342         * docs/plugins/inspect/plugin-navigationtest.xml:
12343         * docs/plugins/inspect/plugin-ossaudio.xml:
12344         * docs/plugins/inspect/plugin-png.xml:
12345         * docs/plugins/inspect/plugin-rtp.xml:
12346         * docs/plugins/inspect/plugin-rtsp.xml:
12347         * docs/plugins/inspect/plugin-shout2send.xml:
12348         * docs/plugins/inspect/plugin-smpte.xml:
12349         * docs/plugins/inspect/plugin-speex.xml:
12350         * docs/plugins/inspect/plugin-taglib.xml:
12351         * docs/plugins/inspect/plugin-udp.xml:
12352         * docs/plugins/inspect/plugin-videobalance.xml:
12353         * docs/plugins/inspect/plugin-videobox.xml:
12354         * docs/plugins/inspect/plugin-videoflip.xml:
12355         * docs/plugins/inspect/plugin-videomixer.xml:
12356         * docs/plugins/inspect/plugin-wavenc.xml:
12357         * docs/plugins/inspect/plugin-wavparse.xml:
12358         * docs/plugins/inspect/plugin-ximagesrc.xml:
12359           Update to CVS.
12360
12361 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12362
12363         Patch by: Sebastian Dröge <slomo circular-chaos org>
12364
12365         * gst/audiofx/audiopanorama.c:
12366           Fix doc section name (Fixes #397946)
12367
12368 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12369
12370         * sys/v4l2/gstv4l2object.c:
12371         (gst_v4l2_object_install_properties_helper),
12372         (gst_v4l2_object_set_property_helper),
12373         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12374         * sys/v4l2/gstv4l2object.h:
12375         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12376         (gst_v4l2src_init), (gst_v4l2src_set_property),
12377         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12379         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12380         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12381         (gst_v4l2src_capture_deinit):
12382           Fix EIO handing when capturing. Add new property to specify the number of
12383           buffers to enque (and remove the borked num-buffers usage).
12384
12385 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12386
12387         Patch by: Sebastian Dröge <slomo circular-chaos org>
12388
12389         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12390         (gst_audio_panorama_set_process_function):
12391           Use a function array for process methods, add more docs and define the
12392           startindex of enums.
12393
12394 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         Patch by: Mark Nauwelaerts <manauw at skynet be>
12397
12398         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12399         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12400         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12401         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12402         (gst_avi_mux_riff_get_avi_header),
12403         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12404         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12405         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12406         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12407         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12408         (gst_avi_mux_change_state):
12409         * gst/avi/gstavimux.h:
12410         * tests/check/elements/avimux.c: (teardown_src_pad):
12411           Add support for more than one audio stream; write better AVIX
12412           header; refactor code a bit; don't announce vorbis caps on our audio
12413           sink pads since we don't support it anyway. Closes #379298.
12414
12415 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         Patch by: Sebastian Dröge <slomo circular-chaos org>
12418
12419         * gst/audiofx/audiopanorama.c:
12420         (gst_audio_panorama_method_get_type),
12421         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12422         (gst_audio_panorama_set_process_function),
12423         (gst_audio_panorama_set_property),
12424         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12425         (gst_audio_panorama_transform_m2s_int_simple),
12426         (gst_audio_panorama_transform_s2s_int_simple),
12427         (gst_audio_panorama_transform_m2s_float_simple),
12428         (gst_audio_panorama_transform_s2s_float_simple):
12429         * gst/audiofx/audiopanorama.h:
12430           Add 'method' property and provide a simple (non-psychoacustic)
12431           processing method (#394859).
12432
12433         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12434         (panorama_suite):
12435           Tests for new method.
12436
12437 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12440         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12441           Set correct caps on outgoing pulled buffers, or things blow up
12442           after recent core changes.
12443
12444 2007-01-11  Wim Taymans  <wim@fluendo.com>
12445
12446         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12447
12448         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12449         (gst_multipart_mux_request_new_pad),
12450         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12451         (gst_multipart_mux_change_state):
12452         Return FLOW errors ASAP. Fixes #394977.
12453         Misc cleanups.
12454
12455 2007-01-11  Wim Taymans  <wim@fluendo.com>
12456
12457         Patch by: Lutz Mueller <lutz at topfrose dot de>
12458
12459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12460         Check for stream pad before activating. 
12461
12462 2007-01-10  Wim Taymans  <wim@fluendo.com>
12463
12464         Patch by: Peter Kjellerstedt  <pkj at axis com>
12465
12466         * gst/rtsp/COPYING.MIT:
12467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12468         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12469         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12470         (gst_rtspsrc_stream_configure_transport),
12471         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12472         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12473         (gst_rtspsrc_parse_methods),
12474         (gst_rtspsrc_create_transports_string),
12475         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12476         (gst_rtspsrc_open), (gst_rtspsrc_close):
12477         * gst/rtsp/gstrtspsrc.h:
12478         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12479         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12480         (parse_request_line), (parse_line), (rtsp_connection_read),
12481         (rtsp_connection_close):
12482         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12483         (rtsp_method_as_text), (rtsp_header_as_text),
12484         (rtsp_status_as_text), (rtsp_find_header_field),
12485         (rtsp_find_method):
12486         * gst/rtsp/rtspdefs.h:
12487         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12488         (rtsp_ext_wms_configure_stream):
12489         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12490         (rtsp_message_new_request), (rtsp_message_init_request),
12491         (rtsp_message_new_response), (rtsp_message_init_response),
12492         (rtsp_message_init_data), (rtsp_message_unset),
12493         (rtsp_message_free), (rtsp_message_add_header),
12494         (rtsp_message_get_header), (rtsp_message_set_body),
12495         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12496         * gst/rtsp/rtspmessage.h:
12497         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12498         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12499         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12500         (sdp_message_dump):
12501         Allow url to be NULL to be able to use it for server connections.
12502         Can now send responses as well as requests.
12503         No longer hangs in an endless loop if EOF is received.
12504         Can now convert a status code to a text string.
12505         Return RTSP_HDR_INVALID for unknown headers.
12506         Return RTSP_INVALID for unknown methods.
12507         Copy CSeq and Session headers from the request.
12508         Only free memory corresponding to the currently set message type.
12509         Added const to function arguments as appropriate.
12510         Avoid a compiler warning when initializing nmedia.
12511         Use guint rather than gint to avoid compiler warnings.
12512         Fix crasher in wms extension.
12513         Factor out stream setup from open_connection.
12514         Delay activation of streams when actual data is received from the
12515         server, this prepares us to do proper protocol switching.
12516         Added new license.
12517         Fixes #380895.
12518
12519
12520 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12521
12522         Patch by: Sebastian Dröge <slomo ubuntu com>
12523
12524         * docs/plugins/Makefile.am:
12525         * gst/audiofx/audiopanorama.c:
12526           Some small docs fixes (#394851).
12527
12528 2007-01-09  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst/avi/gstavidemux.c:
12531         Fix docs.
12532
12533 2007-01-09  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst/rtp/Makefile.am:
12536         * gst/rtp/gstrtp.c: (plugin_init):
12537         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12538         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12539         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12540         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12541         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12542         * gst/rtp/gstrtpmpvdepay.h:
12543           Added RFC 2250 MPEG Video Depayloader.
12544
12545         * gst/rtp/gstrtpL16depay.h:
12546         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12547         (gst_rtp_h263p_depay_process):
12548         Fix Header file. Small cleanups.
12549
12550         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12551         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12552         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12553         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12554         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12555         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12556         (gst_rtp_mp4v_depay_change_state):
12557         Remove usused code. Remove Adapter from state Change. Added debug.
12558
12559         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12560         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12561         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12562         * gst/rtp/gstrtpmpadepay.h:
12563         Subclass base depayloader.
12564         Added debug.
12565         Support static payload type assignment as well.
12566
12567         * gst/rtp/gstrtpmpapay.c:
12568         Fix caps.
12569
12570 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12571
12572         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12573
12574         * ext/jpeg/gstjpegdec.c:
12575         * ext/jpeg/gstjpegenc.c:
12576         * ext/jpeg/smokecodec.c:
12577           These libjpeg callbacks should return a 'boolean' (unsigned char
12578           apparently) and not a 'gboolean' (which maps to gint). Fixes
12579           warnings when compiling with MingW (#393427).
12580
12581         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12582           Use ioctlsocket on win32.
12583
12584         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12585           Some printf format fixes for win32.
12586
12587 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12588
12589         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12590           Use gst_guint64_to_gdouble for conversion.
12591         * win32/vs6/libgstmatroska.dsp:
12592           Add zlib to the link.
12593         * win32/vs6/libgstvideobox.dsp:
12594           Update liboil library name (project is linked to 
12595           liboil-0.3-0.lib now).
12596           
12597 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12598
12599         * gst/matroska/Makefile.am:
12600           If zlib is available and used, we must link it explicitly for
12601           things to work on MingW (fixes #392855).
12602
12603 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12604
12605         * ext/esd/esdsink.c: (gst_esdsink_delay):
12606           Don't return bogus values when esd_get_delay() fails for some
12607           reason (#392189).
12608
12609 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12610
12611         * sys/ximage/gstximagesrc.c: (composite_pixel):
12612           Fix presumably copy'n'pasto for 16bpp depth.
12613
12614 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * gst/matroska/matroska-mux.c:
12617         (gst_matroska_mux_audio_pad_setcaps):
12618           The "signed" field in audio caps is of boolean type, trying to use
12619           gst_structure_get_int() to extract it will fail. Fixing this makes
12620           matroskamux accept raw audio input (#387121) (use at your own risk
12621           though, due to the matroska spec being not entirely useful in this
12622           respect).
12623           Also fix up raw audio structures in template caps so that they
12624           represent what our setcaps function will actually accept, so that
12625           converters know what to convert to.
12626           Finally, don't fail if there isn't an "endianness" field in 8-bit
12627           PCM caps.
12628
12629 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12630
12631         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12632         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12633         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12634         (teardown_cmmldec):
12635         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12636         (teardown_cmmlenc):
12637         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12638           reapply consistent pad (de)activation
12639
12640 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12641
12642         * configure.ac:
12643         Back to CVS
12644
12645         * gst-plugins-good.doap:
12646         Add 0.10.5 doap entry
12647
12648 === release 0.10.5 ===
12649
12650 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12651
12652         * configure.ac:
12653           releasing 0.10.5, "The Path of Thorns"
12654
12655 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12656
12657         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12658         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12659         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12660         (teardown_cmmldec):
12661         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12662         (teardown_cmmlenc):
12663         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12664           revert my freeze breakage
12665
12666 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12669         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12670         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12671         (teardown_cmmldec):
12672         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12673         (teardown_cmmlenc):
12674         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12675           consistent pad (de)activation
12676
12677 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12678
12679         * configure.ac:
12680         * ext/Makefile.am:
12681         Disable LADPSA, as it has moved to the -bad module for the duration.
12682
12683 2006-12-18  Wim Taymans  <wim@fluendo.com>
12684
12685         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12686         (gst_signal_processor_event):
12687         Reset flow_state back to _OK after a flush stop so that we exit our
12688         error state after the flush. Fixes #374213
12689
12690 2006-12-16  David Schleef  <ds@schleef.org>
12691
12692         * sys/osxvideo/osxvideosink.h:
12693         * sys/osxvideo/osxvideosink.m:
12694           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12695
12696 2006-12-16  David Schleef  <ds@schleef.org>
12697
12698         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12699
12700         * sys/osxvideo/Makefile.am:
12701         * sys/osxvideo/osxvideosink.h:
12702         * sys/osxvideo/osxvideosink.m:
12703           Preliminary patch for porting osxvideosink
12704
12705 2006-12-16  Wim Taymans  <wim@fluendo.com>
12706
12707         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12708
12709         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12710         (gst_videomixer_set_master_geometry),
12711         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12712         (gst_videomixer_reset), (gst_videomixer_init),
12713         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12714         (gst_videomixer_release_pad), (gst_videomixer_collected),
12715         (gst_videomixer_change_state):
12716         Introduce some locking around the videomixer state so that it does not
12717         crash when adding/removing pads. Fixes #383043.
12718
12719 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12720
12721         * configure.ac:
12722           Make sure libcaca can actually be used instead of just checking for
12723           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12724           cross-compiling (fixes #384587).
12725
12726 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         * Makefile.am:
12729         * gst-plugins-good.doap:
12730         * gst-plugins-good.spec.in:
12731           adding doap file
12732
12733 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * configure.ac:
12736           libflac-1.1.3 changed API again, but we can't build against it yet,
12737           so make sure our check doesn't use libflac-1.1.3 and add a comment
12738           to this effect.
12739
12740 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12743         (gst_quarktv_planetable_clear):
12744           Add some NULL pointer checks (possibly related to #385623).
12745
12746 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12749         (gst_tag_demux_chain):
12750         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12751           In streaming mode, if the first buffer we get doesn't have an
12752           offset, fix it up to be 0, otherwise trimming won't work later on
12753           and we'll be typefinding application/x-id3, which may result in
12754           decodebin plugging an endless number of id3demux elements as a
12755           consequence. Fixes #385031.
12756           
12757 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12758
12759         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12760           Ignore the buffer_time the sound device reports. Turns out it is 
12761           sometimes completely bogus and we're better off without it.
12762
12763 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12764
12765         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12766         (gst_matroska_demux_video_caps):
12767         * gst/matroska/matroska-ids.c:
12768         (gst_matroska_track_init_video_context):
12769         * gst/matroska/matroska-ids.h:
12770           Try harder to extract the framerate for video tracks correctly and
12771           save it directly instead of converting it back and forth a few
12772           times. Mostly makes a difference for very small framerates (<1).
12773           Fixes #380199.
12774
12775 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12778         (gst_gconf_audio_src_dispose), (do_toggle_element):
12779         * ext/gconf/gstgconfaudiosrc.h:
12780           Remove gconf notify hook when the gconfaudiosrc element is
12781           destroyed, otherwise the callback may be called on an
12782           already-destroyed instance and bad things happen. Should fix
12783           #378184.
12784           Also ignore gconf key changes when the source is already running.
12785
12786 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         Patch by: Sebastian Dröge  <mail at slomosnail de>
12789
12790         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12791           We need to be able to read and parse any possible floating point string
12792           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12793           will parse the former only in certain locales though, so we really need
12794           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12795           make sure we can parse either version at all times.
12796           Fixes #382982 for real.
12797
12798 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12799
12800         * sys/sunaudio/gstsunaudiomixerctrl.c:
12801         * sys/sunaudio/gstsunaudiosrc.c:
12802
12803         Use the sunaudio debug category.
12804
12805         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12806         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12807         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12808         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12809         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12810         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12811         (gst_sunaudiosink_reset):
12812         * sys/sunaudio/gstsunaudiosink.h:
12813
12814         Uses the sunaudio debug category for all debug output
12815         Implements the _delay() callback to synchronise video playback better
12816         Change the segtotal and segsize values back to the parent class 
12817           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12818           respectively)
12819         Measure the samples written to the device vs. played.
12820         Keep track of segments in the device by writing empty eof frames, and
12821         sleep using a GCond when we get too far ahead and risk overrunning the
12822         sink's ringbuffer.
12823
12824         Fixes: #360673
12825
12826 2006-12-08  Wim Taymans  <wim@fluendo.com>
12827
12828         Patch by: Sebastian Dröge  <mail at slomosnail de >
12829
12830         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12831         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12832         * gst/audiofx/audiopanorama.h:
12833         Fix audiopanorame with float samples. Fixes #383726.
12834
12835 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12836
12837         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12838         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12839         (gst_sunaudiosrc_reset):
12840
12841         Implement reset functions to unblock the src/sink more quickly on 
12842         state change requests.
12843         Patch by: Brian Cameron <brian dot cameron at sun com>
12844
12845 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12846
12847         * sys/sunaudio/gstsunaudiomixer.c:
12848         (gst_sunaudiomixer_change_state):
12849         Construct the correct mixer device name when the AUDIODEV env var
12850         is set.
12851
12852         Patch by: Jerry Tan <jerry.tan at sun dot com>
12853         Fixes: #383596
12854
12855 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12856
12857         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12858         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12859         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12860         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12861         Patch by: Jerry Tan <jerry.tan at sun dot com>
12862         Fixes: #349015
12863
12864 2006-12-07  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/smpte/gstmask.h:
12867         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12868         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12869         (gst_smpte_collected), (gst_smpte_set_property),
12870         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12871         * gst/smpte/gstsmpte.h:
12872         Port to 0.10 some more. 
12873         Added duration property to specify the duration of the transition.
12874         Make framerate a fraction.
12875         Deprecate fps property, we only use negotiated fps.
12876         Added docs.
12877         Fix collectpad usage.
12878         Reset state in READY.
12879         Send NEWSEGMENT event.
12880         Fix racy updates of object properties.
12881         Added debug category.
12882         Fixes #383323.
12883
12884 2006-12-06  Wim Taymans  <wim@fluendo.com>
12885
12886         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12887
12888         * gst/videomixer/videomixer.c:
12889         (gst_videomixer_set_master_geometry),
12890         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12891         Don't reset xpos and ypos in the setcaps function because causes
12892         unexpected behaviour.
12893         Fixes #382179.
12894
12895 2006-12-06  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12898         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12899         Keep track of the buffer timestamp in the collectdata member instead
12900         of modifying the buffer without making the metadata writable first.
12901         Fixes #382277.
12902
12903 2006-12-06  Wim Taymans  <wim@fluendo.com>
12904
12905         Patch by: Rob Taylor <robtaylor at floopily dot org>
12906
12907         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12908         If using multicast in udpsrc, bind to the multicast address rather than
12909         IN_ADDR_ANY.
12910         This allows the simultanous use of multiple udpsrcs listening on
12911         different multicat addresses. Without this all udpsrcs will receive all
12912         packets from all subscribed multicast addresses.
12913         Fixes #383001.
12914
12915 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * ext/taglib/gstid3v2mux.cc:
12918         Don't attempt to write a NULL frame into the ID3 tag set when the 
12919         createFrame method returned NULL.
12920         Fixes: #381857
12921         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12922
12923 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12924
12925         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12926         Use g_strtod() instead of sscanf to parse doubles, so that it will
12927         try parsing in the C locale if the current locale fails.
12928         Fixes: #382982
12929         Patch by: Sebastian Dröge  <mail at slomosnail de >
12930
12931 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12932
12933         * win32/MANIFEST:
12934         Fix compilation on win32 under VS8
12935         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12936         Partially fixes #381175
12937
12938 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12939
12940         * gst/avi/gstavimux.c:
12941           accept all mpegversions,fixes #380825
12942           spotted by: Jerome Alet  
12943
12944 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12945
12946         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12947         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12948         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12949         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12950           cleanup the error message a bit more
12951
12952 2006-11-28  Wim Taymans  <wim@fluendo.com>
12953
12954         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12955         Fix width and height properties.
12956
12957         * ext/libcaca/gstcacasink.h:
12958         Fix compilation on newer libcaca that require us to include a new
12959         header. Fixes #379918.
12960
12961 2006-11-28  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12964         * gst/rtsp/gstrtspsrc.h:
12965         * gst/rtsp/rtspext.h:
12966         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12967         (rtsp_ext_wms_get_context):
12968         Add method so that extensions can choose to disable the setup of
12969         a stream.
12970         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12971
12972 2006-11-27  Wim Taymans  <wim@fluendo.com>
12973
12974         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12975
12976         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12977         Push header in a separate buffer instead of memcpy:ing all data.
12978         Change LF => CRLF in headers.
12979         Move trailing LF to header. Fixes #379792.
12980
12981 2006-11-27  Wim Taymans  <wim@fluendo.com>
12982
12983         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12984         Small buffer overflow fix and improve debugging.
12985
12986 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12987
12988         * ext/esd/esdmon.h:
12989         * ext/esd/esdsink.h:
12990           remove obsolete _factory_init protos
12991
12992 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12993
12994         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12995         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12996         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12997         (gst_avi_demux_read_subindexes_push),
12998         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12999         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13000         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13001         (gst_avi_demux_massage_index),
13002         (gst_avi_demux_calculate_durations_from_index),
13003         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13004         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13005         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13006           remove dead code, tweak debugs statements, add comments, use
13007           _uint64_scale instead _uint64_scale_int when using guint64 values,
13008           small optimizations, reflow some error handling
13009
13010 2006-11-22  Edward Hervey  <edward@fluendo.com>
13011
13012         * po/.cvsignore:
13013         We never put .pot files in cvs. Let's ignore them all.
13014
13015 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         * po/POTFILES.in:
13018           ... but better exclude files that aren't disted.
13019
13020 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * po/POTFILES.in:
13023           Add v4l2 source files to list of files with translations, so the
13024           strings are actually extracted (however bad they still may be).
13025
13026 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13027
13028         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13029           Minor clean-ups: const-ify static array, remove trailing comma from
13030           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13031
13032 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13033
13034         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13035         Make sure that g_free always gets called on the same pointer that was 
13036         returned by g_malloc.  Fixes #376594.
13037         Do not leak memory if decompressed size is wrong.
13038         Remove unneeded check of return value of g_malloc.
13039         Patch by: René Stadler <mail@renestadler.de>
13040
13041 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13044           Add missing curly brackets.
13045
13046 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13047
13048         * sys/v4l2/v4l2src_calls.c:
13049         Fix capture_deinit.
13050
13051 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13054         (gst_matroska_mux_request_new_pad):
13055           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13056
13057         * tests/check/elements/matroskamux.c: (setup_src_pad),
13058         (setup_sink_pad), (GST_START_TEST):
13059         Activate pads before using them.
13060
13061 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13064           Initialise variable to get rid of bogus compiler warning.
13065
13066 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13067
13068         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13069
13070         * gst/rtp/gstrtph263pay.c:
13071         * gst/rtp/gstrtph263pdepay.c:
13072         * gst/rtp/gstrtph263ppay.c:
13073           Specify H.263 variant and version in the caps (fixes #361637)
13074
13075 2006-11-15  Wim Taymans  <wim@fluendo.com>
13076
13077         * gst/rtsp/rtspconnection.c: (read_body):
13078         Don't set a data pointer to NULL and a size > 0 when we deal
13079         with empty packets.
13080
13081         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13082         (rtsp_message_init_response), (rtsp_message_init_data),
13083         (rtsp_message_unset), (rtsp_message_free),
13084         (rtsp_message_take_body):
13085         Check that we can't create invalid empty packets. 
13086
13087 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13088
13089         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13090
13091         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13092         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13093         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13094         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13095         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13096         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13097         * gst/matroska/matroska-mux.h:
13098           Add basic tag writing support; implement releasing pads (#374658).
13099
13100 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13103         (gst_matroska_demux_audio_caps):
13104           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13105
13106 2006-11-14  David Schleef  <ds@schleef.org>
13107
13108         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13109
13110 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13113
13114         * win32/vs8/gst-plugins-good.sln:
13115         * win32/vs8/libgst1394.vcproj:
13116         * win32/vs8/libgstaasink.vcproj:
13117         * win32/vs8/libgstalaw.vcproj:
13118         * win32/vs8/libgstalpha.vcproj:
13119         * win32/vs8/libgstalphacolor.vcproj:
13120         * win32/vs8/libgstannodex.vcproj:
13121         * win32/vs8/libgstapetag.vcproj:
13122         * win32/vs8/libgstaudiofx.vcproj:
13123         * win32/vs8/libgstauparse.vcproj:
13124         * win32/vs8/libgstautodetect.vcproj:
13125         * win32/vs8/libgstavi.vcproj:
13126         * win32/vs8/libgstcacasink.vcproj:
13127         * win32/vs8/libgstcdio.vcproj:
13128         * win32/vs8/libgstcutter.vcproj:
13129         * win32/vs8/libgstdv.vcproj:
13130         * win32/vs8/libgsteffectv.vcproj:
13131         * win32/vs8/libgstflac.vcproj:
13132         * win32/vs8/libgstflxdec.vcproj:
13133         * win32/vs8/libgstgoom.vcproj:
13134         * win32/vs8/libgsticydemux.vcproj:
13135         * win32/vs8/libgstid3demux.vcproj:
13136         * win32/vs8/libgstjpeg.vcproj:
13137         * win32/vs8/libgstladspa.vcproj:
13138         * win32/vs8/libgstlevel.vcproj:
13139         * win32/vs8/libgstmatroska.vcproj:
13140         * win32/vs8/libgstmikmod.vcproj:
13141         * win32/vs8/libgstmng.vcproj:
13142         * win32/vs8/libgstmonoscope.vcproj:
13143         * win32/vs8/libgstmulaw.vcproj:
13144         * win32/vs8/libgstmultipart.vcproj:
13145         * win32/vs8/libgstpng.vcproj:
13146         * win32/vs8/libgstrtp.vcproj:
13147         * win32/vs8/libgstrtsp.vcproj:
13148         * win32/vs8/libgstshout2.vcproj:
13149         * win32/vs8/libgstsmpte.vcproj:
13150         * win32/vs8/libgstspeex.vcproj:
13151         * win32/vs8/libgsttaglib.vcproj:
13152         * win32/vs8/libgstudp.vcproj:
13153         * win32/vs8/libgstvideobalance.vcproj:
13154         * win32/vs8/libgstvideobox.vcproj:
13155         * win32/vs8/libgstvideoflip.vcproj:
13156         * win32/vs8/libgstvideomixer.vcproj:
13157         * win32/vs8/libgstwavenc.vcproj:
13158         * win32/vs8/libgstwavparse.vcproj:
13159           Make end-of-line returns unixy, so that when the files are checked
13160           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13161           Hopefully fixes #366492.
13162
13163 2006-11-14  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13166         Disable init_frames delay timestamp adjustment, it does not
13167         seem to be needed at all. Fixes #369621.
13168
13169 2006-11-13  Wim Taymans  <wim@fluendo.com>
13170
13171         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13172
13173         * gst/videomixer/videomixer.c:
13174         (gst_videomixer_set_master_geometry),
13175         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13176         (gst_videomixer_collect_free), (gst_videomixer_reset),
13177         (gst_videomixer_init), (gst_videomixer_finalize),
13178         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13179         (gst_videomixer_collected), (gst_videomixer_change_state):
13180         Fix memleak by unref'ing collectpads instance (when finalizing)
13181         Implement releasing a request pad. Fixes #374479.
13182
13183 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13186
13187         * win32/vs8/gst-plugins-good.sln:
13188         * win32/vs8/libgst1394.vcproj:
13189         * win32/vs8/libgstaasink.vcproj:
13190         * win32/vs8/libgstalaw.vcproj:
13191         * win32/vs8/libgstalpha.vcproj:
13192         * win32/vs8/libgstalphacolor.vcproj:
13193         * win32/vs8/libgstannodex.vcproj:
13194         * win32/vs8/libgstapetag.vcproj:
13195         * win32/vs8/libgstaudiofx.vcproj:
13196         * win32/vs8/libgstauparse.vcproj:
13197         * win32/vs8/libgstautodetect.vcproj:
13198         * win32/vs8/libgstavi.vcproj:
13199         * win32/vs8/libgstcacasink.vcproj:
13200         * win32/vs8/libgstcdio.vcproj:
13201         * win32/vs8/libgstcutter.vcproj:
13202         * win32/vs8/libgstdv.vcproj:
13203         * win32/vs8/libgsteffectv.vcproj:
13204         * win32/vs8/libgstflac.vcproj:
13205         * win32/vs8/libgstflxdec.vcproj:
13206         * win32/vs8/libgstgoom.vcproj:
13207         * win32/vs8/libgsticydemux.vcproj:
13208         * win32/vs8/libgstid3demux.vcproj:
13209         * win32/vs8/libgstjpeg.vcproj:
13210         * win32/vs8/libgstladspa.vcproj:
13211         * win32/vs8/libgstlevel.vcproj:
13212         * win32/vs8/libgstmatroska.vcproj:
13213         * win32/vs8/libgstmikmod.vcproj:
13214         * win32/vs8/libgstmng.vcproj:
13215         * win32/vs8/libgstmonoscope.vcproj:
13216         * win32/vs8/libgstmulaw.vcproj:
13217         * win32/vs8/libgstmultipart.vcproj:
13218         * win32/vs8/libgstpng.vcproj:
13219         * win32/vs8/libgstrtp.vcproj:
13220         * win32/vs8/libgstrtsp.vcproj:
13221         * win32/vs8/libgstshout2.vcproj:
13222         * win32/vs8/libgstsmpte.vcproj:
13223         * win32/vs8/libgstspeex.vcproj:
13224         * win32/vs8/libgsttaglib.vcproj:
13225         * win32/vs8/libgstudp.vcproj:
13226         * win32/vs8/libgstvideobalance.vcproj:
13227         * win32/vs8/libgstvideobox.vcproj:
13228         * win32/vs8/libgstvideoflip.vcproj:
13229         * win32/vs8/libgstvideomixer.vcproj:
13230         * win32/vs8/libgstwavenc.vcproj:
13231         * win32/vs8/libgstwavparse.vcproj:
13232           Add VS8 project files (note that many of the plugins in ext are
13233           disabled by default). Fixes #366492.
13234
13235 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13236
13237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13238           we do not translate debug messages
13239
13240 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13241
13242         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13243           fix categorisation, make short desc more explicit, remove unused code
13244           Fixes #372021
13245
13246 2006-11-08  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst/rtp/gstrtpL16depay.c:
13249         * gst/rtp/gstrtpamrdepay.c:
13250         * gst/rtp/gstrtpamrpay.c:
13251         * gst/rtp/gstrtpgsmdepay.c:
13252         * gst/rtp/gstrtph263pay.c:
13253         * gst/rtp/gstrtph263pdepay.c:
13254         * gst/rtp/gstrtph263ppay.c:
13255         * gst/rtp/gstrtph264depay.c:
13256         * gst/rtp/gstrtpmp2tdepay.c:
13257         * gst/rtp/gstrtpmp4gdepay.c:
13258         * gst/rtp/gstrtpmp4gpay.c:
13259         * gst/rtp/gstrtpmp4vdepay.c:
13260         * gst/rtp/gstrtpmp4vpay.c:
13261         * gst/rtp/gstrtpmpadepay.c:
13262         * gst/rtp/gstrtpmpapay.c:
13263         * gst/rtp/gstrtppcmadepay.c:
13264         * gst/rtp/gstrtppcmapay.c:
13265         * gst/rtp/gstrtppcmudepay.c:
13266         * gst/rtp/gstrtppcmupay.c:
13267         * gst/rtp/gstrtpspeexdepay.c:
13268         * gst/rtp/gstrtpspeexpay.c:
13269         * gst/rtp/gstrtpsv3vdepay.c:
13270         Fix element descriptions.
13271
13272 2006-11-08  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst/rtp/gstrtpvorbisdepay.c:
13275         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13276         Fix description.
13277         Small cleanup in the payloader.
13278
13279 2006-11-08  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst/rtp/Makefile.am:
13282         * gst/rtp/gstrtp.c: (plugin_init):
13283         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13284         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13285         (gst_rtp_theora_depay_finalize),
13286         (gst_rtp_theora_depay_parse_configuration),
13287         (gst_rtp_theora_depay_setcaps),
13288         (gst_rtp_theora_depay_switch_codebook),
13289         (gst_rtp_theora_depay_process),
13290         (gst_rtp_theora_depay_set_property),
13291         (gst_rtp_theora_depay_get_property),
13292         (gst_rtp_theora_depay_change_state),
13293         (gst_rtp_theora_depay_plugin_init):
13294         * gst/rtp/gstrtptheoradepay.h:
13295         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13296         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13297         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13298         (gst_rtp_theora_pay_init_packet),
13299         (gst_rtp_theora_pay_flush_packet),
13300         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13301         (gst_rtp_theora_pay_handle_buffer),
13302         (gst_rtp_theora_pay_plugin_init):
13303         * gst/rtp/gstrtptheorapay.h:
13304         Add theora pay/depayloaders.
13305
13306 2006-11-06  Wim Taymans  <wim@fluendo.com>
13307
13308         * gst/rtp/Makefile.am:
13309         We depend on gsttag to generate the vorbis comments.
13310
13311         * gst/rtp/gstrtpvorbisdepay.c:
13312         (gst_rtp_vorbis_depay_parse_configuration),
13313         (gst_rtp_vorbis_depay_setcaps),
13314         (gst_rtp_vorbis_depay_switch_codebook),
13315         (gst_rtp_vorbis_depay_process):
13316         * gst/rtp/gstrtpvorbisdepay.h:
13317         Parse configuration string in the depayloader.
13318         Implement selecting and switching to a new codebook.
13319         Receiving vorbis over RTP now works.
13320
13321         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13322         (gst_rtp_vorbis_pay_init_packet),
13323         (gst_rtp_vorbis_pay_finish_headers),
13324         (gst_rtp_vorbis_pay_handle_buffer):
13325         * gst/rtp/gstrtpvorbispay.h:
13326         Set timestamps on outgoing buffers and RTP packets.
13327         Fix configuration string, prepend number of Packet headers.
13328         Fix encoding of ident string.
13329         Add delivery-method to caps.
13330         Streaming vorbis over RTP now works.
13331
13332 2006-11-06  Wim Taymans  <wim@fluendo.com>
13333
13334         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13335         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13336         (gst_rtp_vorbis_pay_handle_buffer):
13337         * gst/rtp/gstrtpvorbispay.h:
13338         Generate a valid configuration string in the caps based on the
13339         vorbis headers.
13340
13341 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13344         * ext/cdio/gstcdio.h:
13345         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13346           Move CD-TEXT utility function into common file so it can also be
13347           used by a future cdioparanoiasrc.
13348
13349 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13350         
13351         * sys/v4l2/Makefile.am:
13352         * sys/v4l2/gstv4l2object.c:
13353         * sys/v4l2/gstv4l2src.c:
13354         * sys/v4l2/gstv4l2xoverlay.c:
13355         * sys/v4l2/v4l2_calls.c:
13356         * sys/v4l2/v4l2src_calls.c:
13357         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13358         xoverlay code that is still not implemented.
13359
13360 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13361
13362         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13363           We require a -base more recent than 0.10.9, so it's safe to use
13364           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13365
13366         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13367         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13368           Use _newsegment_full() now that we depend on a recent enough core.
13369
13370         * gst/wavparse/gstwavparse.c:
13371           Remove cruft that we don't need any longer now that we depend on
13372           a recent enough -base.
13373
13374 2006-10-31  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst/rtp/Makefile.am:
13377         * gst/rtp/gstrtp.c: (plugin_init):
13378         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13379         (gst_rtpilbcpay_setcaps):
13380         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13381
13382 2006-10-31  Wim Taymans  <wim@fluendo.com>
13383
13384         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13385         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13386         Some small cleanups, use _scale.
13387
13388 2006-10-31  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13391         Use higher precision scale function.
13392
13393 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13394
13395         Patch by: Michal Benes  <michal dot benes at itonis tv>
13396
13397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13398         (gst_matroska_demux_read_track_encodings),
13399         (gst_matroska_decode_buffer):
13400           Fix several issues with encoded/compressed/encrypted/signed tracks;
13401           also, remove superfluous newline characters from some debug
13402           statements. (#366155)
13403
13404 2006-10-30  Wim Taymans  <wim@fluendo.com>
13405
13406         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13407         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13408         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13409         (gst_smokedec_change_state):
13410         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13411         (gst_smokeenc_init), (gst_smokeenc_finalize),
13412         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13413         (gst_smokeenc_resync), (gst_smokeenc_chain),
13414         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13415         (gst_smokeenc_change_state):
13416         Various cleanups, capsnego and leak fixes.
13417
13418 2006-10-30  Wim Taymans  <wim@fluendo.com>
13419
13420         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13421
13422         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13423         Fix videomixer so that it can handle any combination of framerates.
13424         Fixes #367221.
13425
13426 2006-10-28  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13429         (gst_avi_demux_parse_file_header),
13430         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13431         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13432         (gst_avi_demux_chain):
13433         Fix position query for audio. also fixes timestamps in streaming
13434         mode and bug #364958.
13435         Small cleanups.
13436
13437 2006-10-27  Wim Taymans  <wim@fluendo.com>
13438
13439         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13440         * ext/libpng/gstpngenc.h:
13441         Fix strides. Fixes #364856.
13442         Cleanup capsnego.
13443         Set caps on outgoing buffers.
13444
13445 2006-10-18  Wim Taymans  <wim@fluendo.com>
13446
13447         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13448
13449         * gst/rtp/gstrtpgsmpay.c:
13450         * gst/rtp/gstrtph263pay.c:
13451         * gst/rtp/gstrtpmpapay.c:
13452         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13453         (gst_rtp_pcma_pay_handle_buffer):
13454         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13455         Add static payload numbers in addition to the dynamic ones.
13456         Fixes #361639.
13457
13458 2006-10-18  Wim Taymans  <wim@fluendo.com>
13459
13460         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13461         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13462         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13463         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13464         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13465         * gst/rtsp/rtspdefs.h:
13466         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13467         * gst/rtsp/rtspurl.h:
13468         Reuse already existing enum for lower transport.
13469         Add rtspt and rtspu protocols.
13470         Send redirect to rtspt when udp times out.
13471
13472 2006-10-18  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13475         (gst_wavparse_stream_data):
13476         Fix seeking some more, mostly for speed changes.
13477
13478 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13479
13480         Patch by: Fredrik Persson  <frepe at bredband net>
13481
13482         * sys/v4l2/gstv4l2tuner.c:
13483         * sys/v4l2/gstv4l2tuner.h:
13484           Fix _set_channel(): remove useless g_object_notify() for "channel"
13485           property that doesn't exist any longer and therefore now also
13486           useless redirect (#338818).
13487
13488 2006-10-17  Wim Taymans  <wim@fluendo.com>
13489
13490         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13491         Some drivers do not support unsetting the non-blocking flag once the
13492         device is opened. In those cases, close/open the device in
13493         non-blocking mode. Fixes #362673.
13494
13495 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13496
13497         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13498         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13499         (gst_v4l2src_get_fps):
13500           dear stefan, framespersecond is not frameperiod, reverting but adding
13501           comment
13502
13503 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13504
13505         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13507         (gst_v4l2src_get_fps):
13508           Numerator is numerator and denominator is denominator. Say that aloud
13509           5 times and retry after next beer.
13510
13511 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         Patch by: Josep Torra Valles  <josep at fluendo com>
13514
13515         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13516         * ext/esd/esdsink.c: (gst_esdsink_write):
13517         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13518         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13519         (gst_flac_dec_send_newsegment):
13520         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13521         (gst_flac_enc_tell_callback):
13522         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13523         (smokecodec_parse_header), (smokecodec_decode):
13524         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13525         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13526         * gst/goom/Makefile.am:
13527         * gst/goom/gstgoom.c:
13528         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13529         * gst/rtsp/gstrtspsrc.c:
13530         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13531         * gst/udp/gstudpsink.c:
13532         * gst/udp/gstudpsrc.c:
13533         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13534         * sys/sunaudio/gstsunaudiomixertrack.h:
13535           Fix a bunch of problems discovered by the Forte compiler, mostly type
13536           mixups and pointer arithmetics with void pointers. Fixes #362603.
13537
13538 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * ext/speex/gstspeex.c: (plugin_init):
13541         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13542         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13543         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13544         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13545         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13546         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13547         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13548         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13549         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13550         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13551         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13552         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13553         * ext/speex/gstspeexenc.h:
13554           Miscellaneous clean-ups, among other things: speexenc => enc to
13555           enhance code readability; change speexenc => speex_enc; in chain
13556           function unref input buffer in case of error; take reference in
13557           event function; use boilerplate macro; use gst_pad_query_peer_*
13558           convenience functions.
13559
13560 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13561
13562         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13563         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13564         (gst_speexenc_set_header_on_caps):
13565           Fix some mem leaks.
13566
13567 2006-10-11  Wim Taymans  <wim@fluendo.com>
13568
13569         * gst/rtsp/URLS:
13570         Added some other URL.
13571
13572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13573         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13574         (gst_rtspsrc_open), (gst_rtspsrc_play),
13575         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13576         * gst/rtsp/gstrtspsrc.h:
13577         Work on fallback to TCP connection when the UDP socket times out.
13578         Handler server requests, just reply with OK for now.
13579
13580         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13581         * gst/rtsp/rtspdefs.h:
13582         Added some more Real extension headers.
13583
13584         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13585         Fix parsing of urls with a ':' that is not part of the hostname:port
13586         part of the url.
13587
13588 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13589
13590         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13591         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13592         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13593           Activate pad before adding it to the already-running element.
13594
13595         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13596           Activate newly-created pad too.
13597
13598 2006-10-11  Wim Taymans  <wim@fluendo.com>
13599
13600         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13601
13602         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13603         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13604         (gst_udpsrc_start):
13605         Fix some leaks in caps and uris. Fixes #361252.
13606
13607 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * gst/wavparse/Makefile.am:
13610           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13611
13612 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13613
13614         * sys/v4l2/gstv4l2xoverlay.c:
13615         * sys/v4l2/gstv4l2xoverlay.h:
13616         Fix build as per the patch in #338818 comment 36.
13617
13618 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13621           Activate pads before adding them to the source.
13622
13623 2006-10-06  Wim Taymans  <wim@fluendo.com>
13624
13625         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13626         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13627         Activate pads before adding.
13628
13629 2006-10-06  Wim Taymans  <wim@fluendo.com>
13630
13631         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13632         (gst_multipart_find_pad_by_mime):
13633         Activate pads before adding.
13634
13635         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13636         BOILERPLATE sets parent_class for us.
13637
13638 2006-10-06  Wim Taymans  <wim@fluendo.com>
13639
13640         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13641         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13642         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13643         (gst_rtspsrc_alloc_udp_ports),
13644         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13645         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13646         (gst_rtspsrc_create_transports_string),
13647         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13648         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13649         * gst/rtsp/gstrtspsrc.h:
13650         Rework how the transport string is constructed, try to share channels
13651         and udp ports.
13652         Make most of the stuff less dependant on RTP as we are also going to use
13653         it for RDT.
13654         Add support for transport specific session managers.
13655
13656         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13657         Implement _flush().
13658
13659         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13660         * gst/rtsp/rtspdefs.h:
13661         Add generic error return code.
13662
13663         * gst/rtsp/rtspext.h:
13664         Add support for pluggable tranport strings.
13665
13666         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13667         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13668         (rtsp_ext_wms_get_context):
13669         Detect WMServer and activate the extension.
13670
13671         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13672         (rtsp_transport_get_manager), (rtsp_transport_parse):
13673         * gst/rtsp/rtsptransport.h:
13674         Added methods to get mime/manager for certain transports.
13675
13676 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13677
13678         * ext/cairo/gsttimeoverlay.c:
13679         (gst_cairo_time_overlay_update_font_height):
13680         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13681         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13682         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13683         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13684         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13685         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13686         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13687         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13688         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13689         (gst_avi_demux_stream_data):
13690         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13691         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13692         (gst_fenced_buffer_copy):
13693         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13695         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13697         (gst_rtspsrc_handle_message):
13698         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13699         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13700           Printf format fixes.
13701
13702 2006-10-04  Wim Taymans  <wim@fluendo.com>
13703
13704         * gst/rtsp/Makefile.am:
13705         Dist new .h file too.
13706
13707 2006-10-04  Wim Taymans  <wim@fluendo.com>
13708
13709         * gst/rtsp/Makefile.am:
13710         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13711         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13713         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13714         (gst_rtspsrc_parse_rtpmap),
13715         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13716         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13717         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13718         * gst/rtsp/gstrtspsrc.h:
13719         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13720         * gst/rtsp/rtspdefs.h:
13721         * gst/rtsp/rtspext.h:
13722         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13723         (rtsp_ext_wms_get_context):
13724         * gst/rtsp/rtspextwms.h:
13725         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13726         (rtsp_transport_parse):
13727         * gst/rtsp/rtsptransport.h:
13728         Factor out extension in separate module.
13729         Fix getcaps to filter against the padtemplate.
13730         Use Content-Base if the server gives one.
13731         Rework the transport parsing a bit for future extensions.
13732         Added some Real Header field definitions.
13733
13734 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * docs/plugins/Makefile.am:
13737         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13739           added v4l2 stubs
13740         * gst-plugins-good.spec.in:
13741           add v4l2
13742
13743 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13746           Extract disc/album/medium number and count and try harder
13747           to extract track number/count.
13748
13749 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13750
13751         * configure.ac:
13752         * sys/Makefile.am:
13753           add build stuff for v4l2, needs --enable-experimental until
13754           the last bits are resolved
13755
13756 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13757
13758         * tests/check/Makefile.am:
13759           Disable autodetect test temporarily, so that the build bots
13760           update -bad and the ranks of unreliable video sinks in there.
13761
13762         * tests/check/elements/autodetect.c: (GST_START_TEST):
13763           Skip test if no usable videosink is found.
13764
13765 2006-09-29  Wim Taymans  <wim@fluendo.com>
13766
13767         * gst/rtsp/URLS:
13768         Add some more URLs.
13769
13770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13771         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13772         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13773         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13774         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13775         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13776         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13777         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13778         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13779         * gst/rtsp/gstrtspsrc.h:
13780         Add timeout property to control UDP timeouts.
13781         Fix error messages.
13782         Also start a loop function when operating in UDP mode so that we can
13783         do some more stuff async.
13784         Handle element messages from udpsrc to detect timeouts. If a timeout
13785         happens we currently generate an error.
13786         API: rtspsrc::timeout property.
13787
13788         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13789         (gst_udpsrc_create):
13790         Really implement the timeout in microseconds and not milliseconds.
13791
13792 2006-09-29  Wim Taymans  <wim@fluendo.com>
13793
13794         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13795         (gst_udpsrc_create), (gst_udpsrc_set_property),
13796         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13797         * gst/udp/gstudpsrc.h:
13798         Added property to post a message on timeout.
13799         Updated docs.
13800         When restarting the select, initialize the fdsets again.
13801         Init control sockets so we don't accidentally close a random socket.
13802         API: GstUDPSrc::timeout property
13803
13804 2006-09-29  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13807         Fix flag registration.
13808
13809         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13810         Reading 0 also means 'no more commands'
13811
13812 2006-09-29  Wim Taymans  <wim@fluendo.com>
13813
13814         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13815
13816         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13817         Fix possible infinite loop when shutting down, a read can also return
13818         0 to indicate no more messages are available. Fixes #358156.
13819
13820 2006-09-25  Wim Taymans  <wim@fluendo.com>
13821
13822         * gst/autodetect/gstautoaudiosink.c:
13823         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13824         (gst_auto_audio_sink_find_best):
13825         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13826         Small cleanups.
13827         don't try to set "sync" property when it is not available.
13828
13829 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13830
13831         Patch by: Peter Kjellerstedt  <pkj at axis com>
13832
13833         * gst/alpha/gstalpha.c:
13834         * gst/rtp/gstrtpamrdepay.c:
13835         * gst/rtsp/gstrtspsrc.c:
13836         * gst/udp/gstudpsrc.c:
13837         * gst/videomixer/videomixer.c:
13838           Include stdlib.h in some more places, makes things compile
13839           with uClibc and -Werror (#357592).
13840
13841 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         * ext/jpeg/gstjpegdec.c:
13844           Set minimum height to 8 (from 16), our code should handle
13845           that fine. Some of the buttons on the apple trailer site
13846           are apparently only 15 pixels high (see #357470).
13847
13848 2006-09-23  Wim Taymans  <wim@fluendo.com>
13849
13850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13851         (gst_rtspsrc_open):
13852         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13853         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13854         (rtsp_connection_receive):
13855         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13856         * gst/rtsp/rtspdefs.h:
13857         Improve error reporting.
13858
13859 2006-09-23  Wim Taymans  <wim@fluendo.com>
13860
13861         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13862         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13863         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13864         * gst/rtp/gstrtpdepay.c:
13865         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13866         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13867         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13868         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13869         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13870         (gst_rtp_mp2t_depay_plugin_init):
13871         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13872         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13873         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13874         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13875         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13876         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13877         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13878         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13879         Fix klass typos.
13880         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13881
13882 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         * configure.ac:
13885           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13886
13887 2006-09-22  Wim Taymans  <wim@fluendo.com>
13888
13889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13890         Don't check for a tag that is never there and check if we read the
13891         correct tag. Fixes seeking again.
13892         We must post an error when all pads are unlinked.
13893
13894 2006-09-22  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst/rtp/Makefile.am:
13897         * gst/rtp/gstrtp.c: (plugin_init):
13898         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13899         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13900         (gst_rtp_vorbis_pay_reset_packet),
13901         (gst_rtp_vorbis_pay_init_packet),
13902         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13903         (gst_rtp_vorbis_pay_handle_buffer):
13904         More fixage, set endoder-params correctly in the payloader.
13905
13906 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         * gst/autodetect/gstautoaudiosink.c:
13909         (gst_auto_audio_sink_base_init):
13910         * gst/autodetect/gstautovideosink.c:
13911         (gst_auto_video_sink_base_init):
13912           Make static pad templates static to appease valgrind's leak
13913           detector.
13914
13915         * tests/check/Makefile.am:
13916         * tests/check/elements/.cvsignore:
13917         * tests/check/elements/autodetect.c: (GST_START_TEST),
13918         (autodetect_suite):
13919           Add simple test for the ghostpad lockup on shutdown fixed in core
13920           CVS (audio bit disabled because it would need dozens of alsa
13921           suppressions and I'm too lazy to add those now).
13922
13923 2006-09-22  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13926         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13927         Small cleanups.
13928
13929         * gst/rtp/Makefile.am:
13930         * gst/rtp/gstrtp.c: (plugin_init):
13931         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13932         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13933         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13934         (gst_rtp_vorbis_depay_process),
13935         (gst_rtp_vorbis_depay_set_property),
13936         (gst_rtp_vorbis_depay_get_property),
13937         (gst_rtp_vorbis_depay_change_state),
13938         (gst_rtp_vorbis_depay_plugin_init):
13939         * gst/rtp/gstrtpvorbisdepay.h:
13940         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13941         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13942         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13943         (gst_rtp_vorbis_pay_flush_packet),
13944         (gst_rtp_vorbis_pay_append_buffer),
13945         (gst_rtp_vorbis_pay_handle_buffer),
13946         (gst_rtp_vorbis_pay_plugin_init):
13947         * gst/rtp/gstrtpvorbispay.h:
13948         Add experimental vorbis pay and depayloaders.
13949
13950 2006-09-21  Wim Taymans  <wim@fluendo.com>
13951
13952         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13953         Fix profile-level-id parsing and setup.
13954
13955 2006-09-21  Wim Taymans  <wim@fluendo.com>
13956
13957         * gst/udp/README:
13958         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13959         Update README, simple cleanup.
13960
13961 2006-09-21  Wim Taymans  <wim@fluendo.com>
13962
13963         * gst/rtp/README:
13964         Update README with some examples.
13965
13966         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13967         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13968         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13969         (gst_rtp_mp4g_pay_setcaps):
13970         * gst/rtp/gstrtpmp4gpay.h:
13971         Make optional RTP parameters of type STRING, as required by the
13972         application/x-rtp caps specification.
13973
13974 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13975
13976         * gst/rtp/gstrtph263pdepay.c:
13977         * gst/rtp/gstrtph263ppay.c:
13978         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13979         RTP header.
13980
13981 2006-09-20  Wim Taymans  <wim@fluendo.com>
13982
13983         * gst/rtp/Makefile.am:
13984         And makefile too.
13985
13986 2006-09-20  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/rtp/gstrtp.c: (plugin_init):
13989         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13990         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13991         (decode_base64), (gst_rtp_asf_depay_setcaps),
13992         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13993         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13994         (gst_rtp_asf_depay_plugin_init):
13995         * gst/rtp/gstrtpasfdepay.h:
13996         Added preliminary ASF depayloader.
13997
13998         * gst/rtp/gstrtph264depay.c: (decode_base64):
13999         Fix base64 decoding.
14000
14001 2006-09-20  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/rtsp/URLS:
14004         Added some test URLS.
14005
14006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14007         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14008         * gst/rtsp/gstrtspsrc.h:
14009         When creating streams, give access to the complete SDP.
14010         Fix some leaks.
14011         Collect and merge global stream properties in stream caps.
14012         Preliminary support for WMServer.
14013
14014         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14015         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14016         (rtsp_connection_receive):
14017         * gst/rtsp/rtspconnection.h:
14018         Make connection interruptable.
14019         Refactor to make it reconnectable.
14020         Don't fail on short reads when reading data packets.
14021
14022         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14023         (rtsp_url_get_port):
14024         * gst/rtsp/rtspurl.h:
14025         Add methods for getting/setting the port.
14026
14027         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14028         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14029         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14030         (sdp_media_get_format), (sdp_parse_line),
14031         (sdp_message_parse_buffer):
14032         Fix headers. 
14033         Add methods for getting multiple attributes with the same name.
14034         Increase buffer size when parsing.
14035         Fix parsing of a=foo fields.
14036
14037         * gst/rtsp/test.c: (main):
14038         Update to new connection API.
14039
14040         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14041         (rtsp_message_init_response), (rtsp_message_init_data),
14042         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14043         * gst/rtsp/rtspmessage.h:
14044         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14045         * gst/rtsp/rtsptransport.h:
14046         * gst/rtsp/sdp.h:
14047         * gst/rtsp/sdpmessage.h:
14048         * gst/rtsp/gstrtsp.c:
14049         * gst/rtsp/gstrtsp.h:
14050         * gst/rtsp/gstrtpdec.c:
14051         * gst/rtsp/gstrtpdec.h:
14052         * gst/rtsp/rtsp.h:
14053         * gst/rtsp/rtspdefs.c:
14054         * gst/rtsp/rtspdefs.h:
14055         Dual licensed under MIT and LGPL now.
14056
14057 2006-09-19  Wim Taymans  <wim@fluendo.com>
14058
14059         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14060         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14061         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14062         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14063         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14064         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14065         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14066         * gst/rtsp/gstrtspsrc.h:
14067         Reorganize stream parsing and creation.
14068         Detect container formats in interleaved mode.
14069         Keep more state about the streams.
14070         Assume a server also supports PLAY if it does not say.
14071         Add unicast and interleaved properties to TCP transport requests to make
14072         some servers happy (WMServer).
14073
14074         * gst/rtsp/sdpmessage.h:
14075         Add some defines for the standard Bandwidth types.
14076
14077 2006-09-19  Wim Taymans  <wim@fluendo.com>
14078
14079         * gst/rtsp/test.c: (main):
14080         Fix build.
14081
14082 2006-09-19  Wim Taymans  <wim@fluendo.com>
14083
14084         * gst/wavparse/gstwavparse.c:
14085         Add ms-gsm to the src template.
14086
14087 2006-09-18  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14090         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14091         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14092         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14093         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14094         * gst/rtsp/gstrtspsrc.h:
14095         Small cleanups, added documentation.
14096         Try to clean up the requests and responses.
14097         Refactor parsing the supported methods.
14098
14099         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14100         (rtsp_connection_create), (rtsp_connection_send),
14101         (parse_response_status), (parse_request_line),
14102         (rtsp_connection_receive), (rtsp_connection_close),
14103         (rtsp_connection_free):
14104         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14105         (rtsp_transport_init), (rtsp_transport_parse),
14106         (rtsp_transport_free):
14107         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14108         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14109         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14110         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14111         Use g_return_val some more.
14112
14113         * gst/rtsp/rtspdefs.h:
14114         Add more enum values to track initial states.
14115
14116         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14117         (rtsp_message_init_request), (rtsp_message_new_response),
14118         (rtsp_message_init_response), (rtsp_message_init_data),
14119         (rtsp_message_unset), (rtsp_message_free),
14120         (rtsp_message_add_header), (rtsp_message_remove_header),
14121         (rtsp_message_get_header), (rtsp_message_set_body),
14122         (rtsp_message_take_body), (rtsp_message_get_body),
14123         (rtsp_message_steal_body), (rtsp_message_dump):
14124         * gst/rtsp/rtspmessage.h:
14125         Reorder arguments, object goes as the first one.
14126         Use g_return_val some more.
14127
14128 2006-09-18  Wim Taymans  <wim@fluendo.com>
14129
14130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14131         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14132         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14133         * gst/rtsp/gstrtspsrc.h:
14134         Export sometimes source pad with correct caps on the template, create
14135         the ghostpad from the template.
14136         Remove RTCP template as we never expose RTCP.
14137         Protect against invalid body size.
14138         Avoid memcpy when creating the output buffer.
14139         Properly post an error and send EOS when the loop function is shut down.
14140
14141 2006-09-18  Wim Taymans  <wim@fluendo.com>
14142
14143         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14144
14145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14146         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14147         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14148         * gst/rtsp/gstrtspsrc.h:
14149         Make sure we can never set an invalid location.
14150
14151         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14152         * gst/rtsp/rtspmessage.h:
14153         Added _steal_body method for future use.
14154
14155         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14156         Make freeing of NULL url return immediatly.
14157
14158 2006-09-18  Wim Taymans  <wim@fluendo.com>
14159
14160         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14161
14162         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14163         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14164         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14165         (gst_rtspsrc_change_state):
14166         * gst/rtsp/gstrtspsrc.h:
14167         Use boilerplate.
14168         Make rtspsrc subclass GstBin to make state changes easier.
14169         Add Range header field on the PLAY request.
14170
14171 2006-09-18  Wim Taymans  <wim@fluendo.com>
14172
14173         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14174
14175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14176         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14177         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14178         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14179         * gst/rtsp/rtspconnection.c: (inet_aton):
14180         Small cleanups.
14181         when multicast is selected as the transport, create UDP sources and
14182         connect to the multicast group.
14183         Move parsing and setting of caps to a common place.
14184         Fixes #349894.
14185
14186 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14187
14188         * ext/flac/gstflactag.c:
14189         * gst/alpha/gstalpha.c:
14190         * gst/debug/breakmydata.c:
14191         * gst/debug/negotiation.c:
14192         * gst/debug/testplugin.c:
14193         * gst/effectv/gstaging.c:
14194         * gst/effectv/gstdice.c:
14195         * gst/effectv/gstedge.c:
14196         * gst/effectv/gstquark.c:
14197         * gst/effectv/gstrev.c:
14198         * gst/effectv/gstshagadelic.c:
14199         * gst/effectv/gstvertigo.c:
14200         * gst/effectv/gstwarp.c:
14201         * gst/multipart/multipartdemux.c:
14202         * gst/multipart/multipartmux.c:
14203         * gst/videobox/gstvideobox.c:
14204         * gst/videofilter/gstgamma.c:
14205         * gst/videofilter/gstvideotemplate.c:
14206         * gst/videomixer/videomixer.c:
14207         * sys/sunaudio/gstsunaudiosrc.h:
14208         More G_OBJECT macro fixing.
14209
14210 2006-09-16  Wim Taymans  <wim@fluendo.com>
14211
14212         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14213
14214         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14215         Correctly set the dwLength in strh.
14216         With this patch, the file duration is now displayed correctly in window
14217         media player and the AVI plays completely. Fixes #356147
14218
14219 2006-09-15  Wim Taymans  <wim@fluendo.com>
14220
14221         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14222
14223         * sys/sunaudio/gstsunaudiomixerctrl.c:
14224         (gst_sunaudiomixer_ctrl_build_list):
14225         Set the output track as the MASTER so that the gnome-settings-daemon
14226         keybindings for changing the volume using the keyboard works.
14227         Fixes #356142.
14228
14229 2006-09-15  Wim Taymans  <wim@fluendo.com>
14230
14231         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14232         Fix documentation, it is not possible to control the framerate of jpegdec
14233         using filtered caps yet. Fixes #355210.
14234         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14235         stop when there is an error.
14236
14237 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14238
14239         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14240         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14241           Don't interpret a first buffer with an offset of NONE as
14242           'from the middle of the stream', but only a first buffer
14243           that has a valid buffer offset that's non-zero (see #345449).
14244
14245 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14248         (gst_icydemux_typefind_or_forward):
14249         * gst/icydemux/gsticydemux.h:
14250           When we merge/collect multiple incoming buffers for typefinding
14251           purposes, keep an initial 0 offset on the first outgoing buffer
14252           as well (otherwise id3demux won't work right). Fixes #345449.
14253           Also Make buffer metadata writable before setting buffer caps.
14254
14255         * tests/check/elements/icydemux.c: (typefind_succeed),
14256         (cleanup_icydemux), (push_data), (GST_START_TEST),
14257         (icydemux_suite):
14258           Small test case for the above.
14259
14260 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14261
14262         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14263         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14264         (gst_avi_demux_stream_header_push),
14265         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14266         (gst_avi_demux_loop):
14267           More code reuse and better logging in _peek_chunk(). Reintroduce check
14268           for chunk sizes before reading them (avoid oom). Better handling for 
14269           invalid chunksizes when streaming.
14270
14271 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14272
14273         * gst/level/gstlevel.c: (gst_level_set_property):
14274         * gst/level/gstlevel.h:
14275           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14276           René Stadler
14277
14278 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14279
14280         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14281         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14282         (gst_avi_demux_stream_data):
14283           Revert one change to fix streaming avi (adapter size != data size).
14284
14285 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14288
14289         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14290         (gst_matroska_demux_reset),
14291         (gst_matroska_demux_read_track_encodings),
14292         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14293         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14294         (gst_matroska_demux_subtitle_caps):
14295         * gst/matroska/matroska-ids.h:
14296           Add support for VOBSUB subtitle tracks and zlib-compressed
14297           tracks. Make sure we start on a keyframe after a seek. (#343348)
14298
14299 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14300
14301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14302         (gst_matroska_demux_push_flac_codec_priv_data),
14303         (gst_matroska_demux_push_xiph_codec_priv_data),
14304         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14305         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14306         * gst/matroska/matroska-ids.h:
14307           Add basic FLAC support (#311586), not perfect yet though, needs some
14308           tweaking in flacdec; also, seeking could be better.
14309           Do better bounds checking when deserialising vorbis stream headers
14310           to make sure we don't read beyond the end of the buffer on bad input.
14311
14312 2006-09-04  Wim Taymans  <wim@fluendo.com>
14313
14314         Patch by: Alessandro Decina <alessandro at nnva dot org>
14315
14316         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14317         Seeking back in a file containing a CMML stream errors out if the seek
14318         goes back up to the CMML headers. This is because after the seek the xml
14319         processing instruction <?xml ...?> is submitted to the xml parser again, 
14320         which results in an error. The attached patch fixes the problem. 
14321         Fixes #353908.
14322
14323         * ext/annodex/gstcmmlenc.h:
14324         Fix authors name.
14325
14326
14327 2006-08-28  Andy Wingo  <wingo@pobox.com>
14328
14329         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14330         New helper function to lessen the ifdefs.
14331         (GST_INFO_OBJECT): 
14332         (gst_dv1394src_iso_receive): Use it.
14333         (gst_dv1394src_create): Also use the control sockets in iec61883
14334         mode.
14335         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14336         handle for AVC operations; fixes #348233.
14337
14338 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14339
14340         * configure.ac:
14341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14342         * docs/plugins/inspect/plugin-audiofx.xml:
14343         * docs/plugins/inspect/plugin-audiofxgood.xml:
14344         * gst/audiofx/Makefile.am:
14345         * gst/audiofx/audiofx.c:
14346         * gst/audiofxgood/.cvsignore:
14347         * gst/audiofxgood/Makefile.am:
14348         * gst/audiofxgood/audiofx.c:
14349         * gst/audiofxgood/audiopanorama.c:
14350         * gst/audiofxgood/audiopanorama.h:
14351           Rename again (audiofxgood -> audiofx).
14352
14353 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14354
14355         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14356         (gst_avi_demux_stream_scan):
14357           Initialze variables.
14358
14359 2006-08-25  Wim Taymans  <wim@fluendo.com>
14360
14361         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14362         (gst_avi_demux_init), (gst_avi_demux_finalize),
14363         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14364         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14365         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14366         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14367         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14368         (gst_avi_demux_massage_index),
14369         (gst_avi_demux_calculate_durations_from_index),
14370         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14371         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14372         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14373         (gst_avi_demux_change_state):
14374         * gst/avi/gstavidemux.h:
14375         More attempts to turn this into readable code.
14376         Don't leak adapters.
14377         Calculate duration according to index more efficiently.
14378         Don't try to act like we drive the pipeline in chain mode.
14379
14380 2006-08-25  Wim Taymans  <wim@fluendo.com>
14381
14382         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14383         Fix build.
14384
14385 2006-08-25  Wim Taymans  <wim@fluendo.com>
14386
14387         Patch by: Alessandro Decina <alessandro at nnva dot org>
14388
14389         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14390         Do some extra sanity checks.
14391         Fixes #350340.
14392
14393         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14394         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14395         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14396         Check if clip->start_time is valid before adding the clip to the
14397         track list.
14398         Reset enc->preamble going from PAUSED to READY.
14399         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14400         only used for EOS.
14401         Only post an error message if we were the one that created the fatal
14402         GstFlowReturn value.
14403
14404         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14405         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14406         Parse the seconds field of the npt-sec time format using %llu rather than
14407         %d and check that the value scaled by GST_SECOND doesn't overflow.
14408         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14409         Lookup a clip's track with clip->track rather than clip->id which
14410         makes no sense.
14411         Identify a clip by its track and start time and not its xml id.
14412         do some more input checking and make sure we don't do undefined shifts.
14413
14414         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14415         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14416         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14417         (push_clip), (push_empty_clip), (check_output_clip),
14418         (GST_START_TEST), (cmmldec_suite):
14419         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14420         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14421         (check_headers), (push_clip), (check_clip_times), (check_clip),
14422         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14423         Added some more checks.
14424
14425 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14426
14427         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14428         (gst_audio_panorama_set_property),
14429         (gst_audio_panorama_get_property),
14430         (gst_audio_panorama_transform_m2s_int),
14431         (gst_audio_panorama_transform_s2s_int),
14432         (gst_audio_panorama_transform_m2s_float),
14433         (gst_audio_panorama_transform_s2s_float):
14434         * gst/audiofxgood/audiopanorama.h:
14435         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14436           Make also the pan-property float (saves scaling and yields better
14437           resolution)
14438
14439 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14440
14441         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14442         (gst_audio_panorama_transform_m2s_float),
14443         (gst_audio_panorama_transform_s2s_float):
14444           ChangeLog surgery to add cymax's real name
14445
14446
14447 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14448
14449         Patch by: René Stadler <mail@renestadler.de>
14450
14451         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14452         (gst_audio_panorama_transform_m2s_int),
14453         (gst_audio_panorama_transform_s2s_int),
14454         (gst_audio_panorama_transform_m2s_float),
14455         (gst_audio_panorama_transform_s2s_float),
14456         (gst_audio_panorama_transform):
14457         * gst/audiofxgood/audiopanorama.h:
14458           Added float support
14459
14460 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14461
14462         * gst/audiofxgood/audiopanorama.c:
14463         (gst_audio_panorama_transform_m2s):
14464           Fix docs & debug category. Add Fixme for volume pan levels.
14465
14466 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14467
14468         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14469         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14470         (gst_avi_demux_stream_header_pull),
14471         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14472         (gst_avi_demux_chain):
14473           unbreak AVI index handling, some more debug, remove an obsolete
14474           adapter_flush that caused streaming to wander off in the wild
14475
14476 2006-08-24  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14479         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14480         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14481         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14482         (gst_avi_demux_calculate_durations_from_index),
14483         (gst_avi_demux_stream_header_push),
14484         (gst_avi_demux_stream_header_pull):
14485         * gst/avi/gstavidemux.h:
14486         Some more cleanups. 
14487         Fix totalFrames parsing in ODML.
14488         Disable use of index for length calculation in case of ODML as this is
14489         broken now.
14490
14491 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14494           Use libgsttag helper function here too.
14495
14496 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14497
14498         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14499         (gst_avi_demux_init), (gst_avi_demux_dispose),
14500         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14501         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14502         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14503         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14504         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14505         (gst_avi_demux_parse_subindex),
14506         (gst_avi_demux_read_subindexes_push),
14507         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14508         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14509         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14510         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14511         (gst_avi_demux_stream_header_pull),
14512         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14513         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14514         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14515         (gst_avi_demux_change_state):
14516         * gst/avi/gstavidemux.h:
14517           Initial streaming support for avidemux (fixes #336465)
14518
14519 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14522           There is no taglibmux element ...
14523
14524         * gst/rtsp/gstrtspsrc.c:
14525           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14526           was complaining about unknown entity here.
14527
14528 2006-08-22  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14531         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14532         (gst_avi_demux_process_next_entry):
14533         * gst/avi/gstavidemux.h:
14534         Mark DISCONT.
14535         Remove old unused fields and reorder the struct a bit.
14536
14537 2006-08-22  Wim Taymans  <wim@fluendo.com>
14538
14539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14540         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14541         (gst_rtspsrc_pause):
14542         * gst/rtsp/gstrtspsrc.h:
14543         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14544         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14545         Small documentation updates.
14546
14547 2006-08-22  Wim Taymans  <wim@fluendo.com>
14548
14549         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14550         (gst_avi_demux_index_entry_for_time),
14551         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14552         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14553         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14554         (gst_avi_demux_next_data_buffer),
14555         (gst_avi_demux_calculate_durations_from_index),
14556         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14557         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14558         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14559         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14560         * gst/avi/gstavidemux.h:
14561         Precalc most of the duration query for each stream.
14562         Make seeking more correct.
14563         Use GstSegment to track position and duration.
14564         Code cleanups and leak fixes.
14565         Calculate correct total duration based on index length.
14566
14567 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14568
14569         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14570         (parse_insert_string_field):
14571           If strings in text fields are marked ISO8859-1, but contain
14572           valid UTF-8 already, then handle them as UTF-8 and ignore
14573           the encoding. (#351794)
14574
14575 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14576
14577         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14578         (gst_flac_dec_write), (gst_flac_dec_loop),
14579         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14580         (gst_flac_dec_src_query):
14581         * ext/flac/gstflacdec.h:
14582           Make flac-in-ogg work (#352100).
14583
14584 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14587           Don't unref buffers of which we've already given away
14588           ownership to the adapter.
14589
14590 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14591
14592         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14593           Make metadata extraction actually work.
14594
14595         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14596         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14597         (gst_speexenc_chain):
14598           Fix metadata writing: replace old code which wrote completely
14599           broken tags with libgsttag-based code. Plus miscellaneous
14600           code cleanups (use static pad templates etc.) and a bunch
14601           of leak fixes.
14602
14603 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14604
14605         * gst/audiopanorama/.cvsignore:
14606         * gst/audiopanorama/Makefile.am:
14607         * gst/audiopanorama/audiofx.c:
14608         * gst/audiopanorama/audiopanorama.c:
14609         * gst/audiopanorama/audiopanorama.h:
14610           die! die! die! you should never have been there
14611
14612 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14613
14614         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14615         Fix invalid memory access in audiopanorama test suite.
14616
14617 2006-08-21  Edward Hervey  <edward@fluendo.com>
14618
14619         * tests/check/elements/.cvsignore:
14620         ignore built file
14621
14622 2006-08-21  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/rtp/Makefile.am:
14625         Fix the build again.
14626
14627 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14628
14629         * gst/audiofxgood/.cvsignore:
14630         * gst/audiofxgood/Makefile.am:
14631         * gst/audiofxgood/audiofx.c: (plugin_init):
14632         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14633         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14634         (gst_audio_panorama_set_property),
14635         (gst_audio_panorama_get_property),
14636         (gst_audio_panorama_get_unit_size),
14637         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14638         (gst_audio_panorama_transform_m2s),
14639         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14640         * gst/audiofxgood/audiopanorama.h:
14641           resubmit with the desired name *again*
14642
14643 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14644
14645         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14646         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14647           use g_assert in _get_unit_size
14648
14649 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14650
14651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14653         * docs/plugins/inspect/plugin-audiofxgood.xml:
14654           cleanup -unused.txt to make it useful, add previously missing docs
14655
14656         * ext/Makefile.am:
14657           Quietly (accidentally) enable LADSPA for building by default, 
14658           despite the fact that it doesn't meet the plugin checklist.
14659             -- Added by Jan Schmidt 18 Dec 2006
14660
14661         * ext/esd/esdmon.c:
14662         * ext/esd/esdsink.c:
14663         * ext/esd/gstesd.c: (plugin_init):
14664           reflow to get rid of two external symbols
14665
14666         * gst/audiofxgood/audiofx.c: (plugin_init):
14667           re-add
14668
14669 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14670
14671         * configure.ac:
14672         * gst/audiofxgood/.cvsignore:
14673         * gst/audiofxgood/Makefile.am:
14674         * gst/audiofxgood/audiofx.c
14675         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14676         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14677         (gst_audio_panorama_set_property),
14678         (gst_audio_panorama_get_property),
14679         (gst_audio_panorama_get_unit_size),
14680         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14681         (gst_audio_panorama_transform_m2s),
14682         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14683         * gst/audiofxgood/audiopanorama.h:
14684         * tests/check/Makefile.am:
14685         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14686         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14687         (panorama_suite), (main):
14688         Add audiofxgood plugin with audiopanorama element
14689
14690 2006-08-18  Wim Taymans  <wim@fluendo.com>
14691
14692         * docs/plugins/Makefile.am:
14693         More Oss docs fixage. 
14694
14695 2006-08-18  Wim Taymans  <wim@fluendo.com>
14696
14697         * gst/rtp/Makefile.am:
14698         * gst/rtp/gstrtp.c: (plugin_init):
14699         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14700         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14701         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14702         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14703         (gst_rtp_sv3v_depay_get_property),
14704         (gst_rtp_sv3v_depay_change_state),
14705         (gst_rtp_sv3v_depay_plugin_init):
14706         * gst/rtp/gstrtpsv3vdepay.h:
14707         Added experimental SVQ3 depayloader.
14708
14709 2006-08-18  Edward Hervey  <edward@fluendo.com>
14710
14711         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14712         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14713         * ext/dv/gstdvdemux.h:
14714         When handling seek requests, don't send the newsegment event from the
14715         calling thread. Instead save it so it can be sent from the streaming
14716         thread.
14717
14718 2006-08-17  Wim Taymans  <wim@fluendo.com>
14719
14720         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14721
14722         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14723         Accept leading whitespace before the boundary
14724         This patch makes the demuxer allow some whitespace before the actual
14725         boundary. This makes the demuxer work with the ``old'' gstreamer
14726         multipartmuxer again (which placed an extra \n before the start
14727         of the stream) Fixes #349068.
14728
14729 2006-08-17  Wim Taymans  <wim@fluendo.com>
14730
14731         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14732         Error out on non-implemented stuff.
14733
14734 2006-08-16  Wim Taymans  <wim@fluendo.com>
14735
14736         Patch by: Andy Wingo <wingo at pobox dot com>
14737
14738         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14739         (gst_signal_processor_start), (gst_signal_processor_stop),
14740         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14741         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14742         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14743         (gst_signal_processor_change_state):
14744         Make ladspa elements reusable. Fixes #350006.
14745
14746 2006-08-16  Wim Taymans  <wim@fluendo.com>
14747
14748         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14749         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14750         names as possible. Fixes #349901.
14751
14752 2006-08-16  Wim Taymans  <wim@fluendo.com>
14753
14754         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14755         (gst_signal_processor_do_pushes):
14756         A push() gives away our refcount so we should not use the buffer on the
14757         pen anymore.
14758
14759 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14762         (gst_oss_mixer_element_finalize):
14763           Don't leak device string.
14764
14765 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * configure.ac:
14768           Require CVS of GStreamer core and -base (for
14769           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14770
14771         * ext/taglib/gstid3v2mux.cc:
14772           Write extended comment tags properly (#348762).
14773
14774         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14775         (parse_comment_frame):
14776           Extract COMM frames into extended comments, which makes it
14777           easier to properly retain the description bit of the tag
14778           and maintain this information when re-tagging (#348762).
14779
14780 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * tests/check/Makefile.am:
14783           Don't try to run annodex unit tests if the annodex
14784           plugin has not been built (Fixes #351116).
14785
14786 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * gst/autodetect/gstautoaudiosink.c:
14789         (gst_auto_audio_sink_find_best):
14790           When we can't find a usable audiosink, don't error out,
14791           but use a fake sink instead and post a warning message
14792           on the bus (#341278).
14793
14794 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14797         * sys/oss/gstosssink.c:
14798         * sys/oss/gstosssrc.c:
14799           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14800           ossmixer's new device property.
14801
14802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14804           Add docs for OSS elements.
14805
14806         * docs/plugins/inspect/plugin-aasink.xml:
14807         * docs/plugins/inspect/plugin-alaw.xml:
14808         * docs/plugins/inspect/plugin-alpha.xml:
14809         * docs/plugins/inspect/plugin-alphacolor.xml:
14810         * docs/plugins/inspect/plugin-annodex.xml:
14811         * docs/plugins/inspect/plugin-apetag.xml:
14812         * docs/plugins/inspect/plugin-auparse.xml:
14813         * docs/plugins/inspect/plugin-autodetect.xml:
14814         * docs/plugins/inspect/plugin-avi.xml:
14815         * docs/plugins/inspect/plugin-cacasink.xml:
14816         * docs/plugins/inspect/plugin-cairo.xml:
14817         * docs/plugins/inspect/plugin-cdio.xml:
14818         * docs/plugins/inspect/plugin-cutter.xml:
14819         * docs/plugins/inspect/plugin-debug.xml:
14820         * docs/plugins/inspect/plugin-dv.xml:
14821         * docs/plugins/inspect/plugin-efence.xml:
14822         * docs/plugins/inspect/plugin-effectv.xml:
14823         * docs/plugins/inspect/plugin-esdsink.xml:
14824         * docs/plugins/inspect/plugin-flac.xml:
14825         * docs/plugins/inspect/plugin-flxdec.xml:
14826         * docs/plugins/inspect/plugin-gconfelements.xml:
14827         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14828         * docs/plugins/inspect/plugin-goom.xml:
14829         * docs/plugins/inspect/plugin-halelements.xml:
14830         * docs/plugins/inspect/plugin-icydemux.xml:
14831         * docs/plugins/inspect/plugin-id3demux.xml:
14832         * docs/plugins/inspect/plugin-jpeg.xml:
14833         * docs/plugins/inspect/plugin-level.xml:
14834         * docs/plugins/inspect/plugin-matroska.xml:
14835         * docs/plugins/inspect/plugin-mulaw.xml:
14836         * docs/plugins/inspect/plugin-multipart.xml:
14837         * docs/plugins/inspect/plugin-navigationtest.xml:
14838         * docs/plugins/inspect/plugin-ossaudio.xml:
14839         * docs/plugins/inspect/plugin-png.xml:
14840         * docs/plugins/inspect/plugin-rtp.xml:
14841         * docs/plugins/inspect/plugin-rtsp.xml:
14842         * docs/plugins/inspect/plugin-shout2send.xml:
14843         * docs/plugins/inspect/plugin-smpte.xml:
14844         * docs/plugins/inspect/plugin-speex.xml:
14845         * docs/plugins/inspect/plugin-taglib.xml:
14846         * docs/plugins/inspect/plugin-udp.xml:
14847         * docs/plugins/inspect/plugin-videobalance.xml:
14848         * docs/plugins/inspect/plugin-videobox.xml:
14849         * docs/plugins/inspect/plugin-videoflip.xml:
14850         * docs/plugins/inspect/plugin-videomixer.xml:
14851         * docs/plugins/inspect/plugin-wavenc.xml:
14852         * docs/plugins/inspect/plugin-wavparse.xml:
14853         * docs/plugins/inspect/plugin-ximagesrc.xml:
14854           Update to CVS version.
14855           
14856 2006-08-16  Wim Taymans  <wim@fluendo.com>
14857
14858         * gst/rtp/gstrtpamrdepay.c:
14859         * gst/rtp/gstrtpmp4gdepay.c:
14860         Caps extra properties must be defined as strings for
14861         depayloaders because they are generated from an SDP.
14862
14863         * gst/rtp/Makefile.am:
14864         * gst/rtp/gstrtp.c: (plugin_init):
14865         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14866         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14867         (gst_rtp_h264_depay_finalize), (decode_base64),
14868         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14869         (gst_rtp_h264_depay_set_property),
14870         (gst_rtp_h264_depay_get_property),
14871         (gst_rtp_h264_depay_change_state),
14872         (gst_rtp_h264_depay_plugin_init):
14873         * gst/rtp/gstrtph264depay.h:
14874         Added basic, not completely functional RFC 3984 H264 depayloader.
14875
14876 2006-08-16  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14879         Add pads after setting them up.
14880
14881         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14882         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14883         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14884         (gst_rtspsrc_stream_setup_rtp),
14885         (gst_rtspsrc_stream_configure_transport),
14886         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14887         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14888         (gst_rtspsrc_pause):
14889         * gst/rtsp/gstrtspsrc.h:
14890         Fix interleaved mode.
14891          - Protect streaming with lock.
14892          - Combine flows
14893          - set caps on outgoing buffers.
14894          - strip trailing \0 from data packets.
14895          - Configure RTP/RTCP in stream.
14896         Use DEBUG_OBJECT more.
14897
14898 2006-08-16  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14901         Turn a g_print into a DEBUG line.
14902
14903 2006-08-13  Wim Taymans  <wim@fluendo.com>
14904
14905         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14906         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14907         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14908         (gst_oss_mixer_element_get_property),
14909         (gst_oss_mixer_element_change_state):
14910         * sys/oss/gstossmixerelement.h:
14911         Small cleanups. Better error reporting.
14912         Add device property for the mixer instead of the hardcoded
14913         /dev/mixer. Fixes #350785.
14914         API: GstOssMixerElement::device property
14915
14916 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         Patch by: Jens Granseuer <jensgr at gmx net>
14919
14920         * gconf/Makefile.am:
14921           Make --disable-schemas work right (they still need
14922           to be copied to the installation directory, just not
14923           applied). Fixes #351347 (also #344100).
14924           
14925 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14926
14927         * configure.ac: back to HEAD
14928
14929 === release 0.10.4 ===
14930
14931 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14932
14933         * configure.ac:
14934           releasing 0.10.4, "Dear Leader"
14935
14936 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14937
14938         Patch by: Edward Hervey <edward@fluendo.com>
14939
14940         * configure.ac:
14941         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14942         (gst_wavparse_stream_data):
14943         Send the newsegment event in the streaming thread.
14944         Fixes #347529
14945
14946 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14949         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14950         (gst_smokeenc_resync), (gst_smokeenc_chain):
14951           Refuse sink caps in the encoder if width or height is not a
14952           multiple of 16, the encoder does not support that yet (#349939);
14953           along the same lines, check the return value of the encoder
14954           setup function; also remove some debug log clutter.
14955
14956 2006-08-04  Andy Wingo  <wingo@pobox.com>
14957
14958         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14959         whether a processor can work in place or not, and for keeping
14960         track of its state. Change the FlowReturn instance variable from
14961         "state" to "flow_state", all callers changed.
14962
14963         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14964         (gst_signal_processor_start, gst_signal_processor_stop)
14965         (gst_signal_processor_cleanup): New functions to manage the
14966         processor's state.
14967         (gst_signal_processor_setcaps): start() as well as setup() here.
14968         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14969         (gst_signal_processor_change_state): Stop and cleanup the
14970         processor as we go to NULL.
14971
14972         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14973         INPLACE_BROKEN is not set.
14974
14975         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14976         Do the alloc_buffer in bytes, not frames.
14977         
14978 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14979
14980         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14981         Fix rgb masks when recording in < 24bpp.
14982
14983 2006-08-04  Andy Wingo  <wingo@pobox.com>
14984
14985         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14986         (gst_signal_processor_prepare)
14987         (gst_signal_processor_update_inputs)
14988         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14989         (gst_signal_processor_flush)
14990         (gst_signal_processor_sink_activate_push)
14991         (gst_signal_processor_src_activate_pull)
14992         (gst_signal_processor_change_state): Remove the last of the code
14993         that assumes that we process whole buffers at a time. Fix some
14994         debugging. Seems to work now in some cases.
14995         (gst_signal_processor_src_activate_pull): BPB
14996
14997 2006-08-01  Andy Wingo  <wingo@pobox.com>
14998
14999         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15000         Fix nframes-choosing.
15001         (gst_signal_processor_init): Init pending_in and pending_out.
15002
15003         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15004         more default sample rate, although we never check that the sample
15005         rate actually gets set. Something for the future.
15006         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15007         (gst_signal_processor_event): Refcount fixen.
15008         (gst_signal_processor_process): Pull the number of frames to
15009         process from the sizes of the buffers in the input pens.
15010         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15011         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15012         it instead of buffer_frames.
15013         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15014         to do_pulls.
15015         (gst_signal_processor_chain)
15016         (gst_signal_processor_sink_activate_push)
15017         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15018
15019         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15020
15021 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15022
15023         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15024         (gst_signal_processor_process):
15025           don't query buffer-frames from caps, add lots of debug-log,
15026           try fix for assert (#349189)
15027
15028 2006-07-31  Wim Taymans  <wim@fluendo.com>
15029
15030         * gst/udp/gstudpsrc.c:
15031         Fix docs.
15032
15033 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15034
15035         * ext/ladspa/gstsignalprocessor.c:
15036         (gst_signal_processor_add_pad_from_template),
15037         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15038         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15039         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15040         (gst_signal_processor_sink_activate_push),
15041         (gst_signal_processor_src_activate_pull),
15042         (gst_signal_processor_change_state):
15043          Add debugs logs here and there, add more error handling, add some
15044          FIXME comments, filed #349189
15045
15046 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15047
15048         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15049         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15050         Set caps on buffer correctly.  Fixes bug #349155.
15051
15052 2006-07-28  Wim Taymans  <wim@fluendo.com>
15053
15054         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15055
15056         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15057         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15058         (gst_multipart_demux_finalize), (get_line_end),
15059         (multipart_parse_header), (multipart_find_boundary),
15060         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15061         (gst_multipart_set_property), (gst_multipart_get_property):
15062         Uses GstAdapter instead of own buffering.
15063         Actually parses the mime-type correctly (In tests the mime-type was
15064         always "" with the old version).
15065         Uses the Content-length header if available to speed up things.
15066         Reliably autoscans the boundary name by default.
15067         Fixes #349068.
15068
15069         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15070         Don't start the stream with a \n.
15071
15072 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15073
15074         Patch by: Brian Cameron <brian dot cameron at sun com>
15075
15076         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15077           Open source with O_NONBLOCK (#349015).
15078
15079 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15080
15081         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15082         (gst_avi_demux_massage_index):
15083         * gst/avi/gstavidemux.h:
15084           Whitespace fixes and more debug
15085
15086 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         * gst/autodetect/gstautoaudiosink.c:
15089         (gst_auto_audio_sink_create_element_with_pretty_name),
15090         (gst_auto_audio_sink_find_best),
15091         (gst_auto_audio_sink_change_state):
15092           Get rid of old and unused magic sound-server properties stuff.
15093           Add suffix to child sink's name that makes it easy to see from
15094           the name alone which type it actually is (alsa, oss, esd, etc.).
15095
15096 2006-07-27  Wim Taymans  <wim@fluendo.com>
15097
15098         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15099         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15100         (gst_udpsrc_start):
15101         * gst/udp/gstudpsrc.h:
15102         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15103         not some sort of feature we enable.
15104
15105 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15108           Use CLOSE_SOCKET() here instead of close() to maintain
15109           win32 workiness.
15110
15111 2006-07-27  Wim Taymans  <wim@fluendo.com>
15112
15113         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15114
15115         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15116         (gst_udpsrc_create), (gst_udpsrc_set_property),
15117         (gst_udpsrc_get_property), (gst_udpsrc_start):
15118         * gst/udp/gstudpsrc.h:
15119         Added "buffer-size" property to control the kernel receive buffer size.
15120         Update documentation.
15121         Small cleanups. Fixes #348752.
15122         API: buffer-size property
15123
15124 2006-07-26  Wim Taymans  <wim@fluendo.com>
15125
15126         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15127
15128         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15129         (gst_rtp_pcma_pay_handle_buffer):
15130         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15131         (gst_rtp_pcmu_pay_handle_buffer):
15132         Fix timestamp calculation on outgoing RTP packets.
15133         Fixes #348675.
15134
15135 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15136
15137         * ext/taglib/gstid3v2mux.cc:
15138           Fix writing of comment frames (should be COMM not TCOM),
15139           is still sub-optimal though, since we don't retain or
15140           extract the comment descriptions properly (#334375,
15141           also see #334375).
15142
15143 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * gst/wavparse/gstwavparse.c:
15146           #define 'fact' RIFF chunk if we are not compiling against
15147           -base CVS (we don't want to depend on -base CVS for this
15148           one define only, and also not for release order reasons).
15149
15150 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * ext/taglib/gstid3v2mux.cc:
15153           Handle multiple tags of the same type properly. Re-inject
15154           unparsed ID3v2 frames that we get as binary blobs from
15155           id3demux into the tag again so we don't lose information
15156           when retagging (#334375).
15157
15158 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15159
15160         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15161           Document newly-added properties properly, so that there is a
15162           'Since: 0.10.4' in the plugin docs. Convert some property
15163           names into canonical GObject style (GObject will do that
15164           internally anyway).
15165
15166 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst/id3demux/id3tags.c:
15169         (id3demux_add_id3v2_frame_blob_to_taglist):
15170           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15171           well, and add the version to the blob's buffer caps, since that
15172           information will be needed for deserialisation later on (#348644).
15173
15174 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15175
15176         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15177         (gst_avi_demux_parse_stream):
15178          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15179          indentation and spacing.
15180
15181 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * docs/plugins/Makefile.am:
15184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15186         * docs/plugins/gst-plugins-good-plugins.args:
15187         * docs/plugins/inspect/plugin-1394.xml:
15188         * docs/plugins/inspect/plugin-aasink.xml:
15189         * docs/plugins/inspect/plugin-alaw.xml:
15190         * docs/plugins/inspect/plugin-alpha.xml:
15191         * docs/plugins/inspect/plugin-alphacolor.xml:
15192         * docs/plugins/inspect/plugin-annodex.xml:
15193         * docs/plugins/inspect/plugin-apetag.xml:
15194         * docs/plugins/inspect/plugin-auparse.xml:
15195         * docs/plugins/inspect/plugin-autodetect.xml:
15196         * docs/plugins/inspect/plugin-avi.xml:
15197         * docs/plugins/inspect/plugin-cacasink.xml:
15198         * docs/plugins/inspect/plugin-cairo.xml:
15199         * docs/plugins/inspect/plugin-cdio.xml:
15200         * docs/plugins/inspect/plugin-cutter.xml:
15201         * docs/plugins/inspect/plugin-debug.xml:
15202         * docs/plugins/inspect/plugin-dv.xml:
15203         * docs/plugins/inspect/plugin-efence.xml:
15204         * docs/plugins/inspect/plugin-effectv.xml:
15205         * docs/plugins/inspect/plugin-esdsink.xml:
15206         * docs/plugins/inspect/plugin-flac.xml:
15207         * docs/plugins/inspect/plugin-flxdec.xml:
15208         * docs/plugins/inspect/plugin-gconfelements.xml:
15209         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15210         * docs/plugins/inspect/plugin-goom.xml:
15211         * docs/plugins/inspect/plugin-halelements.xml:
15212         * docs/plugins/inspect/plugin-icydemux.xml:
15213         * docs/plugins/inspect/plugin-id3demux.xml:
15214         * docs/plugins/inspect/plugin-jpeg.xml:
15215         * docs/plugins/inspect/plugin-level.xml:
15216         * docs/plugins/inspect/plugin-matroska.xml:
15217         * docs/plugins/inspect/plugin-mulaw.xml:
15218         * docs/plugins/inspect/plugin-multipart.xml:
15219         * docs/plugins/inspect/plugin-navigationtest.xml:
15220         * docs/plugins/inspect/plugin-ossaudio.xml:
15221         * docs/plugins/inspect/plugin-png.xml:
15222         * docs/plugins/inspect/plugin-rtp.xml:
15223         * docs/plugins/inspect/plugin-rtsp.xml:
15224         * docs/plugins/inspect/plugin-shout2send.xml:
15225         * docs/plugins/inspect/plugin-smpte.xml:
15226         * docs/plugins/inspect/plugin-speex.xml:
15227         * docs/plugins/inspect/plugin-udp.xml:
15228         * docs/plugins/inspect/plugin-videobalance.xml:
15229         * docs/plugins/inspect/plugin-videobox.xml:
15230         * docs/plugins/inspect/plugin-videoflip.xml:
15231         * docs/plugins/inspect/plugin-videomixer.xml:
15232         * docs/plugins/inspect/plugin-wavenc.xml:
15233         * docs/plugins/inspect/plugin-wavparse.xml:
15234         * docs/plugins/inspect/plugin-ximagesrc.xml:
15235           Update files to CVS/Prerelease version, add esdsink docs.
15236
15237         * ext/esd/esdsink.c:
15238           Add gtk-doc blurb.
15239
15240         * gst/rtp/gstrtpmp4vpay.c:
15241           Fix typo in element description.
15242
15243 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * ext/esd/esdsink.c: (gst_esdsink_open),
15246         (gst_esdsink_factory_init):
15247           Prevent libesd from auto-spawning a sound daemon if it
15248           is not already running. Now that we don't do evil stuff
15249           like that any longer we can give esdsink a rank so that
15250           autoaudiosink will try it as well if all other audio
15251           sinks fail (#343051).
15252
15253 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15254
15255         * ext/esd/Makefile.am:
15256           Oops, need to remove README from EXTRA_DIST as well.
15257
15258 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15259
15260         * ext/esd/README:
15261           Remove, it contains nothing useful anyway.
15262
15263         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15264         (gst_esdsink_delay):
15265           Some small clean-ups; use GST_BOILERPLATE etc.
15266
15267 2006-07-24  Wim Taymans  <wim@fluendo.com>
15268
15269         * gst/law/alaw-decode.c: (alawdec_getcaps):
15270         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15271         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15272         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15273         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15274
15275 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15276
15277         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15278         (gst_wavparse_other), (gst_wavparse_perform_seek),
15279         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15280         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15281         (gst_wavparse_pad_query):
15282         * gst/wavparse/gstwavparse.h:
15283           Use information from 'fact' chunk for length calculation of compressed
15284           samples. Calculate bps if bogus value is found in wav header (embeded
15285           mp2/mp3).
15286           
15287
15288 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15291
15292         * configure.ac:
15293         * gst/udp/Makefile.am:
15294         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15295         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15296         * gst/udp/gstdynudpsink.h:
15297         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15298         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15299         * gst/udp/gstmultiudpsink.h:
15300         * gst/udp/gstudp.c: (plugin_init):
15301         * gst/udp/gstudpsink.h:
15302         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15303         (gst_udpsrc_start), (gst_udpsrc_stop):
15304         * gst/udp/gstudpsrc.h:
15305         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15306         (gst_udp_net_utils_win32_wsa_startup):
15307         * gst/udp/gstudpnetutils.h:
15308           Port udp plugin to win32 (#345288).
15309
15310 2006-07-24  Wim Taymans  <wim@fluendo.com>
15311
15312         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15313         Remove unwanted DEBUG line.
15314
15315 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * gst/id3demux/gstid3demux.c: (plugin_init):
15318         * gst/id3demux/id3tags.c:
15319         (id3demux_add_id3v2_frame_blob_to_taglist):
15320         * gst/id3demux/id3tags.h:
15321           On second thought, it might be wiser and more efficient
15322           not to do tag registration from a streaming thread.
15323
15324 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * gst/id3demux/id3tags.c:
15327         (id3demux_add_id3v2_frame_blob_to_taglist),
15328         (id3demux_id3v2_frames_to_tag_list):
15329           Put ID3v2 frames we can't parse as binary blobs into private
15330           tags, so that they are not lost when retagging, at least once
15331           id3v2mux has been taught to re-inject those frames again.
15332           See bug #334375.
15333
15334 2006-07-21  Wim Taymans  <wim@fluendo.com>
15335
15336         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15337         (gst_avi_demux_process_next_entry):
15338         Fix some leaks.
15339
15340         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15341         Don't use \n in debug lines.
15342
15343 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15344
15345         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15346         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15347           Add annodex and icydemux, cleanup the sections a bit
15348
15349 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         Patch by: Alex Lancaster <alexl at users sourceforge net>
15352
15353         * ext/taglib/gstid3v2mux.cc:
15354           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15355           ID3v2 TSSE frames (#347898).
15356
15357 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15358
15359         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15360           Respect mpegversion for "video/mpeg" and give message in case of
15361           unhandled versions.
15362
15363 2006-07-17  Wim Taymans  <wim@fluendo.com>
15364
15365         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15366         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15367         (gst_pngdec_chain), (gst_pngdec_sink_event),
15368         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15369         (gst_pngdec_sink_activate_push):
15370         * ext/libpng/gstpngdec.h:
15371         Use statically allocated segment instead of leaking.
15372         Various cleanups.
15373         Fix flush and seek handling.
15374
15375 2006-07-16  Wim Taymans  <wim@fluendo.com>
15376
15377         * gst/rtp/Makefile.am:
15378         * gst/rtp/gstrtp.c: (plugin_init):
15379         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15380         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15381         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15382         (gst_rtp_mp4g_depay_set_property),
15383         (gst_rtp_mp4g_depay_get_property),
15384         (gst_rtp_mp4g_depay_change_state),
15385         (gst_rtp_mp4g_depay_plugin_init):
15386         * gst/rtp/gstrtpmp4gdepay.h:
15387         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15388         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15389         (gst_rtp_mp4g_pay_flush):
15390         Added simple generic mpeg4 depayloader.
15391         Fix generic mpeg4 payloader.
15392
15393 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15394
15395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15396           Don't try doing state changes on a NULL pointer.
15397
15398 2006-07-14  Wim Taymans  <wim@fluendo.com>
15399
15400         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15401
15402         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15403         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15404         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15405         * gst/rtp/gstrtpamrdepay.h:
15406         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15407         Fixes #321191
15408
15409 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15410
15411         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15412         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15413         Fix segfault when moving mouse pointer to the bottom right corner.
15414
15415 2006-07-12  Wim Taymans  <wim@fluendo.com>
15416
15417         * gst/rtp/Makefile.am:
15418         * gst/rtp/gstrtp.c: (plugin_init):
15419         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15420         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15421         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15422         (gst_rtp_mp2t_depay_set_property),
15423         (gst_rtp_mp2t_depay_get_property),
15424         (gst_rtp_mp2t_depay_change_state),
15425         (gst_rtp_mp2t_depay_plugin_init):
15426         * gst/rtp/gstrtpmp2tdepay.h:
15427         Added mpeg2 TS depayloader. Closing #347234.
15428
15429 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15430
15431         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15432           Remove g_assert that shouldn't be there and was triggered
15433           after trying to open a device that doesn't exist or can't
15434           be opened for some other reason (#347972).
15435
15436 2006-07-10  Edward Hervey  <edward@fluendo.com>
15437
15438         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15439         (gst_avi_demux_stream_header), (push_tag_lists):
15440         * gst/avi/gstavidemux.h:
15441         Don't push tag events found by gst_riff_parse_info() before outputting
15442         GST_EVENT_NEWSEGMENT.
15443
15444 2006-07-10  Wim Taymans  <wim@fluendo.com>
15445
15446         * gst/rtsp/Makefile.am:
15447         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15448         (rtsp_connection_close):
15449         * gst/rtsp/rtspdefs.h:
15450         replaced closesocket and close in code with one CLOSE_SOCKET. 
15451         Some more cleanups. Fixes #345301.
15452
15453 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * gst/autodetect/gstautoaudiosink.c:
15456           Fix example pipeline in docs.
15457
15458 2006-07-10  Wim Taymans  <wim@fluendo.com>
15459
15460         Patch by: Rob Taylor <robtaylor at floopily dot org>
15461
15462         * gst/udp/gstmultiudpsink.c: (join_multicast),
15463         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15464         If a destination is added before the stream is set to PAUSED, the
15465         multicast group is not joined as the socket is not created yet. 
15466         Also TTL and LOOP should also be set. Fixes #346921.
15467
15468 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15469
15470         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15471         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15472         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15473         (gst_ximage_src_init):
15474         * sys/ximage/gstximagesrc.h:
15475         Fix use-damage property to actually work :)
15476         Add startx, starty, endx, endy properties so screencasts other than full
15477         screen ones can work.
15478
15479 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15480
15481         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15482         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15483         (gst_ximage_src_class_init), (gst_ximage_src_init):
15484         * sys/ximage/gstximagesrc.h:
15485         Add use_damage property to offer ability to choose whether to use
15486         XDamage or not.
15487
15488 2006-07-07  Wim Taymans  <wim@fluendo.com>
15489
15490         * gst/goom/filters.c: (zoomFilterSetResolution):
15491         Avoid goom coredumping by clearing memory. 
15492         Fixes 345679.
15493
15494 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15495
15496         * win32/vs6/libgstid3demux.dsp:
15497         Add a link to libgsttag-0.10.lib.
15498
15499 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15502         (gst_tag_demux_read_range):
15503         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15504         (gst_id3demux_read_range):
15505           Don't return FLOW_UNEXPECTED when a buffer is before
15506           the start of the stream (which might happen with
15507           large ID3v2 tags if the tag reading was done pullrange
15508           based and we then switched to push mode later on).
15509           Fixes regression introduced by commit from June 29th.
15510
15511 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * ext/taglib/gstid3v2mux.cc:
15514           Make UTF-8 the default encoding when writing string
15515           tags (before, our UTF-8 strings would automatically
15516           be converted to ISO-8859-1 by taglib and written as
15517           ISO-8859-1 fields if that was possible).
15518
15519         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15520         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15521         (test_taglib_id3mux_with_tags):
15522           Add test case that makes sure our UTF-8 strings have
15523           actually been written into the tag as UTF-8.
15524
15525 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         * configure.ac:
15528           Let's try that again.
15529
15530 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * configure.ac:
15533           Disable monoscope plugin for now until it fulfills
15534           all the requirements.
15535
15536 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * configure.ac:
15539         * gst/monoscope/Makefile.am:
15540         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15541         (gst_monoscope_class_init), (gst_monoscope_init),
15542         (gst_monoscope_finalize), (gst_monoscope_reset),
15543         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15544         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15545         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15546         (gst_monoscope_change_state), (plugin_init):
15547         * gst/monoscope/gstmonoscope.h:
15548           Port monoscope visualisation to 0.10.
15549
15550 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15553         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15554           Return FLOW_UNEXPECTED when at the end of the file, not
15555           FLOW_ERROR. Fixes 'internal stream error' errors that
15556           would sometimes occur in totem when scrubbing to the
15557           end of an ID3v1 tagged mp3 file.
15558
15559 2006-07-03  Edward Hervey  <edward@fluendo.com>
15560
15561         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15562         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15563         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15564         * ext/libpng/gstpngdec.h:
15565         Implement buffer clipping/dropping using GstSegment.
15566         This provides accurate seeking.
15567
15568 2006-07-03  Edward Hervey  <edward@fluendo.com>
15569
15570         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15571         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15572         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15573         (gst_avi_demux_process_next_entry), (push_tag_lists),
15574         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15575         * gst/avi/gstavidemux.h:
15576         Proper aggregation of each stream's GstFlowReturn in order to figure out
15577         whether the task should stop or not.
15578         Don't send inline events before pushing out a NEW_SEGMENT, more
15579         specifically for GST_TAG_EVENT.
15580         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15581         sub-indexes.
15582
15583 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15586
15587         * sys/sunaudio/gstsunaudiomixerctrl.c:
15588         (gst_sunaudiomixer_ctrl_build_list):
15589           Move "Monitor" slider to input tab so it works more like
15590           sdtaudiocontrol, which is what people on Solaris are used
15591           to using for their mixer program (#346259).
15592
15593 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * tests/check/elements/level.c: (GST_START_TEST):
15596           fix a leak, clean up at the end
15597
15598 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15601         (gst_matroska_demux_send_event),
15602         (gst_matroska_demux_loop_stream_parse_id):
15603         * gst/matroska/matroska-ids.h:
15604           Send tag event after newsegment event.
15605
15606 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15609         (gst_id3demux_read_range):
15610           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15611           certain cases where a read beyond the end of the file is
15612           requested. Fixes #345930.
15613
15614         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15615         (gst_tag_demux_read_range):
15616           Fix same issue here as well.
15617
15618 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15619
15620         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15621         
15622         Fix hypothetical crash.
15623
15624 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15627
15628         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15629           Do not modify the ports value. If the user has turned off the
15630           built-in speakers, then we should not reset it in the prepare
15631           function, since this causes the built-in speakers to turn
15632           back on anytime the user changes a track in totem, rhythmbox,
15633           etc. (#346066).
15634
15635 2006-06-23  Wim Taymans  <wim@fluendo.com>
15636
15637         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15638         Fix double caps unref when negotiation fails.
15639
15640 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * ext/annodex/gstcmmldec.c:
15643         * ext/annodex/gstcmmlenc.c:
15644         * ext/annodex/gstcmmlparser.c:
15645         * ext/dv/gstdvdec.c:
15646         * ext/dv/gstdvdemux.c:
15647         * ext/gdk_pixbuf/pixbufscale.c:
15648         * ext/jpeg/gstjpegenc.c:
15649         * ext/jpeg/gstsmokedec.c:
15650         * ext/jpeg/gstsmokeenc.c:
15651         * ext/libpng/gstpngdec.c:
15652         * ext/libpng/gstpngenc.c:
15653         * ext/speex/gstspeexenc.c:
15654         * gst/alpha/gstalphacolor.c:
15655         * gst/cutter/gstcutter.c:
15656         * gst/debug/gstnavigationtest.c:
15657         * gst/icydemux/gsticydemux.c:
15658         * gst/level/gstlevel.c:
15659         * gst/multipart/multipart.c:
15660         * gst/rtp/gstrtpamrpay.c:
15661         * gst/rtp/gstrtpdepay.c:
15662         * gst/rtp/gstrtpilbcpay.c:
15663         * gst/rtp/gstrtpmp4gpay.c:
15664         * gst/rtp/gstrtpmp4vpay.c:
15665         * gst/rtsp/gstrtpdec.c:
15666         * gst/rtsp/gstrtspsrc.c:
15667         * gst/udp/gstdynudpsink.c:
15668         * gst/udp/gstmultiudpsink.c:
15669         * gst/udp/gstudpsrc.c:
15670         * gst/videobox/gstvideobox.c:
15671         * gst/videofilter/gstvideoflip.c:
15672           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15673           plus two minor macro fixes.
15674
15675 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15676
15677         * gst/matroska/matroska-demux.c:
15678         (gst_matroska_demux_check_subtitle_buffer),
15679         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15680         (gst_matroska_demux_subtitle_caps):
15681         * gst/matroska/matroska-ids.c:
15682         (gst_matroska_track_init_subtitle_context):
15683         * gst/matroska/matroska-ids.h:
15684           Try to fix up broken matroska files containing subtitle
15685           streams with non-UTF8 character encodings (courtesy of
15686           mkvmerge) using either the encoding specified in the
15687           GST_SUBTITLE_ENCODING environment variable or the
15688           current locale's character set if it is non-UTF8.
15689           Fixes #337076.
15690
15691 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15692
15693         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15694           Set image type from APIC frame as "image-type" field
15695           of GST_TAG_IMAGE buffer caps (#344605).
15696
15697 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * ext/flac/Makefile.am:
15700         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15701         (gst_flac_dec_reset_decoders),
15702         (gst_flac_dec_setup_seekable_decoder),
15703         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15704         (gst_flac_dec_metadata_callback),
15705         (gst_flac_dec_metadata_callback_seekable),
15706         (gst_flac_dec_metadata_callback_stream),
15707         (gst_flac_dec_error_callback),
15708         (gst_flac_dec_error_callback_seekable),
15709         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15710         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15711         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15712         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15713         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15714         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15715         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15716         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15717         (gst_flac_dec_sink_activate_push),
15718         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15719         * ext/flac/gstflacdec.h:
15720           Support chain-based operation, should make flac-over-DAAP
15721           work (#340492).
15722
15723 2006-06-20  Wim Taymans  <wim@fluendo.com>
15724
15725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15726         Doc updates, merge some unused symbols.
15727
15728 2006-06-20  Wim Taymans  <wim@fluendo.com>
15729
15730         * docs/plugins/Makefile.am:
15731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15733         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15734         * gst/rtsp/gstrtspsrc.c:
15735         * gst/rtsp/gstrtspsrc.h:
15736         Added documentation for the rtsp plugin. Fixes #345393.
15737
15738 2006-06-20  Wim Taymans  <wim@fluendo.com>
15739
15740         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15741         (rtsp_connection_close), (rtsp_connection_free):
15742         Use better G_OS_* macros. Fixes #345301 some more.
15743
15744 2006-06-20  Wim Taymans  <wim@fluendo.com>
15745
15746         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15747
15748         * sys/sunaudio/Makefile.am:
15749         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15750         * sys/sunaudio/gstsunaudiomixerctrl.c:
15751         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15752         (gst_sunaudiomixer_ctrl_list_tracks),
15753         (gst_sunaudiomixer_ctrl_get_volume),
15754         (gst_sunaudiomixer_ctrl_set_volume),
15755         (gst_sunaudiomixer_ctrl_set_mute),
15756         (gst_sunaudiomixer_ctrl_set_record):
15757         * sys/sunaudio/gstsunaudiomixerctrl.h:
15758         * sys/sunaudio/gstsunaudiomixertrack.c:
15759         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15760         * sys/sunaudio/gstsunaudiomixertrack.h:
15761         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15762         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15763         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15764         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15765         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15766         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15767         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15768         (gst_sunaudiosrc_reset):
15769         * sys/sunaudio/gstsunaudiosrc.h:
15770         Add a SunAudio source plugin.
15771         Support stereo and right/left channel gain in the mixer plugin.
15772         Support the RECORD flag so that you can switch between line-input and
15773         microphone in gnome-volume-control.
15774         Code cleanups like using an enumerator for track number instead of an 
15775         integer. Fixes #344923.
15776
15777 2006-06-20  Wim Taymans  <wim@fluendo.com>
15778
15779         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15780
15781         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15782         (rtsp_connection_close):
15783         Make RTSP plugin compile on windows. Fixes #345301.
15784         Some changes to original patch to catch errors better.
15785         use ifdef WIN32 instead of ifndef.
15786
15787 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15788
15789         * configure.ac:
15790         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15791
15792 2006-06-18  Edward Hervey  <edward@fluendo.com>
15793
15794         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15795         After a failed buffer alloc, we need to abort the jpeg decoding (it
15796         started when parsing headers to figure out how many bytes we need
15797         to request downstream).
15798
15799 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15802
15803         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15804           Make sure we don't read beyond the end of the file (#345232).
15805
15806 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15807
15808         * configure.ac:
15809           Fix --disable-external (can't set conditionals conditionally,
15810           #343602).
15811
15812 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15813
15814         * autogen.sh:
15815         * configure.ac:
15816         * docs/Makefile.am:
15817           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15818
15819         * docs/plugins/Makefile.am:
15820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15821         * docs/plugins/inspect/plugin-taglib.xml:
15822           Add/fix apev2mux docs.
15823
15824 2006-06-14  Wim Taymans  <wim@fluendo.com>
15825
15826         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15827         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15828         (gst_dvdec_change_state):
15829         Reset segment info on flush.
15830         Alloc segment in _init, free in _finalize.
15831
15832         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15833         Don't send segments twice.
15834
15835 2006-06-14  Wim Taymans  <wim@fluendo.com>
15836
15837         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15838         Respect segment.stop. Fixes #342592.
15839
15840 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15841
15842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15843           No language specified means the implied language is English
15844           according to the matroska spec (partially fixes #344708);
15845           add some more debug output.
15846
15847 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15850         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15851         (gst_wavparse_chain):
15852           When operating chain-based, don't make any assumptions about the
15853           chunking of the incoming data and make streaming work on days other
15854           than the second Thursday after a full moon. Also fix up debug
15855           messages here and there and make use of the most excellent new
15856           gst_pad_query_peer_duration() utility function.
15857           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15858
15859         * gst/wavparse/gstwavparse.h:
15860           Remove trailing comma after last enum value, some compilers don't
15861           like that.
15862
15863 2006-06-13  Wim Taymans  <wim@fluendo.com>
15864
15865         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15866         Handle premature EOS gracefully.
15867
15868 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15871           Prevent out of bounds array access when scrubbing towards
15872           the end of the file between the last index entry and the
15873           end. Fixes occasional 'start <= stop' newsegment event
15874           assertions when scrubbing in MJPEG files.
15875
15876 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15877
15878         * tests/check/elements/.cvsignore:
15879           And another one.
15880
15881 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15884         (scan_encoded_string), (parse_picture_frame):
15885           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15886
15887         * configure.ac:
15888           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15889           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15890
15891 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15892
15893         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15894           gratuitous comment changes
15895         * tests/check/elements/level.c: (GST_START_TEST):
15896           fix level test leaks
15897
15898 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15901         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15902           Use gst_pad_query_peer_duration() utility function here.
15903
15904 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * autogen.sh:
15907           require am17
15908         * configure.ac:
15909         * ext/annodex/Makefile.am:
15910         * ext/cdio/Makefile.am:
15911         * ext/dv/Makefile.am:
15912         * ext/esd/Makefile.am:
15913         * ext/flac/Makefile.am:
15914         * ext/gdk_pixbuf/Makefile.am:
15915         * ext/ladspa/Makefile.am:
15916         * ext/libcaca/Makefile.am:
15917         * ext/speex/Makefile.am:
15918         * ext/taglib/Makefile.am:
15919         * sys/oss/Makefile.am:
15920         * sys/sunaudio/Makefile.am:
15921         * sys/ximage/Makefile.am:
15922           clean up build further
15923
15924 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * gconf/Makefile.am:
15927           Honour --disable-schemas-install configure option. Fixes #344100.
15928
15929 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * tests/examples/level/Makefile.am:
15932           Add -lm to LIBS for pow() function, don't assume one of our
15933           dependencies (such as libxml-2.0) drags it in automatically
15934           (#343603).
15935
15936 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15937
15938         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15939
15940         * configure.ac:
15941           We should use $SED and not $(SED) in configure.ac (#343678).
15942
15943 2006-06-09  Wim Taymans  <wim@fluendo.com>
15944
15945         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15946
15947         * sys/sunaudio/gstsunaudiomixerctrl.c:
15948         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15949         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15950         (gst_sunaudiomixer_ctrl_set_mute):
15951         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15952         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15953         (gst_sunaudiosink_write):
15954         Attached find a patch that fixes a number of bugs with the SunAudio
15955         mixer plugin and fixes #344101:
15956         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15957            tracks onto the tracklist causing gnome-volume-control's preferences
15958            dialog to be messed up and would core dump if you checked/unchecked
15959            any item.
15960         2. We weren't previously setting the MUTE flag properly.  Fixing this
15961            makes gnome-volume-control work better.
15962         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15963            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15964            gnome-volume-control look better.
15965         Also some minor cleanup in gstsunaudiosink.c.
15966
15967 2006-06-09  Wim Taymans  <wim@fluendo.com>
15968
15969         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15970         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15971         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15972         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15973         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15974         * ext/jpeg/gstjpegdec.h:
15975         API: Added IDCT method property
15976         Small cleanups.
15977         Avoid dynamic allocation of trivial fixed structure.
15978         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15979
15980 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15981
15982         * configure.ac:
15983         We now require libraw1394 >= 1.1.0 and that version onwards all
15984         have .pc files.
15985
15986 2006-06-02  Edward Hervey  <edward@fluendo.com>
15987
15988         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15989         Trying to get items from an ANY or EMPTY caps is ... stupid.
15990
15991 2006-06-02  Edward Hervey  <edward@fluendo.com>
15992
15993         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15994         (gst_dvdec_chain), (gst_dvdec_change_state):
15995         * ext/dv/gstdvdec.h:
15996         Added GstSegment handling, now implements dropping/clipping.
15997
15998 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15999
16000         * ext/aalib/gstaasink.h:
16001         * ext/annodex/gstcmmldec.h:
16002         * ext/cairo/gsttimeoverlay.h:
16003         * ext/dv/gstdvdec.h:
16004         * ext/dv/gstdvdemux.h:
16005         * ext/esd/esdmon.h:
16006         * ext/esd/esdsink.h:
16007         * ext/flac/gstflacenc.h:
16008         * ext/gconf/gstgconfaudiosink.h:
16009         * ext/gconf/gstgconfaudiosrc.h:
16010         * ext/gconf/gstgconfvideosink.h:
16011         * ext/gconf/gstgconfvideosrc.h:
16012         * ext/gdk_pixbuf/gstgdkanimation.h:
16013         * ext/gdk_pixbuf/pixbufscale.h:
16014         * ext/hal/gsthalaudiosink.h:
16015         * ext/hal/gsthalaudiosrc.h:
16016         * ext/jpeg/gstjpegenc.h:
16017         * ext/jpeg/gstsmokedec.h:
16018         * ext/jpeg/gstsmokeenc.h:
16019         * ext/libcaca/gstcacasink.h:
16020         * ext/libmng/gstmngdec.h:
16021         * ext/libmng/gstmngenc.h:
16022         * ext/libpng/gstpngdec.h:
16023         * ext/libpng/gstpngenc.h:
16024         * ext/raw1394/gstdv1394src.h:
16025         * ext/speex/gstspeexenc.h:
16026         * gst/autodetect/gstautoaudiosink.h:
16027         * gst/autodetect/gstautovideosink.h:
16028         * gst/avi/gstavidemux.h:
16029         * gst/cutter/gstcutter.h:
16030         * gst/debug/efence.h:
16031         * gst/debug/gstnavigationtest.h:
16032         * gst/debug/gstnavseek.h:
16033         * gst/flx/gstflxdec.h:
16034         * gst/goom/gstgoom.h:
16035         * gst/icydemux/gsticydemux.h:
16036         * gst/id3demux/gstid3demux.h:
16037         * gst/law/alaw-decode.h:
16038         * gst/law/alaw-encode.h:
16039         * gst/law/mulaw-decode.h:
16040         * gst/law/mulaw-encode.h:
16041         * gst/matroska/matroska-mux.h:
16042         * gst/median/gstmedian.h:
16043         * gst/oldcore/gstaggregator.h:
16044         * gst/oldcore/gstfdsink.h:
16045         * gst/oldcore/gstmd5sink.h:
16046         * gst/oldcore/gstmultifilesrc.h:
16047         * gst/oldcore/gstpipefilter.h:
16048         * gst/oldcore/gstshaper.h:
16049         * gst/oldcore/gststatistics.h:
16050         * gst/rtp/gstasteriskh263.h:
16051         * gst/rtp/gstrtpL16depay.h:
16052         * gst/rtp/gstrtpL16pay.h:
16053         * gst/rtp/gstrtpamrdepay.h:
16054         * gst/rtp/gstrtpamrpay.h:
16055         * gst/rtp/gstrtpdepay.h:
16056         * gst/rtp/gstrtpgsmdepay.h:
16057         * gst/rtp/gstrtpgsmpay.h:
16058         * gst/rtp/gstrtph263pay.h:
16059         * gst/rtp/gstrtph263pdepay.h:
16060         * gst/rtp/gstrtph263ppay.h:
16061         * gst/rtp/gstrtpmp4gpay.h:
16062         * gst/rtp/gstrtpmp4vdepay.h:
16063         * gst/rtp/gstrtpmp4vpay.h:
16064         * gst/rtp/gstrtpmpadepay.h:
16065         * gst/rtp/gstrtpmpapay.h:
16066         * gst/rtp/gstrtppcmadepay.h:
16067         * gst/rtp/gstrtppcmapay.h:
16068         * gst/rtp/gstrtppcmudepay.h:
16069         * gst/rtp/gstrtppcmupay.h:
16070         * gst/rtp/gstrtpspeexdepay.h:
16071         * gst/rtp/gstrtpspeexpay.h:
16072         * gst/rtsp/gstrtpdec.h:
16073         * gst/rtsp/gstrtspsrc.h:
16074         * gst/smpte/gstsmpte.h:
16075         * gst/udp/gstdynudpsink.h:
16076         * gst/udp/gstmultiudpsink.h:
16077         * gst/udp/gstudpsink.h:
16078         * gst/udp/gstudpsrc.h:
16079         * gst/videofilter/gstvideobalance.h:
16080         * gst/videofilter/gstvideoflip.h:
16081         * sys/oss/gstossdmabuffer.h:
16082         * sys/oss/gstossmixerelement.h:
16083         * sys/oss/gstosssink.h:
16084         * sys/oss/gstosssrc.h:
16085         * sys/osxvideo/osxvideosink.h:
16086         * sys/sunaudio/gstsunaudiomixer.h:
16087         * sys/sunaudio/gstsunaudiosink.h:
16088         * sys/ximage/gstximagesrc.h:
16089         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16090
16091 2006-05-31  Wim Taymans  <wim@fluendo.com>
16092
16093         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16094         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16095         (gst_goom_src_setcaps), (gst_goom_src_event),
16096         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16097         (gst_goom_change_state):
16098         * gst/goom/gstgoom.h:
16099         Handle QoS.
16100         Handle flushing, discont and events.
16101         Fix timestamps and various other cleanups.
16102
16103 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16104
16105         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16106         Fix bus reset when using libiec61883
16107
16108 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16109
16110         * configure.ac:
16111         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16112         * ext/raw1394/Makefile.am:
16113         Add CFLAGS.
16114         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16115         New method, to receive using libiec61883.
16116         (gst_dv1394src_iso_receive),
16117         #ifdef'd out if libiec61883 is present.
16118         (gst_dv1394src_bus_reset),
16119         Get userdata correctly if using libiec61883. 
16120         (gst_dv1394src_create),
16121         When using libiec61883, only poll one fd and no need to read.
16122         (gst_dv1394src_discover_avc_node),
16123         Replace g_warnings.
16124         (gst_dv1394src_start),
16125         Create new handle when we know which dv port.  More reliable
16126         than setting port on an existing handle.  Initialise libiec61883.
16127         (gst_dv1394src_stop):
16128         If using libiec61883, then cleanup its handle properly.
16129         * ext/raw1394/gstdv1394src.h:
16130         Add libiec61883 handle.
16131
16132 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16133
16134         * gst/avi/gstavidemux.c:
16135           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16136         * win32/MANIFEST:
16137           sort file listing
16138         * win32/vs6/libgstavi.dsp:
16139           add gstavimux.c to the project
16140         * win32/vs6/libgstid3demux.dsp:
16141           add link to zlib library
16142         * win32/vs6/libgstmatroska.dsp:
16143           add matroska-ids.c to the project
16144
16145 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         Patch by: Sebastian Dröge  <mail at slomosnail de >
16148
16149         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16150         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16151         * ext/taglib/Makefile.am:
16152         * ext/taglib/gstapev2mux.cc:
16153         * ext/taglib/gstapev2mux.h:
16154         * ext/taglib/gstid3v2mux.cc:
16155         * ext/taglib/gsttaglibmux.c: (plugin_init):
16156         * ext/taglib/gsttaglibmux.h:
16157           Add apev2mux element (#343122).
16158         
16159         * tests/check/Makefile.am:
16160         * tests/check/elements/apev2mux.c:
16161         (test_taglib_apev2mux_create_tags),
16162         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16163         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16164         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16165         (apev2mux_suite), (main):
16166           Add unit test for apev2mux element.
16167
16168 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16171         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16172         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16173           GST_PTR_FORMAT should be used to print caps in debug statements.
16174
16175 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16176
16177         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16178
16179         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16180         (ape_demux_parse_tags):
16181           Some clean-ups and additions: map APE 'file' tag to
16182           GST_TAG_LOCATION (#343123); add support for extracting
16183           the track count and clean up parsing a bit (#343127).
16184
16185 2006-05-28  Edward Hervey  <edward@fluendo.com>
16186
16187         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16188         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16189
16190 2006-05-28  Edward Hervey  <edward@fluendo.com>
16191
16192         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16193         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16194         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16195         * ext/jpeg/gstjpegdec.h:
16196         Clip outgoing buffers according to currently configured segment.
16197
16198 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * ext/taglib/gstid3v2mux.cc:
16201           Handle  writing of track-count or album-volume-count without
16202           track-number or albume-volume-number (in this case the number
16203           will just be set to 0).
16204
16205         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16206           It would be nice if we actually checked the values received for
16207           track/album-volume number/count in  _check_tags(), rather than
16208           setting them again ...
16209
16210 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16213           A track/volume number or count of 0 does not make sense,
16214           just ignore it along with negative numbers (a tag might
16215           only contain a track count without a track number).
16216
16217 2006-05-27  Edward Hervey  <edward@fluendo.com>
16218
16219         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16220         (gst_jpeg_dec_sink_event):
16221         Abort decompression when receiving FLUSH_STOP. This should avoid
16222         issues when interrupting decoding with flushes.
16223
16224 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16225
16226         * ext/flac/gstflac.c:
16227           Don't #include file we don't dist any longer.
16228
16229 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16230
16231         * README:
16232           Replace current README (containing the release notes from
16233           some 0.9.x version) with a proper README taken from the core.
16234
16235 2006-05-24  Wim Taymans  <wim@fluendo.com>
16236
16237         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16238         Implement EOS correctly by either posting
16239         SEGMENT_DONE or pushing an EOS message depending
16240         on the seek type. Fixes #342592
16241
16242 2006-05-24  Wim Taymans  <wim@fluendo.com>
16243
16244         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16245         * gst/law/alaw-decode.h:
16246         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16247         * gst/law/alaw-encode.h:
16248         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16249         * gst/law/mulaw-decode.h:
16250         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16251         * gst/law/mulaw-encode.h:
16252         Some cleanups in the chain functions.
16253         Remove some GStreamer 0.0.2 bits.
16254
16255 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16258
16259         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16260           gst_collect_pads_stop() needs to be called before chaining up
16261           to the parent class (#342734).
16262
16263 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * ext/flac/Makefile.am:
16266         * ext/flac/flac_compat.h:
16267         * ext/flac/gstflac.c:
16268         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16269         * ext/flac/gstflacenc.c:
16270           Remove backwards compatibility cruft for dealing with FLAC API
16271           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16272
16273 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16276         (gst_matroska_demux_push_xiph_codec_priv_data),
16277         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16278         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16279         * gst/matroska/matroska-ids.h:
16280         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16281         (gst_matroska_mux_video_pad_setcaps),
16282         (xiph3_streamheader_to_codecdata),
16283         (vorbis_streamheader_to_codecdata),
16284         (theora_streamheader_to_codecdata),
16285         (gst_matroska_mux_audio_pad_setcaps),
16286         (gst_matroska_mux_write_data):
16287           Add support for muxing/demuxing theora video (#342448; too bad
16288           none of the usual linux players can actually play this). Playback
16289           in GStreamer will require additional changes to theoradec in -base.
16290           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16291           cleanups.
16292
16293 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16296         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16297           Fix crashes when the horizontal subsampling is 1.
16298           Fixes #342097.
16299
16300 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16301
16302         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16303
16304         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16305         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16306         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16307         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16308         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16309         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16310         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16311         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16312         (gst_avi_mux_change_state):
16313         * gst/avi/gstavimux.h:
16314           Some enhancements for avimux (#342526):
16315            - add odml (large file) index support
16316            - store codec init data (e.g. huffyuv)
16317            - miscellaneous other fixes/cleanups
16318
16319 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16320
16321         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16322         Don't output any tag when we encounter a negative track number - the
16323         tag type is uint, so we end up outputting huge positive numbers
16324         instead. (Fixes: #342029)
16325
16326 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16327
16328         * configure.ac:
16329           update for new GSTPB_PLUGINS_DIR
16330
16331 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16332
16333         * rtp/gst/gstrtph263pay.c:
16334         Properly set static caps for H263 at 34.
16335
16336 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16337
16338         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16339
16340         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16341           Merge event tags and tag setter tags correctly (#339918). Also,
16342           don't leak taglist in case of an error.
16343           
16344 2006-05-17  Edward Hervey  <edward@fluendo.com>
16345
16346         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16347         We can only do caps intersection if the othercaps are non-empty and not
16348         ANY. Else we return the pad template (base_caps).
16349
16350 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16353           Fix crash when outputting debugging information for certain
16354           pictures (always good to use the right struct member for
16355           the number of records in an array).
16356
16357 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16360
16361         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16362         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16363         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16364         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16365         (gst_ebml_read_float), (gst_ebml_read_ascii),
16366         (gst_ebml_read_binary):
16367           Don't create unnecessary sub-buffers all the time. Dramatically
16368           improves performance with multiple concurrently running
16369           matroskademux instances (#341818) (and avoids doing
16370           unnecessarily inefficient things in the general case).
16371
16372 2006-05-16  Edward Hervey  <edward@fluendo.com>
16373
16374         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16375         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16376         return value of gst_pad_push_event().
16377
16378 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16379
16380         * gst/autodetect/gstautoaudiosink.c:
16381         (gst_auto_audio_sink_find_best):
16382         * gst/autodetect/gstautovideosink.c:
16383         (gst_auto_video_sink_find_best):
16384         Make the name of the child element be based on the name of the
16385         parent, so that debug output is more useful.
16386         
16387         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16388         (parse_insert_string_field), (parse_split_strings):
16389         Rework string parsing to always walk over BOM markers in UTF16
16390         strings, using the endianness indicated by the innermost one,
16391         then trying the opposite endianness if that fails to convert
16392         to valid UTF-8. Fixes #341774
16393
16394 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16395
16396         Patch from: Matthieu <matthieu at fluendo dot com>
16397
16398         * ext/libpng/Makefile.am:
16399         Add LIBPNG_CFLAGS.
16400
16401 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * ext/taglib/gstid3v2mux.cc:
16404           Add support for writing images (APIC frames) into ID3v2
16405           tags (picture type always set to 'other' for now though).
16406
16407 2006-05-14  Michael Smith  <msmith@fluendo.com>
16408
16409         * gst/wavparse/gstwavparse.c:
16410           Update docs; wavparse implements push and pull modes.
16411
16412 2006-05-12  Wim Taymans  <wim@fluendo.com>
16413
16414         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16415         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16416         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16417         Ooops, bitten by the copy-and-paste design paradigm, fixes
16418         seek again.
16419
16420 2006-05-12  Wim Taymans  <wim@fluendo.com>
16421
16422         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16423         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16424         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16425         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16426         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16427         (gst_avi_demux_massage_index),
16428         (gst_avi_demux_calculate_durations_from_index),
16429         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16430         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16431         (gst_avi_demux_loop):
16432         * gst/avi/gstavidemux.h:
16433         Some cleanups, prepare to use GstSegment.
16434         Fix error in entry walking code.
16435         Fix VBR detection.
16436         Smarter timestamp calculation code.
16437         Uniform error/eos handling.
16438
16439 2006-05-12  Michael Smith  <msmith@fluendo.com>
16440
16441         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16442         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16443           Fix use of uninitialised values if we're NOT seeking in ready.
16444           Fix typos.
16445
16446 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * gst/wavparse/Makefile.am:
16449           Add CFLAGS and LIBS for libgstbase, fixes build on
16450           Cygwin (#341489).
16451
16452 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16455           Some more debug info. No need to check whether the string
16456           returned by g_convert() is really UTF-8 - either it is or
16457           we get NULL returned.
16458
16459 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16460
16461         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16462           Fix parsing of numeric genre strings some more, by ensuring that
16463           we only try and parse strings that a) Start with '(' and b) Consist
16464           only of digits.
16465           Also, when finding an escaping '((' sequence, bust it back to '(' by
16466           swallowing the first parenthesis
16467
16468 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16469
16470         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16471         (gst_esdsink_open), (gst_esdsink_close):
16472         * ext/esd/esdsink.h:
16473           Move the esd_get_server_info() into gst_esdsink_open() and fail
16474           with a decent error message on errors.
16475
16476 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16477
16478         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16479         (gst_esdmon_channels_get_type):
16480         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16481         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16482         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16483         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16484         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16485         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16486         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16487         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16488         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16489         * gst/videomixer/videomixer.c:
16490         (gst_video_mixer_background_get_type):
16491           Const-ify GEnumValue arrays.
16492
16493 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16496
16497         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16498         (gst_avi_mux_do_video_buffer):
16499           Work around gst_buffer_make_metadata_writable() bug that
16500           results in avimux marking all frames in the index as
16501           keyframes (#340859).
16502           
16503 2006-05-08  Wim Taymans  <wim@fluendo.com>
16504
16505         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16506         Make parsing of urls suck slightly less.
16507
16508 2006-05-08  Edward Hervey  <edward@fluendo.com>
16509
16510         * autogen.sh: (CONFIGURE_DEF_OPT): 
16511         libtoolize on Darwin/MacOSX is called glibtoolize.
16512
16513 2006-05-08  Wim Taymans  <wim@fluendo.com>
16514
16515         Patch by: Jens Granseuer <jensgr at gmx dot net>
16516
16517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16518         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16519         C89 compliance fixes. Fixes #340980
16520
16521 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16524         * ext/flac/gstflacdec.h:
16525           Handle segment seeks that include the end of the file as stop point
16526           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16527           message instead of an EOS event in case we're in segment seek
16528           mode (fixes #340699).
16529           
16530 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16531
16532         * ext/cairo/gsttextoverlay.c:
16533         * ext/flac/gstflacdec.c:
16534         * ext/gdk_pixbuf/pixbufscale.c:
16535         * gst/apetag/gstapedemux.c:
16536         * gst/debug/breakmydata.c:
16537         * gst/debug/testplugin.c:
16538         * gst/matroska/ebml-write.c:
16539         * gst/multipart/multipartdemux.c:
16540         * sys/osxaudio/gstosxaudiosink.c:
16541         * sys/osxaudio/gstosxaudiosrc.c:
16542         Add semicolons after GST_BOILERPLATE[_FULL] so that
16543         indent doesn't mess up following lines.
16544
16545 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16548
16549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16550           Don't leak caps when freeing the stream context (#340623).
16551
16552 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16553
16554         * configure.ac:
16555           Back to CVS
16556
16557 === release 0.10.3 ===
16558
16559 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16560
16561         * configure.ac:
16562           releasing 0.10.3, "Desplazado"
16563
16564 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * gst/matroska/matroska-mux.c:
16567         (gst_matroska_mux_stream_is_vorbis_header),
16568         (gst_matroska_mux_write_data):
16569           Don't strcmp() NULL strings.
16570           Only start new clusters on video keyframes, not on any
16571           random audio buffer that doesn't have the DELTA_UNIT
16572           flag set (fixes 'make check' again).
16573
16574 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16575
16576         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16577
16578         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16579         (gst_matroska_mux_stream_is_vorbis_header),
16580         (gst_matroska_mux_write_data):
16581           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16582           value and then dead-lock when muxing vorbis audio streams
16583           (the three vorbis header buffers carry no timestamp, and it
16584           would try to mux these after all video buffers). Fixes #340346.
16585
16586           Improve clustering: start a new cluster also whenever we get
16587           a keyframe.     
16588
16589 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16590
16591         * win32/common/config.h:
16592         * win32/MANIFEST
16593           add the generated file as well
16594
16595 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16596
16597         * Makefile.am:
16598         * configure.ac:
16599         * win32/common/config.h.in:
16600           add win32 stuff
16601
16602 2006-05-03  Michael Smith  <msmith@fluendo.com>
16603
16604         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16605           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16606           SUCKS.
16607
16608 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16609
16610         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16611         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16612         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16613           don't leak caps-string
16614
16615 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16618         (gst_id3demux_sink_activate):
16619           Let core insert default error message for TYPE_NOT_FOUND
16620           errors, it's just as good as our own and has the added
16621           bonus of being translated.
16622
16623 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16624
16625         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16626         (gst_tag_demux_sink_event):
16627         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16628         (gst_id3demux_sink_event):
16629           Post an error message when we get an EOS event and were not
16630           able to find out the type of stream.
16631
16632         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16633         (test_taglib_id3mux_with_tags):
16634           Decrease num-buffers to 16 per iteration again, otherwise the
16635           many memcpy()s and reallocations in the test will hammer slow
16636           CPUs completely and make the test timeout.
16637
16638 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16639
16640         * configure.ac:
16641           figure out where plugins-base plugins are
16642         * tests/check/Makefile.am:
16643           use plugins-base plugins, so we have typefind functions
16644         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16645           increase num-buffers, this makes sure the test errors out instead
16646           of timing out when no typefind functions are present
16647
16648 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16649
16650         * docs/plugins/Makefile.am:
16651           also check .cc files for gtk-doc markup
16652         * configure.ac:
16653         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16655         * tests/check/Makefile.am:
16656         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16657         * ext/Makefile.am:
16658         * ext/taglib/Makefile.am:
16659         * ext/taglib/gstid3v2mux.h:
16660         * ext/taglib/gsttaglibmux.c:
16661         * ext/taglib/gsttaglibmux.h:
16662           move taglib-based id3v2muxer to -good.  Fixes #336110.
16663
16664 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16667           ... and fix multichannel/WAVFORMATEX support again.
16668
16669 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16670
16671         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16672         (gst_wavparse_class_init), (gst_wavparse_dispose),
16673         (gst_wavparse_reset), (gst_wavparse_init),
16674         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16675         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16676         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16677         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16678         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16679         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16680         (gst_wavparse_stream_data), (gst_wavparse_loop),
16681         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16682         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16683         (gst_wavparse_change_state), (plugin_init):
16684         * gst/wavparse/gstwavparse.h:
16685           Add push (streaming) mode to wavparse (fixes #337625)
16686
16687 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16688
16689         * configure.ac:
16690         * tests/Makefile.am:
16691           add ximagesrc icles test
16692
16693 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16694
16695         * configure.ac:
16696         * docs/plugins/Makefile.am:
16697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16699         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16700         (gst_cmml_enc_push_clip):
16701         * sys/Makefile.am:
16702         * sys/ximage/Makefile.am:
16703         * sys/ximage/gstximagesrc.c:
16704           Move ximagesrc plug-in to good after review.  Fixes #336756.
16705
16706 2006-04-28  Michael Smith  <msmith@fluendo.com>
16707
16708         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16709         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16710         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16711         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16712         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16713         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16714         * gst/icydemux/gsticydemux.h:
16715           Fix event handling: cache events when typefinding and forward later.
16716
16717 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16718
16719         * sys/osxaudio/gstosxaudiosink.c:
16720         (plugin_init):
16721          Register osxaudiosrc to the plugin.
16722         * sys/osxaudio/gstosxaudiosrc.c:
16723         (gst_osx_audio_src_osxelement_do_init),
16724         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16725         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16726         (gst_osx_audio_src_get_property),
16727         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16728         (gst_osx_audio_src_osxelement_init):
16729         * sys/osxaudio/gstosxaudiosrc.h:
16730           Port of osxaudiosrc to 0.10.
16731         * sys/osxaudio/Makefile.am:
16732           Add osxaudiosrc
16733
16734 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16735
16736         * sys/osxaudio/gstosxringbuffer.c:
16737         * sys/osxaudio/gstosxringbuffer.h:
16738           Forgot to commit earlier, part of the OSX audio plugin port
16739
16740 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16741
16742         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16743         (parse_split_strings):
16744           Recognise and skip any byte order marker (BOM) in
16745           UTF-16 strings.
16746
16747 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16748
16749         * docs/plugins/Makefile.am:
16750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16752         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16753         * docs/plugins/inspect/plugin-avi.xml:
16754         * gst/avi/gstavidemux.c:
16755         * gst/avi/gstavimux.c:
16756           Add docs for both avidemux and avimux.
16757
16758 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16761
16762         * gst/avi/Makefile.am:
16763         * gst/avi/gstavi.c: (plugin_init):
16764         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16765         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16766         (gst_avi_mux_class_init), (gst_avi_mux_init),
16767         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16768         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16769         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16770         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16771         (gst_avi_mux_riff_get_avix_header),
16772         (gst_avi_mux_riff_get_video_header),
16773         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16774         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16775         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16776         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16777         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16778         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16779         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16780         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16781         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16782         (gst_avi_mux_change_state):
16783         * gst/avi/gstavimux.h:
16784           Port AVI muxer to GStreamer-0.10 (#332031).
16785
16786         * tests/check/Makefile.am:
16787         * tests/check/elements/avimux.c:
16788         * tests/check/elements/.cvsignore:
16789           Add unit test for AVI muxer.
16790
16791 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16792
16793         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16794         (gst_wavparse_class_init), (gst_wavparse_reset),
16795         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16796         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16797         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16798         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16799         (gst_wavparse_stream_data), (gst_wavparse_loop),
16800         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16801         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16802         (plugin_init):
16803         * gst/wavparse/gstwavparse.h:
16804           reverted patch #337625 for the price of 1 hour sleep
16805
16806 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16807
16808         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16809         (gst_wavparse_class_init), (gst_wavparse_reset),
16810         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16811         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16812         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16813         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16814         (gst_wavparse_stream_data), (gst_wavparse_loop),
16815         (gst_wavparse_chain), (plugin_init):
16816         * gst/wavparse/gstwavparse.h:
16817           correct partial implementation of push mode
16818           (from my last commit)
16819
16820 2006-04-26  Wim Taymans  <wim@fluendo.com>
16821
16822         * ext/esd/esdsink.c:
16823         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16824         it is not in esd.h
16825
16826 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16829         (gst_au_parse_class_init), (gst_au_parse_init),
16830         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16831         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16832         (gst_au_parse_chain), (gst_au_parse_src_convert),
16833         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16834         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16835         (gst_au_parse_change_state):
16836         * gst/auparse/gstauparse.h:
16837           Rewrite auparse to suck a little bit less: make source pad
16838           dynamic, so decodebin/playbin work with non-raw formats
16839           like alaw/mulaw; add query function for duration/position
16840           queries; check whether we have enough data before attempting
16841           to parse the header (instead of crashing when that is not the
16842           case); work around audioconvert sucking by swapping endianness
16843           to the native endianness ourselves for float formats; send
16844           initial newsegment event. Fixes #161712.
16845
16846 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16847
16848         * sys/osxaudio/Makefile.am:
16849         * sys/osxaudio/gstosxaudioelement.c:
16850         (gst_osx_audio_element_get_type),
16851         (gst_osx_audio_element_class_init):
16852         * sys/osxaudio/gstosxaudioelement.h:
16853         * sys/osxaudio/gstosxaudiosink.c:
16854         (gst_osx_audio_sink_osxelement_do_init),
16855         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16856         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16857         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16858         (gst_osx_audio_sink_create_ringbuffer),
16859         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16860         (plugin_init):
16861         * sys/osxaudio/gstosxaudiosink.h:
16862         Port of osxaudiosink to 0.10
16863
16864 2006-04-26  Wim Taymans  <wim@fluendo.com>
16865
16866         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16867         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16868         the size of the ringbuffer. This should fix hangs with older 
16869         esd sound servers.
16870
16871 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16872
16873         * ext/aalib/gstaasink.c:
16874         * ext/annodex/gstcmmldec.c:
16875         * ext/annodex/gstcmmlenc.c:
16876         * ext/cairo/gsttextoverlay.c:
16877         * ext/cairo/gsttimeoverlay.c:
16878         * ext/cdio/gstcdiocddasrc.c:
16879         * ext/dv/gstdvdec.c:
16880         * ext/dv/gstdvdemux.c:
16881         * ext/esd/esdmon.c:
16882         * ext/esd/esdsink.c:
16883         * ext/flac/gstflacenc.c:
16884         * ext/flac/gstflactag.c:
16885         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16886         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16887         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16888         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16889         * ext/gdk_pixbuf/pixbufscale.c:
16890         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16891         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16892         * ext/jpeg/gstjpegdec.c:
16893         * ext/jpeg/gstjpegenc.c:
16894         * ext/jpeg/gstsmokedec.c:
16895         * ext/jpeg/gstsmokeenc.c:
16896         * ext/libcaca/gstcacasink.c:
16897         * ext/libmng/gstmngdec.c:
16898         * ext/libmng/gstmngenc.c:
16899         * ext/libpng/gstpngdec.c:
16900         * ext/libpng/gstpngenc.c:
16901         * ext/mikmod/gstmikmod.c:
16902         * ext/raw1394/gstdv1394src.c:
16903         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16904         * ext/shout2/gstshout2.h:
16905         * ext/speex/gstspeexdec.c:
16906         * ext/speex/gstspeexenc.c:
16907         * gst/alpha/gstalpha.c:
16908         * gst/alpha/gstalphacolor.c:
16909         * gst/apetag/gstapedemux.c:
16910         * gst/auparse/gstauparse.c:
16911         * gst/autodetect/gstautoaudiosink.c:
16912         (gst_auto_audio_sink_base_init):
16913         * gst/autodetect/gstautovideosink.c:
16914         (gst_auto_video_sink_base_init):
16915         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16916         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16917         * gst/cutter/gstcutter.c:
16918         * gst/debug/breakmydata.c:
16919         * gst/debug/efence.c:
16920         * gst/debug/gstnavigationtest.c:
16921         * gst/debug/gstnavseek.c:
16922         * gst/debug/negotiation.c:
16923         * gst/debug/progressreport.c:
16924         * gst/debug/testplugin.c:
16925         * gst/effectv/gstaging.c:
16926         * gst/effectv/gstdice.c:
16927         * gst/effectv/gstedge.c:
16928         * gst/effectv/gstquark.c:
16929         * gst/effectv/gstrev.c:
16930         * gst/effectv/gstshagadelic.c:
16931         * gst/effectv/gstvertigo.c:
16932         * gst/effectv/gstwarp.c:
16933         * gst/flx/gstflxdec.c:
16934         * gst/goom/gstgoom.c:
16935         * gst/icydemux/gsticydemux.c:
16936         * gst/id3demux/gstid3demux.c:
16937         * gst/interleave/deinterleave.c:
16938         * gst/interleave/interleave.c:
16939         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16940         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16941         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16942         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16943         * gst/level/gstlevel.c:
16944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16946         * gst/median/gstmedian.c:
16947         * gst/monoscope/gstmonoscope.c:
16948         * gst/multipart/multipartdemux.c:
16949         * gst/multipart/multipartmux.c:
16950         * gst/oldcore/gstaggregator.c:
16951         * gst/oldcore/gstfdsink.c:
16952         * gst/oldcore/gstmd5sink.c:
16953         * gst/oldcore/gstmultifilesrc.c:
16954         * gst/oldcore/gstpipefilter.c:
16955         * gst/oldcore/gstshaper.c:
16956         * gst/oldcore/gststatistics.c:
16957         * gst/rtp/gstasteriskh263.c:
16958         * gst/rtp/gstrtpL16depay.c:
16959         * gst/rtp/gstrtpL16pay.c:
16960         * gst/rtp/gstrtpamrdepay.c:
16961         * gst/rtp/gstrtpamrpay.c:
16962         * gst/rtp/gstrtpdepay.c:
16963         * gst/rtp/gstrtpgsmpay.c:
16964         * gst/rtp/gstrtph263pay.c:
16965         * gst/rtp/gstrtph263pdepay.c:
16966         * gst/rtp/gstrtph263ppay.c:
16967         * gst/rtp/gstrtpilbcdepay.c:
16968         * gst/rtp/gstrtpmp4gpay.c:
16969         * gst/rtp/gstrtpmp4vdepay.c:
16970         * gst/rtp/gstrtpmp4vpay.c:
16971         * gst/rtp/gstrtpmpadepay.c:
16972         * gst/rtp/gstrtpmpapay.c:
16973         * gst/rtp/gstrtppcmadepay.c:
16974         * gst/rtp/gstrtppcmapay.c:
16975         * gst/rtp/gstrtppcmudepay.c:
16976         * gst/rtp/gstrtppcmupay.c:
16977         * gst/rtp/gstrtpspeexdepay.c:
16978         * gst/rtp/gstrtpspeexpay.c:
16979         * gst/rtsp/gstrtpdec.c:
16980         * gst/rtsp/gstrtspsrc.c:
16981         * gst/smpte/gstsmpte.c:
16982         * gst/udp/gstdynudpsink.c:
16983         * gst/udp/gstmultiudpsink.c:
16984         * gst/udp/gstudpsink.c:
16985         * gst/udp/gstudpsrc.c:
16986         * gst/videobox/gstvideobox.c:
16987         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16988         * gst/videofilter/gstvideobalance.c:
16989         * gst/videofilter/gstvideoflip.c:
16990         * gst/videofilter/gstvideotemplate.c:
16991         (gst_videotemplate_base_init):
16992         * gst/videomixer/videomixer.c:
16993         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16994         (gst_wavparse_class_init), (gst_wavparse_dispose),
16995         (gst_wavparse_reset), (gst_wavparse_init),
16996         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16997         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16998         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16999         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17000         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17001         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17002         (gst_wavparse_change_state):
17003         * gst/wavparse/gstwavparse.h:
17004         * sys/oss/gstossmixerelement.c:
17005         * sys/oss/gstosssink.c:
17006         * sys/oss/gstosssrc.c:
17007         * sys/osxaudio/gstosxaudioelement.c:
17008         * sys/osxaudio/gstosxaudiosink.c:
17009         * sys/osxaudio/gstosxaudiosrc.c:
17010         * sys/sunaudio/gstsunaudiomixer.c:
17011         * sys/sunaudio/gstsunaudiosink.c:
17012           Define GstElementDetails as const and also static (when defined as
17013           global)
17014
17015 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17016
17017         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17018           Source pad has fixed caps. If we don't set this, bad
17019           things happen when the window is resized.
17020
17021 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/matroska/Makefile.am:
17024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17025         (gst_matroska_demux_handle_src_event):
17026         * gst/matroska/matroska-ids.c:
17027         (gst_matroska_track_init_video_context),
17028         (gst_matroska_track_init_audio_context),
17029         (gst_matroska_track_init_subtitle_context),
17030         (gst_matroska_track_init_complex_context):
17031         * gst/matroska/matroska-ids.h:
17032           Handle case where the TrackType ebml chunk does not come before the
17033           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17034           events.
17035
17036 2006-04-25  Wim Taymans  <wim@fluendo.com>
17037
17038         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17039         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17040         It's codec_data, not codec_info.
17041
17042 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17043
17044         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17045
17046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17047           Handle codec_data for VfW compatibility codec IDs (#339451)
17048
17049         * gst/matroska/matroska-mux.c:
17050         (gst_matroska_mux_video_pad_setcaps):
17051           Same here, handle codec_data and add additional caps we can handle
17052           now to the pad template (huffyuv, dv and h263 video) (#339451)
17053
17054 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17055
17056         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17057
17058         * gst/matroska/matroska-mux.c:
17059         (gst_matroska_mux_create_buffer_header),
17060         (gst_matroska_mux_write_data):
17061           Fix timestamping of B-frames, use signed integers, do
17062           some rounding (#339678).
17063
17064 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17065
17066         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17067         just make it compile with --disable-gst-debug.
17068
17069 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17070
17071         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17072         Fix a bad conversion using gst_guint64_to_gdouble.
17073         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17074         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17075         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17076     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17077         mistake.
17078
17079 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17080
17081         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17082         Use gst_guint64_to_gdouble for conversions
17083         * win32/vs6/gst_plugins_good.dsw:
17084         * win32/vs6/libgsticydemux.dsp:
17085         Add a project file for icydemux
17086
17087 2006-04-21  Wim Taymans  <wim@fluendo.com>
17088
17089         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17090
17091         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17092         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17093         When splitting audio chunks, the block alignment is not taken in
17094         consideration, so the smaller chunks could be of size which is 
17095         not a multiple of the block alignment. Fixes #336904
17096
17097 2006-04-21  Wim Taymans  <wim@fluendo.com>
17098
17099         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17100         Use scale functions
17101
17102 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17103
17104         * ext/dv/gstdv.c: (plugin_init):
17105           Fix build.
17106
17107 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17110         (gst_progress_report_class_init), (gst_progress_report_init),
17111         (gst_progress_report_do_query), (gst_progress_report_report),
17112         (gst_progress_report_set_property),
17113         (gst_progress_report_get_property):
17114           Add 'format' property to force querying to a particular format.
17115
17116 2006-04-21  Andy Wingo  <wingo@pobox.com>
17117
17118         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17119         best, on big endian systems. Drop its rank in that case. OTOH on
17120         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17121
17122 2006-04-21  Michael Smith  <msmith@fluendo.com>
17123
17124         * configure.ac:
17125         * gst/icydemux/Makefile.am:
17126         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17127         (gst_icydemux_base_init), (gst_icydemux_class_init),
17128         (gst_icydemux_reset), (gst_icydemux_init),
17129         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17130         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17131         (unicodify), (gst_icydemux_unicodify),
17132         (gst_icydemux_parse_and_send_tags),
17133         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17134         (gst_icydemux_chain), (gst_icydemux_change_state),
17135         (gst_icydemux_send_tag_event), (plugin_init):
17136         * gst/icydemux/gsticydemux.h:
17137         * tests/check/Makefile.am:
17138         * tests/check/elements/icydemux.c: (typefind_succeed),
17139         (plugin_init), (icydemux_found_pad), (create_icydemux),
17140         (cleanup_icydemux), (push_data), (GST_START_TEST),
17141         (icydemux_suite), (main):
17142           Add icydemux, and tests.
17143
17144 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17145
17146         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17147           Post SEGMENT_DONE message in TIME format.
17148
17149 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17152
17153         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17154         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17155           Fix index creation when we have to scan the file to create
17156           an index. There may be other types of RIFF 'LIST' chunks than
17157           'movi' and we need to skip them properly as well or we'll end up
17158           reading garbage (#336889). Some other cosmetic changes.
17159           
17160 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17161
17162         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17163         (gst_flac_dec_handle_seek_event):
17164           Add support for segment seeks (fixes #338290). Also demote
17165           some recurring debug message from DEBUG to LOG level.
17166
17167 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17170         (gst_matroskademux_do_index_seek),
17171         (gst_matroska_demux_handle_seek_event),
17172         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17173         * gst/matroska/matroska-ids.h:
17174           Set DISCONT flag on first buffer after a discontinuity.
17175           Fix newsegment events sent when seeking and honour KEY_UNIT
17176           seek flag. Create pad with bogus caps if we don't recognise
17177           the stream codec id.
17178
17179         * gst/matroska/matroska-demux.h:
17180           Fix GObject macros.
17181
17182 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17183
17184         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17185
17186         * gst/matroska/matroska-demux.c:
17187         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17188           Handle end of segment properly when set; don't dead-lock when
17189           posting start of segment message when doing a segment seek.
17190           Fixes #338810.
17191
17192 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17195         (gst_matroska_demux_plugin_init):
17196           Make mpeg2 aac audio work: create artificial private codec data
17197           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17198           Also call gst_riff_init(). Partially fixes #338767.
17199
17200 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17201
17202         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17203         (gst_wavenc_class_init), (gst_wavenc_init),
17204         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17205         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17206         (gst_wavenc_chain), (gst_wavenc_change_state):
17207         * gst/wavenc/gstwavenc.h:
17208           Set caps on first outgoing buffer, so that it doesn't error out
17209           immediately with a non-negotiated error (#338716). Rewrite and
17210           clean up a bit; fix setcaps function to parse things properly;
17211           fix sink caps (8bit audio is unsigned and doesn't have depth);
17212           use boilerplate macros; remove unused properties stuff.
17213
17214 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17215
17216         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17217           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17218           handle MJPEG streams and might be autoplugged for those if the
17219           user doesn't have jpegdec installed (resulting in a cryptic error
17220           message about huffman tables). Better to disable JPEG decoding here
17221           and let the user figure out that she needs to install jpegdec.
17222
17223 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17224
17225         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17226         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17227         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17228         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17229           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17230           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17231           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17232           debug messages. Fix boilerplate macros.
17233
17234 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17235
17236         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17237         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17238           No need to special-case for Gdk-2.0 any longer, we require
17239           Gdk 2.2 or newer; minor clean-ups.
17240
17241 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17242
17243         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17244         (gst_shout2send_class_init), (gst_shout2send_init),
17245         (set_shout_metadata), (gst_shout2send_set_metadata),
17246         (gst_shout2send_event), (gst_shout2send_start),
17247         (gst_shout2send_connect), (gst_shout2send_stop),
17248         (gst_shout2send_render), (gst_shout2send_set_property),
17249         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17250         (plugin_init):
17251         * ext/shout2/gstshout2.h:
17252         * po/POTFILES.in:
17253           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17254           change function; use GST_ELEMENT_ERROR for error reporting, not
17255           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17256           will cause crashes or assertion failures; remove (unused) "sync"
17257           property, basesink already has such a property; misc. other
17258           minor fixes and cleanups.
17259
17260 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17261
17262         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17263         * ext/esd/gstesd.c: (plugin_init):
17264         * po/POTFILES.in:
17265           Add translatable error message for when we cannot
17266           connect to the sound server, as "Cannot open resource
17267           for writing" isn't really an acceptable message to show
17268           to the user in this case.
17269
17270 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17271
17272         * sys/oss/gst-i18n-plugin.h:
17273           Remove bogus file that doesn't belong here.
17274
17275 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         Patch by: Philippe Valembois
17278
17279         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17280         (gst_shout2send_set_metadata), (gst_shout2send_event),
17281         (gst_shout2send_render), (gst_shout2send_change_state):
17282         * ext/shout2/gstshout2.h:
17283           Handle tags being received before the connection to
17284           the server is established properly (see #338636).
17285
17286 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17287
17288         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17289           Don't crash in case the connection to the server fails:
17290           don't set pointer to NULL by assigning FALSE; error out
17291           properly by using GST_ELEMENT_ERROR and returning
17292           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17293           before resetting the pointer.
17294
17295 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17296
17297         * gst/id3demux/id3tags.c:
17298         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17299         (Fixes #338713)
17300
17301 2006-04-12  Wim Taymans  <wim@fluendo.com>
17302
17303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17304         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17305         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17306         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17307         (gst_gdk_pixbuf_chain):
17308         Some cleanups.
17309         Added RGBA as a possible output format.
17310         Correctly free the supported mimetypes.
17311         deprecate silent arg, it's not used.
17312         Return result from _alloc_buffer to peer.
17313
17314 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17315
17316         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17317           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17318           overwriting GST_BUFFER_MALLOCDATA.
17319
17320 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17321
17322         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17323         (user_endrow_callback), (user_end_callback),
17324         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17325         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17326         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17327         * ext/libpng/gstpngdec.h:
17328           Handle more than one frame if the content is framed,
17329           like with png-in-quicktime (#331917).
17330
17331 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17332
17333         * sys/oss/Makefile.am:
17334         * sys/oss/common.h:
17335         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17336         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17337         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17338         (gst_oss_src_unprepare):
17339           - the user-visible error strings were in the wrong category
17340           - and the messages were not marked for translation
17341           - which is actually a good thing, because they were exactly
17342             the kind of message you would never want anyone to see
17343           - the macros were using variables that didn't exist in the macro
17344             arguments
17345           - and they were obviously copied from each other and then modified
17346           - so a common header makes sense
17347
17348 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17351           Don't try to modify read-only data.
17352
17353         * gst/matroska/matroska-demux.c:
17354         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17355           Fix comment (won't crash any longer now).
17356
17357 2006-04-10  Michael Smith  <msmith@fluendo.com>
17358
17359         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17360           Use copies of header buffers for caps to avoid circular refcounting
17361           problems (as in theoradec, vorbisdec).
17362
17363         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17364           Fix a typo in test that meant it was testing the wrong thing.
17365
17366         * tests/check/elements/cmmlenc.c: (check_headers):
17367           Fix refcount checks now that we use buffer-copies for caps.
17368
17369 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17372         (gst_matroska_demux_handle_seek_event),
17373         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17374         (gst_matroska_demux_subtitle_caps),
17375         (gst_matroska_demux_plugin_init):
17376           Use static pad templates with ANY caps for audio and video
17377           source pads and get rid of a lot of unnecessary (and partially
17378           broken) code for the template caps. Clean up caps finding
17379           functions. Fixes playback of audio files/streams that do not
17380           contain the sample rate and/or number of channels in the audio
17381           context (happens a lot with vorbis/mp3 .mka files it seems).
17382           Fixes #337183.
17383           Also add myself to copyright holders.
17384
17385 2006-04-10  Michael Smith  <msmith@fluendo.com>
17386
17387         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17388           Use g_list_delete_link () instead of g_list_remove_link () so that
17389           we free the link as well as the contained data.
17390
17391 2006-04-10  Wim Taymans  <wim@fluendo.com>
17392
17393         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17394
17395         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17396         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17397         (gst_avi_demux_stream_header):
17398         Fix some crashers with empty chunks. (Fixes #337749)
17399
17400 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17401
17402         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17403           use G_GINT64_CONSTANT for INT64 constants
17404         * gst/videofilter/gstvideobalance.c:
17405           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17406         * win32/vs6/libgstavi.dsp:
17407          add missing libraries for the link and remove avimux.c from
17408          the project as it isn't ported to 0.10 yet
17409         
17410 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17411
17412         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17413           Even better would be if we actually did the right thing
17414           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17415
17416 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17417
17418         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17419           Can't just replace 1LL with 1L here just because MSVC doesn't
17420           support it, as it might lead to incorrect results when doing the
17421           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17422           force a 64-bit constant in a way that all compilers are happy with.
17423
17424 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17425
17426         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17427         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17428         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17429         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17430         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17431         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17432         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17433         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17434         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17435         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17436         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17437         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17438         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17439         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17440         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17441         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17442         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17443         * gst/debug/efence.c: (gst_efence_class_init):
17444         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17445         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17446         * gst/goom/gstgoom.c: (gst_goom_class_init):
17447         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17448         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17449         * gst/interleave/interleave.c: (interleave_class_init):
17450         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17451         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17452         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17453         * gst/median/gstmedian.c: (gst_median_class_init):
17454         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17455         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17456         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17457         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17458         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17459         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17460         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17461         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17462         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17463         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17464         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17465         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17466         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17467         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17468         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17469         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17470         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17471         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17472         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17473         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17474         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17475         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17476         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17477         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17478         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17480         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17481         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17482         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17483         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17484         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17485         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17486         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17487         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17488         * sys/osxaudio/gstosxaudioelement.c:
17489         (gst_osxaudioelement_class_init):
17490         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17491         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17492         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17493         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17494
17495 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17496
17497         * ext/mikmod/gstmikmod.h:
17498         * gst/level/gstlevel.h:
17499         Fix more broken GObject macros
17500
17501 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17502
17503         * ext/annodex/gstcmmldec.h:
17504         * ext/annodex/gstcmmlenc.h:
17505         * ext/annodex/gstcmmltag.h:
17506         * ext/cairo/gsttextoverlay.h:
17507         * ext/ladspa/gstsignalprocessor.h:
17508         * gst/matroska/ebml-read.h:
17509         * gst/matroska/ebml-write.h:
17510         * sys/osxaudio/gstosxaudioelement.h:
17511         Fix broken GObject macros
17512
17513 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17514
17515         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17516           Don't try to seek beyond the end of the file (would
17517           occasionally display error dialogs in totem when seeking
17518           to the end) (#335869). Will still throw an error though
17519           if the file is truncated and the total_samples value in
17520           the stream header is wrong.
17521
17522 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17523
17524         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17525         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17526         (gst_flac_dec_metadata_callback):
17527         * ext/flac/gstflacdec.h:
17528           If the stream header doesn't contain the total number of samples,
17529           search for the last flac frame at the end of the file and calculate
17530           the total duration from that frame's offset (fixes #337609).
17531
17532 2006-04-07  Edward Hervey  <edward@fluendo.com>
17533
17534         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17535         Don't unref the GstPadTemplate returned by
17536         gst_element_class_get_pad_template().
17537
17538 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17541
17542         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17543         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17544         * sys/sunaudio/gstsunaudiosink.h:
17545           Use spec->segsize and spec->segtotal in the prepare function
17546           to initialise the ring buffer instead of using the buffer-time
17547           property (#337421).
17548
17549 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17550
17551         * configure.ac:
17552           Bump core requirements to CVS for gst_pad_query_peer_duration()
17553           which is used by speexdec.
17554
17555 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * ext/speex/gstspeex.c: (plugin_init):
17558         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17559         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17560         (speex_get_sink_query_types), (speex_dec_sink_query),
17561         (speex_get_src_query_types), (speex_dec_src_query),
17562         (speex_dec_src_event), (speex_dec_sink_event),
17563         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17564         (speex_dec_chain_parse_data), (speex_dec_chain),
17565         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17566         (speex_dec_change_state):
17567         * ext/speex/gstspeexdec.h:
17568           Fix seeking and duration queries (#337033); clean up and
17569           refactor a bit.
17570
17571 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17572
17573         * ext/raw1394/gstdv1394src.c:
17574           distinguish between device not found and could not open for
17575           reading
17576
17577 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17578
17579         * Makefile.am:
17580         * configure.ac:
17581         * pkgconfig/.cvsignore:
17582         * pkgconfig/Makefile.am:
17583         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17584           add a .pc file so other modules can use good plugins in tests
17585
17586 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17587
17588         * configure.ac:
17589           clean up, use AS_VERSION and AS_NANO
17590         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17591           use PACKAGE_VERSION define
17592         * po/af.po:
17593         * po/az.po:
17594         * po/cs.po:
17595         * po/en_GB.po:
17596         * po/hu.po:
17597         * po/it.po:
17598         * po/nb.po:
17599         * po/nl.po:
17600         * po/or.po:
17601         * po/sq.po:
17602         * po/sr.po:
17603         * po/sv.po:
17604         * po/uk.po:
17605         * po/vi.po:
17606           updated
17607
17608 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17609
17610         * ext\jpeg\smokecodec.c:
17611           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17612         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17613           move first instruction after all variables declarations
17614         * gst\alpha\gstalpha.c:
17615         * gst\effectv\gstshagadelic.c:
17616         * gst\smpte\paint.c:
17617         * gst\videofilter\gstvideobalance.c:
17618           define M_PI if it's not defined (it's not defined on WIN32)
17619         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17620         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17621         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17622         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17623         (gst_matroska_demux_video_caps):
17624         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17625         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17626           use gst_guint64_to_gdouble for conversions
17627         * gst\goom\filters.c: (setPixelRGB_):
17628           fix a debug which was using undefined variable
17629         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17630         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17631           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17632         * win32/vs6:
17633           add vs6 projects files for most of plugins-good
17634         
17635 2006-03-30  j^  <j@bootlab.org>
17636
17637         * ext/aalib/gstaasink.c:
17638         * ext/annodex/gstcmmldec.c:
17639         * ext/annodex/gstcmmlenc.c:
17640         * ext/cairo/gsttextoverlay.c:
17641         * ext/cairo/gsttimeoverlay.c:
17642         * ext/cdio/gstcdiocddasrc.c:
17643         * ext/dv/gstdvdec.c:
17644         * ext/esd/esdmon.c:
17645         * ext/esd/esdsink.c:
17646         * ext/flac/gstflacdec.c:
17647         * ext/flac/gstflacenc.c:
17648         * ext/flac/gstflactag.c:
17649         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17650         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17651         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17652         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17653         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17654         * ext/gdk_pixbuf/pixbufscale.c:
17655         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17656         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17657         * ext/jpeg/gstjpegdec.c:
17658         * ext/jpeg/gstjpegenc.c:
17659         * ext/jpeg/gstsmokedec.c:
17660         * ext/jpeg/gstsmokeenc.c:
17661         * ext/libcaca/gstcacasink.c:
17662         * ext/libmng/gstmngdec.c:
17663         * ext/libmng/gstmngenc.c:
17664         * ext/libpng/gstpngdec.c:
17665         * ext/libpng/gstpngenc.c:
17666         * ext/mikmod/gstmikmod.c:
17667         * ext/raw1394/gstdv1394src.c:
17668         * ext/shout2/gstshout2.c:
17669         * ext/speex/gstspeexdec.c:
17670         * ext/speex/gstspeexenc.c:
17671         * gst/alpha/gstalpha.c:
17672         * gst/alpha/gstalphacolor.c:
17673         * gst/auparse/gstauparse.c:
17674         * gst/autodetect/gstautoaudiosink.c:
17675         (gst_auto_audio_sink_base_init):
17676         * gst/autodetect/gstautovideosink.c:
17677         (gst_auto_video_sink_base_init):
17678         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17679         * gst/cutter/gstcutter.c:
17680         * gst/debug/breakmydata.c:
17681         * gst/debug/efence.c:
17682         * gst/debug/gstnavigationtest.c:
17683         * gst/debug/negotiation.c:
17684         * gst/debug/progressreport.c:
17685         * gst/debug/testplugin.c:
17686         * gst/effectv/gstaging.c:
17687         * gst/effectv/gstdice.c:
17688         * gst/effectv/gstedge.c:
17689         * gst/effectv/gstquark.c:
17690         * gst/effectv/gstrev.c:
17691         * gst/effectv/gstvertigo.c:
17692         * gst/effectv/gstwarp.c:
17693         * gst/flx/gstflxdec.c:
17694         * gst/goom/gstgoom.c:
17695         * gst/interleave/deinterleave.c:
17696         * gst/interleave/interleave.c:
17697         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17698         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17699         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17700         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17701         * gst/level/gstlevel.c:
17702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17704         * gst/median/gstmedian.c:
17705         * gst/monoscope/gstmonoscope.c:
17706         * gst/multipart/multipartdemux.c:
17707         * gst/multipart/multipartmux.c:
17708         * gst/oldcore/gstmd5sink.c:
17709         * gst/oldcore/gstmultifilesrc.c:
17710         * gst/oldcore/gstpipefilter.c:
17711         * gst/oldcore/gstshaper.c:
17712         * gst/oldcore/gststatistics.c:
17713         * gst/rtp/gstasteriskh263.c:
17714         * gst/rtp/gstrtpL16depay.c:
17715         * gst/rtp/gstrtpL16pay.c:
17716         * gst/rtp/gstrtpamrdepay.c:
17717         * gst/rtp/gstrtpamrpay.c:
17718         * gst/rtp/gstrtpdepay.c:
17719         * gst/rtp/gstrtpgsmpay.c:
17720         * gst/rtp/gstrtph263pay.c:
17721         * gst/rtp/gstrtph263pdepay.c:
17722         * gst/rtp/gstrtph263ppay.c:
17723         * gst/rtp/gstrtpmp4gpay.c:
17724         * gst/rtp/gstrtpmp4vdepay.c:
17725         * gst/rtp/gstrtpmp4vpay.c:
17726         * gst/rtp/gstrtpmpadepay.c:
17727         * gst/rtp/gstrtpmpapay.c:
17728         * gst/rtp/gstrtppcmadepay.c:
17729         * gst/rtp/gstrtppcmapay.c:
17730         * gst/rtp/gstrtppcmudepay.c:
17731         * gst/rtp/gstrtppcmupay.c:
17732         * gst/rtp/gstrtpspeexdepay.c:
17733         * gst/rtp/gstrtpspeexpay.c:
17734         * gst/rtsp/gstrtpdec.c:
17735         * gst/smpte/gstsmpte.c:
17736         * gst/videobox/gstvideobox.c:
17737         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17738         * gst/videofilter/gstvideobalance.c:
17739         * gst/videofilter/gstvideoflip.c:
17740         * gst/videofilter/gstvideotemplate.c:
17741         (gst_videotemplate_base_init):
17742         * gst/videomixer/videomixer.c:
17743         * gst/wavenc/gstwavenc.c:
17744         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17745          better/unified long descriptions
17746          Fixed #336602
17747          Some cleanups to auparse, don't send multiple newsegments.
17748
17749 2006-03-29  Wim Taymans  <wim@fluendo.com>
17750
17751         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17752
17753         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17754         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17755         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17756         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17757         * ext/dv/gstdvdemux.h:
17758         Seek in READY patch. Only works for pull based mode.
17759         Fixes #323880
17760
17761 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17762
17763         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17764         (gst_gdk_pixbuf_event):
17765           Fix two crashers: don't unref the same caps twice, and
17766           set pixbuf loader to NULL after freeing it.
17767
17768 2006-03-27  Wim Taymans  <wim@fluendo.com>
17769
17770         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17771         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17772         (gst_speexenc_chain):
17773         * ext/speex/gstspeexenc.h:
17774         Don't leak adapter.
17775         A push *always* takes ownership of the buffer, even on
17776         errors.
17777         Small cleanups.
17778
17779 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17780
17781         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17782           Create source pad without leaking.
17783
17784 2006-03-24  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17787         * ext/flac/gstflacdec.h:
17788         * ext/flac/gstflacenc.h:
17789         Spifify a bit.
17790         Fix deadly lock order error in seeking code, STREAM_LOCK
17791         cannot be taken within LOCK and the streaming variables are
17792         protected with the STREAM_LOCK anyway.
17793
17794 2006-03-24  Wim Taymans  <wim@fluendo.com>
17795
17796         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17797         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17798         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17799         this patch combines the global init_frames with the stream
17800         init_frames. Rationale being that the global delay should 
17801         be subtracted from any stream delay.
17802         Fixes #335858.
17803
17804 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17805
17806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17807         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17808         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17809         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17810         use DEBUG_FUNCPTR for collectpads
17811
17812 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17813
17814         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17815           Don't crash when encoding images where the number of rows isn't
17816           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17817
17818 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17821         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17822         * gst/interleave/interleave.c: (interleave_change_state):
17823         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17824           More state change function fixes.
17825
17826 2006-03-23  Wim Taymans  <wim@fluendo.com>
17827
17828         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17829         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17830         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17831         (gst_esdsink_delay), (gst_esdsink_reset):
17832         * ext/esd/esdsink.h:
17833         Fix esd choppy playback by configuring audiosink
17834         correctly. Fixes #325191
17835
17836 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17839           Make state change function thread-safe.
17840
17841 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17844         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17845           Don't try to read beyond the end of the file just because
17846           the header claims a bigger size (like with truncated files).
17847
17848 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17849
17850         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17851         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17852         (gst_wavparse_stream_data), (gst_wavparse_loop):
17853         * gst/wavparse/gstwavparse.h:
17854           Delay source pad creation until we have the first chunk of
17855           media data, so the we can examine the data and adjust the
17856           caps accordingly if required. This makes playback of .wav
17857           files with DTS-declared-as-PCM content work (#313266).
17858
17859 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17860
17861         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17862         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17863         Don't attempt typefinding on too-short buffers that have been
17864         completely trimmed away. (Fixes #330239)
17865
17866         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17867         Improve the debug output
17868
17869 2006-03-21  Wim Taymans  <wim@fluendo.com>
17870
17871         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17872         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17873         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17874         (gst_esdsink_set_property), (gst_esdsink_get_property):
17875         Some cleanups.
17876         Reset fd to -1 when we close them.
17877
17878 2006-03-21  Wim Taymans  <wim@fluendo.com>
17879
17880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17881         the OPTIONS request result is optional so don't
17882         fail on it.
17883
17884 2006-03-21  Edward Hervey  <edward@fluendo.com>
17885
17886         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17887         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17888         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17889         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17890         (gst_wavparse_change_state):
17891         gcc 4.1 unreferenced pointer fixes.
17892
17893 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17894
17895         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17896
17897         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17898           Fix block alignment calculation. Alignment should be done before
17899           adding the byte offset where the data starts (#335231).
17900
17901 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17902
17903         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17904           Ensure that we set correct caps on buffers that are transferred
17905           direct from the input.
17906
17907 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17908
17909         * gst/goom/filters.c: (zoomFilterDestroy):
17910         * gst/goom/goom_core.c: (goom_close):
17911           Free filter data when cleaning up. (Fixes: #334995)
17912
17913 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17914
17915         * configure.ac:
17916           Don't compile udp and rtsp plugins on win32 (mingw) or other
17917           systems that don't have <sys/socket.h> for some reason (#316203).
17918
17919 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17920
17921         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17922         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17923         * ext/raw1394/gstdv1394src.h:
17924           Change bus reset handler so it reports useful information such as
17925           whether the device being used connected or disconnected
17926
17927 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         * gst/id3demux/id3v2frames.c:
17930         (parse_relative_volume_adjustment_two):
17931           We only care about gain and peak data for the master volume.
17932
17933 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17934
17935         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17936         (parse_id_string), (parse_unique_file_identifier),
17937         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17938           Read replay gain tags (#323721).
17939
17940 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17941
17942         * configure.ac:
17943           Bump requirements to gst-plugins-base CVS because
17944           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17945
17946 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17947
17948         * rtp/gst/gstrtppcmadepay.c:
17949         Fixed one of the caps in the code from mulaw to alaw.
17950
17951 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17952
17953         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17954           Ensure that we set caps on the buffers we pass.
17955
17956         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17957         (gst_id3demux_sink_activate):
17958           Ensure that we set caps on the buffers we pass.
17959
17960           Use STREAM, TYPE_NOT_FOUND as the error class when
17961           typefinding fails.
17962
17963 2006-03-15  Edward Hervey  <edward@fluendo.com>
17964
17965         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17966         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17967         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17968         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17969         (gst_jpeg_dec_setcaps):
17970         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17971         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17972         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17973         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17974         (gst_mngdec_src_getcaps):
17975         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17976         (gst_pngdec_caps_create_and_set):
17977         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17978         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17979         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17980         * gst/alpha/gstalpha.c: (gst_alpha_init):
17981         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17982         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17983         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17984         * gst/cutter/gstcutter.c: (gst_cutter_init):
17985         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17986         (gst_efence_checkgetrange):
17987         * gst/debug/negotiation.c: (gst_negotiation_init):
17988         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17989         * gst/goom/gstgoom.c: (gst_goom_init):
17990         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17991         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17992         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17993         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17994         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17995         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17996         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17997         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17998         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17999         (gst_wavparse_create_sourcepad):
18000         Fix memleak with gst_static_pad_template_get().
18001         This uses gst_pad_new_from_static_template() instead.
18002         Fixes #333512
18003
18004 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18005
18006         * configure.ac:
18007           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18008           used by id3demux.
18009
18010         * gst/id3demux/gstid3demux.c: (plugin_init):
18011         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18012         (parse_user_text_identification_frame),
18013         (parse_unique_file_identifier):
18014           Add support for UFID and TXXX frames and extract musicbrainz tags.
18015
18016 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18017
18018         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18019           Catch short reads, like they might happen with truncated
18020           files (see #305279); remove unnecessary indentation.
18021
18022 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18023
18024         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18025           Fix DIB image inversion for pictures with a
18026           depth != 8 (#305279).
18027
18028 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18029
18030         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18031         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18032         * ext/jpeg/gstjpegdec.h:
18033           Fix durations on outgoing buffers after seeking
18034           in MJPEG files (#334083); some minor clean-ups.
18035
18036 2006-03-13  Wim Taymans  <wim@fluendo.com>
18037
18038         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18039         (gst_wavparse_change_state):
18040         Implement seek in READY (re-fixes #327658)
18041
18042 2006-03-13  Wim Taymans  <wim@fluendo.com>
18043
18044         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18045         * ext/esd/esdmon.c: (gst_esdmon_get):
18046         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18047         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18048         (gst_gdk_pixbuf_sink_getcaps):
18049         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18050         (gst_jpegenc_setcaps):
18051         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18052         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18053         (gst_smokeenc_setcaps):
18054         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18055         (gst_mngdec_src_getcaps):
18056         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18057         (gst_mngenc_chain):
18058         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18059         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18060         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18061         (speex_dec_src_event), (speex_dec_chain):
18062         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18063         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18064         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18065         (gst_negotiation_pad_link), (gst_negotiation_chain):
18066         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18067         (gst_flxdec_chain):
18068         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18069         (deinterleave_chain):
18070         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18071         * gst/median/gstmedian.c: (gst_median_link):
18072         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18073         (gst_monoscope_chain):
18074         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18075         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18076         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18077         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18078         close #333784 unref the result of gst_pad_get_parent()
18079         by: Christophe Fergeau.
18080
18081 2006-03-09  Wim Taymans  <wim@fluendo.com>
18082
18083         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18084         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18085         Handle events in push mode better, can now do non-flushing
18086         seeks in push mode as well.
18087
18088 2006-03-07  Wim Taymans  <wim@fluendo.com>
18089
18090         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18091         Applied patch from Kai Vehmanen, fixes #333624.
18092
18093 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18094
18095         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18096         Implement paletted and grayscale png files handling.
18097         (#150363).
18098
18099 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18100
18101         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18102         (gst_speexenc_chain):
18103           fix a tag list assert
18104           follow gst-plugins-base/ext/ogg/README; set OFFSET
18105           and OFFSET_END.  Muxes correctly with gst-plugins-base
18106           > 0.9.3
18107
18108 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * gst/id3demux/Makefile.am:
18111         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18112         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18113           Use new typefind helper functions here as well, and
18114           do typefinding in pull-mode if upstream supports that.
18115
18116 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18117
18118         * sys/sunaudio/gstsunaudiomixerctrl.c:
18119         (gst_sunaudiomixer_ctrl_get_volume),
18120         (gst_sunaudiomixer_ctrl_set_volume):
18121         * sys/sunaudio/gstsunaudiomixertrack.c:
18122         (gst_sunaudiomixer_track_new):
18123           Remove unused variables, breaks build from CVS
18124           with -Werror (#333392, patch by: Benjamin Pineau)
18125
18126 2006-03-03  Wim Taymans  <wim@fluendo.com>
18127
18128         * docs/plugins/Makefile.am:
18129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18130         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18131         Added wavparse docs.
18132
18133         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18134         (gst_wavparse_reset), (gst_wavparse_init),
18135         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18136         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18137         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18138         (gst_wavparse_stream_data), (gst_wavparse_loop),
18139         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18140         (gst_wavparse_change_state):
18141         * gst/wavparse/gstwavparse.h:
18142         Implement seek in READY (fixes #327658)
18143         Added docs and did some cleanups.
18144
18145 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18146
18147         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18148         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18149         (gst_avi_demux_calculate_durations_from_index),
18150         (gst_avi_demux_stream_header):
18151         * gst/avi/gstavidemux.h:
18152           If we have an index, use a duration based on the index instead
18153           of blindly trusting the information in the stream headers
18154           (fixes #331817).
18155
18156 2006-03-03  Wim Taymans  <wim@fluendo.com>
18157
18158         * docs/plugins/Makefile.am:
18159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18161         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18162         Added smoke and jpeg to the docs.
18163
18164         * ext/jpeg/Makefile.am:
18165         * ext/jpeg/gstjpeg.c: (plugin_init):
18166         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18167         * ext/jpeg/gstjpegenc.h:
18168         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18169         (gst_smokedec_chain):
18170         * ext/jpeg/gstsmokedec.h:
18171         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18172         * ext/jpeg/gstsmokeenc.h:
18173         * ext/jpeg/smokecodec.h:
18174         Port smokedec (fixes #331905).
18175         Added some docs.
18176         Some cleanups.
18177
18178 2006-03-03  Wim Taymans  <wim@fluendo.com>
18179
18180         * docs/plugins/Makefile.am:
18181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18183         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18184         Added videobalance and videoflip to the docs.
18185
18186         * gst/videofilter/Makefile.am:
18187         * gst/videofilter/gstvideobalance.c:
18188         (gst_video_balance_update_tables_planar411),
18189         (gst_video_balance_is_passthrough),
18190         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18191         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18192         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18193         (gst_video_balance_finalize), (gst_video_balance_class_init),
18194         (gst_video_balance_init), (gst_video_balance_interface_supported),
18195         (gst_video_balance_interface_init),
18196         (gst_video_balance_colorbalance_list_channels),
18197         (gst_video_balance_colorbalance_set_value),
18198         (gst_video_balance_colorbalance_get_value),
18199         (gst_video_balance_colorbalance_init),
18200         (gst_video_balance_set_property), (gst_video_balance_get_property),
18201         (gst_video_balance_get_type), (plugin_init):
18202         * gst/videofilter/gstvideobalance.h:
18203         Ported to 0.10. (Fixes #326160)
18204         Added docs.
18205
18206         * gst/videofilter/gstvideoflip.c:
18207         * gst/videofilter/gstvideoflip.h:
18208         Added docs.
18209
18210 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18211
18212         * configure.ac:
18213           Bump requirements to current core and -base CVS
18214           (core for new typefind helper API, and -base for the
18215           WAVFORMATEX support that was added to libgstriff and
18216           is needed by wavparse).
18217         
18218         * gst/apetag/Makefile.am:
18219         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18220         (gst_tag_demux_sink_activate):
18221           Use new typefind helpers for typefinding instead of our
18222           home-grown stuff; also, do typefinding in pull-mode if
18223           upstream supports that.
18224
18225 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18226
18227         Reviewed by: Christian Schaller <christian@fluendo.com>
18228
18229         This patch fixes bug: 329107
18230
18231         This Changelog entry is for a commit done on February 17
18232
18233         * ext/gconf/gconf.c
18234         * ext/gconf/gconf.h
18235         * ext/gconf/gstgconfaudiosink.c
18236         * ext/gconf/gstgconfaudiosink.h
18237         * gconf/gstreamer.schemas.in
18238
18239 2006-02-28  Wim Taymans  <wim@fluendo.com>
18240
18241         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18242         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18243         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18244         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18245         Use DEBUG_OBJECT more.
18246
18247 2006-02-28  Wim Taymans  <wim@fluendo.com>
18248
18249         * docs/plugins/Makefile.am:
18250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18252         Added dvdec and dvdemux to docs.
18253
18254         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18255         Added docs.
18256         Check frame sizes so we don't crash when don't have enough
18257         data.
18258         Send nice error messages on error.
18259
18260         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18261         (gst_dvdemux_class_init), (gst_dvdemux_init),
18262         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18263         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18264         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18265         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18266         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18267         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18268         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18269         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18270         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18271         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18272         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18273         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18274         * ext/dv/gstdvdemux.h:
18275         Added docs.
18276         Implement pull mode.
18277         Fix memleaks.
18278         Reduce memcpy for the video demuxing.
18279
18280 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18281
18282         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18283         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18284         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18285         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18286           Add a little extra debug. Make the decoder not return NOT_LINKED,
18287           as we want to continue decoding all CMML and emitting tags.
18288
18289 2006-02-27  Michael Smith  <msmith@fluendo.com>
18290
18291         * ext/annodex/gstskeltag.c:
18292         * ext/annodex/gstskeltag.h:
18293           Deleted; these files aren't used any more either.
18294
18295 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18296
18297         * ext/Makefile.am: Fix dist-check.
18298
18299 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18300
18301         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18302         memleak.
18303
18304 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18305
18306         * ext/annodex/Makefile.am:
18307         * ext/annodex/gstannodex.c:
18308         * ext/annodex/gstcmmldec.c:
18309         * ext/annodex/gstcmmlenc.c:
18310         * ext/annodex/gstcmmlparser.c:
18311         * ext/annodex/gstcmmlparser.h:
18312         * ext/annodex/gstcmmlutils.c:
18313         * tests/check/elements/cmmldec.c:
18314         * tests/check/elements/cmmlenc.c:
18315           Fix a memleak in gst_cmml_track_list_add_clip.
18316           Handle overflows in clip's start and end times.
18317           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18318           Do not parse junk at the end of a CMML preamble buffer.
18319           Register a libxml error handler to not print stuff on stderr.
18320           Check for bad clip start and end times in the testsuites.
18321
18322 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18323
18324         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18325         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18326         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18327         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18328         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18329         possible memleaks.
18330
18331 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18332
18333         * tests/check/Makefile.am:
18334         * tests/check/elements/cmmldec.c:
18335         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18336         the plugins-base tags.
18337
18338 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18339
18340         * ext/Makefile.am: Re-enable module.
18341
18342 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18343
18344         * tests/check/Makefile.am: Forgot to remove that test.
18345
18346 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18347
18348         * ext/annodex/Makefile.am:
18349         * ext/annodex/gstannodex.c: (plugin_init):
18350         * ext/annodex/gstcmmldec.c:
18351         * ext/annodex/gstskeldec.c:
18352         * ext/annodex/gstskeldec.h:
18353         * tests/check/Makefile.am:
18354         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18355
18356 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18357
18358         * tests/check/Makefile.am: Disable those checks as well.
18359
18360 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18361
18362         * ext/Makefile.am: Disable annodex for now until we figure out
18363         how to make it build.
18364         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18365         Add a rule to your checklist : "please try to at least build 
18366         what you are going to commit into -good, or if you are too lazy
18367         to do that, please check that the buildbots are not crying because
18368         of your commit."
18369
18370 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18371
18372         * configure.ac:
18373         * ext/Makefile.am:
18374         * ext/gdk_pixbuf/Makefile.am:
18375         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18376         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18377         * ext/gdk_pixbuf/pixbufscale.c:
18378         * ext/gdk_pixbuf/pixbufscale.h:
18379           Gdkpixbuf ported from 0.8 to 0.10 by
18380           Renato Filho <renato.filho@indt.org.br>.
18381           gst_loader and gdkpixbufanimation still need port.
18382
18383 2006-02-24  Michael Smith  <msmith@fluendo.com>
18384
18385         * configure.ac:
18386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18387         * ext/Makefile.am:
18388         * ext/annodex/Makefile.am:
18389         * ext/annodex/gstannodex.c:
18390         * ext/annodex/gstannodex.h:
18391         * ext/annodex/gstcmmldec.c:
18392         * ext/annodex/gstcmmldec.h:
18393         * ext/annodex/gstcmmlenc.c:
18394         * ext/annodex/gstcmmlenc.h:
18395         * ext/annodex/gstcmmlparser.c:
18396         * ext/annodex/gstcmmlparser.h:
18397         * ext/annodex/gstcmmltag.c:
18398         * ext/annodex/gstcmmltag.h:
18399         * ext/annodex/gstcmmlutils.c:
18400         * ext/annodex/gstcmmlutils.h:
18401         * ext/annodex/gstskeldec.c:
18402         * ext/annodex/gstskeldec.h:
18403         * ext/annodex/gstskeltag.c:
18404         * ext/annodex/gstskeltag.h:
18405         * tests/check/Makefile.am:
18406         * tests/check/elements/cmmldec.c:
18407         * tests/check/elements/cmmlenc.c:
18408         * tests/check/elements/skeldec.c:
18409           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18410           Includes tests & docs, oh my! Passes Thomas's -good checklist
18411           entirely. Wow.
18412
18413 2006-02-24  Michael Smith  <msmith@fluendo.com>
18414
18415         * autogen.sh:
18416           Check for automake 1.9 as well.
18417
18418 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * ext/flac/gstflacenc.c:
18421           Change min. sample rate to 8kHz to match flacdec's.
18422           
18423 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18424
18425         * ext/cdio/Makefile.am:
18426           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18427           required for Cygwin, see #317048)
18428
18429         * gst/rtp/gstasteriskh263.c:
18430           Cygwin has includes for both the unix network socket API
18431           and the windows API, but only one can be included, so fix
18432           includes to only use one or the other, prefering the unxi
18433           one (#317048).
18434
18435 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18436
18437         * rtp/gst/gstrtppcmadepay.c:
18438         * rtp/gst/gstrtppcmadepay.h:
18439         * rtp/gst/gstgstrtppcmapay.c:
18440         * rtp/gst/gstgstrtppcmapay.h:
18441         * rtp/gst/gstrtppcmudepay.c:
18442         * rtp/gst/gstrtppcmudepay.h:
18443         * rtp/gst/gstrtppcmupay.c:
18444         * rtp/gst/gstrtppcmupay.h:
18445         * rtp/gst/Makefile.am:
18446         * rtp/gst/gstrtp.c:
18447         * rtp/gst/README:
18448         Separated the G711 payloaders/depayloaders into separate elements for
18449         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18450
18451 2006-02-22  Wim Taymans  <wim@fluendo.com>
18452
18453         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18454         (gst_dvdec_change_state):
18455         * ext/dv/gstdvdec.h:
18456         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18457         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18458         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18459         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18460         (gst_dvdemux_flush), (gst_dvdemux_chain),
18461         (gst_dvdemux_change_state):
18462         * ext/dv/gstdvdemux.h:
18463         Ueber spiffify some more, added debug category.
18464         Use _scale.
18465         Use segments, respect playback rate from newsegment.
18466         Fix refcount issue.
18467
18468 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18469
18470         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18471         (gst_signal_processor_process):
18472         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18473         enabled for the build, but it helps me win the feature-count
18474         competitions ooh yeah.
18475
18476 2006-02-19  Wim Taymans  <wim@fluendo.com>
18477
18478         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18479         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18480         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18481         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18482         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18483         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18484         Use scaling code for added precission and more correct stop
18485         position in case scale==0.
18486
18487 2006-02-19  Wim Taymans  <wim@fluendo.com>
18488
18489         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18490         (gst_flxdec_chain):
18491         * gst/flx/gstflxdec.h:
18492         Implement DURATION query.
18493
18494 2006-02-19  Wim Taymans  <wim@fluendo.com>
18495
18496         * gst/flx/flx_color.h:
18497         * gst/flx/flx_fmt.h:
18498         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18499         (gst_flxdec_src_query_handler), (flx_decode_color),
18500         (gst_flxdec_chain):
18501         * gst/flx/gstflxdec.h:
18502         Set MALLOCDATA for the temp buffers so we don't leak.
18503         Some debug cleanups.
18504         Consume all data in the adapter before leaving the chain
18505         function. Fixes #330678.
18506
18507 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18508
18509         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18510         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18511          Handle 0 data size in otherwise valid frames.
18512          Handle numeric strings in 2.4.0 even when not in parentheses 
18513
18514 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18515
18516         * gst/matroska/matroska-demux.c:
18517         (gst_matroska_demux_subtitle_caps),
18518         (gst_matroska_demux_plugin_init):
18519         * gst/matroska/matroska-ids.h:
18520           Recognise SSA/ASS and USF subtitle formats and
18521           set proper caps when they are found.
18522
18523 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18526         (gst_jpeg_dec_chain):
18527           Fix invalid memory access for some odd-sized images
18528           (see image contained in quicktime stream in #327083);
18529           use g_malloc() instead of g_alloca().
18530
18531 2006-02-17  Wim Taymans  <wim@fluendo.com>
18532
18533         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18534         Patch from Sebastien Cote, fixes #319884
18535
18536 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18537
18538         * ext/cdio/gstcdio.c: (plugin_init):
18539           Init debug category (#331253).
18540
18541 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18542
18543         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18544           Pass extra_data to gst_riff_create_audio_caps(), so that
18545           WAVEFORMATEX stuff works. Post audio codec name and post
18546           it as taglist on the bus. Allow up to 8 channesl for raw
18547           PCM in the source pad template caps.
18548
18549 2006-02-16  Wim Taymans  <wim@fluendo.com>
18550
18551         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18552         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18553         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18554         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18555         (gst_multipart_set_property), (gst_multipart_get_property):
18556         Applied #318663. Gives quite a few false positives in
18557         autoscan mode, but it's better than nothing. Not closing yet.
18558
18559 2006-02-16  Wim Taymans  <wim@fluendo.com>
18560
18561         * docs/plugins/Makefile.am:
18562         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18564         * docs/plugins/gst-plugins-good-plugins.args:
18565         * docs/plugins/inspect/plugin-udp.xml:
18566         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18567         (gst_udpsrc_start):
18568         Update documentation.
18569         Fix args.
18570
18571 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18574         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18575         frame size. (Fixes #331368)
18576
18577 2006-02-16  Wim Taymans  <wim@fluendo.com>
18578
18579         * gst/rtsp/README:
18580         Updated README.
18581
18582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18583         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18584         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18585         * gst/rtsp/gstrtspsrc.h:
18586         Make sure the RTP port is an even port an try to allocate 
18587         another if not.
18588         Added retry property to control max retries for port allocation.
18589         Make sure RTCP port is RTP port+1.
18590         Cleanup when port allocation fails.
18591         Fixes #319183.
18592         
18593 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18596           Don't ignore return value of the parent class's state
18597           change function (#331385, patch by: Wouter Paesen).
18598
18599 2006-02-15  Wim Taymans  <wim@fluendo.com>
18600
18601         * configure.ac:
18602         * docs/plugins/Makefile.am:
18603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18605         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18606         * ext/Makefile.am:
18607         * ext/hal/Makefile.am:
18608         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18609         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18610         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18611         (do_toggle_element), (gst_hal_audio_sink_set_property),
18612         (gst_hal_audio_sink_get_property),
18613         (gst_hal_audio_sink_change_state):
18614         * ext/hal/gsthalaudiosink.h:
18615         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18616         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18617         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18618         (do_toggle_element), (gst_hal_audio_src_set_property),
18619         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18620         * ext/hal/gsthalaudiosrc.h:
18621         * ext/hal/gsthalelements.c: (plugin_init):
18622         * ext/hal/gsthalelements.h:
18623         * ext/hal/hal.c: (gst_hal_get_string),
18624         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18625         (gst_hal_get_audio_src):
18626         * ext/hal/hal.h:
18627         Add HAL sound device wrapper plugins. Closes #329106
18628
18629 2006-02-15  Wim Taymans  <wim@fluendo.com>
18630
18631         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18632         Add comment in a fultile attempt to stop the copy-and-paste 
18633         paradigm leading to duplication of bad code.
18634
18635         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18636         Mime parameters have to be checked case insensitive
18637
18638 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18641           Advance stream time for lagging subtitle streams by sending
18642           newsegment events with the update flag set.
18643
18644 2006-02-14  Edward Hervey  <edward@fluendo.com>
18645
18646         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18647         There can be bogus data before the hdrl LIST tag in the RIFF header.
18648         It's hard to say if it's not respecting the AVI specifications or not,
18649         but since Google Video is producing AVIs like that and the other player
18650         don't seem to complain, I guess we should do the same.
18651
18652 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18653
18654         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18655         (parse_split_strings):
18656         Add more validation to ensure that a char encoding conversion
18657         produced a valid UTF-8 string.
18658
18659 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18660
18661         Reviewed by: Edward Hervey  <edward@fluendo.com>
18662
18663         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18664         Properly handle end of segment. Closes #330885.
18665
18666 2006-02-13  Wim Taymans  <wim@fluendo.com>
18667
18668         * gst/rtp/gstrtpmp4gpay.h:
18669         For got to commit this one.
18670
18671 2006-02-12  Wim Taymans  <wim@fluendo.com>
18672
18673         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18674         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18675         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18676         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18677         * gst/rtp/gstrtpmp4gpay.h:
18678         Make more things work.
18679         Handle ACC config strings.
18680
18681 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18682
18683         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18684           set timestamps if no incoming timestamps set
18685
18686 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18687
18688         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18689         (gst_tag_demux_do_typefind):
18690           ... and fix the very same leaks in GstTagDemux.
18691
18692 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18693
18694         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18695         (gst_id3demux_do_typefind):
18696         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18697         <jonathan at kaolin dot wh9 dot net>)
18698
18699 2006-02-10  Wim Taymans  <wim@fluendo.com>
18700
18701         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18702         First set options, then set caps or else the baseclass
18703         will not know about the options, duh.
18704
18705 2006-02-10  Wim Taymans  <wim@fluendo.com>
18706
18707         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18708         (gst_rtp_mp4v_pay_setcaps):
18709         Don't waste time looking for a config string if we have codec_info
18710         on the incomming caps.
18711
18712 2006-02-10  Wim Taymans  <wim@fluendo.com>
18713
18714         * gst/rtp/README:
18715         Say something about case-sensitivity of caps vs mime-attributes.
18716
18717         * gst/rtp/Makefile.am:
18718         * gst/rtp/gstrtp.c: (plugin_init):
18719         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18720         (gst_rtp_amr_pay_handle_buffer):
18721         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18722         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18723         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18724         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18725         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18726         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18727         (gst_rtp_mp4g_pay_plugin_init):
18728         * gst/rtp/gstrtpmp4gpay.h:
18729         Added beginnings of mpeg4-generic payloader (RFC 3640)
18730
18731 2006-02-09  Wim Taymans  <wim@fluendo.com>
18732
18733         * gst/rtsp/Makefile.am:
18734         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18735         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18736         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18737         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18738         (gst_rtpdec_change_state):
18739         * gst/rtsp/gstrtpdec.h:
18740         * gst/rtsp/gstrtsp.c: (plugin_init):
18741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18742         * gst/rtsp/rtspconnection.c: (read_body),
18743         (rtsp_connection_receive):
18744         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18745         Resurected rtpdec to make rtspsrc happy again.
18746         Skip attributes from the session id.
18747         Don't crash when dumping a message with an empty body.
18748
18749
18750 2006-02-09  Wim Taymans  <wim@fluendo.com>
18751
18752         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18753         Added more meaningfull warnings when something goes wrong.
18754         Clear F bit on outgoing AMR packets.
18755
18756         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18757         (gst_rtp_amr_pay_handle_buffer):
18758         Added debugging category
18759         Support payloading of multiple AMR frames.
18760
18761         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18762         Added some debugging.
18763
18764 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18765
18766         * configure.ac:
18767           Back to CVS
18768
18769 === release 0.10.2 ===
18770
18771 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18772
18773         * configure.ac:
18774           releasing 0.10.2, "Papa was a rolling stone"
18775
18776 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18777
18778         * configure.ac:
18779           Bump core and plugins-base requirement to 0.10.2.2
18780           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18781
18782 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18783
18784         * ext/flac/gstflac.c: (plugin_init):
18785         * ext/speex/gstspeex.c: (plugin_init):
18786           Register musicbrainz tags.
18787
18788 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18789
18790         * ext/gconf/gconf.h:
18791           Remove declaration of function that no longer exists.
18792
18793 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18794
18795         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18796         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18797         Make shout2 work for non ogg streams
18798
18799 2006-02-06  Wim Taymans  <wim@fluendo.com>
18800
18801         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18802         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18803         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18804         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18805         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18806         * gst/udp/gstmultiudpsink.h:
18807         Updated docs.
18808         Added properties bytes-served, bytes_to_serve.
18809         Post proper error messages,
18810         Emit client added signal too.
18811
18812 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18813
18814         * docs/plugins/Makefile.am:
18815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18817         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18818         (gst_multiudpsink_get_stats):
18819           adding docs for multiudpsink
18820
18821 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18822
18823         * gst/level/gstlevel.c: (gst_level_transform_ip):
18824           peak below decay is not necessarily an error, so don't ERROR log
18825
18826 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18829         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18830         (gst_ebml_write_seek):
18831         * gst/matroska/ebml-write.h:
18832           Make sure we send a newsegment event in BYTES format
18833           before sending buffers (#328531).
18834
18835 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18836
18837         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18838         (gst_dvdemux_sink_query):
18839         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18840         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18841         (speex_dec_src_query):
18842         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18843         (gst_speexenc_sink_query):
18844         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18845         * gst/matroska/matroska-demux.c:
18846         (gst_matroska_demux_get_src_query_types),
18847         (gst_matroska_demux_handle_src_query):
18848         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18849         (gst_wavparse_pad_query):
18850           Pass unhandled queries upstream instead of just dropping
18851           them (#326446). Update query type arrays here and there.
18852
18853 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18854
18855         * tests/check/elements/matroskamux.c: (setup_src_pad):
18856           Collectpads in core got changed and now also holds a
18857           reference to any pad that is part of it. Fix refcount
18858           checks in test case accordingly.
18859
18860 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18861
18862         * gst/apetag/gstapedemux.h:
18863           Fix include, for now GstTagDemux is in the apetag dir.
18864
18865 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * docs/plugins/Makefile.am:
18868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18870         * docs/plugins/inspect/plugin-cdio.xml:
18871           Add cdio plugin to docs.
18872
18873         * ext/cdio/gstcdiocddasrc.c:
18874           Add gtk-doc blurb.
18875
18876         * ext/cdio/gstcdio.c:
18877           The plugin is called 'cdio' not 'cddio'.
18878
18879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18880
18881         * configure.ac:
18882         * docs/plugins/Makefile.am:
18883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18886         * docs/plugins/inspect/plugin-apetag.xml:
18887         * gst/apetag/Makefile.am:
18888         * gst/apetag/gstapedemux.c:
18889         * gst/apetag/gstapedemux.h:
18890         * gst/apetag/gsttagdemux.c:
18891         * gst/apetag/gsttagdemux.h:
18892           Add APE tag demuxer (#325649).
18893
18894 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18895
18896         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18897         (gst_gconf_get_default_video_sink),
18898         (gst_gconf_get_default_audio_src),
18899         (gst_gconf_get_default_video_src):
18900         * ext/gconf/gconf.h:
18901         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18902         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18903         (do_toggle_element):
18904         * ext/gconf/gstgconfaudiosink.h:
18905         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18906         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18907         (do_toggle_element):
18908         * ext/gconf/gstgconfaudiosrc.h:
18909         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18910         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18911         (do_toggle_element):
18912         * ext/gconf/gstgconfvideosink.h:
18913         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18914         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18915         (do_toggle_element):
18916         * ext/gconf/gstgconfvideosrc.h:
18917           Ignore changing the GConf key to "". Ignore GConf key updates
18918           that don't actually change the string.
18919           For now, ignore the GConf key when the state is > READY, as
18920           it breaks streaming. Sometime it will be nice to bring the
18921           new sink online even mid-stream, by sending NEWSEGMENT info
18922           and possibly prerolling.
18923           (Fixes #326736)
18924
18925 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18926
18927         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18928         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18929         (zoomFilterSetResolution), (zoomFilterDestroy),
18930         (zoomFilterFastRGB), (pointFilter):
18931         * gst/goom/filters.h:
18932         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18933         (goom_update), (goom_close):
18934         * gst/goom/goom_core.h:
18935         * gst/goom/goom_tools.h:
18936         * gst/goom/graphic.c:
18937         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18938         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18939         * gst/goom/gstgoom.h:
18940         * gst/goom/lines.c: (goom_lines):
18941         * gst/goom/lines.h:
18942           Make goom reentrant by moving all important static variables
18943           into instance structures.
18944           (Fixes #329181)
18945
18946 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18949         (gst_avi_demux_all_source_pads_unlinked),
18950         (gst_avi_demux_process_next_entry):
18951         * gst/avi/gstavidemux.h:
18952           Third attempt, use gst_pad_is_linked() this time.
18953
18954 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18955
18956         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18957         (parse_split_strings):
18958         Adjust for data length indicators when parsing (Fixes #329810)
18959         Fix stupid bug parsing UTF-8 tag text.
18960         Output tag strings with multiple fields as multiple tags, so the
18961         app gets all the data.
18962
18963 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18964
18965         * ext/flac/gstflacenc.c:
18966         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18967         show me.
18968         
18969 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18970
18971         * ext/flac/gstflacenc.c:
18972         * gst/matroska/ebml-read.c:
18973         Just make it compile with --disable-gst-debug.
18974
18975 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18976
18977         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18978         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18979         (id3v2_genre_fields_to_taglist):
18980           Never output a tag with a null contents string.
18981
18982 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18983
18984         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18985           Only pause if all pads are unlinked AND we've tried to send data
18986           on all of them at least once.
18987
18988 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18989
18990         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18991         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18992           Make loop function/task pause itself when all source pads are
18993           unlinked.
18994
18995 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * configure.ac:
18998         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18999           Use new functions from core to render a bin from a
19000           string. Fixes build. Up requirements to core CVS.
19001
19002 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19003
19004         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19005           Don't push buffers into the adapter that we are going to
19006           push downstream again without framing anyway. Also, the
19007           adaptor takes ownership of buffers put into it (fixes
19008           auparse pushing invalid buffers for .au files with
19009           ADPCM contents). Finally, set caps on all outgoing buffers.
19010
19011 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19012
19013         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19014         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19015         (gst_id3demux_send_tag_event):
19016         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19017         Someone should kick my butt. Remove ID3v1 tags from the end of the
19018         file.
19019
19020         Improve error messages. Send the TAG message as soon as we complete
19021         typefinding, instead of waiting until we send the first buffer.
19022         Downstream tag event is still sent before the first buffer.
19023
19024 2006-01-27  Jan Gerber  <j@bootlab.org>
19025
19026         Reviewed by: Andy Wingo <wingo@pobox.com>
19027
19028         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19029         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19030         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19031         to not have warings flooding stderr. this is the suggested way
19032         also used in dvgrab and kino. (#328336)
19033
19034 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19035
19036         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19037         (gst_oss_sink_init), (gst_oss_sink_finalise):
19038           Free the device name string when finalised.
19039
19040 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19041
19042         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19043           Don't put function calls in g_return_if_fail() statements,
19044           or they'll be replaced with NOOPs if someone compiles with
19045           G_DISABLE_CHECKS defined.
19046           
19047 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19048
19049         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19050         Never trust ANY information encoded in a media file, especially
19051         when it's giving you sizes. (Fixes #328452)
19052
19053 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19054
19055         * gst/rtp/gstrtpg711pay.c:
19056         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19057         bug #325148.
19058
19059 2006-01-23  Edward Hervey  <edward@fluendo.com>
19060
19061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19062         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19063         * gst/matroska/matroska-ids.h:
19064         Added recognition of Real Audio and Video streams in matroska demuxer.
19065
19066 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19069           Remove errant break statement, and fix compilation with
19070           older GCC.
19071
19072 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19073
19074         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * sys/sunaudio/gstsunaudiomixerctrl.c:
19077         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19078           Export functions that are needed in other parts of the code,
19079           makes the mixer actually work; adjust magic minimum buffer-time
19080           value from 3ms to 5ms to work around stuttering during mp3
19081           playback (#327765).
19082
19083 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19084
19085         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19086
19087         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19088         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19089           Fix possible deadlock in matroska muxer (#327825).
19090
19091 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19094         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19095         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19096         * gst/rtsp/sdpmessage.h:
19097         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19098         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19099           C89 fixes: declare variables at the beginning of a block and
19100           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19101           <jensgr at gmx dot net>).
19102
19103 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19104
19105         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19106         * gst/id3demux/id3tags.h:
19107         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19108         (parse_comment_frame), (parse_text_identification_frame),
19109         (id3v2_tag_to_taglist), (id3v2_are_digits),
19110         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19111         (parse_split_strings), (free_tag_strings):
19112           Rewrite parsing of text tags to handle multiple NULL terminated
19113           strings. Parse numeric genre strings and ID3v2 type
19114           "(3)(6)Alternative" style genre strings.
19115           Parse dates that are only YYYY or YYYY-mm format.
19116           (Fixes #328241 and #322154)
19117
19118 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19119
19120         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19121           Don't forget to initialize liboil, otherwise our oil functions
19122           will crash (fixes #327871; patch by: Christoph Burghardt
19123           <hawkes at web dot de>).
19124
19125 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19126
19127         * configure.ac:
19128           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19129           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19130           patch by: Brian Cameron <brian dot cameron at sun dot com>
19131
19132 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19133
19134         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19135         * ext/cdio/gstcdio.h:
19136         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19137           Fix build for libcdio versions >= 76; give slightly lower rank
19138           than cdparanoia.
19139
19140 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19141
19142         * configure.ac:
19143         * ext/Makefile.am:
19144         * ext/cdio/Makefile.am:
19145         * ext/cdio/gstcdio.c:
19146         * ext/cdio/gstcdio.h:
19147         * ext/cdio/gstcdiocddasrc.c:
19148         * ext/cdio/gstcdiocddasrc.h:
19149           Port libcdio cdda source, formerly known as cddasrc, now known as
19150           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19151           but that's not tested (fixes #317658).
19152
19153 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19154
19155         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19156           Fix conversion from TIME to BYTES format (fixes #326864;
19157           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19158
19159 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19160
19161         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19162           Fix compilation of id3demux when zlib is not present.
19163           (Fixes #326602; patch by: Sergey Scobich)
19164
19165 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19166
19167         * ext/esd/Makefile.am:
19168           Add $(ESD_CFLAGS), otherwise build will fail for folks
19169           with libesd in a non-standard prefix (#327009).
19170
19171 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * configure.ac:
19174           back to HEAD
19175
19176 === release 0.10.1 ===
19177
19178 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19179
19180         * configure.ac:
19181           releasing 0.10.1, "Li"
19182
19183 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19184
19185           patch by: Wim Taymans
19186
19187         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19188           fix memleak.  Fixes #326618
19189
19190 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192           patch by: Mike Smith
19193
19194         * gst/level/gstlevel.c: (gst_level_message_new),
19195         (gst_level_message_append_channel):
19196           Fix memleak.  Fixes #326612
19197
19198 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * configure.ac:
19201           prereleasing
19202         * po/af.po:
19203         * po/az.po:
19204         * po/cs.po:
19205         * po/en_GB.po:
19206         * po/hu.po:
19207         * po/it.po:
19208         * po/nb.po:
19209         * po/nl.po:
19210         * po/or.po:
19211         * po/sq.po:
19212         * po/sr.po:
19213         * po/sv.po:
19214         * po/uk.po:
19215         * po/vi.po:
19216           update translations
19217
19218 2006-01-10  Michael Smith  <msmith@fluendo.com>
19219
19220         * gst/level/gstlevel.c: (gst_level_class_init),
19221         (gst_level_dispose):
19222           Don't leak filter arrays.
19223
19224 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19225
19226         reviewed by: Christian Schaller <uraeus@gnome.org>
19227         
19228         * configure.ac:
19229         * gst-plugins-good.spec.in:
19230         * sys/Makefile.am:
19231         * sys/sunaudio/Makefile.am:
19232         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19233         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19234         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19235         (gst_sunaudiomixer_change_state):
19236         * sys/sunaudio/gstsunaudiomixer.h:
19237         * sys/sunaudio/gstsunaudiomixerctrl.c:
19238         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19239         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19240         (gst_sunaudiomixer_ctrl_list_tracks),
19241         (gst_sunaudiomixer_ctrl_get_volume),
19242         (gst_sunaudiomixer_ctrl_set_volume),
19243         (gst_sunaudiomixer_ctrl_set_mute),
19244         (gst_sunaudiomixer_ctrl_set_record):
19245         * sys/sunaudio/gstsunaudiomixerctrl.h:
19246         * sys/sunaudio/gstsunaudiomixertrack.c:
19247         (gst_sunaudiomixer_track_class_init),
19248         (gst_sunaudiomixer_track_init), (fill_labels),
19249         (gst_sunaudiomixer_track_new):
19250         * sys/sunaudio/gstsunaudiomixertrack.h:
19251         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19252         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19253         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19254         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19255         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19256         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19257         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19258         * sys/sunaudio/gstsunaudiosink.h:
19259
19260         Add SunAudio plugin - tested to make sure it doesn't break
19261         the build under GNU/Linux.      
19262
19263 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19264
19265         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19266         * gst-plugins-good/gst/udp/gstudpsrc.c:
19267         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19268         overrides the port or multicast parameters. Fixes bugs #323021.
19269         API addition: adds GstUDPSrc::sockfd property   
19270
19271 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19272
19273         * ext/gconf/Makefile.am:
19274         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19275         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19276         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19277         (do_toggle_element), (cb_toggle_element),
19278         (gst_gconf_audio_src_change_state):
19279         * ext/gconf/gstgconfaudiosrc.h:
19280         * ext/gconf/gstgconfelements.c: (plugin_init):
19281         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19282         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19283         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19284         (do_toggle_element), (cb_toggle_element),
19285         (gst_gconf_video_src_change_state):
19286         * ext/gconf/gstgconfvideosrc.h:
19287           Add new gconfaudiosrc and gconfvideosrc elements
19288           (needed for gnome-sound-recorder).
19289
19290 2006-01-06  Edward Hervey  <edward@fluendo.com>
19291
19292         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19293         Add gst_element_no_more_pads() for proper decodebin behaviour.
19294         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19295         (parse_text_identification_frame), (parse_split_strings):
19296         Failure to decode some tags is not a GST_ERROR() but a
19297         GST_WARNING()
19298         When iterating over a chunk of text, check that we haven't gone too
19299         far.
19300
19301 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19302
19303         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19304         (plugin_init):
19305           call oil_init() when using liboil
19306
19307 2006-01-04  Wim Taymans  <wim@fluendo.com>
19308
19309         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19311         Fix leaks.
19312
19313 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19314
19315         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19316
19317         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19318         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19319         (gst_flac_dec_change_state):
19320           Don't g_assert() where we should just return FALSE; remove
19321           unnecessary g_assert(); initialize some fields properly in
19322           state change function (fixes #325504). Also, use
19323           GST_DEBUG_OBJECT in two more places.
19324
19325 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19326
19327         * configure.ac:
19328           also remove smoothwave's Makefile.am
19329         * docs/plugins/Makefile.am:
19330           fix plugin docs
19331
19332 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19333
19334         * tests/examples/Makefile.am:
19335           added missing Makefile.am
19336
19337 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19338
19339         * configure.ac:
19340         * gst/level/Makefile.am:
19341         * gst/level/level-example.c:
19342         * tests/Makefile.am:
19343         * tests/examples/level/Makefile.am:
19344         * tests/examples/level/level-example.c: (message_handler), (main):
19345           moved level-example to tests/examples/level-example
19346         * tests/old/examples/level/demo.c: (main):
19347         * tests/old/examples/level/plot.c: (main):
19348           some initial fixes
19349
19350 2005-12-29  Michael Smith  <msmith@fluendo.com>
19351
19352         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19353         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19354         * gst/udp/gstmultiudpsink.h:
19355           Track packets sent per client in addition to bytes sent; provide
19356           this info through get-stats signal
19357
19358 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19359
19360         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19361           Can't use gst_object_unref() on a GstAdapter (#325191).
19362
19363 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19364
19365         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19366         If a broken tag has 0 bytes payload, at least still skip
19367         the 10 byte header
19368
19369 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19370
19371         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19372         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19373         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19374         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19375           Making these depayloaders (H263+ and mpeg4 video) inherit from
19376           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19377
19378 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19379
19380         * docs/plugins/gst-plugins-good-plugins.args:
19381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19382         Regenerate the plugin hiearchy.
19383
19384 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19385
19386         * docs/plugins/Makefile.am:
19387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19389         * docs/plugins/gst-plugins-good-plugins.args:
19390         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19391         (gst_id3demux_base_init), (gst_id3demux_class_init),
19392         (gst_id3demux_chain):
19393         * gst/id3demux/gstid3demux.h:
19394           Add documentation for id3demux.
19395           Don't fail if the first buffer is not at offset 0, just
19396           attempt to typefind and do pass through
19397           Rename the gst_type function from gst_gst_id3demux..
19398
19399 2005-12-20  Michael Smith  <msmith@fluendo.com>
19400
19401         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19402         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19403         (gst_multiudpsink_get_stats):
19404         * gst/udp/gstmultiudpsink.h:
19405           Collect statistics; return them from get_stats.
19406
19407 2005-12-19  Edward Hervey  <edward@fluendo.com>
19408
19409         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19410         Stupid signedness issue...
19411
19412 2005-12-19  Edward Hervey  <edward@fluendo.com>
19413
19414         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19415         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19416         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19417         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19418         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19419         Construct index for indexless files.
19420         Make sure pad/buffers are correctly reset to NULL once we don't need
19421         them anymore, else we get lovely segfaults/assertions.
19422         * gst/wavparse/gstwavparse.c:
19423         Yes, you can have 96KHz audio and wma in wav :(
19424
19425 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19426
19427         * configure.ac:
19428           Check for optional dependency on zlib for id3demux
19429
19430         * gst/id3demux/Makefile.am:
19431         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19432         (gst_id3demux_base_init), (gst_id3demux_class_init),
19433         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19434         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19435         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19436         (gst_id3demux_set_property), (gst_id3demux_get_property),
19437         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19438         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19439         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19440         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19441         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19442         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19443         (simple_find_peek), (simple_find_suggest),
19444         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19445         (plugin_init):
19446         * gst/id3demux/gstid3demux.h:
19447         * gst/id3demux/id3tags.c: (read_synch_uint),
19448         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19449         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19450         (id3demux_id3v2_frames_to_tag_list):
19451         * gst/id3demux/id3tags.h:
19452         * gst/id3demux/id3v2.4.0-frames.txt:
19453         * gst/id3demux/id3v2.4.0-structure.txt:
19454         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19455         (parse_comment_frame), (parse_text_identification_frame),
19456         (id3v2_tag_to_taglist), (parse_split_strings):
19457           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19458           otherwise it discards them. Works on my test files. 
19459
19460         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19461           Don't send EOS to a non-existing srcpad
19462           The debug category can be static
19463
19464 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19465
19466         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19467         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19468         * gst/multipart/multipartdemux.c:
19469           change some char* into char[]
19470
19471 2005-12-16  Wim Taymans  <wim@fluendo.com>
19472
19473         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19474         (gst_wavparse_other), (gst_wavparse_perform_seek),
19475         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19476         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19477         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19478         * gst/wavparse/gstwavparse.h:
19479         Use GstSegment to implement more seeking features.
19480
19481 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19482
19483         * gst/rtsp/rtspconnection.c:
19484           Add <netinet/in.h> include and move <arpa/inet.h> include
19485           to make things work on OpenBSD as well (fixes #323717;
19486           patch by: Benjamin Pineau)
19487
19488 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19489
19490         * gst/rtp/gstrtpspeexdepay.c:
19491         * gst/rtp/gstrtpspeexpay.c:
19492         Set clock rate to be fixed in 8000. It fixes bug #324012.
19493
19494 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19495
19496         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19497         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19498         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19499         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19500         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19501         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19502         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19503         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19504         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19505         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19506         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19507         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19508         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19509         * gst-plugins-good/gst/rtp/README:
19510         Fixed payload range in payloder caps. Removed payload range completely
19511         from depayloaders as they don't require payload type in their caps.
19512         In effect, there isn't any specific payload type for any given codec,
19513         only suggestions.
19514         Fixes bug #324011.
19515
19516 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19517
19518         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19519         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19520         (gst_videomixer_collected): Code cleanup and re-enabling 
19521         queued time validity check for correct EOS handling.
19522
19523 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19524
19525         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19526         (gst_oss_mixer_element_get_property),
19527         (gst_oss_mixer_element_change_state):
19528         Add 'device-name' property and fix state change function.
19529
19530 2005-12-13  Edward Hervey  <edward@fluendo.com>
19531
19532         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19533         If the speed of the file is null in the header, set the frame_time to
19534         the default setting of GST_SECOND / 70. Which is the default
19535         frame_delay for .fli files as stated in this document :
19536         http://www.compuphase.com/flic.htm
19537         Would be nice to have the time conversion done properly too (duration =
19538         flxh->frames * flxdec->frame_time)
19539
19540 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19541
19542         * docs/plugins/Makefile.am:
19543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19545         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19546         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19547         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19548         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19549         documentation for videomixer on my way with a funny sample
19550         pipeline.
19551
19552 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19553
19554         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19555         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19556         (gst_videomixer_update_queues), (gst_videomixer_collected):
19557         Fix caps negotiation. (#323896)
19558
19559 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19560
19561         * gst/matroska/matroska-demux.c:
19562         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19563           Set correct timestamps on audio laces, fixes playback of mp3 from
19564                 matroska.
19565
19566 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19567
19568         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19569         (gst_au_parse_class_init), (gst_au_parse_init),
19570         (gst_au_parse_dispose), (gst_au_parse_chain),
19571         (gst_au_parse_change_state), (plugin_init):
19572         * gst/auparse/gstauparse.h:
19573           Use gst_object_unref() for GstObjects instead of
19574           g_object_unref() and fix a mem leak in a debug
19575           statement; while we're at it, also borgify, use
19576           boilerplate macros and clean up a little bit.
19577
19578 2005-12-11  Edward Hervey  <edward@fluendo.com>
19579
19580         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19581         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19582         Added pull mode.
19583
19584 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19585
19586         * gst/goom/gstgoom.c:
19587         * gst/level/level-example.c: (main):
19588         * gst/smoothwave/demo-osssrc.c: (main):
19589           Use audiotestsrc instead of sinesrc (#323798).
19590
19591 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19592
19593         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19594           more debug-func-ptr usage
19595
19596 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19597
19598         * gst/flx/flx_color.c: (flx_colorspace_convert):
19599         * gst/flx/flx_color.h:
19600         * gst/flx/flx_fmt.h:
19601         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19602         * gst/flx/gstflxdec.h:
19603           Now flxdec works on big-endian machines as well.
19604
19605 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19606
19607         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19608         (gst_fenced_buffer_copy):
19609           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19610           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19611           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19612           and use GST_DEBUG_FUNCPTR for pad functions.
19613
19614 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19615
19616         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19617         (gst_flac_dec_class_init), (gst_flac_dec_init),
19618         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19619         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19620         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19621         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19622         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19623         (gst_flac_dec_change_state):
19624         * ext/flac/gstflacdec.h:
19625           Rewrite flacdec a bit, so that even seeking might work now. Most
19626           importantly, don't act upon any flow return values we get, just tell
19627           the decoder everything's dandy and act on the flow return values
19628           later on in the loop function. We don't want to mess up the internal
19629           decoder state for non-fatal things like flushing pads etc. Other
19630           than that, use GstSegment (segment seeks don't work yet though, but
19631           should be easy to add), use boilerplate macros, drop the superfluous
19632           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19633           lots of other things.
19634
19635 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19636
19637         * configure.ac:
19638           Update comment in OSS includes check.
19639
19640         * sys/oss/gstossdmabuffer.c:
19641         * sys/oss/gstosshelper.c:
19642         * sys/oss/gstossmixer.c:
19643         * sys/oss/gstossmixertrack.c:
19644         * sys/oss/gstosssink.c:
19645         * sys/oss/gstosssrc.c:
19646         * sys/oss/oss_probe.c:
19647           Don't assume the OSS soundcard.h include is always in
19648           the sys/ directory. Instead, use the existing defines
19649           from config.h to include the right file. Fixes
19650           compilation on OpenBSD 3.8 (#323718).
19651
19652 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19653
19654         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19655         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19656         * docs/plugins/inspect/plugin-1394.xml:
19657         * docs/plugins/inspect/plugin-aasink.xml:
19658         * docs/plugins/inspect/plugin-alaw.xml:
19659         * docs/plugins/inspect/plugin-alpha.xml:
19660         * docs/plugins/inspect/plugin-alphacolor.xml:
19661         * docs/plugins/inspect/plugin-auparse.xml:
19662         * docs/plugins/inspect/plugin-autodetect.xml:
19663         * docs/plugins/inspect/plugin-avi.xml:
19664         * docs/plugins/inspect/plugin-cacasink.xml:
19665         * docs/plugins/inspect/plugin-cairo.xml:
19666         * docs/plugins/inspect/plugin-cutter.xml:
19667         * docs/plugins/inspect/plugin-debug.xml:
19668         * docs/plugins/inspect/plugin-dv.xml:
19669         * docs/plugins/inspect/plugin-efence.xml:
19670         * docs/plugins/inspect/plugin-effectv.xml:
19671         * docs/plugins/inspect/plugin-esdsink.xml:
19672         * docs/plugins/inspect/plugin-flac.xml:
19673         * docs/plugins/inspect/plugin-flxdec.xml:
19674         * docs/plugins/inspect/plugin-gconfelements.xml:
19675         * docs/plugins/inspect/plugin-goom.xml:
19676         * docs/plugins/inspect/plugin-jpeg.xml:
19677         * docs/plugins/inspect/plugin-level.xml:
19678         * docs/plugins/inspect/plugin-matroska.xml:
19679         * docs/plugins/inspect/plugin-mulaw.xml:
19680         * docs/plugins/inspect/plugin-multipart.xml:
19681         * docs/plugins/inspect/plugin-navigationtest.xml:
19682         * docs/plugins/inspect/plugin-ossaudio.xml:
19683         * docs/plugins/inspect/plugin-png.xml:
19684         * docs/plugins/inspect/plugin-rtp.xml:
19685         * docs/plugins/inspect/plugin-rtsp.xml:
19686         * docs/plugins/inspect/plugin-shout2send.xml:
19687         * docs/plugins/inspect/plugin-smpte.xml:
19688         * docs/plugins/inspect/plugin-speex.xml:
19689         * docs/plugins/inspect/plugin-udp.xml:
19690         * docs/plugins/inspect/plugin-videobox.xml:
19691         * docs/plugins/inspect/plugin-videoflip.xml:
19692         * docs/plugins/inspect/plugin-videomixer.xml:
19693         * docs/plugins/inspect/plugin-wavenc.xml:
19694         * docs/plugins/inspect/plugin-wavparse.xml:
19695         * ext/flac/gstflac.c: (plugin_init):
19696         * ext/flac/gstflacdec.c: (flacdec_get_type),
19697         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19698         (gst_flac_dec_init), (gst_flac_dec_finalize),
19699         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19700         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19701         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19702         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19703         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19704         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19705         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19706         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19707         * ext/flac/gstflacdec.h:
19708         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19709         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19710         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19711         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19712         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19713         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19714         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19715         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19716         (gst_flac_enc_change_state):
19717         * ext/flac/gstflacenc.h:
19718           borgify and fix up documentation
19719
19720 2005-12-09  Michael Smith  <msmith@fluendo.com>
19721
19722         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19723           Accept a wider range of flac files, more closely matching flac spec.
19724
19725 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19726
19727         * docs/plugins/Makefile.am: Add multipart elements.
19728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19729         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19730         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19731         * gst/multipart/multipartdemux.c:
19732         * gst/multipart/multipartmux.c: Add docs.
19733
19734 2005-12-07  Edward Hervey  <edward@fluendo.com>
19735
19736         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19737         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19738         (gst_avi_demux_invert):
19739         Memleak and crasher fixes.
19740         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19741         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19742         Memleak fixes
19743
19744 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19745
19746         * ext/aalib/gstaasink.h:
19747         * ext/cairo/gsttextoverlay.h:
19748         * ext/dv/gstdvdec.h:
19749         * ext/dv/gstdvdemux.c:
19750         * ext/dv/gstdvdemux.h:
19751         * ext/esd/esdsink.h:
19752         * ext/flac/flac_compat.h:
19753         * ext/flac/gstflacdec.h:
19754         * ext/flac/gstflacenc.h:
19755         * ext/gconf/gconf.h:
19756         * ext/gconf/gstgconfaudiosink.h:
19757         * ext/gconf/gstgconfvideosink.h:
19758         * ext/gdk_pixbuf/gstgdkanimation.h:
19759         * ext/jpeg/gstjpegdec.h:
19760         * ext/jpeg/smokecodec.h:
19761         * ext/jpeg/smokeformat.h:
19762         * ext/ladspa/gstsignalprocessor.h:
19763         * ext/ladspa/search.c: (LADSPAPluginSearch):
19764         * ext/ladspa/utils.h:
19765         * ext/libmng/gstmng.c:
19766         * ext/libmng/gstmngdec.h:
19767         * ext/libmng/gstmngenc.c:
19768         * ext/libmng/gstmngenc.h:
19769         * ext/libpng/gstpng.c:
19770         * ext/libpng/gstpngenc.c:
19771         * ext/libpng/gstpngenc.h:
19772         * ext/shout2/gstshout2.h:
19773         * ext/speex/gstspeexdec.h:
19774         * ext/speex/gstspeexenc.c:
19775         * ext/speex/gstspeexenc.h:
19776         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19777         * gst/autodetect/gstautoaudiosink.h:
19778         * gst/autodetect/gstautovideosink.h:
19779         * gst/avi/gstavidemux.h:
19780         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19781         (gst_cutter_set_property), (gst_cutter_get_caps):
19782         * gst/cutter/gstcutter.h:
19783         * gst/debug/tests.c: (md5_process_block):
19784         * gst/debug/tests.h:
19785         * gst/effectv/gstwarp.c:
19786         * gst/flx/flx_fmt.h:
19787         * gst/flx/gstflxdec.h:
19788         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19789         (zoomFilterFastRGB):
19790         * gst/goom/filters.h:
19791         * gst/goom/goom_tools.h:
19792         * gst/law/alaw-encode.c:
19793         * gst/level/gstlevel.c:
19794         * gst/level/gstlevel.h:
19795         * gst/matroska/ebml-write.h:
19796         * gst/matroska/matroska-demux.h:
19797         * gst/matroska/matroska-ids.h:
19798         * gst/matroska/matroska-mux.h:
19799         * gst/monoscope/convolve.c: (convolve_match):
19800         * gst/monoscope/convolve.h:
19801         * gst/multipart/multipartmux.c:
19802         * gst/oldcore/gstaggregator.c:
19803         * gst/oldcore/gstaggregator.h:
19804         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19805         * gst/oldcore/gstmd5sink.h:
19806         * gst/oldcore/gstmultifilesrc.c:
19807         * gst/oldcore/gstmultifilesrc.h:
19808         * gst/oldcore/gstpipefilter.h:
19809         * gst/oldcore/gstshaper.h:
19810         * gst/rtp/gstrtpL16depay.h:
19811         * gst/rtp/gstrtpL16pay.h:
19812         * gst/rtp/gstrtpdepay.h:
19813         * gst/rtp/gstrtpmp4vpay.c:
19814         * gst/rtp/gstrtpmp4vpay.h:
19815         * gst/rtsp/gstrtspsrc.c:
19816         * gst/rtsp/gstrtspsrc.h:
19817         * gst/rtsp/rtspconnection.h:
19818         * gst/rtsp/rtspdefs.h:
19819         * gst/rtsp/rtspmessage.h:
19820         * gst/rtsp/rtsptransport.h:
19821         * gst/rtsp/rtspurl.c:
19822         * gst/rtsp/rtspurl.h:
19823         * gst/rtsp/sdpmessage.c:
19824         * gst/rtsp/sdpmessage.h:
19825         * gst/smpte/barboxwipes.c:
19826         * gst/smpte/gstmask.h:
19827         * gst/smpte/gstsmpte.h:
19828         * gst/smpte/paint.c:
19829         * gst/smpte/paint.h:
19830         * gst/udp/gstdynudpsink.h:
19831         * gst/udp/gstmultiudpsink.h:
19832         * gst/udp/gstudpsink.c:
19833         * gst/udp/gstudpsink.h:
19834         * gst/udp/gstudpsrc.c:
19835         * gst/videomixer/videomixer.c:
19836         * gst/wavenc/riff.h:
19837         * gst/wavparse/gstwavparse.h:
19838         * sys/oss/gstossdmabuffer.h:
19839         * sys/oss/gstossmixer.h:
19840         * sys/oss/gstossmixerelement.h:
19841         * sys/oss/gstossmixertrack.h:
19842         * sys/oss/gstosssink.c:
19843         * sys/oss/gstosssink.h:
19844         * sys/oss/gstosssrc.c:
19845         * sys/oss/gstosssrc.h:
19846         * sys/osxaudio/gstosxaudioelement.h:
19847         * sys/osxaudio/gstosxaudiosink.h:
19848         * sys/osxaudio/gstosxaudiosrc.h:
19849           expand tabs
19850
19851 === release 0.10.0 ===
19852
19853 2005-12-05   <thomas (at) apestaart (dot) org>
19854
19855         * configure.ac:
19856           releasing 0.10.0, "Abondance"
19857
19858 2005-12-05  Andy Wingo  <wingo@pobox.com>
19859
19860         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19861         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19862         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19863         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19864         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19865         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19866         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19867         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19868         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19869         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19870         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19871         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19872         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19873         * gst/goom/gstgoom.c: (gst_goom_chain):
19874         * gst/matroska/matroska-demux.c:
19875         (gst_matroska_demux_push_vorbis_codec_priv_data),
19876         (gst_matroska_demux_add_wvpk_header):
19877         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19878         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19879         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19880         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19881         alloc_buffer changes.
19882
19883 2005-12-05  Michael Smith  <msmith@fluendo.com>
19884
19885         * docs/plugins/gst-plugins-good-plugins.args:
19886           Remove args for plugins that aren't in -good.
19887
19888 === release 0.9.7 ===
19889
19890 2005-12-01   <thomas (at) apestaart (dot) org>
19891
19892         * configure.ac:
19893           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19894
19895 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19896
19897         * docs/plugins/.cvsignore:
19898         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19899         * docs/plugins/inspect/plugin-multipart.xml:
19900         * docs/plugins/inspect/plugin-rtp.xml:
19901           add multipart plugin to docs
19902
19903 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19904
19905         * configure.ac:
19906         * ext/Makefile.am:
19907         * ext/pango/Makefile.am:
19908         * ext/pango/gstclockoverlay.c:
19909         * ext/pango/gstclockoverlay.h:
19910         * ext/pango/gsttextoverlay.c:
19911         * ext/pango/gsttextoverlay.h:
19912         * ext/pango/gsttextrender.c:
19913         * ext/pango/gsttextrender.h:
19914         * ext/pango/gsttimeoverlay.c:
19915         * ext/pango/gsttimeoverlay.h:
19916           move pango to base
19917
19918 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19919
19920         * gst/rtp/Makefile.am:
19921         * gst/rtp/gstrtpL16depay.c:
19922         * gst/rtp/gstrtpL16depay.h:
19923         * gst/rtp/gstrtpL16parse.c:
19924         * gst/rtp/gstrtpL16parse.h:
19925         * gst/rtp/gstrtpgsmdepay.c:
19926         * gst/rtp/gstrtpgsmdepay.h:
19927         * gst/rtp/gstrtpgsmparse.c:
19928         * gst/rtp/gstrtpgsmparse.h:
19929           parsers are depayers
19930
19931 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19932
19933         * gst/rtp/Makefile.am:
19934         * gst/rtp/gstasteriskh263.c:
19935         * gst/rtp/gstrtp.c:
19936         * gst/rtp/gstrtpL16enc.c:
19937         * gst/rtp/gstrtpL16enc.h:
19938         * gst/rtp/gstrtpL16parse.c:
19939         * gst/rtp/gstrtpL16parse.h:
19940         * gst/rtp/gstrtpL16pay.c:
19941         * gst/rtp/gstrtpL16pay.h:
19942         * gst/rtp/gstrtpamrdec.c:
19943         * gst/rtp/gstrtpamrdec.h:
19944         * gst/rtp/gstrtpamrdepay.c:
19945         * gst/rtp/gstrtpamrdepay.h:
19946         * gst/rtp/gstrtpamrenc.c:
19947         * gst/rtp/gstrtpamrenc.h:
19948         * gst/rtp/gstrtpamrpay.c:
19949         * gst/rtp/gstrtpamrpay.h:
19950         * gst/rtp/gstrtpdec.c:
19951         * gst/rtp/gstrtpdec.h:
19952         * gst/rtp/gstrtpdepay.c:
19953         * gst/rtp/gstrtpdepay.h:
19954         * gst/rtp/gstrtpg711dec.c:
19955         * gst/rtp/gstrtpg711dec.h:
19956         * gst/rtp/gstrtpg711depay.c:
19957         * gst/rtp/gstrtpg711depay.h:
19958         * gst/rtp/gstrtpg711enc.c:
19959         * gst/rtp/gstrtpg711enc.h:
19960         * gst/rtp/gstrtpg711pay.c:
19961         * gst/rtp/gstrtpg711pay.h:
19962         * gst/rtp/gstrtpgsmenc.c:
19963         * gst/rtp/gstrtpgsmenc.h:
19964         * gst/rtp/gstrtpgsmparse.c:
19965         * gst/rtp/gstrtpgsmparse.h:
19966         * gst/rtp/gstrtpgsmpay.c:
19967         * gst/rtp/gstrtpgsmpay.h:
19968         * gst/rtp/gstrtph263enc.c:
19969         * gst/rtp/gstrtph263enc.h:
19970         * gst/rtp/gstrtph263pay.c:
19971         * gst/rtp/gstrtph263pay.h:
19972         * gst/rtp/gstrtph263pdec.c:
19973         * gst/rtp/gstrtph263pdec.h:
19974         * gst/rtp/gstrtph263pdepay.c:
19975         * gst/rtp/gstrtph263pdepay.h:
19976         * gst/rtp/gstrtph263penc.c:
19977         * gst/rtp/gstrtph263penc.h:
19978         * gst/rtp/gstrtph263ppay.c:
19979         * gst/rtp/gstrtph263ppay.h:
19980         * gst/rtp/gstrtpmp4vdec.c:
19981         * gst/rtp/gstrtpmp4vdec.h:
19982         * gst/rtp/gstrtpmp4vdepay.c:
19983         * gst/rtp/gstrtpmp4vdepay.h:
19984         * gst/rtp/gstrtpmp4venc.c:
19985         * gst/rtp/gstrtpmp4venc.h:
19986         * gst/rtp/gstrtpmp4vpay.c:
19987         * gst/rtp/gstrtpmp4vpay.h:
19988         * gst/rtp/gstrtpmpadec.c:
19989         * gst/rtp/gstrtpmpadec.h:
19990         * gst/rtp/gstrtpmpadepay.c:
19991         * gst/rtp/gstrtpmpadepay.h:
19992         * gst/rtp/gstrtpmpaenc.c:
19993         * gst/rtp/gstrtpmpaenc.h:
19994         * gst/rtp/gstrtpmpapay.c:
19995         * gst/rtp/gstrtpmpapay.h:
19996         * gst/rtp/gstrtpspeexdec.c:
19997         * gst/rtp/gstrtpspeexdec.h:
19998         * gst/rtp/gstrtpspeexdepay.c:
19999         * gst/rtp/gstrtpspeexdepay.h:
20000         * gst/rtp/gstrtpspeexenc.c:
20001         * gst/rtp/gstrtpspeexenc.h:
20002         * gst/rtp/gstrtpspeexpay.c:
20003         * gst/rtp/gstrtpspeexpay.h:
20004           Do burger's rename for rtp payloaders and depayloaders
20005
20006 2005-11-30  Wim Taymans  <wim@fluendo.com>
20007
20008         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20009         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20010         * ext/dv/gstdvdemux.h:
20011         Fix seeking in dvdemux again, add some more debug info.
20012
20013 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20014
20015         * configure.ac:
20016           fix tests
20017
20018 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20019
20020         * PORTED_09:
20021         * docs/random/PORTED_09:
20022           move
20023         * tests/Makefile.am:
20024           add
20025         * win32/gst.sln:
20026           remove
20027
20028 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20029
20030         * Makefile.am:
20031         * check/.cvsignore:
20032         * check/Makefile.am:
20033         * check/elements/.cvsignore:
20034         * check/elements/level.c:
20035         * check/elements/matroskamux.c:
20036         * configure.ac:
20037         * examples/Makefile.am:
20038         * examples/capsfilter/Makefile.am:
20039         * examples/capsfilter/capsfilter1.c:
20040         * examples/gob/Makefile.am:
20041         * examples/gob/gst-identity2.gob:
20042         * examples/gstplay/.cvsignore:
20043         * examples/gstplay/Makefile.am:
20044         * examples/gstplay/player.c:
20045         * examples/indexing/.cvsignore:
20046         * examples/indexing/Makefile.am:
20047         * examples/indexing/indexmpeg.c:
20048         * examples/level/Makefile.am:
20049         * examples/level/README:
20050         * examples/level/demo.c:
20051         * examples/level/plot.c:
20052         * examples/stats/Makefile.am:
20053         * examples/stats/mp2ogg.c:
20054         * examples/switch/.cvsignore:
20055         * examples/switch/Makefile.am:
20056         * examples/switch/switcher.c:
20057           move under tests/
20058
20059 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20060
20061         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20062         (gst_text_render_class_init), (resize_bitmap),
20063         (gst_text_render_render_text), (gst_text_render_setcaps),
20064         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20065         (gst_text_render_chain), (gst_text_render_finalize),
20066         (gst_text_render_init), (gst_text_render_set_property):
20067         * ext/pango/gsttextrender.h:
20068           Add missing files.
20069
20070 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20071
20072         * configure.ac:
20073         * ext/Makefile.am:
20074         * ext/pango/Makefile.am:
20075         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20076         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20077         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20078         * ext/pango/gstclockoverlay.h:
20079         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20080         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20081         (gst_text_overlay_finalize), (gst_text_overlay_init),
20082         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20083         (gst_text_overlay_text_pad_linked),
20084         (gst_text_overlay_text_pad_unlinked),
20085         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20086         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20087         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20088         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20089         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20090         (gst_text_overlay_change_state), (plugin_init):
20091         * ext/pango/gsttextoverlay.h:
20092         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20093         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20094         (gst_time_overlay_class_init), (gst_time_overlay_init):
20095         * ext/pango/gsttimeoverlay.h:
20096           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20097           and add background shading and text wrapping modes. Make 
20098           timoverlay derive from textoverlay. Also add new clockoverlay
20099           element.
20100
20101 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20102
20103         * gst/udp/Makefile.am: Moved to netbuffer.
20104
20105 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20106
20107         * configure.ac:
20108         * PORTED_O9:
20109         * gst/multipart/Makefile.am:
20110         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20111         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20112         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20113         (gst_multipart_demux_change_state),
20114         (gst_multipart_demux_plugin_init):
20115         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20116         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20117         (gst_multipart_mux_sinkconnect),
20118         (gst_multipart_mux_request_new_pad),
20119         (gst_multipart_mux_handle_src_event),
20120         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20121         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20122         0.9.
20123
20124 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20127         * gst/debug/gstnavigationtest.h:
20128         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20129         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20130         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20131         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20132         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20133         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20134         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20135         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20136         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20137         (gst_video_flip_get_type):
20138         * gst/videofilter/gstvideoflip.h:
20139           update for symbols change
20140
20141 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * gst/udp/gstdynudpsink.c:
20144         * gst/udp/gstudpsrc.c:
20145           the old gstnet lib was renamed gstnetbuffer (#322257)
20146
20147 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20148
20149         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20150         (gst_text_overlay_collected):
20151           Actually render the text from the text pad.
20152
20153 2005-11-29  Edward Hervey  <edward@fluendo.com>
20154
20155         * gst/debug/gstnavseek.c: (gst_navseek_event):
20156         * gst/debug/progressreport.c: (gst_progress_report_event):
20157         Update for GstBaseTransform event virtual method
20158
20159 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20160
20161         * ext/cairo/Makefile.am:
20162           no need to link to videofilter
20163
20164 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20165
20166         * gst/debug/Makefile.am:
20167         * gst/debug/gstnavigationtest.h:
20168         * gst/effectv/Makefile.am:
20169         * gst/effectv/gstaging.c:
20170         * gst/effectv/gstdice.c:
20171         * gst/effectv/gstedge.c:
20172         * gst/effectv/gstquark.c:
20173         * gst/effectv/gstrev.c:
20174         * gst/effectv/gstshagadelic.c:
20175         * gst/effectv/gstvertigo.c:
20176         * gst/effectv/gstwarp.c:
20177         * gst/videofilter/Makefile.am:
20178         * gst/videofilter/gstvideofilter.c:
20179         * gst/videofilter/gstvideofilter.h:
20180         * gst/videofilter/gstvideoflip.h:
20181           remove the videofilter library and link to the one in base
20182
20183 2005-11-28  Edward Hervey  <edward@fluendo.com>
20184
20185         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20186         Useless check now we're setting the current entry correctly.
20187
20188 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20189
20190         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20191         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20192         (gst_jpegenc_change_state):
20193           Don't leak input buffer in chain function (fixes #322667); make 
20194           state change function thread-safe; don't repeat the current function
20195           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20196           gst_pad_alloc_buffer(); misc. minor cleanups.
20197
20198 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20199
20200         * gst/matroska/matroska-mux.c:
20201         (gst_matroska_mux_video_pad_setcaps):
20202         Look for pixel-aspect-ratio in caps, not pixel_width and
20203         pixel_height (Fixes: #322645)
20204
20205 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20206
20207         * gst/matroska/matroska-mux.c:
20208         (gst_matroska_mux_video_pad_setcaps):
20209         From Michal Benes:
20210         frame duration should be GST_SECOND / framerate, not
20211         GST_SECOND * framerate. (Fixes: #322643)
20212
20213 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20214
20215         * configure.ac:
20216           fix up GST_PLUGIN_LDFLAGS
20217         * gst/rtsp/rtspconnection.c:
20218           fix includes (see #317043)
20219         * gst/videofilter/Makefile.am:
20220           stop installing this library
20221
20222 2005-11-26  Edward Hervey  <edward@fluendo.com>
20223
20224         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20225         Handle the case where the incoming Video dv stream doesn't have
20226         a pixel aspect ratio set.
20227
20228 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20229
20230         * docs/plugins/Makefile.am:
20231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20233         * ext/flac/gstflacdec.c:
20234           document flacdec
20235
20236 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20237
20238         * docs/plugins/Makefile.am:
20239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20241         * docs/plugins/inspect/plugin-autodetect.xml:
20242         * ext/cairo/gstcairo.c: (plugin_init):
20243         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20244         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20245         (gst_text_overlay_init), (gst_text_overlay_font_init),
20246         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20247         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20248         (gst_text_overlay_text_pad_linked),
20249         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20250         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20251         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20252         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20253         (gst_text_overlay_change_state):
20254         * ext/cairo/gsttextoverlay.h:
20255         * ext/cairo/gsttimeoverlay.c:
20256         (gst_cairo_time_overlay_update_font_height),
20257         (gst_cairo_time_overlay_set_caps),
20258         (gst_cairo_time_overlay_get_unit_size),
20259         (gst_cairo_time_overlay_print_smpte_time),
20260         (gst_cairo_time_overlay_transform),
20261         (gst_cairo_time_overlay_base_init),
20262         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20263         (gst_cairo_time_overlay_get_type):
20264         * ext/cairo/gsttimeoverlay.h:
20265           do some name borgifying
20266           document
20267
20268 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20269
20270         * docs/plugins/Makefile.am:
20271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20273         * gst/autodetect/gstautoaudiosink.c:
20274         (gst_auto_audio_sink_base_init):
20275         * gst/autodetect/gstautovideosink.c:
20276         (gst_auto_video_sink_base_init),
20277         (gst_auto_video_sink_factory_filter):
20278           documenting auto*sink
20279           using strstr for the video sink lookup, class field is not ordered
20280         * docs/plugins/inspect/plugin-1394.xml:
20281         * docs/plugins/inspect/plugin-aasink.xml:
20282         * docs/plugins/inspect/plugin-alaw.xml:
20283         * docs/plugins/inspect/plugin-alpha.xml:
20284         * docs/plugins/inspect/plugin-alphacolor.xml:
20285         * docs/plugins/inspect/plugin-auparse.xml:
20286         * docs/plugins/inspect/plugin-autodetect.xml:
20287         * docs/plugins/inspect/plugin-avi.xml:
20288         * docs/plugins/inspect/plugin-cacasink.xml:
20289         * docs/plugins/inspect/plugin-cairo.xml:
20290         * docs/plugins/inspect/plugin-cutter.xml:
20291         * docs/plugins/inspect/plugin-debug.xml:
20292         * docs/plugins/inspect/plugin-dv.xml:
20293         * docs/plugins/inspect/plugin-efence.xml:
20294         * docs/plugins/inspect/plugin-effectv.xml:
20295         * docs/plugins/inspect/plugin-esdsink.xml:
20296         * docs/plugins/inspect/plugin-flac.xml:
20297         * docs/plugins/inspect/plugin-flxdec.xml:
20298         * docs/plugins/inspect/plugin-gconfelements.xml:
20299         * docs/plugins/inspect/plugin-goom.xml:
20300         * docs/plugins/inspect/plugin-jpeg.xml:
20301         * docs/plugins/inspect/plugin-level.xml:
20302         * docs/plugins/inspect/plugin-matroska.xml:
20303         * docs/plugins/inspect/plugin-mulaw.xml:
20304         * docs/plugins/inspect/plugin-navigationtest.xml:
20305         * docs/plugins/inspect/plugin-ossaudio.xml:
20306         * docs/plugins/inspect/plugin-png.xml:
20307         * docs/plugins/inspect/plugin-rtp.xml:
20308         * docs/plugins/inspect/plugin-rtsp.xml:
20309         * docs/plugins/inspect/plugin-shout2send.xml:
20310         * docs/plugins/inspect/plugin-smpte.xml:
20311         * docs/plugins/inspect/plugin-speex.xml:
20312         * docs/plugins/inspect/plugin-udp.xml:
20313         * docs/plugins/inspect/plugin-videobox.xml:
20314         * docs/plugins/inspect/plugin-videoflip.xml:
20315         * docs/plugins/inspect/plugin-videomixer.xml:
20316         * docs/plugins/inspect/plugin-wavenc.xml:
20317         * docs/plugins/inspect/plugin-wavparse.xml:
20318           update for HEAD version
20319
20320 2005-11-25  Michael Smith  <msmith@fluendo.com>
20321
20322         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20323           Patch from Sebastien Cote to close control sockets in udpsrc.
20324
20325 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20326
20327         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20328         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20329         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20330         (gst_quarktv_base_init), (gst_quarktv_class_init),
20331         (gst_quarktv_init): Flush the planes list on reverse caps
20332         negotiation. This was crashing because of differently sized
20333         buffers.
20334
20335 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20336
20337         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20338         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20339         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20340         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20341         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20342         (gst_videoflip_set_property), (gst_videoflip_base_init),
20343         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20344         correctly, fix identity flipping, convert navigation event 
20345         correctly again.
20346
20347 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * configure.ac: back to HEAD
20350
20351 === release 0.9.6 ===
20352
20353 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20354
20355         * configure.ac:
20356           releasing 0.9.6, "Everything's Not Lost"
20357
20358 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20359
20360         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20361         Oops, initialise the framerate GValue
20362
20363 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20364
20365         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20366         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20367         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20368         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20369         (gst_timeoverlay_get_type):
20370         * ext/cairo/gsttimeoverlay.h:
20371         * gst/debug/Makefile.am:
20372         * gst/debug/gstnavigationtest.c:
20373         (gst_navigationtest_handle_src_event),
20374         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20375         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20376         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20377         (gst_navigationtest_init), (gst_navigationtest_get_type),
20378         (plugin_init):
20379         * gst/debug/gstnavigationtest.h:
20380         * gst/effectv/Makefile.am:
20381         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20382         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20383         (gst_agingtv_base_init), (gst_agingtv_class_init),
20384         (gst_agingtv_init), (gst_agingtv_get_type):
20385         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20386         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20387         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20388         (gst_dicetv_get_type):
20389         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20390         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20391         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20392         (gst_edgetv_get_type):
20393         * gst/effectv/gsteffectv.c:
20394         * gst/effectv/gsteffectv.h:
20395         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20396         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20397         (gst_quarktv_change_state), (gst_quarktv_base_init),
20398         (gst_quarktv_class_init), (gst_quarktv_init),
20399         (gst_quarktv_get_type):
20400         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20401         (gst_revtv_get_unit_size), (gst_revtv_transform),
20402         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20403         (gst_revtv_get_type):
20404         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20405         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20406         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20407         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20408         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20409         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20410         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20411         (gst_vertigotv_init), (gst_vertigotv_get_type):
20412         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20413         (gst_warptv_get_unit_size), (gst_warptv_transform),
20414         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20415         (gst_warptv_get_type):
20416         * gst/videofilter/Makefile.am:
20417         * gst/videofilter/gstvideobalance.c:
20418         * gst/videofilter/gstvideobalance.h:
20419         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20420         (gst_videofilter_class_init), (gst_videofilter_init):
20421         * gst/videofilter/gstvideofilter.h:
20422         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20423         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20424         (gst_videoflip_flip), (gst_videoflip_transform),
20425         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20426         (gst_videoflip_base_init), (gst_videoflip_class_init),
20427         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20428         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20429         BaseTransform, it's just a place holder for now and every video
20430         effect plugin has been ported to use BaseTransform features 
20431         directly. QuarkTV was fixed too (was broken), navigationtest works
20432         and best for the end, videoflip converts navigation events depending
20433         on flip method ! Fixes #320953
20434
20435 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20436
20437         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20438         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20439         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20440         (gst_goom_src_negotiate), (gst_goom_chain):
20441         * gst/matroska/matroska-mux.c:
20442         (gst_matroska_mux_video_pad_setcaps):
20443         * sys/osxvideo/osxvideosink.m:
20444           Fixes for API changes
20445
20446 2005-11-23  Michael Smith <msmith@fluendo.com>
20447
20448         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20449         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20450         * ext/jpeg/gstjpegdec.h:
20451         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20452         * ext/jpeg/gstjpegenc.h:
20453         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20454         (gst_smokeenc_resync):
20455         * ext/jpeg/gstsmokeenc.h:
20456           JPEG fractiony goodness.
20457
20458 2005-11-22  Michael Smith <msmith@fluendo.com>
20459
20460         * gst/goom/filters.c:
20461         * gst/goom/graphic.h:
20462           Fix compilation by making some functions static inline instead of
20463           extern inline, matching the way they're used.
20464
20465 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20466
20467         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20468         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20469         * ext/cairo/gsttextoverlay.h:
20470         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20471         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20472         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20473         (gst_pngdec_caps_create_and_set):
20474         * ext/libpng/gstpngdec.h:
20475         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20476         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20477         * gst/avi/gstavimux.c: (gst_avimux_init),
20478         (gst_avimux_vidsinkconnect):
20479         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20480         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20481         (gst_goom_src_negotiate), (gst_goom_chain):
20482         * gst/goom/gstgoom.h:
20483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20484         * gst/matroska/matroska-mux.c:
20485         (gst_matroska_mux_video_pad_setcaps):
20486         * sys/osxvideo/osxvideosink.h:
20487         * sys/osxvideo/osxvideosink.m:
20488           More fractional framerate conversions 
20489
20490 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20491
20492         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20493         * gst/debug/gstnavigationtest.c:
20494         (gst_navigationtest_handle_src_event):
20495         * gst/videofilter/gstvideofilter.c:
20496         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20497         (gst_videofilter_init):
20498         * gst/videofilter/gstvideofilter.h:
20499           Convert to fractional framerates.
20500
20501 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * ext/aalib/gstaasink.c:
20504         * ext/dv/gstdvdec.c:
20505         * ext/esd/esdmon.c:
20506         * ext/flac/gstflacenc.c:
20507         * ext/gdk_pixbuf/pixbufscale.c:
20508         * ext/libcaca/gstcacasink.c:
20509         * ext/shout2/gstshout2.c:
20510         * gst/alpha/gstalpha.c:
20511         * gst/oldcore/gstaggregator.c:
20512         * gst/oldcore/gstshaper.c:
20513         * gst/smpte/barboxwipes.c:
20514         * gst/smpte/gstsmpte.c:
20515         * gst/videobox/gstvideobox.c:
20516         * gst/videofilter/gstvideoflip.c:
20517         * gst/videomixer/videomixer.c:
20518           fix up more enums
20519
20520 2005-11-22  Michael Smith <msmith@fluendo.com>
20521
20522         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20523         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20524         (gst_videomixer_update_queues):
20525           Fractional framerates, videomixer.
20526
20527 2005-11-22  Michael Smith <msmith@fluendo.com>
20528
20529         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20530         * ext/dv/gstdvdec.h:
20531         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20532         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20533         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20534         (gst_dvdemux_flush):
20535         * ext/dv/gstdvdemux.h:
20536           Fractional framerates for DV. 
20537
20538 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20539
20540         * gst/autodetect/gstautoaudiosink.c:
20541         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20542         * gst/autodetect/gstautovideosink.c:
20543         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20544           Use gst_plugin_feature_list_free() to free feature list and
20545           in the case of autovideosink free the list at all. Also
20546           miscellaneous cosmetic fixes.
20547
20548 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20549
20550         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20551         (gst_cutter_set_property), (gst_cutter_get_caps):
20552           copy calculation code from level; remove use of some audio
20553           functions
20554
20555 2005-11-22  Andy Wingo  <wingo@pobox.com>
20556
20557         * Update for gst_tag_setter API changes.
20558
20559 2005-11-22  Andy Wingo  <wingo@pobox.com>
20560
20561         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20562         (gst_dvdemux_demux_frame)
20563         * ext/flac/gstflacdec.c (gst_flacdec_write)
20564         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20565         (gst_flacenc_sink_event)
20566         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20567         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20568         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20569         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20570         * gst/auparse/gstauparse.c (gst_auparse_chain)
20571         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20572         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20573         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20574         (gst_avi_demux_handle_seek)
20575         * gst/goom/gstgoom.c (gst_goom_event)
20576         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20577         * gst/matroska/matroska-demux.c
20578         (gst_matroska_demux_handle_seek_event)
20579         (gst_matroska_demux_loop_stream_parse_id)
20580         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20581         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20582         (gst_wavparse_stream_headers): Run update-funcnames.
20583
20584 2005-11-22  Edward Hervey  <edward@fluendo.com>
20585
20586         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20587         (gst_dv1394src_init), (gst_dv1394src_dispose),
20588         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20589         (gst_dv1394src_uri_set_uri):
20590         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20591         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20592         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20593         URIHandler interface and element properties are now properly
20594         synchronized for DV1394src and UDPSrc
20595
20596 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20597
20598         * ext/flac/Makefile.am:
20599         * ext/speex/Makefile.am:
20600           libgsttagedit has been renamed to libgsttag.
20601
20602 2005-11-21  Wim Taymans  <wim@fluendo.com>
20603
20604         * gst/rtsp/rtspconnection.c: (read_body):
20605         Apply patch from Sebastien Cote to fix #319184.
20606
20607 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20608
20609         * configure.ac:
20610         * gst/cutter/Makefile.am:
20611         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20612         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20613         (gst_cutter_set_property), (gst_cutter_get_property),
20614         (plugin_init), (gst_cutter_get_caps):
20615           port cutter
20616         * gst/level/gstlevel.c:
20617           fix up plugin details
20618
20619 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20620
20621         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20622         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20623         (gst_flacdec_src_event):
20624         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20625         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20626         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20627         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20628         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20629         (gst_flxdec_sink_event_handler):
20630         * gst/matroska/matroska-demux.c:
20631         (gst_matroska_demux_handle_seek_event):
20632         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20633           Update for stream lock API changes: don't take stream log
20634           in sink event handlers any longer and change GST_STREAM_LOCK
20635           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20636           functions.
20637
20638 2005-11-21  Michael Smith <msmith@fluendo.com>
20639
20640         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20641           gst_object_unref, not g_object_unref
20642
20643 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20644
20645         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20646         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20647           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20648
20649 2005-11-21  Michael Smith <msmith@fluendo.com>
20650
20651         * gst/auparse/Makefile.am:
20652         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20653         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20654         (gst_auparse_change_state):
20655         * gst/auparse/gstauparse.h:
20656           Partially fix #161712. playbin still doesn't work on these files,
20657           (on the bug report, Andy says we aren't typefinding it for some
20658           reason?) but at least auparse isn't totally busted like it was before.
20659
20660 2005-11-21  Andy Wingo  <wingo@pobox.com>
20661
20662         * *.h:
20663         * *.c: Ran scripts/update-macros. Oh yes.
20664
20665 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20666
20667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20668           Filler events are gone for now, comment out section generating
20669           them.
20670
20671 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20672
20673         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20674         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20675         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20676         * sys/osxvideo/osxvideosink.m:
20677           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20678           (#322027)
20679
20680 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20681
20682         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20683         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20684         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20685         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20686         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20687         (gst_avi_demux_stream_data):
20688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20689         * gst/wavenc/gstwavenc.c: (write_metadata):
20690         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20691         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20692         Fixes for GST_FOURCC_FORMAT API change.
20693
20694 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20695
20696         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20697         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20698         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20699         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20700         (gst_text_overlay_change_state):
20701         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20702         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20703         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20704         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20705         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20706         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20707         (gst_videomixer_change_state):
20708           Fix for collect pads API change. Also fix textoverlay state
20709           change function.
20710
20711 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20712
20713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20714         GST_PAD_IS_USABLE by something approaching it.
20715
20716 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20717
20718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20719         API changes.
20720         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20721         but also fix the code that was not checking return values from
20722         pad_push neither using pad_alloc_buffer.
20723
20724 2005-11-18  Edward Hervey  <edward@fluendo.com>
20725
20726         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20727         (gst_pngenc_chain):
20728         Added debug category
20729         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20730         goes to EOS.
20731
20732 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20733
20734         * gst/rtp/Makefile.am
20735         * gst/rtp/gstrtp.c
20736         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20737         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20738         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20739         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20740         * gst/rtp/gstrtpg711enc.h:
20741         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20742         * gst/rtp/gstrtpspeexenc.c:
20743         * gst/rtp/gstrtpspeexenc.h:
20744         * gst/rtp/gstrtpspeexdec.c:
20745         * gst/rtp/gstrtpspeexdec.h:
20746         Created Speex payloader and depayloader; Optimize G711 payloader to
20747         use adapter and send packets until MTU size.
20748
20749 2005-11-16  Wim Taymans  <wim@fluendo.com>
20750
20751         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20752         Fix leak in check.
20753
20754 2005-11-16  Wim Taymans  <wim@fluendo.com>
20755
20756         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20757         Fix state change.
20758
20759 2005-11-16  Andy Wingo  <wingo@pobox.com>
20760
20761         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20762         (gst_udpsrc_create): Move comment.
20763
20764 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20765
20766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20767
20768         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20769           When seeking, seek to closest index entry at or before the requested
20770           seek position, not just the closest one (#321001).
20771
20772 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20773
20774         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20775         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20776           Invert DIB images again (see #132341).
20777
20778 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20779
20780         * configure.ac:
20781           rework configure.ac file
20782         * ext/aalib/gstaasink.c:
20783         * ext/cairo/gstcairo.c:
20784         * ext/dv/gstdv.c:
20785         * ext/esd/gstesd.c:
20786         * ext/flac/gstflac.c:
20787         * ext/gconf/gstgconfelements.c:
20788         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20789         * ext/jpeg/gstjpeg.c:
20790         * ext/ladspa/gstladspa.c:
20791         * ext/libcaca/gstcacasink.c:
20792         * ext/libmng/gstmng.c:
20793         * ext/libpng/gstpng.c:
20794         * ext/mikmod/gstmikmod.c:
20795         * ext/pango/gsttextoverlay.c:
20796         * ext/pango/gsttimeoverlay.c:
20797         * ext/raw1394/gst1394.c:
20798         * ext/speex/gstspeex.c:
20799         * gst/alpha/Makefile.am:
20800         * gst/alpha/gstalpha.c:
20801         * gst/alpha/gstalphacolor.c:
20802         * gst/auparse/gstauparse.c:
20803         * gst/autodetect/gstautoaudiosink.c:
20804         (gst_auto_audio_sink_factory_filter),
20805         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20806         * gst/autodetect/gstautodetect.c:
20807         * gst/avi/gstavi.c:
20808         * gst/cutter/gstcutter.c:
20809         * gst/debug/efence.c:
20810         * gst/debug/gstdebug.c:
20811         * gst/debug/gstnavigationtest.c:
20812         * gst/effectv/gsteffectv.c:
20813         * gst/flx/gstflxdec.c:
20814         * gst/goom/gstgoom.c:
20815         * gst/interleave/plugin.c:
20816         * gst/law/alaw.c:
20817         * gst/law/mulaw.c:
20818         * gst/level/gstlevel.c:
20819         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20820         * gst/matroska/matroska.c:
20821         * gst/median/gstmedian.c:
20822         * gst/monoscope/gstmonoscope.c:
20823         * gst/multipart/multipart.c:
20824         * gst/oldcore/gstelements.c:
20825         * gst/rtp/gstrtp.c:
20826         * gst/rtsp/gstrtsp.c:
20827         * gst/smoothwave/gstsmoothwave.c:
20828         * gst/smpte/gstsmpte.c:
20829         * gst/udp/gstudp.c:
20830         * gst/videobox/gstvideobox.c:
20831         * gst/videofilter/gstgamma.c:
20832         * gst/videofilter/gstvideobalance.c:
20833         * gst/videofilter/gstvideoflip.c:
20834         * gst/videofilter/gstvideotemplate.c:
20835         * gst/videomixer/videomixer.c:
20836         * gst/wavenc/gstwavenc.c:
20837         * gst/wavparse/gstwavparse.c:
20838         * sys/oss/gstossaudio.c:
20839         * sys/osxaudio/gstosxaudio.c:
20840           update GST_PLUGIN_DEFINE
20841         * gst/rtp/Makefile.am:
20842         * gst/rtp/gstasteriskh263.c:
20843           check for htons/htonl headers and possibly link to winsock2 lib
20844
20845 2005-11-12  Edward Hervey  <edward@fluendo.com>
20846
20847         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20848         Only GST_DEBUG() information on the valid components.
20849
20850 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20851
20852         * configure.ac: back to HEAD
20853
20854 === release 0.9.5 ===
20855
20856 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20857
20858         * configure.ac:
20859           releasing 0.9.5, "Phone Alarm"
20860
20861 2005-11-11  Edward Hervey  <edward@fluendo.com>
20862
20863         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20864         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20865         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20866         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20867         (gst_avi_demux_loop):
20868         * gst/avi/gstavidemux.h:
20869         Yeah, implement proper seeking. Exact seeking and segment seeking.
20870         Still need to do some checks for segment_stop.
20871
20872 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20873
20874         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20875
20876         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20877           Don't try to ready buffer duration from buffer that we don't
20878           own any  longer and that might already have been unreffed.
20879           (#321136)
20880
20881 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20882
20883         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20884         (flx_decode_delta_flc), (gst_flxdec_chain):
20885         Attempting to optimize the code for embedded systems.
20886
20887 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20888
20889         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20890
20891         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20892           Don't re-use already closed file descriptor. (#320920)
20893
20894 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20895
20896         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20897         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20898         (gst_oss_sink_prepare):
20899         * sys/oss/gstosssink.h:
20900           Cache probed caps; fix debug output for SET_PARAM macros.
20901
20902 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20903
20904         * ext/cairo/Makefile.am:
20905         * ext/cairo/gstcairo.c: (plugin_init):
20906         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20907         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20908         (gst_text_overlay_init), (gst_text_overlay_font_init),
20909         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20910         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20911         (gst_text_overlay_text_pad_linked),
20912         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20913         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20914         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20915         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20916         (gst_text_overlay_change_state):
20917         * ext/cairo/gsttextoverlay.h:
20918           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20919           property and redo positioning. Doesn't handle upstream renegotiation
20920           yet though.
20921
20922 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20923
20924         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20925         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20926         (gst_avi_demux_loop):
20927           No need to take the STREAM_LOCK in the loop function. Improve
20928           some debug messages. Don't leak pad names in debug messages.
20929
20930 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20931
20932         * gst/matroska/matroska-demux.c:
20933         (gst_matroska_demux_push_vorbis_codec_priv_data),
20934         (gst_matroska_demux_add_wvpk_header):
20935           Don't error out when the source pad isn't linked.
20936
20937 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20938
20939         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20940         (gst_gconf_audio_sink_change_state):
20941         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20942         (gst_gconf_video_sink_change_state):
20943           Fix state change functions here as well and set kid
20944           to NULL state before removing it.
20945
20946 2005-11-01  Edward Hervey  <edward@fluendo.com>
20947
20948         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20949         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20950         Added proper event handlind, 
20951         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20952         ignored),
20953         and don't set a duration of 0 for buffers otherwise they are discarded
20954         by GstBaseSink.
20955
20956         GstWavEnc needs some serious loving, after going through the code I'm
20957         really wondering how this can stay in -good ...
20958
20959 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20960
20961         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20962         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20964         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20965         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20966         (gst_matroska_mux_collected):
20967           Fix leaks and invalid memory access as reported by valgrind
20968
20969 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         Patch by: Michal Benes <michal.benes@xeris.cz>
20972
20973         * check/Makefile.am:
20974         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20976         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20977           add a unit test for matroskamux
20978           fix the bugs that the unit test exposed
20979
20980 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20981
20982         * gst/autodetect/gstautoaudiosink.c:
20983         (gst_auto_audio_sink_class_init),
20984         (gst_auto_audio_sink_change_state):
20985         * gst/autodetect/gstautovideosink.c:
20986         (gst_auto_video_sink_class_init),
20987         (gst_auto_video_sink_change_state):
20988           Fix state change function and use GST_DEBUG_FUNCPTR in
20989           class_init.
20990
20991 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20992
20993         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20994
20995         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20996         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20997         * gst/matroska/ebml-write.h:
20998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20999           Set timestamps on outgoing ebml headers as well, so that the
21000           element after matroskamux can get the timestamp already when
21001           reading the first ebml element and doesn't have to wait for
21002           the actual data buffer for that (#320308).
21003           
21004 2005-10-31  Andy Wingo  <wingo@pobox.com>
21005
21006         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21007         (gst_videomixer_pad_link): Kill some memleaks.
21008         (gst_videomixer_pad_get_property): Style fix.
21009         (gst_videomixer_pad_set_property): Style fix.
21010         (gst_videomixer_pad_init): Style fix.
21011         (gst_videomixer_update_queues): Kill memleak.
21012         (gst_videomixer_loop): Kill memleak.
21013         (gst_videomixer_collected): Kill memleak.
21014
21015 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21016
21017         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21018         gst_auparse_change_state:
21019         Just some cleanup.
21020
21021 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21022
21023         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21024         Add checks to GST_FLOW_NOT_LINKED for values returned
21025         from gst_pad_push.
21026         
21027 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21028
21029         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21030         (gst_rtpg711dec_process):
21031         * gst/rtp/gstrtpgsmenc.c:
21032         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21033         are never set. This is important for the g711 to work with burger's rtpbin
21034         element.
21035
21036 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21037
21038         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21039         (gst_speexenc_push_buffer):
21040         Add checks for return values from gst_pad_push and
21041         gst_pad_alloc_buffer.
21042
21043 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21044
21045         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21046
21047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21048         (gst_matroska_demux_parse_info),
21049         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21050         (gst_matroska_demux_parse_cluster):
21051         * gst/matroska/matroska-ids.h:
21052         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21053         (gst_matroska_mux_init), (gst_matroska_mux_start),
21054         (gst_matroska_mux_create_buffer_header),
21055         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21056         (gst_matroska_mux_get_property):
21057         * gst/matroska/matroska-mux.h:
21058           Add SimpleBlock support to matroska demuxer and muxer (part of
21059           Matroska v2). (#319731)
21060
21061 2005-10-28  Wim Taymans  <wim@fluendo.com>
21062
21063         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21064         (gst_jpeg_dec_change_state):
21065         * ext/jpeg/gstjpegdec.h:
21066         Cleanups. Don't create caps for every chain.
21067
21068 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21069
21070         * gst/law/alaw-encode.c: (gst_alawenc_init),
21071         (alawenc_setcaps), (gst_alawenc_chain)
21072         * gst/law/alaw-encode.h:
21073         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21074         (mulawenc_setcaps), (gst_mulawenc_chain)
21075         * gst/law/mulaw-encode.h:
21076         Set timestamp on buffer and it allows RTP G711 elements
21077         work properly.
21078
21079 2005-10-27  Wim Taymans  <wim@fluendo.com>
21080
21081         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21082         Set correct format on oss instead of a silly value. 
21083
21084 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21085
21086         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21087         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21088         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21089         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21090         I420 rendering as well, doesn't bring much for my platform.
21091         Might help on some other platforms.
21092
21093 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21094
21095         * gst/rtp/gstrtpgsmenc.c:
21096         * gst/rtp/gstrtpgsmparse.c:
21097         Declaring the padtemplate correctly.
21098
21099 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21100
21101         * gst/rtp/gstrtpg711dec.c:
21102         * gst/rtp/gstrtpg711enc.c:
21103         * gst/rtp/gstrtpgsmenc.c:
21104         * gst/rtp/gstrtpgsmparse.c:
21105         Setting the proper copyright notice.
21106
21107 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21108
21109         * gst/videobox/Makefile.am: Use liboil.
21110         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21111         (gst_video_box_set_property), (gst_video_box_transform_caps),
21112         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21113         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21114         using liboil. Will dot the same to I420 border generation
21115         tomorrow.
21116
21117 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21118
21119         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21120         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21121         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21122         * gst/rtp/gstrtpg711dec.h:
21123         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21124         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21125         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21126         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21127         (gst_rtpgsmenc_handle_buffer):
21128         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21129         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21130         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21131         * gst/rtp/gstrtpgsmparse.h:
21132         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21133         inherits from the basertpdepayloader.
21134
21135 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21136
21137         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21138         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21139         (gst_video_box_ayuv): Removing this forgotten debug.
21140
21141 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21142
21143         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21144         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21145         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21146
21147 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21148
21149         * sys/oss/gstossaudio.c:
21150         * sys/oss/gstossdmabuffer.c:
21151         * sys/oss/gstosshelper.c:
21152         * sys/oss/gstossmixer.c:
21153         * sys/oss/gstossmixerelement.c:
21154         * sys/oss/gstossmixertrack.c:
21155         * sys/oss/gstosssink.c:
21156         * sys/oss/gstosssrc.c:
21157           Actually use the 'oss' debug category we register.
21158
21159 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21160
21161         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21162         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21163         Use gst_pad_get_parent and drop the ref that was added through
21164         that call.
21165
21166 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * gst/rtp/gstrtpgsmenc.c:
21169           Fix compilation
21170
21171 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21172
21173         * gst/rtp/gstrtpg711dec.c
21174         Just removed a couple of lines of weird code used during
21175         development/test time.
21176
21177 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21178
21179         * gst/rtp/Makefile.am
21180         * gst/rtp/gstrtp.c
21181         * gst/rtp/gstrtpg711enc.c
21182         * gst/rtp/gstrtpg711enc.h
21183         * gst/rtp/gstrtpg711dec.c
21184         * gst/rtp/gstrtpg711dec.h
21185         Created G711 payloader and depayloader (it supports mulaw and alaw
21186         (dec)encoders)
21187
21188 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21189
21190         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21191         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21192         Doh ! I introduced wingo's bug again ! Sorry...
21193
21194 2005-10-25  Christian Schaller <christian@fluendo.com> 
21195
21196         * gst/rtp/Makefile.am: add missing header files for disting
21197
21198 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21199
21200         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21201         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21202         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21203         (gst_rtpgsmenc_handle_buffer):
21204         * gst/rtp/gstrtpgsmenc.h:
21205         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21206         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21207         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21208         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21209         * gst/rtp/gstrtpgsmparse.h:
21210         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21211
21212 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21213
21214         * ext/libpng/gstpngdec.c: (user_info_callback),
21215         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21216         a newsegment event, move some redundant code in a single place.
21217
21218 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21219
21220         * ext/libpng/gstpngdec.c: (user_info_callback),
21221         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21222         hack to get correct colors order when we have a png image with
21223         alpha channel.
21224
21225 2005-10-24  Edward Hervey  <edward@fluendo.com>
21226
21227         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21228         Call gst_element_no_more_pads when there will be no more pads.
21229
21230 2005-10-24  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/rtp/Makefile.am:
21233         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21234         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21235         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21236         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21237         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21238         (gst_asteriskh263_plugin_init):
21239         * gst/rtp/gstasteriskh263.h:
21240         * gst/rtp/gstrtp.c: (plugin_init):
21241         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21242         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21243         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21244         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21245         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21246         (gst_rtph263enc_plugin_init):
21247         * gst/rtp/gstrtph263enc.h:
21248         Added two new payloaders, an RFC 2190 payloader for h263 and
21249         a payload convertor for an asterisk server.
21250
21251 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21252
21253         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21254           Set bytes_per_sample correctly (is not always 4, but 
21255           depends on width and number of channels).
21256
21257 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21258
21259         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21260         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21261         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21262         (gst_flacenc_sink_event), (gst_flacenc_chain),
21263         (gst_flacenc_set_property), (gst_flacenc_get_property),
21264         (gst_flacenc_change_state):
21265         * ext/flac/gstflacenc.h:
21266           Fix seeking, so that flacenc can rewrite the header with the
21267           correct duration and amount of samples and all that at EOS;
21268           also set timestamps and granulepos on outgoing buffers; add
21269           debug category; fix state change function.
21270           
21271 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21272
21273         * gst/videomixer/videomixer.c: Don't restrict video geometry
21274         from 16 to 4096.
21275
21276 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21277
21278         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21279         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21280         Fix caps negotiation correctly, add debugging category.
21281
21282 2005-10-24  Christian Schaller  <christian@fluendo.com>
21283
21284         * configure.ac: Port over Thomas's change from base listing all plugins
21285
21286 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21287
21288         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21289         a sink pad.
21290
21291 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21292
21293         * configure.ac:
21294         * docs/upload.mak:
21295           back to HEAD
21296
21297 === release 0.9.4 ===
21298
21299 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21300
21301         * configure.ac:
21302           Releasing 0.9.4, "Dromiceiomimus"
21303
21304 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21305
21306         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21307         (gst_speexenc_src_query):
21308           Add position and duration query, fix query type function.
21309           
21310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21311         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21312           Let's not set non-fixed caps on source pads.
21313
21314 2005-10-21  Wim Taymans  <wim@fluendo.com>
21315
21316         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21317         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21318         (gst_avi_demux_handle_seek):
21319         Set correct stream_time in newsegment event.
21320         avi can also handle a duration query now.
21321
21322 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21323
21324         * gst/matroska/matroska-demux.c:
21325         (gst_matroska_demux_handle_src_query),
21326         (gst_matroska_demux_handle_seek_event),
21327         (gst_matroska_demux_loop_stream_parse_id):
21328           Fix duration query; fix basetime in newsegment event after
21329           seek; fix duration in initial newsegment event.
21330
21331         * gst/matroska/matroska-mux.c:
21332         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21333           Extract number of channels and samplerate from vorbis headers;
21334           add some debug messages when querying the durations of the
21335           input streams.
21336
21337 2005-10-20  Wim Taymans  <wim@fluendo.com>
21338
21339         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21340         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21341         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21342         Set stream time correctly in newsegment.
21343
21344 2005-10-20  Wim Taymans  <wim@fluendo.com>
21345
21346         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21347         Correctly fill in the stream time.
21348
21349 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21350
21351         * check/elements/level.c: (GST_START_TEST):
21352         * gst/level/gstlevel.c: (gst_level_message_new):
21353         * gst/level/level-example.c: (message_handler):
21354           use ELEMENT messages instead
21355
21356 2005-10-19  Wim Taymans  <wim@fluendo.com>
21357
21358         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21359         (gst_dvdemux_src_query):
21360         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21361         (gst_flacdec_src_query):
21362         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21363         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21364         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21365         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21366         * gst/debug/progressreport.c: (gst_progress_report_report):
21367         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21368         * gst/matroska/matroska-demux.c:
21369         (gst_matroska_demux_handle_src_query):
21370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21371         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21372         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21373         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21374         (gst_wavparse_srcpad_event):
21375         API change fix.
21376
21377 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21378
21379         * gst/goom/filters.c:
21380         * gst/goom/graphic.h:
21381         * gst/goom/lines.c:
21382           Make inline functions either 'static inline' or 'extern inline',
21383           otherwise the Forte compiler apparently won't inline them (#317300).
21384
21385 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21386
21387         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21388         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21389         (user_info_callback), (user_endrow_callback), (user_end_callback),
21390         (user_read_data), (gst_pngdec_caps_create_and_set),
21391         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21392         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21393         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21394         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21395         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21396         very nice and handle push/pull based model. if you have filesrc
21397         connected to it, it will do random access to load the png file.
21398         If you have a network source that can't do _getrange, it does 
21399         progressive loading through the chain function.
21400         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21401         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21402         thanks to Master Wim Taymans ;-)
21403
21404 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21405
21406         * gst/matroska/Makefile.am:
21407         * gst/matroska/ebml-read.c:
21408         * gst/matroska/ebml-read.h:
21409         * gst/matroska/matroska-demux.c:
21410         * gst/matroska/matroska-demux.h:
21411         * gst/matroska/matroska.c: (plugin_init):
21412           Ported matroska demuxer to 0.9.
21413
21414 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21415
21416         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21417
21418         * gst/matroska/matroska-mux.c:
21419         (gst_matroska_mux_video_pad_setcaps),
21420         (gst_matroska_mux_audio_pad_setcaps):
21421           Fix mpeg4 input handling (#318847); also, while we're at it,
21422           fix media type for Motion-JPEG: should be image/jpeg.
21423
21424 2005-10-18  Wim Taymans  <wim@fluendo.com>
21425
21426         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21427         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21428         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21429         Fix for segment-start/stop API change.
21430
21431 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21432
21433         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21434         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21435         way.
21436
21437 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21438
21439         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21440         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21441         output declared in transform_caps.
21442
21443 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21444
21445         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21446
21447 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21448
21449         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21450         (gst_video_box_get_unit_size): Fix wrong size calculations and
21451         implement get_unit_size correctly.
21452
21453 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21454
21455         * configure.ac:
21456           Enable flx plugin.
21457
21458         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21459           Fix gcc4 signedness issue.
21460
21461 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21462
21463         * configure.ac: Adding videomixer.
21464         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21465         (user_read_data), (gst_pngdec_chain): More debugging.
21466         * gst/alpha/Makefile.am: Adding alphacolor
21467         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21468         (gst_alpha_color_class_init), (gst_alpha_color_init),
21469         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21470         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21471         (plugin_init): Ported to 0.9 using in place base tranform.
21472         * gst/videomixer/Makefile.am:
21473         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21474         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21475         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21476         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21477         (gst_videomixer_init), (gst_videomixer_getcaps),
21478         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21479         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21480         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21481         to 0.9 using collectpads.
21482
21483 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21484
21485         * configure.ac:
21486         * gst/flx/Makefile.am:
21487         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21488         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21489         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21490         * gst/flx/gstflxdec.h:
21491         flx plugin ported to 0.9
21492
21493 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21494
21495         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21496           use new gst_version_string()
21497
21498 2005-10-16  Andy Wingo  <wingo@pobox.com>
21499
21500         * configure.ac: GLIB_CHECK.
21501
21502 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21503
21504         * ext/libpng/Makefile.am:
21505         * ext/libpng/gstpng.c: (plugin_init):
21506         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21507         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21508         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21509
21510 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21511
21512         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21513
21514         * configure.ac:
21515         * gst/matroska/Makefile.am:
21516         * gst/matroska/ebml-ids.h:
21517         * gst/matroska/ebml-write.c:
21518         * gst/matroska/ebml-write.h:
21519         * gst/matroska/matroska-ids.h:
21520         * gst/matroska/matroska-mux.c:
21521         * gst/matroska/matroska-mux.h:
21522         * gst/matroska/matroska.c: (plugin_init):
21523           Port matroska muxer to 0.9 (#318847).
21524
21525 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21526
21527         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21528         (comment_init), (comment_add):
21529           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21530           use GST_READ_UINT32_LE() and friends rather than the private
21531           implementation of those same macros.
21532
21533 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21534
21535         * examples/stats/mp2ogg.c:
21536           more typo fixes
21537
21538 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21539
21540         * examples/indexing/indexmpeg.c: (main):
21541         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21542         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21543         * ext/esd/esdmon.h:
21544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21545         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21546         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21547         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21548         * gst/avi/gstavimux.c: (gst_avimux_init):
21549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21550         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21551         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21552         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21553         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21554         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21555         * gst/oldcore/gstmultifilesrc.h:
21556         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21557         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21558         (gst_pipefilter_change_state):
21559         * gst/oldcore/gstpipefilter.h:
21560         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21561         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21562         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21563         * sys/osxaudio/gstosxaudiosink.h:
21564         * sys/osxaudio/gstosxaudiosrc.h:
21565           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21566           moved bitshift from macro to enum definition
21567
21568 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * ext/Makefile.am:
21571         * ext/cairo/Makefile.am:
21572         * ext/cairo/gstcairo.c: (plugin_init):
21573         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21574         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21575         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21576         * ext/cairo/gsttimeoverlay.h:
21577           update of cairo-based timeoverlay to 1.0 Cairo API
21578           doesn't work yet for resizing of output sink
21579
21580 2005-10-11  Wim Taymans  <wim@fluendo.com>
21581
21582         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21583         newsegment API fix.
21584
21585 2005-10-11  Wim Taymans  <wim@fluendo.com>
21586
21587         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21588         (gst_dvdemux_demux_frame):
21589         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21590         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21591         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21592         (gst_avi_demux_handle_seek):
21593         * gst/goom/gstgoom.c: (gst_goom_event):
21594         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21595         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21596         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21597         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21598         (gst_wavparse_srcpad_event):
21599         newsegment API update.
21600
21601 2005-10-11  Andy Wingo  <wingo@pobox.com>
21602
21603         * ext/speex/gstspeexenc.c: Signedness cleanups.
21604
21605 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21606
21607         * PORTED_09:
21608         * ext/speex/Makefile.am:
21609         * ext/speex/gstspeex.c:
21610         * ext/speex/gstspeexenc.c:
21611         Speexenc ported to 0.9
21612
21613 2005-10-10  Wim Taymans  <wim@fluendo.com>
21614
21615         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21616         (gst_oss_sink_init), (gst_oss_sink_set_property),
21617         (gst_oss_sink_get_property), (gst_oss_sink_open),
21618         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21619         * sys/oss/gstosssink.h:
21620         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21621         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21622         (gst_oss_src_prepare):
21623         Cleanups, make device configurable in the sink, handle and report
21624         errors.
21625
21626 2005-10-10  Wim Taymans  <wim@fluendo.com>
21627
21628         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21629         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21630         Make sure element is NULL before removing from the bin.
21631
21632 2005-10-07  Andy Wingo  <wingo@pobox.com>
21633
21634         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21635         block forever in a read().
21636         (gst_dv1394src_bus_reset): Post a message when the cable is
21637         unplugged.
21638         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21639         (gst_dv1394src_bus_reset): Don't unref the message.
21640
21641         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21642         hacking. The only change should be that the state change stuff was
21643         put into basesrc's start() and stop() routines, which coalesces
21644         some steps.
21645
21646 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21647
21648         * configure.ac:
21649           Add check for mmap
21650           
21651         * gst/debug/Makefile.am:
21652           Only compile efence plugin on systems that have mmap.
21653
21654 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21655
21656         * gst/debug/Makefile.am:
21657         * gst/debug/breakmydata.c:
21658         * gst/debug/gstdebug.c:
21659         * gst/debug/gstnavigationtest.c:
21660         * gst/debug/gstnavseek.c: 
21661         * gst/debug/gstnavseek.h:
21662         * gst/debug/progressreport.c: 
21663         * gst/debug/testplugin.c:
21664           Port progressreport, navseek, navigationtest, testsink and
21665           breakmydata.
21666
21667 2005-10-05  Edward Hervey  <edward@fluendo.com>
21668
21669         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21670         (gst_dvdemux_src_query):
21671         Fixes for better conversion
21672
21673 2005-10-04  Michael Smith <msmith@fluendo.com>
21674
21675         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21676         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21677         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21678         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21679           Set state of elements to NULL before removing from bins.
21680           Set state of test element to NULL if we failed to move it to READY
21681
21682 2005-10-04  Edward Hervey  <edward@fluendo.com>
21683
21684         * ext/dv/Makefile.am:
21685         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21686         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21687         Corrected the query function for position so it doesn't forget what
21688         format was asked, and calls the conversion functions on the correct pad.
21689
21690 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * configure.ac:
21693           back to development
21694
21695 === release 0.9.3 ===
21696
21697 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21698
21699         * configure.ac:
21700           Releasing 0.9.3, "Aramis"
21701
21702 2005-10-03  Andy Wingo  <wingo@pobox.com>
21703
21704         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21705         error returns.
21706
21707 2005-10-02  Andy Wingo  <wingo@pobox.com>
21708
21709         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21710
21711         * ext/flac/gstflacenc.c: Ported to 0.9.
21712
21713         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21714
21715         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21716         and link to gsttagedit. Enable flacenc.
21717
21718         * ext/flac/gstflacdec.c: Re-enable tag reading.
21719
21720 2005-09-30  Wim Taymans  <wim@fluendo.com>
21721
21722         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21723         * gst/rtp/gstrtpgsmparse.c:
21724         * gst/rtp/gstrtph263penc.c:
21725         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21726         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21727         (gst_rtpmp4venc_set_property):
21728         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21729         Various class and caps fixes from Andre Magalhaes (andrunko)
21730
21731 2005-09-29  Wim Taymans  <wim@fluendo.com>
21732
21733         * gst/level/level-example.c: (main):
21734         Update for new bus API.
21735
21736 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21737
21738         * configure.ac:
21739           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21740           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21741
21742 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21743
21744         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21745           Fix playback of mono streams (bytes_per_sample should be set
21746           from the sample width and the number of channels negotiated,
21747           and not just be set to 4) (#317338)
21748
21749 2005-09-26  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21752         (gst_rtpmpaenc_handle_buffer):
21753         Set buffer duration correctly.
21754
21755 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21756
21757         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21758         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21759         (gst_avi_demux_change_state):
21760           Don't crash when encountering a stream with an unknown fourcc or
21761           codec id. Instead, create a pad of type video/x-avi-unknown or
21762           audio/x-avi-unknown, which as a side-effect also results in less
21763           confusing error messages in players ('no decoder' vs. 'no streams');
21764           minor fixes to state change function and class_init function.
21765
21766 2005-09-24  Wim Taymans  <wim@fluendo.com>
21767
21768         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21769         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21770         These are sinks.
21771
21772 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * check/elements/level.c: (GST_START_TEST):
21775           fix test for new GstClockTime use
21776         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21777         (gst_level_transform_ip):
21778         * gst/level/gstlevel.h:
21779           fix up the decay peak, ensuring the decay peak is never lower
21780           than the peak for that interval
21781
21782 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21783
21784         * docs/plugins/gst-plugins-good-plugins.args:
21785         * docs/plugins/inspect/plugin-alpha.xml:
21786         * docs/plugins/inspect/plugin-rtp.xml:
21787         * gst/level/gstlevel.c: (gst_level_set_caps),
21788         (gst_level_transform_ip):
21789           updating docs
21790
21791 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * Makefile.am:
21794         * check/elements/level.c: (GST_START_TEST):
21795         * gst/level/Makefile.am:
21796         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21797         (gst_level_set_property), (gst_level_get_property),
21798         (gst_level_set_caps), (gst_level_message_new),
21799         (gst_level_transform_ip):
21800         * gst/level/gstlevel.h:
21801         * gst/level/level-example.c: (message_handler), (main):
21802           convert to using GstClockTime for all time values, finally.
21803
21804 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * gst/auparse/Makefile.am:
21807         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21808           fix up build
21809         * configure.ac:
21810         * ext/cairo/Makefile.am:
21811         * ext/dv/Makefile.am:
21812         * ext/esd/Makefile.am:
21813         * ext/flac/Makefile.am:
21814         * ext/gconf/Makefile.am:
21815         * ext/gdk_pixbuf/Makefile.am:
21816         * ext/jpeg/Makefile.am:
21817         * ext/ladspa/Makefile.am:
21818         * ext/libcaca/Makefile.am:
21819         * ext/libmng/Makefile.am:
21820         * ext/libpng/Makefile.am:
21821         * ext/mikmod/Makefile.am:
21822         * ext/pango/Makefile.am:
21823         * ext/raw1394/Makefile.am:
21824         * ext/shout2/Makefile.am:
21825         * ext/speex/Makefile.am:
21826         * gst/alpha/Makefile.am:
21827         * gst/autodetect/Makefile.am:
21828         * gst/avi/Makefile.am:
21829         * gst/cutter/Makefile.am:
21830         * gst/debug/Makefile.am:
21831         * gst/effectv/Makefile.am:
21832         * gst/flx/Makefile.am:
21833         * gst/goom/Makefile.am:
21834         * gst/interleave/Makefile.am:
21835         * gst/law/Makefile.am:
21836         * gst/matroska/Makefile.am:
21837         * gst/median/Makefile.am:
21838         * gst/monoscope/Makefile.am:
21839         * gst/multipart/Makefile.am:
21840         * gst/oldcore/Makefile.am:
21841         * gst/rtp/Makefile.am:
21842         * gst/rtsp/Makefile.am:
21843         * gst/smoothwave/Makefile.am:
21844         * gst/smpte/Makefile.am:
21845         * gst/videobox/Makefile.am:
21846         * gst/videofilter/Makefile.am:
21847         * gst/videomixer/Makefile.am:
21848         * gst/wavenc/Makefile.am:
21849         * gst/wavparse/Makefile.am:
21850         * sys/oss/Makefile.am:
21851         * sys/osxaudio/Makefile.am:
21852         * sys/osxvideo/Makefile.am:
21853           fix up GST_LIBS use
21854
21855 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21856
21857         * gst/auparse/Makefile.am:
21858         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21859           fix build of auparse
21860
21861 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21862
21863         * configure.ac:
21864         * PORTED_09:
21865         * gst/auparse/gstauparse.c:
21866         * gst/auparse/gstauparse.h:
21867         Auparse ported to 0.9.
21868
21869 2005-09-22  Wim Taymans  <wim@fluendo.com>
21870
21871         * gst/rtp/TODO:
21872         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21873         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21874         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21875         (gst_rtpmp4venc_set_property):
21876         * gst/rtp/gstrtpmp4venc.h:
21877         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21878         * gst/rtp/gstrtpmpaenc.h:
21879         Use is_filled to both check MTU and max-ptime of base class.
21880
21881 2005-09-22  Wim Taymans  <wim@fluendo.com>
21882
21883         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21884         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21885         (gst_rtpmp4venc_set_property):
21886         Don't fragment packets with multiple frames.
21887
21888 2005-09-22  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst/rtp/TODO:
21891         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21892         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21893         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21894         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21895         (gst_rtpmp4venc_get_property):
21896         * gst/rtp/gstrtpmp4venc.h:
21897         Remove g_print.
21898         Update TODO
21899         Make payload encoder a bit smarter and more correct with
21900         timestamps.
21901         Added option in payloader to include config string in-band.
21902
21903 2005-09-21  Wim Taymans  <wim@fluendo.com>
21904
21905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21906         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21907         (gst_rtspsrc_send):
21908         Strip spaces for key/value pairs.
21909
21910 2005-09-21  Wim Taymans  <wim@fluendo.com>
21911
21912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21913         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21914         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21915         (gst_rtspsrc_change_state):
21916         More SDP parsing and caps setting.
21917         Do NO_PREROLL differently.
21918         add pads only after negotiated.
21919
21920         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21921         (gst_udpsrc_getcaps):
21922         Implement the getcaps function.
21923
21924 2005-09-21  Wim Taymans  <wim@fluendo.com>
21925
21926         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21927         (gst_rtpamrdec_chain):
21928         Handle multiple AMr packets per payload. Handle CRC and
21929         parse ILL/ILP.
21930
21931         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21932         Make caps params strings for easy SDP mapping.
21933         
21934         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21935         Handle capsnego better.
21936
21937         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21938         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21939         Generate and parse config string in the caps.
21940
21941 2005-09-21  Wim Taymans  <wim@fluendo.com>
21942
21943         * gst/rtp/README:
21944         Update README
21945
21946         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21947         Make extra params as strings.
21948
21949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21950         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21951         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21952         Make state change return NO_PREROLL as this is a live
21953         source.
21954
21955         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21956         Don't unref old caps when NULL.
21957
21958 2005-09-20  Wim Taymans  <wim@fluendo.com>
21959
21960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21961         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21962         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21963         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21964         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21965         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21966         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21967         * gst/rtsp/sdpmessage.h:
21968         Add URI handler.
21969         Parse SDP and create caps.
21970
21971 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21972
21973         * gst/alpha/gstalpha.c:
21974           fix element description
21975
21976 2005-09-19  Wim Taymans  <wim@fluendo.com>
21977
21978         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21979         Don't check payload for now.
21980
21981 2005-09-19  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21984         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21985         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21986         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21987         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21988         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21989         (gst_wavparse_change_state):
21990         * gst/wavparse/gstwavparse.h:
21991         Fix wavparse some more.
21992
21993 2005-09-19  Wim Taymans  <wim@fluendo.com>
21994
21995         * check/elements/level.c: (GST_START_TEST):
21996         Fix for bus API change.
21997
21998 2005-09-19  Wim Taymans  <wim@fluendo.com>
21999
22000         * gst/level/level-example.c: (main):
22001         Fix for new bus API.
22002
22003         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22004         Set caps on pads.
22005
22006 2005-09-15  Wim Taymans  <wim@fluendo.com>
22007
22008         * gst/rtp/Makefile.am:
22009         * gst/rtp/README:
22010         * gst/rtp/gstrtp.c: (plugin_init):
22011         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22012         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22013         (gst_rtpamrdec_change_state):
22014         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22015         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22016         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22017         * gst/rtp/gstrtpamrenc.h:
22018         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22019         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22020         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22021         * gst/rtp/gstrtpgsmenc.h:
22022         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22023         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22024         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22025         (gst_rtpgsmparse_change_state):
22026         * gst/rtp/gstrtpgsmparse.h:
22027         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22028         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22029         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22030         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22031         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22032         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22033         * gst/rtp/gstrtph263penc.h:
22034         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22035         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22036         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22037         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22038         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22039         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22040         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22041         * gst/rtp/gstrtpmp4venc.h:
22042         * gst/rtp/gstrtpmpadec.c:
22043         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22044         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22045         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22046         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22047         * gst/rtp/gstrtpmpaenc.h:
22048         Updates to payloader/depayloaders, make payloaders use
22049         the base classes.
22050         Updated README with suggested RTP caps and how to convert
22051         to/from SDP.
22052         Added config descriptor in mp4v payloader.
22053
22054 2005-09-15  Andy Wingo  <wingo@pobox.com>
22055
22056         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22057         * gst/autodetect/gstautovideosink.c
22058         (gst_auto_video_sink_find_best): Update for new registry API.
22059
22060 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22061
22062         * common/c-to-xml.py:
22063         * common/gtk-doc-plugins.mak:
22064           a simple py script to generate valid xml from a C example
22065           probably also need to strip an MIT license when we decide
22066         * docs/plugins/Makefile.am:
22067         * gst/level/Makefile.am:
22068         * gst/level/gstlevel.c: (gst_level_init):
22069         * gst/level/level-example.c: (message_handler), (main):
22070           add an example to level that will show up in the docs
22071         * gst/rtp/TODO:
22072           add a note for the future
22073
22074 2005-09-14  Michael Smith <msmith@fluendo.com>
22075
22076         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22077           Actually define the debug object being used in wavenc. Fixes #316205
22078
22079 2005-09-14  Michael Smith <msmith@fluendo.com>
22080
22081         * gst/smpte/Makefile.am:
22082           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22083           needed to build on windows (bug 316204)
22084
22085 2005-09-12  Andy Wingo  <wingo@pobox.com>
22086
22087         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22088
22089 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22090
22091         * configure.ac:
22092         * gst/fdsrc/Makefile.am:
22093         * gst/fdsrc/gstfdsrc.c:
22094         * gst/fdsrc/gstfdsrc.h:
22095           Move fdsrc back into gstreamer core elements.
22096
22097         * gst/level/gstlevel.c: (gst_level_class_init),
22098         (gst_level_transform_ip):
22099         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22100           Basetransform changes.
22101
22102 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22103
22104         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22105         * ext/jpeg/smokecodec.c: (find_best_size):
22106           fix compiler warnings
22107
22108 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22109
22110         * gst-plugins-good.spec.in:
22111           spec file fixes
22112         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22113         (gst_multiudpsink_render), (gst_multiudpsink_add),
22114         (gst_multiudpsink_clear):
22115           it actually helps to actually stream if we hook up the
22116           "add" signal to an actual implementation
22117         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22118           some debugging
22119
22120 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22121
22122         * ext/jpeg/Makefile.am:
22123         * ext/jpeg/gstjpeg.c
22124         * ext/jpeg/gstjpegenc.c:
22125         * ext/jpeg/gstsmokeenc.c:
22126
22127 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22128
22129         * ext/flac/gstflacdec.c:
22130         * ext/flac/gstflacenc.c:
22131         * ext/flac/gstflactag.c:
22132         * ext/speex/gstspeexenc.c:
22133           gsttaginterface.h -> gsttagsetter.h
22134
22135 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22136
22137         * configure.ac:
22138         * gst/debug/Makefile.am:
22139         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22140         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22141         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22142         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22143         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22144           Port to 0.9 and re-enable efence plugin.
22145
22146 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22147
22148         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22149         (gst_flacdec_write), (gst_flacdec_convert_src):
22150         * ext/flac/gstflacdec.h:
22151           Add support for flac files with 24/32 bits per sample; and misc.
22152           minor clean-ups. Seeking is still partly broken (for me at least).
22153
22154 2005-09-06  Wim Taymans  <wim@fluendo.com>
22155
22156         * gst/rtp/Makefile.am:
22157         * gst/rtp/gstrtp.c: (plugin_init):
22158         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22159         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22160         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22161         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22162         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22163         (gst_rtpmp4vdec_plugin_init):
22164         * gst/rtp/gstrtpmp4vdec.h:
22165         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22166         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22167         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22168         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22169         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22170         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22171         * gst/rtp/gstrtpmp4venc.h:
22172         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22173         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22174         Added mpeg4 video payload encoder/decoder.
22175         Added some docs in mpa payloader.
22176
22177 === release 0.9.1 ===
22178
22179 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22180
22181         * NEWS:
22182         * README:
22183         * RELEASE:
22184         * autogen.sh:
22185         * configure.ac:
22186           releasing 0.9.1, "Blondie"
22187
22188 2005-09-05  Andy Wingo  <wingo@pobox.com>
22189
22190         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22191         here from the state change handler, so we fire signals without
22192         holding the state lock.
22193
22194 2005-09-02  Andy Wingo  <wingo@pobox.com>
22195
22196         * All plugins updated for element state changes.
22197
22198 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22199
22200         * Makefile.am:
22201         * check/.cvsignore:
22202         * check/Makefile.am:
22203         * check/elements/.cvsignore:
22204         * check/elements/level.c: (setup_level), (cleanup_level),
22205         (GST_START_TEST), (level_suite), (main):
22206           add a test for level
22207         * common/release.mak:
22208           move the enum checking to release.mak
22209         * configure.ac:
22210           add valgrind and check checking
22211         * gst/level/gstlevel.c: (gst_level_transform):
22212         * gst/level/gstlevel.h:
22213           fix Andy's cast bug
22214           convert a field to int
22215           fix the arithmetic to int when checking for emit so that a
22216           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22217
22218 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22219
22220         * Makefile.am:
22221         * configure.ac:
22222           add docs to build
22223         * common/plugins.xsl:
22224           wrap Description into a refsect2
22225         * docs/Makefile.am:
22226         * docs/plugins/Makefile.am:
22227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22229         * gst/goom/Makefile.am:
22230         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22231         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22232         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22233         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22234         (gst_goom_change_state):
22235         * gst/goom/gstgoom.h:
22236           GstGOOM -> GstGoom
22237           add an example launch line
22238         * gst/level/gstlevel.h:
22239         * gst/monoscope/gstmonoscope.c:
22240           cleanups
22241
22242 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22243
22244         * configure.ac:
22245         * docs/plugins/Makefile.am:
22246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22248         * docs/plugins/gst-plugins-good-plugins.types:
22249           document elements and plugins.  Shazam !
22250
22251 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22254           be found under doc/random/ChangeLog-0.8