tests/examples/rtp/server-alsasrc-PCMA.c: Add some example code for printing the...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
4         (print_stats), (main):
5         Add some example code for printing the RTP manager stats.
6
7 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
8
9         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
10         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
11         (gst_audio_cheb_band_set_property):
12         * gst/audiofx/audiochebband.h:
13         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
14         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
15         (gst_audio_cheb_limit_set_property):
16         * gst/audiofx/audiocheblimit.h:
17         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
18         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
19         (gst_audio_wsincband_set_property):
20         * gst/audiofx/audiowsincband.h:
21         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
22         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
23         (gst_audio_wsinclimit_set_property):
24         * gst/audiofx/audiowsinclimit.h:
25         Use a custom mutex for protecting the instance fields instead of
26         the GstObject lock. Using the latter can lead to deadlocks, especially
27         with the FIR filters when updating the latency.
28
29 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
30
31         * gst/audiofx/Makefile.am:
32         * gst/audiofx/audiofxbasefirfilter.c:
33         (gst_audio_fx_base_fir_filter_dispose),
34         (gst_audio_fx_base_fir_filter_base_init),
35         (gst_audio_fx_base_fir_filter_class_init),
36         (gst_audio_fx_base_fir_filter_init),
37         (gst_audio_fx_base_fir_filter_push_residue),
38         (gst_audio_fx_base_fir_filter_setup),
39         (gst_audio_fx_base_fir_filter_transform),
40         (gst_audio_fx_base_fir_filter_start),
41         (gst_audio_fx_base_fir_filter_stop),
42         (gst_audio_fx_base_fir_filter_query),
43         (gst_audio_fx_base_fir_filter_query_type),
44         (gst_audio_fx_base_fir_filter_event),
45         (gst_audio_fx_base_fir_filter_set_kernel):
46         * gst/audiofx/audiofxbasefirfilter.h:
47         * gst/audiofx/audiofxbaseiirfilter.c:
48         Implement a base class for generic audio FIR filters.
49
50         * gst/audiofx/audiowsincband.c:
51         (gst_gst_audio_wsincband_mode_get_type),
52         (gst_gst_audio_wsincband_window_get_type),
53         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
54         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
55         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
56         (gst_audio_wsincband_get_property):
57         * gst/audiofx/audiowsincband.h:
58         * gst/audiofx/audiowsinclimit.c:
59         (gst_audio_wsinclimit_mode_get_type),
60         (gst_audio_wsinclimit_window_get_type),
61         (gst_audio_wsinclimit_base_init),
62         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
63         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
64         (gst_audio_wsinclimit_set_property),
65         (gst_audio_wsinclimit_get_property):
66         * gst/audiofx/audiowsinclimit.h:
67         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
68         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
69         Use this new base class for audiowsincband and audiowsinclimit.
70         Also cleanup both elements.
71
72 2009-01-08  Michael Smith <msmith@songbirdnest.com>
73
74         * gst/qtdemux/qtdemux.c:
75           In push mode, error out if we get EOS before we've created any srcpads.
76           Handle (in pull mode) some files that have a truncated moov atom where
77           the final sub-atom is a 'free' atom and the contents of that are not
78           present in the file.
79
80 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
81
82         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
83         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
84         Some cleanups, refactoring and minor enhancements in caps handling.
85
86         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
87         (gst_matroska_mux_init), (gst_matroska_pad_reset),
88         (gst_matroska_pad_free), (gst_matroska_mux_reset),
89         (gst_matroska_mux_video_pad_setcaps),
90         (gst_matroska_mux_request_new_pad):
91         * tests/check/elements/matroskamux.c: (teardown_src_pad):
92         Only remove, release or reset what is appropriate upon state change.
93
94 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
95
96         * ext/pulse/pulsesink.c:
97         * ext/pulse/pulsesink.h:
98         Use a mutex to protect the current stream pointer, and ignore
99         callbacks for stream objects that have been destroyed already.
100         Fixes problems with unprepare/prepare cycles caused by the input
101         caps changing, without reintroducing bug #556986.
102
103 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
104
105         * sys/v4l2/gstv4l2src.c:
106         Remove () from translateable string, so that it makes more sense.
107
108 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
109
110         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
111         Minor fix/cleanup in header field calculation.
112
113 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
114
115         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
116         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
117         * gst/matroska/matroska-mux.h:
118         Remove internal taglist and fully use tagsetter interface.
119
120 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
121
122         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
123         (gst_avi_mux_riff_get_avi_header):
124         * gst/avi/gstavimux.h:
125         Ensure header size invariance during subsequent rewrite by using
126         tags snapshot.
127
128 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
129
130         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
131         Don't wait for the pulse mainloop when destroying the stream.
132         Fixes a deadlock when the pulsedaemon goes away while pulsesink
133         is PLAYING. Fixes bug #556986.
134
135 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
136
137         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
138                   Luotao Fu <l dot fu at pengutronix dot de>
139
140         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
141         (gst_v4l2_get_caps_info):
142         Add support for grayscale v4l2 devices. Fixes bug #566616.
143
144 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
145
146         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
147         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
148         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
149         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
150         * gst/qtdemux/qtdemux.h:
151         * gst/qtdemux/quicktime.c: (plugin_init):
152         Streamline tag handling and pass unparsed tags as binary blob
153         in private tag.
154
155 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
156
157         * gst/audiofx/Makefile.am:
158         * gst/audiofx/audiofxbaseiirfilter.c:
159         (gst_audio_fx_base_iir_filter_base_init),
160         (gst_audio_fx_base_iir_filter_dispose),
161         (gst_audio_fx_base_iir_filter_class_init),
162         (gst_audio_fx_base_iir_filter_init),
163         (gst_audio_fx_base_iir_filter_calculate_gain),
164         (gst_audio_fx_base_iir_filter_set_coefficients),
165         (gst_audio_fx_base_iir_filter_setup), (process),
166         (gst_audio_fx_base_iir_filter_transform_ip),
167         (gst_audio_fx_base_iir_filter_stop):
168         * gst/audiofx/audiofxbaseiirfilter.h:
169         Implement a base class for IIR filters.
170
171         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
172         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
173         (generate_coefficients), (gst_audio_cheb_band_set_property),
174         (gst_audio_cheb_band_setup):
175         * gst/audiofx/audiochebband.h:
176         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
177         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
178         (generate_coefficients), (gst_audio_cheb_limit_set_property),
179         (gst_audio_cheb_limit_setup):
180         * gst/audiofx/audiocheblimit.h:
181         Use the IIR filter base class for the chebyshev filters.
182
183 2009-01-02  Michael Smith <msmith@songbirdnest.com>
184
185           Patch by: Justin Karnegas <justin@affinix.com> and
186                     Michael Smith <msmith@songbirdnest.com>
187         * sys/osxaudio/gstosxaudio.c:
188         * sys/osxaudio/gstosxaudioelement.c:
189         * sys/osxaudio/gstosxaudioelement.h:
190         * sys/osxaudio/gstosxaudiosink.c:
191         * sys/osxaudio/gstosxaudiosink.h:
192         * sys/osxaudio/gstosxaudiosrc.c:
193         * sys/osxaudio/gstosxaudiosrc.h:
194         * sys/osxaudio/gstosxringbuffer.c:
195         * sys/osxaudio/gstosxringbuffer.h:
196           Rewrite osxaudio to work more flexibly and more reliably, using a
197           different abstraction layer of coreaudio that is the recommended way of
198           doing low-level audio I/O on OSX.
199           Fixes byg #564948.
200
201 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
202
203         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
204         Add example RTP transcoding pipeline from any file decodedable with
205         uridecodebin.
206
207 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * tests/examples/rtp/.cvsignore:
210         * tests/examples/rtp/Makefile.am:
211         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
212         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
213         Add two C examples of using gstrtpbin as a sender and a receiver.
214
215 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
216
217         * ChangeLog:
218         Remove conflict marker from ChangeLog
219
220 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
221
222         Patch by: j^ <j at oil21.org>
223
224         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
225         (qtdemux_audio_caps):
226         Add codec mapping for xvid, fmp4 and ac3 tracks.
227         Fixes #565850
228
229 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
232         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
233         (gst_smokeenc_chain), (gst_smokeenc_change_state):
234         * ext/jpeg/gstsmokeenc.h:
235         Implement getcaps function.
236         Set caps on the pad and on all outgoing buffers.
237         Fixes #565441.
238
239 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
240
241         * ext/pulse/pulsemixerctrl.c:
242           And remove temporary comment pointing to the bug ticket.
243
244         * gst/avi/gstavimux.c:
245           Move reoccuring logging to LOG and log instance too.
246
247 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
248
249         * ext/pulse/pulsemixerctrl.c:
250           Don't leak the pa_operation.
251
252 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
253
254         * configure.ac:
255           Require core cvs.
256
257 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
258
259         * gst/avi/gstavimux.c:
260           Rename api from _flush to _reset_tags. 
261
262 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
263
264         * gst/avi/gstavimux.c:
265           Use new tagsetter api to flush tags.
266
267 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
268
269         * tests/check/elements/deinterleave.c: (deinterleave_suite):
270         Increase timeout to 3 minutes to prevent timeouts.
271
272 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
273
274         * tests/check/elements/interleave.c: (interleave_suite):
275         Increase timeout to 3 minutes to prevent timeouts.
276
277 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
278
279         * gst/avi/gstavimux.c:
280         * gst/avi/gstavimux.h:
281           Totally remove the internal taglists and fully use tagsetter.
282
283 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
284
285         * gst/avi/gstavimux.c:
286           Instead of filtering wrongly just use the mergemode. Applications is
287           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
288           avi for real (I hope). Everyone chime in, before I fix the others.
289
290 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
291
292         * ext/pulse/pulsemixerctrl.c:
293           Add note about memleak.
294
295 2008-12-13  Edward Hervey  <bilboed@gmail.com>
296
297         * m4/Makefile.am:
298         A couple more .m4 that aren't shipped anymore with gettext 0.17.
299
300 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
301
302         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
303         (gst_flac_dec_init):
304         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
305         (gst_alaw_dec_init):
306         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
307         (gst_alaw_enc_init):
308         * gst/law/alaw.c: (plugin_init):
309         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
310         (gst_mulawdec_init):
311         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
312         (gst_mulawenc_init):
313         * gst/law/mulaw.c: (plugin_init):
314         Switch to using GstStaticPadTemplate.
315         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
316         Don't forget to free the addrinfo structure.
317         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
318         (gst_wavparse_sink_activate):
319         Don't forget to unref the GstAdapter.
320
321 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
322
323         * m4/Makefile.am:
324         inttypes.m4 hasn't been available since gettext-0.15, and since we now
325         require gettext >= 0.17 ... we can remove it from the list of files to
326         dist.
327
328 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
329
330         * gst/avi/gstavidemux.c:
331           More logging.
332
333         * gst/avi/gstavimux.c:
334           Handle more metadata fields. Better estimate of metadata size. Don't
335           merge received tags, if application has specified tags using
336           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
337
338 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
339
340         * tests/check/Makefile.am:
341         Also ignore pulsemixer for the states unit test.
342
343 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
344
345         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
346         Add an EOI marker at the end of the jpeg frame when it's missing.
347         Fixes #563056.
348
349 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
350
351         * tests/check/elements/videocrop.c: (check_1x1_buffer):
352         Update the unit test for the new color values for BT.601 red.
353         Fixes bug #563510.
354
355 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
356
357         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
358           Restore previous behaviour of not passing QoS and navigation
359           events upstream, which presumably wasn't meant to be changed.
360
361 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
362
363         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
364         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
365         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
366         (gst_dvdemux_chain), (gst_dvdemux_loop),
367         (gst_dvdemux_change_state):
368         Add srcpads only when needed and remove them again when going
369         back to READY. This prevents stalled pipelines if there's no
370         audio inside the DV stream, which happens for many MXF files.
371
372 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
373
374         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
375         (run_server):
376         The ports in libsoup are unsigned integers and not signed
377         integers.
378
379 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
380
381         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
382         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
383         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
384         (gst_dvdemux_chain), (gst_dvdemux_loop),
385         (gst_dvdemux_change_state):
386         Add srcpads only when they're needed. If we add all pads in any
387         case we will get a stalling audio pad if the stream contains
388         no audio, which is the case for many MXF files.
389
390 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
391
392         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
393         Forward all events upstream unless it's something we really
394         don't handle. This fixes latency configuration of pipelines.
395
396 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
397
398         * ext/dv/gstdv.c: (plugin_init):
399         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
400         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
401         Really call dv_init() exactly one time, not one time for
402         the demuxer and one time for the decoder.
403
404 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
407         Copy incomming timestamp to outgoing packets.
408
409 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
412         (gst_rtp_mp4v_pay_event):
413         Don't try to push packets before we could find a valid config
414         startcode. Fixes #563509.
415
416 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
417
418         Patch by: Brian Cameron <brian.cameron at sun dot com>
419
420         * sys/sunaudio/gstsunaudiomixerctrl.c:
421         (gst_sunaudiomixer_ctrl_open):
422         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
423
424 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
425
426         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
427
428         * configure.ac:
429         Make usage of libv4l optional by a configure parameter.
430         Fixes bug #563504.
431
432 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
433
434         * docs/plugins/Makefile.am:
435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
436         * docs/plugins/gst-plugins-good-plugins-sections.txt:
437         * docs/plugins/gst-plugins-good-plugins.args:
438         * docs/plugins/gst-plugins-good-plugins.hierarchy:
439         * docs/plugins/gst-plugins-good-plugins.interfaces:
440         * docs/plugins/inspect/plugin-1394.xml:
441         * docs/plugins/inspect/plugin-aasink.xml:
442         * docs/plugins/inspect/plugin-alaw.xml:
443         * docs/plugins/inspect/plugin-alpha.xml:
444         * docs/plugins/inspect/plugin-alphacolor.xml:
445         * docs/plugins/inspect/plugin-annodex.xml:
446         * docs/plugins/inspect/plugin-apetag.xml:
447         * docs/plugins/inspect/plugin-audiofx.xml:
448         * docs/plugins/inspect/plugin-auparse.xml:
449         * docs/plugins/inspect/plugin-autodetect.xml:
450         * docs/plugins/inspect/plugin-avi.xml:
451         * docs/plugins/inspect/plugin-cacasink.xml:
452         * docs/plugins/inspect/plugin-cairo.xml:
453         * docs/plugins/inspect/plugin-cutter.xml:
454         * docs/plugins/inspect/plugin-debug.xml:
455         * docs/plugins/inspect/plugin-dv.xml:
456         * docs/plugins/inspect/plugin-efence.xml:
457         * docs/plugins/inspect/plugin-effectv.xml:
458         * docs/plugins/inspect/plugin-equalizer.xml:
459         * docs/plugins/inspect/plugin-esdsink.xml:
460         * docs/plugins/inspect/plugin-flac.xml:
461         * docs/plugins/inspect/plugin-flxdec.xml:
462         * docs/plugins/inspect/plugin-gamma.xml:
463         * docs/plugins/inspect/plugin-gconfelements.xml:
464         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
465         * docs/plugins/inspect/plugin-goom.xml:
466         * docs/plugins/inspect/plugin-goom2k1.xml:
467         * docs/plugins/inspect/plugin-halelements.xml:
468         * docs/plugins/inspect/plugin-icydemux.xml:
469         * docs/plugins/inspect/plugin-id3demux.xml:
470         * docs/plugins/inspect/plugin-interleave.xml:
471         * docs/plugins/inspect/plugin-jpeg.xml:
472         * docs/plugins/inspect/plugin-level.xml:
473         * docs/plugins/inspect/plugin-matroska.xml:
474         * docs/plugins/inspect/plugin-monoscope.xml:
475         * docs/plugins/inspect/plugin-mulaw.xml:
476         * docs/plugins/inspect/plugin-multifile.xml:
477         * docs/plugins/inspect/plugin-multipart.xml:
478         * docs/plugins/inspect/plugin-navigationtest.xml:
479         * docs/plugins/inspect/plugin-ossaudio.xml:
480         * docs/plugins/inspect/plugin-png.xml:
481         * docs/plugins/inspect/plugin-pulseaudio.xml:
482         * docs/plugins/inspect/plugin-quicktime.xml:
483         * docs/plugins/inspect/plugin-replaygain.xml:
484         * docs/plugins/inspect/plugin-rtp.xml:
485         * docs/plugins/inspect/plugin-rtsp.xml:
486         * docs/plugins/inspect/plugin-shout2send.xml:
487         * docs/plugins/inspect/plugin-smpte.xml:
488         * docs/plugins/inspect/plugin-soup.xml:
489         * docs/plugins/inspect/plugin-spectrum.xml:
490         * docs/plugins/inspect/plugin-speex.xml:
491         * docs/plugins/inspect/plugin-taglib.xml:
492         * docs/plugins/inspect/plugin-udp.xml:
493         * docs/plugins/inspect/plugin-video4linux2.xml:
494         * docs/plugins/inspect/plugin-videobalance.xml:
495         * docs/plugins/inspect/plugin-videobox.xml:
496         * docs/plugins/inspect/plugin-videocrop.xml:
497         * docs/plugins/inspect/plugin-videoflip.xml:
498         * docs/plugins/inspect/plugin-videomixer.xml:
499         * docs/plugins/inspect/plugin-wavenc.xml:
500         * docs/plugins/inspect/plugin-wavpack.xml:
501         * docs/plugins/inspect/plugin-wavparse.xml:
502         * docs/plugins/inspect/plugin-ximagesrc.xml:
503         * gst/matroska/matroska-demux.c:
504         * gst/matroska/matroska-demux.h:
505         * gst/matroska/matroska-mux.c:
506         * gst/matroska/matroska-mux.h:
507         Add documentation for matroskamux and matroskademux and
508         update the inspection xml files.
509
510 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
511
512         * configure.ac:
513         Apparently AC_CONFIG_MACRO_DIR breaks when using more
514         than one macro directory, reverting last change.
515
516 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * configure.ac:
519         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
520         our M4 macros.
521
522 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
525         Provide the parameters that are required for the format string
526         to fix a compiler warning.
527
528 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
529
530         * gst/autodetect/gstautoaudiosrc.c:
531           Fix classification.
532
533 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
534
535         Patch by: Cygwin Ports maintainer
536                   <yselkowitz at users dot sourceforge dot net>
537
538         * autogen.sh:
539         * configure.ac:
540         Require gettext 0.17 because older versions don't mix with libtool
541         2.2. At build time an older gettext version will still work.
542         Fixes bug #556091.
543
544 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         Patch by: Peter Kjellerstedt <pkj at axis com>
547
548         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
549         Make gst_multiudpsink_render() ignore errors from sendto() instead of
550         breaking streaming. Emit a warning instead. Fixes #562572.
551
552 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
553
554         Patch by: Ron McOuat <rmcouat at smartt dot com>
555
556         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
557         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
558         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
559         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
560         * ext/soup/gstsouphttpsrc.h:
561         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
562         (digest_auth_cb), (run_test), (GST_START_TEST),
563         (souphttpsrc_suite), (run_server):
564         Add support for basic and digest authentication in souphttpsrc.
565         Fixes bug #561775.
566
567 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         Patch by: Pepijn Van Eeckhoudt
570                       <pepijn dot vaneeckhoudt at luciad dot com>
571
572         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
573         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
574         * gst/wavenc/gstwavenc.h:
575         * gst/wavenc/riff.h:
576         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
577
578 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         Patch by: 이문형 <iwings at gmail dot com>
581
582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
583         Prevent further read/write actions taken to the connect-failed socket by
584         erroring out quickly. See #562258.
585
586 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
587
588         * tests/examples/level/level-example.c:
589           Set fakesink to sync. Otherwise people might question the message
590           interval. Nevertheless the timestamp in the message is what matters.
591
592 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         * tests/icles/.cvsignore:
595         cvsignore newly generated file.
596
597 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
598
599         * gst/rtp/gstasteriskh263.c:
600         * gst/rtp/gstasteriskh263.h:
601         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
602         * gst/rtp/gstrtpL16depay.h:
603         * gst/rtp/gstrtpL16pay.c:
604         * gst/rtp/gstrtpL16pay.h:
605         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
606         * gst/rtp/gstrtpac3depay.h:
607         * gst/rtp/gstrtpamrdepay.c:
608         * gst/rtp/gstrtpamrdepay.h:
609         * gst/rtp/gstrtpamrpay.c:
610         * gst/rtp/gstrtpamrpay.h:
611         * gst/rtp/gstrtpdepay.c:
612         * gst/rtp/gstrtpdepay.h:
613         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
614         * gst/rtp/gstrtpg726depay.c:
615         * gst/rtp/gstrtpg726pay.c:
616         * gst/rtp/gstrtpg729depay.c:
617         * gst/rtp/gstrtpg729pay.c:
618         * gst/rtp/gstrtpgsmdepay.c:
619         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
620         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
621         * gst/rtp/gstrtph263depay.h:
622         * gst/rtp/gstrtph263pay.c:
623         * gst/rtp/gstrtph263pay.h:
624         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
625         * gst/rtp/gstrtph263pdepay.h:
626         * gst/rtp/gstrtph263ppay.c:
627         * gst/rtp/gstrtph263ppay.h:
628         * gst/rtp/gstrtph264depay.c:
629         * gst/rtp/gstrtph264depay.h:
630         * gst/rtp/gstrtph264pay.c:
631         * gst/rtp/gstrtph264pay.h:
632         * gst/rtp/gstrtpilbcdepay.c:
633         * gst/rtp/gstrtpilbcpay.c:
634         * gst/rtp/gstrtpjpegdepay.h:
635         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
636         * gst/rtp/gstrtpmp1sdepay.h:
637         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
638         * gst/rtp/gstrtpmp2tdepay.h:
639         * gst/rtp/gstrtpmp2tpay.c:
640         * gst/rtp/gstrtpmp2tpay.h:
641         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
642         * gst/rtp/gstrtpmp4apay.c:
643         * gst/rtp/gstrtpmp4apay.h:
644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
645         * gst/rtp/gstrtpmp4gdepay.h:
646         * gst/rtp/gstrtpmp4gpay.c:
647         * gst/rtp/gstrtpmp4gpay.h:
648         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
649         * gst/rtp/gstrtpmp4vdepay.h:
650         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
651         * gst/rtp/gstrtpmp4vpay.h:
652         * gst/rtp/gstrtpmpadepay.c:
653         * gst/rtp/gstrtpmpadepay.h:
654         * gst/rtp/gstrtpmpapay.c:
655         * gst/rtp/gstrtpmpapay.h:
656         * gst/rtp/gstrtpmpvdepay.c:
657         * gst/rtp/gstrtpmpvdepay.h:
658         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
659         * gst/rtp/gstrtppcmapay.c:
660         * gst/rtp/gstrtppcmudepay.c:
661         * gst/rtp/gstrtppcmupay.c:
662         * gst/rtp/gstrtpspeexdepay.c:
663         * gst/rtp/gstrtpspeexpay.c:
664         * gst/rtp/gstrtpsv3vdepay.c:
665         * gst/rtp/gstrtpsv3vdepay.h:
666         * gst/rtp/gstrtptheoradepay.c:
667         * gst/rtp/gstrtptheoradepay.h:
668         * gst/rtp/gstrtptheorapay.c:
669         * gst/rtp/gstrtptheorapay.h:
670         * gst/rtp/gstrtpvorbisdepay.c:
671         * gst/rtp/gstrtpvorbisdepay.h:
672         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
673         * gst/rtp/gstrtpvorbispay.h:
674         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
675         * gst/rtp/gstrtpvrawpay.c:
676         Fix the descriptions and fix some email addresses.
677
678 2008-11-25  Julien Moutte  <julien@fluendo.com>
679
680         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
681         to supported qtdemux video codecs as I found some video clips using 
682         those.
683
684 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
687         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
688         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
689         (gst_auto_video_sink_detect):
690         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
691         Post an error when we can't set the internal ghostpad target.
692
693 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
696         (gst_video_crop_transform), (gst_video_crop_transform_caps),
697         (gst_video_crop_set_caps), (gst_video_crop_set_property):
698         * gst/videocrop/gstvideocrop.h:
699         Fix renegotiation when changing properties using the new basetransform
700         features. Fixes #561502.
701
702         * tests/icles/Makefile.am:
703         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
704         Add crazy interactive test unit for dynamically changing properties.
705
706 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
707
708         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
709         (gst_rtspsrc_parse_range):
710         Add some more debugging.
711         Use the reanges received from the server unconditionally.
712         Fixes #561625.
713
714 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
715
716         * ext/pulse/pulsesink.c:
717           Change #if 0 to something more expresive and add pointer to related
718           bug ticket.
719
720 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
721
722         Patch by: Tal Shalif <tshalif at nargila dot org>
723
724         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
725         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
726         the latter don't exist on some systems (mingw). Fixes bug #561990.
727
728 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
729
730         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
731
732         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
733         Add transferMode.dnla.org header to HTTP requests as this is
734         required by the DLNA specs and doesn't hurt in other situations.
735         Fixes bug #561802.
736
737 2008-11-20  Michael Smith <msmith@songbirdnest.com>
738
739         * sys/osxvideo/osxvideosink.h:
740         * sys/osxvideo/osxvideosink.m:
741           Handle video window resizing more correctly, avoiding crashes when
742           embedding the window and resizing it.
743
744 2008-11-20  Michael Smith <msmith@songbirdnest.com>
745
746         * gst/udp/gstmultiudpsink.c:
747         * gst/udp/gstudpnetutils.c:
748         * gst/udp/gstudpnetutils.h:
749         * gst/udp/gstudpsrc.c:
750           Fix multiudpsink on OSX by passing the specific length of the socket,
751           refactor that into a function shared with the same thing in udpsrc.
752
753 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
756         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
757         (gst_wavparse_stream_headers):
758         Fix the scaling code.
759         Fix parsing of the INFO chunks, we were reading the wrong number of
760         bytes.  Fixes #561580.
761
762 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
763
764         * gst/matroska/matroska-mux.c:
765         Fix NULL pointer dereference of an unset codec_id in the recently 
766         added Dirac paths
767
768 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
769
770         * tests/check/Makefile.am:
771         Just keep disabling elements that hang the states test until it
772         works.
773
774 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
775
776         * ext/libpng/gstpngenc.c:
777         Don't flush downstream after every buffer - that's not what
778         this libpng callback is for at all!
779
780 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
781
782         * sys/v4l2/v4l2src_calls.c:
783           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
784           (gst_v4l2src_probe_caps_for_format):
785           Turns out we don't always get the frame sizes in a predefined
786           order from lowest to highest resolution, so let's just sort the
787           list by frame size once we've queried the possible resolutions
788           rather than assume any particular order. Fixes probed caps for
789           the camera in my HP2133 mini notebook and makes v4l2src default
790           to a decent size.
791
792 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
793
794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
795         * gst/matroska/matroska-ids.h:
796         Make mkvdemux aware of E-AC3.
797
798 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
799
800         * gst/rtp/Makefile.am:
801         * gst/rtp/gstrtp.c: (plugin_init):
802         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
803         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
804         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
805         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
806         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
807         (gst_rtp_jpeg_depay_change_state),
808         (gst_rtp_jpeg_depay_plugin_init):
809         * gst/rtp/gstrtpjpegdepay.h:
810         Add a jpeg depayloader.
811
812         * gst/rtp/gstrtpjpegpay.c:
813         Set the default properties on the payloader to better defaults.
814
815 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
816
817         * sys/v4l2/gstv4l2.c:
818           Give it a primary rank for autovideosrc.
819
820 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         Patch by: Bjorn Ostby <bjornos at axis dot com>
823
824         * gst/rtp/Makefile.am:
825         * gst/rtp/gstrtp.c: (plugin_init):
826         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
827         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
828         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
829         (gst_rtp_jpeg_pay_read_quant_table),
830         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
831         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
832         (gst_rtp_jpeg_pay_plugin_init):
833         * gst/rtp/gstrtpjpegpay.h:
834         Add JPEG payloader. Fixes #560756.
835
836 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         Patch by: Fabricio Godoy <skarllot at gmail dot com>
839
840         * sys/oss/gstosssink.c: (gst_oss_sink_open):
841         * sys/oss/gstosssrc.c: (gst_oss_src_open):
842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
843         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
844         Fix some spelling mistakes. Fixes #556802.
845
846 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
847
848         * gst/equalizer/GstIirEqualizer10Bands.prs:
849         * gst/equalizer/GstIirEqualizer3Bands.prs:
850         * gst/equalizer/Makefile.am:
851         * gst/equalizer/gstiirequalizer10bands.c:
852         * gst/equalizer/gstiirequalizer3bands.c:
853           Add presets for equalizer. Fixes #522183.
854
855 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst/rtsp/Makefile.am:
858         * gst/rtsp/gstrtsp.c: (plugin_init):
859         * gst/rtsp/gstrtspgoogle.c:
860         * gst/rtsp/gstrtspgoogle.h:
861         Remove google extension again, it's not needed anymore because we never
862         send multiple transports anymore.
863
864 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
867
868         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
869         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
870         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
871         (gst_rtspsrc_stream_free),
872         (gst_rtspsrc_stream_configure_udp_sinks),
873         (gst_rtspsrc_stream_configure_transport),
874         (gst_rtspsrc_send_dummy_packets),
875         (gst_rtspsrc_create_transports_string),
876         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
877         * gst/rtsp/gstrtspsrc.h:
878         Add property to configure NAT traversal method.
879         Ignore EOS from the internal sinks.
880         Implement sending dummy packets as a (simple) method to open up
881         some firewalls.
882         Send PLAY request to the server after we started the udp sources.
883         Fixes #559545.
884
885 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
886
887         Patch by: Yotam <sh dot yotam at gmail dot com>
888
889         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
890         Flush the remaining frames on EOS. Fixes #560641.
891
892 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
893
894         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
895         Fix compiler warning about printf formatting.
896
897 2008-11-12  Andy Wingo  <wingo@pobox.com>
898
899         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
900         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
901         segment events instead of sending them from the seeking thread.
902         Fixes #559288.
903         (gst_qtdemux_push_pending_newsegment): New helper, sends out
904         queued newsegment events.
905         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
906         call it here, as we only seek when looping, and only push in the
907         movie state.
908
909 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
910
911         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
912         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
913         * gst/qtdemux/qtdemux_fourcc.h:
914         * gst/qtdemux/qtdemux_types.c:
915         Add cover and alternative copyright tag, and enhance some existing
916         ones by marking them as container atoms.
917
918 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
921         Don't ignore the return value of setcaps.
922
923 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
924
925         Patch by: Olivier Crete <tester at tester dot ca>
926
927         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
928         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
929         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
930         * gst/rtp/gstrtpg729pay.h:
931         Replace G729 payloader with an improved version. Fixes #532409.
932
933 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
934
935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
936         (gst_rtspsrc_change_state):
937         Only send one transport at a time for improved compatibility with some
938         broken servers. See #537832.
939
940 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
941
942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
943         (gst_rtspsrc_perform_seek):
944         Only pause/play in the seek handler when the source was playing.
945         Fixes #529379.
946
947 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
948
949         * gst/matroska/matroska-mux.c:
950         (gst_matroska_mux_handle_dirac_packet):
951         Fix muxing of Dirac streams if the input already has the format
952         we need, i.e. is the output of matroskademux.
953
954 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
955
956         * gst/avi/gstavimux.c:
957           Don't segfault on string typed tags being NULL. Fixes #560155.
958
959 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
960
961         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
962         (gst_matroska_mux_audio_pad_setcaps):
963         Fix mapping AAC profile to Matroska codec id.
964
965 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
966
967         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
968         (qtdemux_video_caps), (qtdemux_audio_caps):
969         Refactor some raw audio caps building, and handle >16-bit cases.
970         Fix/replace building caps from a string description.
971
972 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
973
974         * gst/audiofx/audiowsincband.c:
975         * gst/audiofx/audiowsinclimit.c:
976         * gst/cutter/gstcutter.c:
977           Make author name consistent with others.
978
979 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
982
983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
984         (gst_rtspsrc_stream_configure_udp_sink):
985         Pause the RTSP stream before doing a new play request.
986         Make sure that adding the udpsinks does not cause the rtspsrc to become
987         a sink. Fixes #559547.
988
989 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
990
991         * gst/matroska/matroska-ids.h:
992         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
993         (gst_matroska_mux_handle_dirac_packet),
994         (gst_matroska_mux_write_data):
995         Implement Dirac muxing into Matroska comforming to the spec, i.e.
996         put all Dirac packages up to a picture into a Matroska block.
997
998         TODO: Implement writing of the ReferenceBlock Matroska elements,
999         currently the Dirac muxing is only 100% correct if Matroska version 2
1000         is selected for muxing.
1001
1002 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1003
1004         Patch by: Bastien Nocera <hadess at hadess dot net>,
1005                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1006
1007         * configure.ac:
1008         * sys/v4l2/Makefile.am:
1009         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1010         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1011         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1012         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1013         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1014         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1015         (gst_v4l2_get_input), (gst_v4l2_set_input):
1016         * sys/v4l2/v4l2_calls.h:
1017         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1018         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1019         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1020         (gst_v4l2src_fill_format_list),
1021         (gst_v4l2src_probe_caps_for_format_and_size),
1022         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1023         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1024         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1025         (gst_v4l2src_get_nearest_size):
1026         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1027
1028 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1029
1030         * ext/aalib/Makefile.am:
1031         * ext/annodex/Makefile.am:
1032         * ext/cairo/Makefile.am:
1033         * ext/dv/Makefile.am:
1034         * ext/esd/Makefile.am:
1035         * ext/flac/Makefile.am:
1036         * ext/gconf/Makefile.am:
1037         * ext/gdk_pixbuf/Makefile.am:
1038         * ext/hal/Makefile.am:
1039         * ext/jpeg/Makefile.am:
1040         * ext/ladspa/Makefile.am:
1041         * ext/libcaca/Makefile.am:
1042         * ext/libmng/Makefile.am:
1043         * ext/libpng/Makefile.am:
1044         * ext/mikmod/Makefile.am:
1045         * ext/pulse/Makefile.am:
1046         * ext/raw1394/Makefile.am:
1047         * ext/shout2/Makefile.am:
1048         * ext/soup/Makefile.am:
1049         * ext/speex/Makefile.am:
1050         * ext/taglib/Makefile.am:
1051         * ext/wavpack/Makefile.am:
1052         * gst/alpha/Makefile.am:
1053         * gst/apetag/Makefile.am:
1054         * gst/audiofx/Makefile.am:
1055         * gst/auparse/Makefile.am:
1056         * gst/autodetect/Makefile.am:
1057         * gst/avi/Makefile.am:
1058         * gst/cutter/Makefile.am:
1059         * gst/debug/Makefile.am:
1060         * gst/effectv/Makefile.am:
1061         * gst/equalizer/Makefile.am:
1062         * gst/flx/Makefile.am:
1063         * gst/goom/Makefile.am:
1064         * gst/goom2k1/Makefile.am:
1065         * gst/icydemux/Makefile.am:
1066         * gst/id3demux/Makefile.am:
1067         * gst/interleave/Makefile.am:
1068         * gst/law/Makefile.am:
1069         * gst/level/Makefile.am:
1070         * gst/matroska/Makefile.am:
1071         * gst/median/Makefile.am:
1072         * gst/monoscope/Makefile.am:
1073         * gst/multifile/Makefile.am:
1074         * gst/multipart/Makefile.am:
1075         * gst/oldcore/Makefile.am:
1076         * gst/qtdemux/Makefile.am:
1077         * gst/replaygain/Makefile.am:
1078         * gst/rtp/Makefile.am:
1079         * gst/rtsp/Makefile.am:
1080         * gst/smpte/Makefile.am:
1081         * gst/spectrum/Makefile.am:
1082         * gst/udp/Makefile.am:
1083         * gst/videobox/Makefile.am:
1084         * gst/videocrop/Makefile.am:
1085         * gst/videofilter/Makefile.am:
1086         * gst/videomixer/Makefile.am:
1087         * gst/wavenc/Makefile.am:
1088         * gst/wavparse/Makefile.am:
1089         * sys/directdraw/Makefile.am:
1090         * sys/directsound/Makefile.am:
1091         * sys/oss/Makefile.am:
1092         * sys/osxaudio/Makefile.am:
1093         * sys/osxvideo/Makefile.am:
1094         * sys/sunaudio/Makefile.am:
1095         * sys/v4l2/Makefile.am:
1096         * sys/waveform/Makefile.am:
1097         * sys/ximage/Makefile.am:
1098           Don't install static libs for plugins. Fixes #550851 for -good.
1099
1100 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1101
1102         * ext/flac/Makefile.am:
1103         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1104         This fixes compilation if FLAC is installed in an uncommon location
1105         that is not already handled by other CFLAGS. Fixes bug #558711.
1106
1107 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1110         Guard more uncommon formats with ifdefs so that we can compile on older
1111         versions.
1112
1113 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1114
1115         Patch by: Nick Haddad <nick at haddads dot net>
1116
1117         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1118         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1119         (gst_avi_demux_stream_data):
1120         Invert other uncompressed RGB formats. Fixes #558554.
1121
1122 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1123
1124         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1125         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1126         * gst/wavenc/gstwavenc.h:
1127         Add support for float/double as input and remove the (nowadays)
1128         useless parsing of the depth as we require width==depth.
1129
1130 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1131
1132         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1133         * gst/rtp/gstrtpmpapay.c:
1134         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1135         mpeg version 1. Fixes #558427.
1136
1137 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1138
1139         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1140         (gst_rtp_L16_pay_getcaps):
1141         Only put an integral amount of samples in the RTP packet.
1142         Fixes #556641.
1143
1144 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1145
1146         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1147         * gst/rtp/gstrtpchannels.h:
1148         Add method to get possible channel positions.
1149
1150 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1151
1152         * gst/rtp/Makefile.am:
1153         Also commit updated makefile
1154
1155 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1156
1157         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1158         Don't allow width=32,depth=24 as input. WAV requires that the width
1159         is the next integer multiply of 8 from the depth.
1160
1161 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1162
1163         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1164         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1165         (gst_rtp_L16_pay_getcaps):
1166         * gst/rtp/gstrtpchannels.c: (check_channels),
1167         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1168         (gst_rtp_channels_create_default):
1169         * gst/rtp/gstrtpchannels.h:
1170         Add mappings for multichannel support. Does not completely just work
1171         because the getcaps function does not yet return the allowed channel
1172         mappings. See #556641.
1173
1174 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1175
1176         * gst/goom/Makefile.am:
1177         * gst/goom/README:
1178         * gst/goom/config_param.c:
1179         * gst/goom/convolve_fx.c:
1180         * gst/goom/drawmethods.c:
1181         * gst/goom/drawmethods.h:
1182         * gst/goom/filters.c:
1183         * gst/goom/filters_mmx.s:
1184         * gst/goom/flying_stars_fx.c:
1185         * gst/goom/goom.h:
1186         * gst/goom/goom_config.h:
1187         * gst/goom/goom_config_param.h:
1188         * gst/goom/goom_core.c:
1189         * gst/goom/goom_filters.h:
1190         * gst/goom/goom_fx.h:
1191         * gst/goom/goom_graphic.h:
1192         * gst/goom/goom_plugin_info.h:
1193         * gst/goom/goom_tools.c:
1194         * gst/goom/goom_tools.h:
1195         * gst/goom/goom_typedefs.h:
1196         * gst/goom/goom_visual_fx.h:
1197         * gst/goom/graphic.c:
1198         * gst/goom/ifs.c:
1199         * gst/goom/ifs.h:
1200         * gst/goom/lines.c:
1201         * gst/goom/lines.h:
1202         * gst/goom/mathtools.c:
1203         * gst/goom/mathtools.h:
1204         * gst/goom/mmx.c:
1205         * gst/goom/motif_goom1.h:
1206         * gst/goom/motif_goom2.h:
1207         * gst/goom/plugin_info.c:
1208         * gst/goom/ppc_drawings.h:
1209         * gst/goom/ppc_zoom_ultimate.h:
1210         * gst/goom/sound_tester.c:
1211         * gst/goom/sound_tester.h:
1212         * gst/goom/surf3d.c:
1213         * gst/goom/surf3d.h:
1214         * gst/goom/tentacle3d.c:
1215         * gst/goom/tentacle3d.h:
1216         * gst/goom/v3d.c:
1217         * gst/goom/v3d.h:
1218         * gst/goom/xmmx.c:
1219           Add license headers in all source files. Remove filter.c from
1220           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1221           which are not used right now. Fixes #557709.
1222
1223 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1224
1225         Patch by: Olivier Crete <tester at tester dot ca>
1226
1227         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1228         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1229         Implement getcaps in rtpL16pay. Fixes #556484.
1230
1231 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1234         (gst_rtp_L16_depay_process):
1235         Check if clock-rate and channels are valid.
1236         Don't ignore the return value of setcaps.
1237         No need to validate the buffer, the base class does that for us.
1238         Use the marker bit to set the DISCONT flag on outgoing buffers.
1239
1240         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1241         Don't ignore the return value of set_outcaps.
1242
1243         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1244         (gst_rtp_ac3_depay_process):
1245         Don't ignore the return value of set_caps.
1246         No need to validate the buffer, the base class does that for us.
1247
1248         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1249         (gst_rtp_amr_depay_process):
1250         * gst/rtp/gstrtpamrdepay.h:
1251         Don't ignore the return value of setcaps.
1252         No need to validate the buffer, the base class does that for us.
1253         No need to set output caps on the buffers, the base class does that for
1254         us.
1255         The subclass will make sure we are negotiated.
1256         
1257         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1258         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1259         * gst/rtp/gstrtpdvdepay.h:
1260         Clean up caps negotiation.
1261         The subclass will make sure we are negotiated.
1262
1263         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1264         (gst_rtp_g726_depay_process):
1265         Clean up caps negotiation.
1266         Use the marker bit to set the DISCONT flag on outgoing buffers.
1267
1268         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1269         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1270         * gst/rtp/gstrtpg729depay.h:
1271         The subclass will make sure we are negotiated.
1272         Use the marker bit to set the DISCONT flag on outgoing buffers.
1273
1274         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1275         (gst_rtp_gsm_depay_process):
1276         Clean up caps negotiation.
1277         Use the marker bit to set the DISCONT flag on outgoing buffers.
1278
1279         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1280         Clean up caps negotiation.
1281         Don't ignore the return value of set_outcaps.
1282
1283         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1284         (gst_rtp_h263_depay_process):
1285         Clean up caps negotiation.
1286         No need to validate the buffer, the base class does that for us.
1287
1288         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1289         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1290         * gst/rtp/gstrtph263pay.h:
1291         Don't ignore the return value of set_outcaps.
1292         Do some more timestamps.
1293
1294         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1295         (gst_rtp_h263p_depay_process):
1296         Clean up caps negotiation.
1297         Don't ignore the return value of setcaps.
1298         No need to validate the buffer, the base class does that for us.
1299
1300         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1301         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1302         (gst_rtp_h263p_pay_handle_buffer):
1303         * gst/rtp/gstrtph263ppay.h:
1304         Don't ignore the return value of set_outcaps.
1305         Do some more timestamps.
1306
1307         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1308         (gst_rtp_h264_depay_process):
1309         Clean up caps negotiation.
1310         Don't ignore the return value of setcaps.
1311         Fix possible caps leak.
1312         No need to validate the buffer, the base class does that for us.
1313
1314         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1315         Add some more debug info.
1316
1317         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1318         (gst_rtp_ilbc_depay_process):
1319         Clean up caps negotiation.
1320         Use the marker bit to set the DISCONT flag on outgoing buffers.
1321
1322         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1323         Clean up caps negotiation.
1324
1325         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1326         (gst_rtp_mp1s_depay_process):
1327         Clean up caps negotiation.
1328         Don't ignore the return value of setcaps.
1329         No need to validate the buffer, the base class does that for us.
1330         No need to set caps on buffers, subclass does that for us.
1331
1332         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1333         (gst_rtp_mp2t_depay_process):
1334         Clean up caps negotiation.
1335         Don't ignore the return value of setcaps.
1336         No need to validate the buffer, the base class does that for us.
1337         No need to set caps on buffers, subclass does that for us.
1338
1339         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1340         (gst_rtp_mp4a_depay_process):
1341         Clean up caps negotiation.
1342         Don't ignore the return value of setcaps.
1343         No need to validate the buffer, the base class does that for us.
1344
1345         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1346         (gst_rtp_mp4a_pay_setcaps):
1347         Don't ignore the return value of set_outcaps.
1348
1349         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1350         (gst_rtp_mp4g_depay_process):
1351         Clean up caps negotiation.
1352         Don't ignore the return value of setcaps.
1353         No need to validate the buffer, the base class does that for us.
1354         No need to set caps on buffers, subclass does that for us.
1355
1356         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1357         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1358         Don't ignore the return value of set_outcaps.
1359
1360         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1361         (gst_rtp_mp4v_depay_process):
1362         Clean up caps negotiation.
1363         Don't ignore the return value of setcaps.
1364         No need to validate the buffer, the base class does that for us.
1365         No need to set caps on buffers, subclass does that for us.
1366
1367         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1368         (gst_rtp_mp4v_pay_setcaps):
1369         Don't ignore the return value of set_outcaps.
1370
1371         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1372         (gst_rtp_mpa_depay_process):
1373         Clean up caps negotiation.
1374         Don't ignore the return value of setcaps.
1375         No need to validate the buffer, the base class does that for us.
1376         Use the marker bit to set the DISCONT flag on outgoing buffers.
1377
1378         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1379         Don't ignore the return value of set_outcaps.
1380
1381         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1382         (gst_rtp_mpv_depay_process):
1383         Clean up caps negotiation.
1384         Actually set output caps.
1385         No need to validate the buffer, the base class does that for us.
1386
1387         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1388         Don't ignore the return value of set_outcaps.
1389
1390         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1391         (gst_rtp_pcma_depay_process):
1392         Clean up caps negotiation.
1393         Set output buffer duration because we can.
1394         Use the marker bit to set the DISCONT flag on outgoing buffers.
1395
1396         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1397         Don't ignore the return value of set_outcaps.
1398
1399         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1400         (gst_rtp_pcmu_depay_process):
1401         Clean up caps negotiation.
1402         Use the marker bit to set the DISCONT flag on outgoing buffers.
1403
1404         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1405         Don't ignore the return value of set_outcaps.
1406
1407         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1408         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1409         Clean up caps negotiation.
1410         Set output caps on the pad and header buffers.
1411         Set duration on output buffers because we can.
1412
1413         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1414         Don't ignore the return value of set_outcaps.
1415
1416         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1417         (gst_rtp_sv3v_depay_process):
1418         Clean up caps negotiation.
1419         No need to validate the buffer, the base class does that for us.
1420         No need to set caps out output buffers, subclass does that.
1421
1422         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1423         (gst_rtp_theora_depay_process):
1424         Don't ignore the return value of setcaps.
1425         No need to validate the buffer, the base class does that for us.
1426
1427         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1428         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1429         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1430         (gst_rtp_theora_pay_handle_buffer):
1431         Don't ignore the return value of set_outcaps.
1432
1433         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1434         (gst_rtp_vorbis_depay_process):
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/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1439         Don't ignore the return value of set_outcaps.
1440
1441         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1442         Clean up caps negotiation, don't ignore setcaps return.
1443
1444         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1445         Don't ignore the return value of set_outcaps.
1446
1447 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1448
1449         * gst/matroska/matroska-demux.c:
1450         (gst_matroska_demux_handle_src_event):
1451         Forward unknown events upstream.
1452
1453 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1456         Add some refcount check
1457
1458         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1459         Don't ignore the result of write(), fixes a  compiler warning for me.
1460
1461         * tests/icles/videobox-test.c: (main):
1462         Make the output a little more pretty.
1463
1464 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1465
1466         * ext/esd/esdmon.c:
1467           Add doc blob.
1468
1469 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1470
1471         * docs/plugins/Makefile.am:
1472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1474         * docs/plugins/gst-plugins-good-plugins.args:
1475         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1476         * docs/plugins/gst-plugins-good-plugins.interfaces:
1477         * docs/plugins/inspect/plugin-autodetect.xml:
1478           Add the docs of the new elements.
1479
1480 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1481
1482         * gst/autodetect/gstautoaudiosrc.c:
1483         (gst_auto_audio_src_class_init):
1484         * gst/autodetect/gstautovideosrc.c:
1485         (gst_auto_video_src_class_init):
1486         Fix "Since" tags in the documentation.
1487
1488 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1489
1490         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1491
1492         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1493         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1494         Add support for souphttpsrc to act as a live source. This makes it
1495         possible to get timestamped buffers in combination with the
1496         "do-timestamp" property. Fixes bug #556019.
1497
1498 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1499
1500         * gst/autodetect/Makefile.am:
1501         * gst/autodetect/gstautoaudiosink.c:
1502         * gst/autodetect/gstautoaudiosrc.c:
1503         * gst/autodetect/gstautoaudiosrc.h:
1504         * gst/autodetect/gstautodetect.c:
1505         * gst/autodetect/gstautovideosink.c:
1506         * gst/autodetect/gstautovideosrc.c:
1507         * gst/autodetect/gstautovideosrc.h:
1508           Implement src plugins. Little code/string cleanup in the sinks.
1509           Fixes #523813.
1510
1511 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1512
1513         Patch by: Peter Kjellerstedt <pkj at axis com>
1514
1515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1516         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1517         Fix a memory leak when pads are requested but the pipeline never
1518         goes into PLAYING.
1519
1520         Correctly remove request pads, no matter if they have collected
1521         data or not.
1522
1523         Fixes bug #557710.
1524
1525 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1526
1527         Patch by: <lrn1986 at gmail dot com>
1528
1529         * gst/udp/gstudpnetutils.h:
1530         Define the correct WINVER so getaddinfo() can be used when using
1531         mingw32. Fixes bug #557294.
1532
1533 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1534
1535         Patch by: <lrn1986 at gmail dot com>
1536
1537         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1538         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1539         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1540         Fix "argument type mismatch" compiler warnings on Windows.
1541         Fixes bug #557293.
1542
1543 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1544
1545         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1546         Don't calculate the filter coefficients for every single buffer
1547         but only when it's needed. Fixes bug #557260.
1548
1549 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1550
1551         * configure.ac:
1552         Back to development -> 0.10.11.1
1553
1554 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1555
1556         * gst-plugins-good.doap:
1557         Fix version number of 0.10.11 release in doap file
1558
1559 === release 0.10.11 ===
1560
1561 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1562
1563         * configure.ac:
1564           releasing 0.10.11, "Secondary Consideration"
1565
1566 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1567
1568         * configure.ac:
1569         Commit 0.10.10.4 pre-release
1570
1571 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1572
1573         * gst/avi/gstavimux.c:
1574         Fix VPRP chunk setup in avimux.
1575         Fixes: #556010
1576         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1577
1578 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1579
1580         * gst/videobox/gstvideobox.c:
1581         support dynamically changing properties in videobox
1582         Fixed: #557085
1583         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1584
1585 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1586
1587         * configure.ac:
1588         0.10.10.3 pre-release
1589
1590 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1591
1592         * tests/check/Makefile.am:
1593         Don't run the states test on pulsesrc and pulsesink
1594
1595 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1596
1597         * configure.ac:
1598         Commit 0.10.10.2 pre-release bump that actually went
1599         out on 2008-10-11
1600
1601 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1602
1603         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1604         Skip entries for streams that don't have a output pad yet, thereby
1605         avoiding calling pad functions with a NULL pad.
1606         Fixes #556424
1607
1608 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1609
1610         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1611         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1612         Remove problematic and useless refcount check.
1613         Fixes #556381
1614
1615 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1616
1617         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1618         Remove problematic and useless refcount check.
1619         Fixes #556381
1620
1621 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1622
1623         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1624         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1625         Cast some size_t arguments to guint to avoid compiler
1626         warnings on 64-bit systems.
1627
1628 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1629
1630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1631         Return TRUE instead of FALSE from the event handler when we swallowed the
1632         event.
1633
1634 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1635
1636         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1637         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1638         Reset header state. Fixes #555321.
1639
1640 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1641
1642         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1643         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1644         * gst/avi/gstavidemux.h:
1645         For timestamping audio packets we need to take into account the
1646         amount of blocks in one entry using the blockalign. Fixes some sync
1647         issues with zero-padded audio blocks in the beginning of avi files.
1648
1649 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1652         (gst_multi_file_src_query):
1653         Implement DEFAULT and BUFFER position queries. See #555260.
1654
1655 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1656
1657         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1658         Fix build for systems that don't have XDamage.
1659
1660 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1661
1662         * tests/examples/rtp/client-H263p.sdp:
1663         * tests/examples/rtp/client-H263p.sh:
1664         * tests/examples/rtp/server-VTS-H263p.sh:
1665         Add some more H263p server and client examples.
1666
1667 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1668
1669         * configure.ac::
1670           Depend on released versions of core and base.
1671
1672 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1673
1674         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1675         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1676         Return -1 instead of 0 in error cases. Fixes #554771.
1677
1678 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1681         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1682         Stop leaking the cursor image.
1683         Unref the last_ximage and the cached cursor image on shutdown.
1684         Fixes #551570.
1685
1686 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1687
1688         * sys/v4l2/gstv4l2object.h:
1689         Getting the Class from an instance is not just a matter of casting it to
1690         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1691         instance. Fixes #549784.
1692
1693 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1694
1695         * configure.ac:
1696           Fix libs for linking directsound.
1697         * sys/directsound/gstdirectsoundsink.c:
1698           Fix buffer sizing to prevent racing the ringbuffer at startup.
1699           Add volume property.
1700
1701 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1702
1703         * ext/pulse/pulsesink.c:
1704         Fix problems with pulsesink randomly erroring with code 'OK' after a
1705         format change on the stream by waiting when disconnecting the stream.
1706
1707 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1708
1709         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1710         (gst_rtp_amr_depay_process):
1711         Mark DISCONT on output buffers when the marker bit signals a new talk
1712         spurt.
1713
1714         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1715         Set the marker bit for buffers with a DISCONT flag to signal a talk
1716         spurt.
1717
1718 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1719
1720         * gst/rtp/Makefile.am:
1721         * gst/rtp/gstrtp.c: (plugin_init):
1722         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1723         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1724         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1725         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1726         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1727         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1728         * gst/rtp/gstrtpmp4apay.h:
1729         Added MP4A-LATM payloader to match the depayloader.
1730
1731 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1734         (gst_videomixer_sink_event):
1735         Handle segments a little better. Fixes #537361.
1736
1737 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1740         Don't assume the server supports PAUSE by default. Fixes #551048.
1741
1742 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1743
1744         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1745         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1746         Switch on the socket family to get the addrlen size right.
1747
1748 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1749
1750         Patch by: Daniel Franke <df at dfranke dot us>
1751
1752         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1753         OS X's bind() implementation is picky about its addrlen parameter and
1754         fails with EINVAL if it is larger than expected for the socket's address
1755         family. Set the length to the expected length instead. Fixes #553191.
1756
1757 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1758
1759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1760         Handle the case where we cannot do desribe or when the describe result
1761         does not contain a valid SDP message.
1762
1763 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1766         Fix setting the qos.
1767
1768 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1769
1770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1771         (gst_qtdemux_chain):
1772         Some 'broken' files out there have atom lengths of zero...
1773         which basically results in qtdemux consuming that atom again and again
1774         until the *end of night* !
1775         Detect that and emits an adequate element error message.
1776
1777 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1778
1779         * gst/interleave/Makefile.am:
1780         * gst/matroska/Makefile.am:
1781         Fix build flags order.
1782
1783         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1784         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1785         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1786         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1787         Format fixes.
1788
1789         * tests/check/elements/multifile.c:
1790         Pull in unistd.h
1791
1792 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1793
1794         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1795         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1796         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1797         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1798         (gst_rtp_mp4g_depay_change_state):
1799         * gst/rtp/gstrtpmp4gdepay.h:
1800         Handle interleaved streams by reordering AU in a queue.
1801
1802 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1803
1804         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1805         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1806         Change some of the ranges in the caps, mostly for the amount of bits we
1807         can use.
1808         Added a little bitstream parse and use it to parse the AU header fields.
1809         Check for malformed and wrongly sized packets better.
1810         Implement more header field parsing.
1811         Handle the size of fragmented packets correctly.
1812
1813 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1814
1815         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1816         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1817         Add mapping for 'tiff' => image/tiff
1818         Fixes #552213
1819
1820 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1821
1822
1823         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1824         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1825           Pretend to care about the result of write() which works around
1826           compiler warnings.
1827
1828 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1829
1830         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1831           Make sure the desired default values are actually set, not only
1832           registered as defaults (actual problem is that the stereo-specific
1833           values are only updated if channels==2, which is not the case yet
1834           when the object is created, so the default values for the
1835           mid-side-stereo and loose-mid-side-stereo settings are never
1836           set in _update_quality()). Makes flacenc create smaller files by
1837           default (for stereo input), and fixes #550791.
1838
1839 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1840
1841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1842         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1843         (qtdemux_parse_trak), (qtdemux_video_caps):
1844         * gst/qtdemux/qtdemux.h:
1845         * gst/qtdemux/qtdemux_fourcc.h:
1846         * gst/qtdemux/qtdemux_types.c:
1847         Add support for video/mj2 mime-type and its additional atoms/boxes.
1848         Fixes #550646.
1849
1850 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1851
1852         * gst/debug/gsttaginject.c:
1853           Add warning when tags parameter is unparsable and give example for
1854           quoting in the docs.
1855
1856 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1859         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1860         Add some alternative byteswapped mappings that seem to pop up sometimes.
1861         Fixes #550288.
1862
1863 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1864
1865         * po/LINGUAS:
1866         * po/POTFILES.in:
1867         * po/POTFILES.skip:
1868           Add 'ca' to LINGUAS; add some more files with translations and some
1869           files which should be ignored by translation tools.
1870
1871 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1872
1873         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1874         * ext/speex/gstspeexdec.h:
1875         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1876         * ext/speex/gstspeexenc.h:
1877         Use integer encoding and decoding functions instead of converting
1878         the integer input to float in the element. The libspeex integer
1879         functions are doing this for us already or, if libspeex was compiled
1880         in integer mode, they're doing everything using integer arithmetics.
1881         Also saves some copying around.
1882
1883 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1884
1885         * configure.ac:
1886           Fix --disable-external
1887
1888 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1889
1890         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1891         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1892         * ext/wavpack/gstwavpackenc.h:
1893         Handle non-zero start timestamps and stream discontinuities
1894         correctly. This only has an effect if we're muxing into
1895         a container format as the raw WavPack stream must contain
1896         continous sample numbers.
1897
1898 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1899
1900         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1901         Correct the timestamp and granulepos calculation by one Speex
1902         frame.
1903
1904 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1905
1906         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1907         Correctly take the granulepos from upstream if possible and
1908         correctly handle the granulepos in various calculations: the
1909         granulepos is the sample number of the _last_ sample in a frame, not
1910         the first.
1911
1912         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1913         (gst_speex_enc_encode), (gst_speex_enc_chain),
1914         (gst_speex_enc_change_state):
1915         * ext/speex/gstspeexenc.h:
1916         Handle non-zero start timestamps in the encoder and detect/handle
1917         stream discontinuities. Fixes bug #547075.
1918
1919 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1922
1923         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1924         Fix compiler warnings caused by passing a string as format string
1925         instead of "%s" and then the string. This is only exposed by -Wformat=2
1926         as used by default on Ubuntu. Fixes bug #550015.
1927
1928 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1929
1930         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1931         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1932         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1933         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1934         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1935           (gst_ebml_read_element_length):
1936         * gst/matroska/matroska-demux.c:
1937           (gst_matroska_demux_check_subtitle_buffer):
1938           Make stuff compile with GST_DISABLE_GST_DEBUG.
1939
1940 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1941
1942         * gst/law/alaw.c:
1943         * gst/law/mulaw.c:
1944           Ref caps before passing to gst_pad_template_new(), since that takes
1945           ownership.
1946
1947 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1948
1949         Patch by: Mersad Jelacic <mersad at axis dot com>
1950
1951         * gst/multipart/multipartdemux.c:
1952         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1953         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1954         demuxer. Fixes #549551.
1955
1956 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1957
1958         * sys/osxaudio/gstosxaudiosink.c:
1959         (gst_osx_audio_sink_select_device):
1960         * sys/osxaudio/gstosxaudiosrc.c:
1961         (gst_osx_audio_src_create_ringbuffer),
1962         (gst_osx_audio_src_select_device):
1963         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1964         Fix the build on macosx.
1965
1966 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1967
1968         * gst/icydemux/gsticydemux.c:
1969           Small docs fix: in the example pipeline, we need to pass
1970           iradio-mode=true to the source, so the server actually sends
1971           an ICY stream.
1972
1973 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1974
1975         * sys/osxaudio/gstosxaudio.c:
1976           Oops. Revert more completely.
1977
1978 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1979
1980         * sys/osxaudio/gstosxaudio.c:
1981           Revert accidental element rename from testing.
1982
1983 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1984
1985         * gst-plugins-good.doap:
1986         Pull in 0.10.10 doap entry from release branch
1987
1988 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1989
1990         * configure.ac:
1991         Update version number to reflect 0.10.10 release from
1992         branch.
1993
1994 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1995
1996         * sys/osxaudio/Makefile.am:
1997         * sys/osxaudio/gstosxaudio.c:
1998         * sys/osxaudio/gstosxaudiosink.c:
1999         * sys/osxaudio/gstosxaudiosink.h:
2000         * sys/osxaudio/gstosxaudiosrc.c:
2001         * sys/osxaudio/gstosxaudiosrc.h:
2002         * sys/osxaudio/gstosxringbuffer.c:
2003         * sys/osxaudio/gstosxringbuffer.h:
2004           Rewrite caps setting and ring buffer initialisation.
2005           Previously we never told CoreAudio what format we were going to send it,
2006           so it only worked due to luck, and not at all on some hardware.
2007           Now we explicitly advertise what formats the hardware supports, and then
2008           configure the selected one correctly.
2009
2010 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2011
2012         * sys/v4l2/gstv4l2object.c:
2013         * sys/v4l2/gstv4l2src.c:
2014         * sys/v4l2/gstv4l2src.h:
2015         * sys/v4l2/v4l2_calls.c:
2016         * sys/v4l2/v4l2src_calls.c:
2017           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2018           need to memset instance structures. Some more FIXME's and comments.
2019
2020 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * tests/icles/.cvsignore:
2023           Ignore more.
2024
2025 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2026
2027         * gst/goom/.cvsignore:
2028         * gst/goom2k1/.cvsignore:
2029           Ignore files.
2030
2031 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * ext/cairo/gsttextoverlay.c:
2034           Fix compiler warning.
2035
2036 2008-08-25  David Schleef  <ds@schleef.org>
2037
2038         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2039
2040 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2041
2042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2043         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2044         * gst/matroska/matroska-mux.c:
2045         (gst_matroska_mux_video_pad_setcaps),
2046         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2047         Add Real[Audio|Video] support to Matroska containers.
2048         It works fine for:
2049         * decoding real audio/video streams contained in mkv
2050         * 'transmuxing' real (.rm) files into .mkv files
2051         It will not work though for encoding real[audio/video] streams that
2052         don't contain the 'mdpr_data' extra data on the caps.
2053         The reason why this will not work is because I never intended to
2054         duplicate virtually all the 'mdpr' block creation into mkvmux.
2055         Fixes #536067
2056
2057 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2058
2059         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2060         * gst/law/mulaw-conversion.c:
2061         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2062         (gst_mulawenc_chain):
2063         The encoder can't really renegotiate at the time they perform a
2064         pad-alloc so make the srcpads use fixed caps.
2065         Check the buffer size after a pad-alloc because the returned size might
2066         not be right when the downstream element does not know the size of the
2067         new buffer (capsfilter). Fixes #549073.
2068
2069 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2070
2071         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2072
2073         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2074         v4l2src doesn't have a property named "norm" so don't try to notify
2075         about changes to that property. The "norm" property and related
2076         code are commented out currently. Fixes bug #549090.
2077
2078 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2079
2080         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2081
2082         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2083         Reprobe devices again instead of taking a cached list as new
2084         devices could've been plugged in. Fixes bug #549062.
2085
2086 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2087
2088         * gst/autodetect/Makefile.am:
2089         Don't link the autodetect plugin with GConf as it doesn't
2090         use GConf. Fixes bug #545463.
2091
2092 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2093
2094         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2095         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2096         (gst_ebml_read_sint), (gst_ebml_read_float),
2097         (gst_ebml_read_header):
2098         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2099         possible to ignore errors and not post any ERROR messages on
2100         the bus.
2101
2102         * gst/matroska/matroska-demux.c:
2103         (gst_matroska_demux_parse_contents):
2104         Ignore any errors and not just EOS when parsing the contents of
2105         a SeekHead. Errors here are usually caused by truncated files
2106         and playback of the file works fine. Fixes playback of the
2107         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2108         archive.
2109
2110 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2111
2112         * gst/multipart/multipartdemux.c:
2113         * gst/multipart/multipartmux.c:
2114         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2115
2116 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2117
2118         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2119           gst_directdraw_sink_bufferpool_clear):
2120           Fix two more buffer ref leaks.
2121
2122 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2123
2124         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2125
2126         * sys/directdraw/gstdirectdrawsink.c:
2127           (gst_directdraw_sink_show_frame):
2128           Fix buffer ref leak.
2129
2130 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2131
2132         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2133         Revert the last commit. wavenc still supports width!=depth for 32 bit
2134         width. Thanks Tim.
2135
2136 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2137
2138         * gst/matroska/matroska-demux.c:
2139         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2140         If the duration of a block is unknown only use the timestamp for the
2141         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2142         laces. Otherwise every lace has the same timestamp which leads to
2143         various problems. Really fixes bug #548831.
2144
2145 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2146
2147         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2148         If we're not allowing width!=depth in wavenc we should also disable
2149         the code that was added to support width!=depth.
2150
2151 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2152
2153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2154         Don't calculate the default duration of a frame from the audio sampling
2155         rate. This only works for raw audio if every frame contains a single
2156         sample and results in broken buffer durations for other formats
2157         if no specified default duration is given or the blocks have no
2158         duration. Fixes bug #548831.
2159
2160 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2161
2162         * gst/matroska/matroska-demux.c:
2163         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2164         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2165         are used for text/plain subtitles as a gap-filler in some files.
2166
2167 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2168
2169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2170         (gst_v4l2_get_caps_info):
2171         Add S910 and PWC formats with a low priority.
2172
2173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2174         (gst_v4l2src_probe_caps_for_format):
2175         Add more debugging.
2176
2177 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2178
2179         * ext/flac/gstflacenc.c:
2180           Fix compilation against older libflac versions.
2181
2182 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2183
2184         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2185         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2186         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2187         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2188         (gst_pulsemixer_ctrl_set_volume):
2189         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2190         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2191         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2192         (gst_pulsesink_init), (gst_pulsesink_open),
2193         (gst_pulsesink_prepare), (gst_pulsesink_write),
2194         (gst_pulsesink_delay), (gst_pulsesink_reset):
2195         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2196         (gst_pulsesrc_init):
2197         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2198         Fix a locking issue in pulsesink's prepare function.
2199
2200         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2201         Check if the created channel layout is valid for GStreamer.
2202
2203 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2204
2205         * gst/rtsp/gstrtspgoogle.c:
2206         Things that can happen when your brain is in google mode trying to
2207         deal with their google rtsp server extensions and trying to type your
2208         google mail account.
2209
2210 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2211
2212         * gst/rtsp/Makefile.am:
2213         * gst/rtsp/gstrtsp.c: (plugin_init):
2214         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2215         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2216         (_do_init), (gst_rtsp_google_base_init),
2217         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2218         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2219         (gst_rtsp_google_extension_init):
2220         * gst/rtsp/gstrtspgoogle.h:
2221         Add google RTSP extension, it can only handle udp and responds with
2222         unsupported if we do anything else. Fixes #546465.
2223
2224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2225         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2226         (gst_rtspsrc_create_transports_string),
2227         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2228         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2229         Make transport setup code a bit better using GString.
2230         Add some more debug.
2231         Check for closed connections before doing anything on them.
2232
2233 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2234
2235         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2236         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2237         (gst_pulsesrc_prepare):
2238         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2239         (gst_pulse_channel_map_to_gst):
2240         * ext/pulse/pulseutil.h:
2241         If downstream provides no channel layout and >2 channels should be
2242         used use the default layout that pulseaudio chooses and also
2243         add this layout to the caps. Fixes bug #547258.
2244
2245 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2246
2247         Patch by: Peter Kjellerstedt <pkj at axis com>
2248
2249         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2250         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2251         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2252         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2253         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2254         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2255         (gst_udpsrc_set_property):
2256         Avoid leaking internally allocated file descriptors when setting
2257         custom file descriptors. Fixes #543101.
2258
2259 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2260
2261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2262         Don't try to configure RTCP back to the server when the server did not
2263         give us a valid port number.
2264
2265 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2266
2267         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2268         Use new basetransform method to renegotiate. Fixes #544956.
2269
2270         * tests/icles/Makefile.am:
2271         * tests/icles/videobox-test.c: (make_pipeline), (main):
2272         Add videobox renegotiation example.
2273
2274 2008-08-19  David Schleef  <ds@schleef.org>
2275
2276         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2277         with sane values.  Fixes #548530.
2278
2279 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2280
2281         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2282         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2283         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2284         are already filled with the correct values by
2285         gst_ring_buffer_parse_caps() so there's no need to set them again
2286         with wrong values.
2287
2288 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2289
2290         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2291         (gst_avi_demux_read_subindexes_push):
2292         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2293         and instead of using the 'ix##' nomenclature, use '##ix'.
2294         They're still valid though, this fixes the duration and indexes for
2295         virtually all the ODML files I have.
2296
2297 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2298
2299         Patch by: Olivier Crete <tester at tester dot ca>
2300
2301         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2302         (gst_rtp_vorbis_depay_process):
2303         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2304         Update the vorbis RTP pay/depay to RFC 5215.
2305         Fixes #547842.
2306
2307 2008-08-14  David Schleef  <ds@schleef.org>
2308
2309         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2310           with 3:2 pulldown, i.e., 24p.
2311
2312 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2313
2314         * tests/check/elements/level.c: (GST_START_TEST):
2315         Fix compilation some more.
2316
2317 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2318
2319         * configure.ac::
2320           Require -base CVS for wavparse acid chunk parsing.
2321
2322 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2323
2324         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2325         (gst_pulsesink_init), (gst_pulsesink_finalize),
2326         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2327         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2328         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2329         * ext/pulse/pulsesink.h:
2330         Add "device-name" property to pulsesink too and currently commented
2331         out and not working support for a "volume" property.
2332
2333 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2334
2335         * configure.ac:
2336         Remove more cdio stuff (moved to ugly)
2337
2338 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2339
2340         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2341
2342         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2343         (gst_pulsesrc_get_property):
2344         Add "device-name" property, which provides a human readable string
2345         for the audio device, to make it more consisten with other audio
2346         sources. Fixes bug #547519.
2347
2348 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2349
2350         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2351         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2352         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2353         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2354         * ext/pulse/pulsemixerctrl.h:
2355         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2356         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2357         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2358         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2359         * ext/pulse/pulseprobe.h:
2360         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2361         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2362         (gst_pulsesrc_change_state):
2363         Improve debugging a bit by including the parent object in pulsemixerctrl
2364         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2365         GST_WARNING.
2366
2367         Use the parent GObject subclass instead of a random struct as GObject
2368         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2369         when probing for another property than "device".
2370
2371 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2372
2373         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2374
2375         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2376         Fix property probing after the device property is set by calling
2377         set_server when the server property changes. Fixes bug #547518.
2378
2379 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2380
2381         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2382
2383         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2384         (gst_pulsesink_implements_interface_init),
2385         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2386         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2387         (gst_pulsesink_get_type):
2388         * ext/pulse/pulsesink.h:
2389         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2390         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2391         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2392         * ext/pulse/pulsesrc.h:
2393         Implement GstPropertyProbe interface on pulsesink for detecting
2394         sink devices and on pulsesrc for detecting source devices.
2395         Fixes bugs #547227 and #547217.
2396
2397 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2398
2399         * gst/spectrum/gstspectrum.c:
2400           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2401
2402 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2403
2404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2405         Properly set the maximum latency value, in the same way it is done in
2406         v4lsrc.
2407         * sys/v4l2/v4l2src_calls.c:
2408         Simplify fraction equality check, no need to use GValues for this.
2409
2410 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2411
2412         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2413         Add warning messages stating exactly why the latency query failed.
2414         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2415         In some cases, the negotiated framerate might be the default one which
2416         is already set internally. But we still need to mark it down in fps_n
2417         and fps_d so that the latency query can happen properly.
2418
2419 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2420
2421         * docs/plugins/inspect/plugin-1394.xml:
2422         Whoops, forgot one doc file for people who can't/don't build the
2423         raw1394 plugin.
2424
2425 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2426
2427         * docs/plugins/Makefile.am:
2428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2429         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2430         * docs/plugins/inspect/plugin-cdio.xml:
2431         * ext/Makefile.am:
2432         * ext/cdio/Makefile.am:
2433         * ext/cdio/gstcdio.c:
2434         * ext/cdio/gstcdio.h:
2435         * ext/cdio/gstcdiocddasrc.c:
2436         * ext/cdio/gstcdiocddasrc.h:
2437
2438         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2439         CDDA source to -ugly.
2440
2441         * po/LINGUAS:
2442         * po/POTFILES.in:
2443         * po/id.po:
2444         Pull in new translation from 0.10.9.2 release branch.
2445
2446 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2447
2448         * docs/plugins/Makefile.am:
2449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2450         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2451         * docs/plugins/gst-plugins-good-plugins.args:
2452         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2453         * docs/plugins/gst-plugins-good-plugins.interfaces:
2454         Integrate documentation for new hdv1394src element.
2455
2456 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2457
2458         * ext/raw1394/Makefile.am:
2459         * ext/raw1394/gst1394.c: (plugin_init):
2460         * ext/raw1394/gsthdv1394src.c: (_do_init),
2461         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2462         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2463         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2464         (gst_hdv1394src_from_raw1394handle),
2465         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2466         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2467         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2468         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2469         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2470         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2471         (gst_hdv1394src_uri_handler_init):
2472         * ext/raw1394/gsthdv1394src.h:
2473         mpeg2-ts (HDV) variant of firewire capture element.
2474         Fixes #350830
2475
2476 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2477
2478         * gst/level/gstlevel.c: (gst_level_message_new):
2479          Fix compilation (also known as the classic 'fix code that someone
2480          committed without compiling it first').
2481
2482 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2483
2484         * tests/check/elements/level.c:
2485           Add a test for level in stereo mode.
2486
2487 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * tests/examples/spectrum/demo-audiotest.c:
2490         * tests/examples/spectrum/demo-osssrc.c:
2491           Demo how to draw analyzer results synced to the clock.
2492
2493 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2494
2495         * gst/level/gstlevel.c:
2496           Little renaming (l -> level).
2497
2498         * gst/spectrum/gstspectrum.c:
2499         * gst/spectrum/gstspectrum.h:
2500           Also send full timestamp/duration details here.
2501
2502 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst/level/gstlevel.c:
2505         * gst/level/gstlevel.h:
2506           Send same timestamp/duration details as videoanalysis. This gives
2507           applications better chance to sync analysis results with playback.
2508
2509 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         * gst/matroska/matroska-mux.c:
2512         (gst_matroska_mux_handle_sink_event),
2513         (flac_streamheader_to_codecdata):
2514         We need to drop one additional buffer for FLAC as the fLaC
2515         marker and STREAMINFO block are merged into one buffer in the caps.
2516
2517         Also don't pretend to support NEWSEGMENT events, otherwise we
2518         will most probably write some invalid data.
2519
2520 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2521
2522         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2523         (gst_matroska_mux_audio_pad_setcaps):
2524         Add support for muxing FLAC into Matroska containers.
2525         Fixes bug #311586.
2526
2527 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2528
2529         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2530         Actually provide the variables required for the format string.
2531
2532 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2533
2534         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2535         (gst_matroska_demux_element_send_event),
2536         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2537         * gst/matroska/matroska-demux.h:
2538         Close the current segment if we're doing a non-flushing seek and send
2539         the close-segment and the new segment of the seek from the streaming
2540         thread.
2541
2542 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2543
2544         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2545         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2546         (gst_flac_enc_change_state):
2547         * ext/flac/gstflacenc.h:
2548         Handle non-zero start timestamps correctly, mark header packets as
2549         IN_CAPS and print a warning and suggest using audiorate if stream
2550         discontinuities are detected. When FLAC supports flushing the encoder
2551         somehow this should be done for discontinuities instead.
2552
2553         Remove some unused variables from the instance struct.
2554
2555 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2556
2557         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2558         If seeking failed return the appropiate return value to FLAC.
2559         Otherwise it thinks seeking was successfull and tries to rewrite
2560         parts of the headers which then get appended to the output.
2561
2562 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2563
2564         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2565
2566         * ext/esd/gstesd.c: (plugin_init):
2567         * ext/flac/gstflac.c: (plugin_init):
2568         * ext/shout2/gstshout2.c: (plugin_init):
2569         * ext/wavpack/gstwavpack.c: (plugin_init):
2570         * sys/oss/gstossaudio.c: (plugin_init):
2571         * sys/v4l2/gstv4l2.c: (plugin_init):
2572         Make sure gettext returns translations in UTF-8 encoding rather
2573         than in the current locale encoding (#546822).
2574
2575 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2576
2577         * ext/flac/gstflacdec.c:
2578         Add FIXME for 0.11 to simply output everything with width=32 as given
2579         by FLAC and let audioconvert handle the conversions instead of doing
2580         them in flacdec.
2581
2582 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2583
2584         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2585         When outputting a pad template range for the size, include a framerate
2586         range too, to avoid 'not a real subset of template caps' errors.
2587
2588 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2589
2590         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2591
2592         * ext/flac/Makefile.am:
2593         * ext/flac/gstflac.c: (plugin_init):
2594         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2595         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2596         (gst_flac_tag_dispose), (gst_flac_tag_init),
2597         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2598         (gst_flac_tag_change_state):
2599         * ext/flac/gstflactag.h:
2600         Port flactag to 0.10, add documentation for it and clean it up a bit.
2601         Fixes bug #413841.
2602
2603         * docs/plugins/Makefile.am:
2604         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2606         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2607         * docs/plugins/gst-plugins-good-plugins.interfaces:
2608         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2609         * docs/plugins/inspect/plugin-flac.xml:
2610         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2611         * ext/flac/gstflacdec.h:
2612         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2613         * ext/flac/gstflacenc.h:
2614         Add flactag and flacenc to the documentation and mark
2615         the private parts of the flacdec instance structure as private.
2616
2617         Also use gst_element_class_set_details_simple() in flacdec and
2618         flacenc.
2619
2620 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * gst/qtdemux/qtdemux.c:
2623           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2624           for it but ffmpeg does not.
2625
2626 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2627
2628         * gst/wavparse/gstwavparse.c:
2629           Handle the list chunk and use gst_riff_parse_info() to parse the info
2630           sub-chunk.
2631
2632 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2633
2634         * gst/wavparse/gstwavparse.c:
2635           Handle the acid chunk and send tempo as part of tags. Other fields are
2636           interesting too, but need more tag-definitions. Fixes #545433.
2637
2638 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2639
2640         * gst/wavparse/gstwavparse.c:
2641           Refactor wavparse. Call _reset() from dispose() and move old code from
2642           dispose into reset. This way we don't leak taglists when we abort
2643           parsing. Fix some comments. Move code for skipping a chunk into extra
2644           function. Replace chunk sizes with a const to ease readability.         
2645
2646 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2647
2648         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2649
2650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2651         Improve udp port setup. Fixes #545710.
2652
2653 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2654
2655         * gst/rtp/Makefile.am:
2656         * gst/rtp/gstrtp.c: (plugin_init):
2657         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2658         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2659         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2660         (gst_rtp_mp1s_depay_set_property),
2661         (gst_rtp_mp1s_depay_get_property),
2662         (gst_rtp_mp1s_depay_change_state),
2663         (gst_rtp_mp1s_depay_plugin_init):
2664         * gst/rtp/gstrtpmp1sdepay.h:
2665         Add MP1S depayloader.
2666
2667         * gst/rtsp/URLS:
2668         Some more sample rtsp streams.
2669
2670 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2671
2672         * gst/rtsp/URLS:
2673         Add another URL.
2674
2675         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2676         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2677         Add some more debug info.
2678
2679 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2680
2681         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2682         Provide cbSize field for audio extra_data size, and take care to
2683         pad extra_data.
2684
2685 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2686
2687         * gst/qtdemux/qtdemux.c:
2688           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2689           TRUE.
2690
2691 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * gst/qtdemux/qtdemux.c:
2694         * gst/qtdemux/qtdemux_fourcc.h:
2695           Add keyword tag support. Fixes #520694 for qtdemux.
2696
2697 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * gst/qtdemux/qtdemux.c:
2700           Add support for tmpo tag (BPM).
2701
2702 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2703
2704         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2705         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2706         Set an estimate for the total number of samples that will be encoded
2707         if possible to help decoders if the streaminfo can't be rewritten
2708         later (like when muxing into Ogg containers).
2709
2710         Add a warning if we get header packets after data packets as those
2711         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2712         work.
2713
2714 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2715
2716         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2717         (gst_flac_dec_write):
2718         Support decoding of all depths between 4 and 32 bits and read the
2719         depth from the streaminfo header if needed. Also support all sampling
2720         rates between 1 and 655350 Hz.
2721
2722         * ext/flac/gstflacenc.c:
2723         (gst_flac_enc_caps_append_structure_with_widths),
2724         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2725         (gst_flac_enc_chain):
2726         * ext/flac/gstflacenc.h:
2727         Support encoding in all bit depths supported by the streamable
2728         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2729         between 1 Hz and 655350 Hz.
2730
2731 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2732
2733         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2734         (gst_flac_enc_sink_getcaps):
2735         Support encoding of up to 8 channels.
2736
2737 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2738
2739         * ext/soup/gstsouphttpsrc.c:
2740         * ext/soup/gstsouphttpsrc.h:
2741         Fix seeking race condition in #540300
2742         Patch By: Wouter Cloetens  <wouter at mind be>
2743
2744 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2745
2746         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2747         (gst_matroska_demux_element_send_event),
2748         (gst_matroska_demux_handle_seek_event),
2749         (gst_matroska_demux_handle_src_event):
2750         When receiving a SEEK event on a specific pad first search for a seek
2751         table entry for the stream of the pad and then fall back to an entry
2752         for a different stream.
2753
2754 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2755
2756         * configure.ac:
2757         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2758         * gst/matroska/matroska-ids.h:
2759         Build depend on core CVS for the attachment tag.
2760
2761 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2762
2763         * configure.ac:
2764         * gst/matroska/Makefile.am:
2765         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2766         (copy_backptr), (lzo1x_decode), (main):
2767         * gst/matroska/lzo.h:
2768         * gst/matroska/matroska-demux.c:
2769         (gst_matroska_demux_read_track_encoding),
2770         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2771         (gst_matroska_decode_buffer),
2772         (gst_matroska_decode_content_encodings),
2773         (gst_matroska_demux_read_track_encodings),
2774         (gst_matroska_demux_add_stream),
2775         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2776         * gst/matroska/matroska-ids.h:
2777         Decode the codec private data and following ContentEncoding if
2778         necessary.
2779
2780         Support bzip2, lzo and header stripped compression. For lzo use the
2781         ffmpeg lzo implementation as liblzo is GPL licensed.
2782         
2783         Fix zlib decompression.
2784
2785 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2786
2787         * gst/matroska/matroska-mux.c:
2788         (gst_matroska_mux_audio_pad_setcaps):
2789         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2790         duration of a frame with the new mpegaudioversion caps field.
2791
2792 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2793
2794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2795         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2796         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2797         (gst_matroska_demux_stream_from_num),
2798         (gst_matroska_demux_tracknumber_unique),
2799         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2800         (gst_matroska_demux_handle_seek_event),
2801         (gst_matroska_demux_sync_streams),
2802         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2803         (gst_matroska_demux_loop):
2804         * gst/matroska/matroska-demux.h:
2805         Allow an infinite number of stream inside Matroska containers and use
2806         a GPtrArray for storing them instead of allowing "only" 127 streams.
2807
2808 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2809
2810         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2811         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2812         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2813         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2814         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2815         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2816         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2817         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2818         (gst_ebml_read_master), (gst_ebml_read_binary),
2819         (gst_ebml_read_header):
2820         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2821         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2822         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2823         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2824         (gst_ebml_replace_uint):
2825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2826         (gst_matroska_demux_read_track_encoding),
2827         (gst_matroska_demux_read_track_encodings),
2828         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2829         (gst_matroska_demux_send_event),
2830         (gst_matroska_demux_element_send_event),
2831         (gst_matroska_demux_handle_seek_event),
2832         (gst_matroska_demux_handle_src_event),
2833         (gst_matroska_demux_init_stream),
2834         (gst_matroska_demux_parse_tracks),
2835         (gst_matroska_demux_parse_index_cuetrack),
2836         (gst_matroska_demux_parse_index_pointentry),
2837         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2838         (gst_matroska_demux_parse_metadata_id_simple_tag),
2839         (gst_matroska_demux_parse_metadata_id_tag),
2840         (gst_matroska_demux_parse_metadata),
2841         (gst_matroska_demux_parse_attached_file),
2842         (gst_matroska_demux_parse_attachments),
2843         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2844         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2845         (gst_matroska_demux_push_flac_codec_priv_data),
2846         (gst_matroska_demux_push_xiph_codec_priv_data),
2847         (gst_matroska_demux_push_dvd_clut_change_event),
2848         (gst_matroska_demux_add_mpeg_seq_header),
2849         (gst_matroska_demux_add_wvpk_header),
2850         (gst_matroska_demux_check_subtitle_buffer),
2851         (gst_matroska_decode_buffer),
2852         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2853         (gst_matroska_demux_parse_cluster),
2854         (gst_matroska_demux_parse_contents_seekentry),
2855         (gst_matroska_demux_parse_contents),
2856         (gst_matroska_demux_loop_stream_parse_id),
2857         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2858         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2859         (gst_matroska_demux_subtitle_caps),
2860         (gst_matroska_demux_change_state):
2861         * gst/matroska/matroska-ids.c:
2862         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2863         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2864         (gst_matroska_mux_video_pad_setcaps),
2865         (xiph3_streamheader_to_codecdata),
2866         (vorbis_streamheader_to_codecdata),
2867         (theora_streamheader_to_codecdata),
2868         (gst_matroska_mux_audio_pad_setcaps),
2869         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2870         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2871         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2872         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2873         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2874         Fix indention everywhere. A broken indent version has added newlines
2875         after every single declaration some time ago.
2876
2877 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2878
2879         * gst/matroska/matroska-demux.c:
2880         (gst_matroska_demux_loop_stream_parse_id):
2881         If no Tracks are found error out instead of trying it again until the
2882         end of time.
2883
2884 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2885
2886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2887         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2888         bit and signed otherwise, not the other way around.
2889
2890 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2891
2892         * gst/matroska/matroska-mux.c:
2893         Add more raw YUV formats to the list of supported formats.
2894
2895 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2896
2897         * gst/matroska/matroska-mux.c:
2898         (gst_matroska_mux_audio_pad_setcaps):
2899         Add support for muxing raw float audio now that the spec defines the
2900         endianness and add support for muxing raw integer audio with 24 and
2901         32 bits.
2902
2903         Allow muxing of more than 8 audio channels.
2904
2905 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2906
2907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2908         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2909         Add locking to the global array of used track UIDs to prevent random
2910         crashes if more than a single matrosmux instance is used.
2911
2912         Use 64 bit values for the track UIDs.
2913
2914         Use the global GRandom of GLib instead of creating our own one
2915         for the few random numbers we need every single time.
2916
2917 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2918
2919         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2920         (gst_flac_dec_setup_stream_decoder),
2921         (gst_flac_dec_update_metadata):
2922         Always post the audio-codec tag, not only if other tags are present.
2923
2924 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2925
2926         * configure.ac:
2927         Back to development -> 0.10.9.1
2928
2929 === release 0.10.9 ===
2930
2931 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2932
2933         * configure.ac:
2934           releasing 0.10.9, "Steam Train Rolling"
2935
2936 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2937
2938         * ext/soup/gstsouphttpsrc.c:
2939         Don't throw an error when soup completes a msg with status
2940         'cancelled', as that indicates we cancelled a request while
2941         shutting down or seeking, and it's not an error.
2942         Fixes: #540300 again.
2943
2944 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2945
2946         * configure.ac:
2947         0.10.8.4 pre-release
2948
2949 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2950
2951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2952         Fix segment-stop regression.
2953         Add documentation regarding segments in quicktime files by Wim Taymans.
2954         Fixes #544509
2955
2956 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2957
2958         * configure.ac:
2959         0.10.8.3 pre-release
2960
2961         * po/LINGUAS:
2962         * po/pt_BR.po:
2963         Add pt_BR translation
2964
2965 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2966
2967         * gst/goom/convolve_fx.c:
2968         * gst/goom/filters.c:
2969         * gst/goom/goom_config.h:
2970         * gst/goom/goom_core.c:
2971         * gst/goom/goom_tools.h:
2972           Fix build with MSVC: include glib.h to define inline appropriately,
2973           use header guards where needed.
2974         * gst/udp/gstudpnetutils.c:
2975         * gst/udp/gstudpsrc.c:
2976           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2977           g_snprintf rather than snprintf.
2978           Fixes #544433.
2979
2980 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2981
2982         * gst/debug/gsttaginject.c:
2983         * gst/debug/gsttaginject.h:
2984           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2985           partially.
2986
2987 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2988
2989         * configure.ac:
2990         0.10.8.2 pre-release
2991
2992 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2993
2994         * ext/Makefile.am:
2995         Finish hooking up pulseaudio plugin to the build.
2996
2997         * ext/pulse/pulsemixerctrl.c:
2998         Fix compilation error.
2999
3000 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3001
3002         * po/LINGUAS:
3003         * po/lt.po:
3004         Add new lithunian translation, and add french to the LINGUAS
3005         file.
3006
3007 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3008
3009         * ext/soup/gstsouphttpsrc.c:
3010         Fix Soup HTTP source seeking.
3011         Patch By: Wouter Cloetens  <wouter at mind be>
3012         Fixes: #540300
3013
3014         * tests/check/elements/.cvsignore:
3015         Ignore new check programs.
3016
3017 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3018
3019         * configure.ac:
3020         * docs/plugins/Makefile.am:
3021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3023         * docs/plugins/gst-plugins-good-plugins.args:
3024         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3025         * docs/plugins/gst-plugins-good-plugins.interfaces:
3026         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3027         * docs/plugins/inspect/plugin-interleave.xml:
3028         * docs/plugins/inspect/plugin-replaygain.xml:
3029         * tests/check/Makefile.am:
3030
3031         Move replaygain and interleave plugins from -bad.
3032         Fixes: #543406
3033         Fixes: #536228
3034
3035 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3036
3037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3038         (qtdemux_parse_trak):
3039         Revert ISO base media spec based pixel-aspect-ratio calculation.
3040         Fixes #543300.
3041
3042 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3043
3044         * sys/osxvideo/osxvideosink.m:
3045         Fix minor build issues on macosx.
3046         Fixes #543054
3047
3048 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3049
3050         * configure.ac::
3051         * ext/taglib/Makefile.am::
3052           Only use -Wno-attributes (which is there to work around a
3053           bug in the taglib 1.5 headers) if the c++ compiler actually
3054           supports it (#543255).
3055
3056 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3057
3058         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3059
3060         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3061           Avoid compiler warning by initialising variable to NULL (#543259).
3062
3063 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3066         Don't pass NULL taglists to gst_tag_list_is_empty().
3067
3068 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3071         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3072         (rtp_pipeline_run):
3073         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3074         Don't use declarations after statements.
3075
3076 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3077
3078         * ext/jpeg/gstjpegdec.c:
3079         Align documentation with reality.
3080
3081 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3082
3083         * gst/udp/gstudpnetutils.c:
3084         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3085         old value (1) if it's not defined which should not cause any problems
3086         as we're using it internal only anyway.
3087
3088 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3089
3090         Patch by: Alessandro Decina <alessandro at nnva dot org>
3091
3092         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3093         Fix build of avidemux on big endian architectures.
3094
3095 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3096
3097         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3098
3099         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3100         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3101
3102 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3103
3104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3105         (qtdemux_parse_trak):
3106         Set pixel-aspect-ratio in caps using display width and height
3107         provided in track.
3108
3109 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3110
3111         * configure.ac:
3112         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3113         flags that are invalid for C++. Fixes bug #516509.
3114
3115 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3116
3117         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3118         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3119         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3120         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3122         * tests/examples/equalizer/demo.c: (message_handler):
3123         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3124         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3125         Don't use declarations after statements and variable length arrays.
3126
3127 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3128
3129         Patch by: Daniel Drake <dsd at gentoo dot org>
3130
3131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3132         (gst_v4l2src_get_nearest_size):
3133         Try progressive video if interlaced fails. Fixes bug #541956
3134         and the usage of v4l2src on OLPC.
3135
3136 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3137
3138         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3139         (gst_rtp_speex_depay_process):
3140         * gst/rtp/gstrtpspeexdepay.h:
3141         Revert last change: Only the jitterbuffer is able to convert RTP to
3142         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3143         Reopens bug #541787.
3144
3145 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3146
3147         * gst/rtp/gstrtpvrawdepay.c:
3148           Include stdlib.h for atoi().
3149
3150         * gst/rtsp/gstrtspsrc.c:
3151           Use floating point math for latencies < 0 sec in log output.
3152
3153 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3154
3155         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3156
3157         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3158         (gst_rtp_speex_depay_process):
3159         * gst/rtp/gstrtpspeexdepay.h:
3160         Take timestamp from the RTP packet as a first step to fix problems
3161         with transmission over RTP when the network is not reliable.
3162         Fixes bug #541787.
3163
3164 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3165
3166         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3167
3168         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3169         Fix parsing of udp:// URIs containing IPv6 addresses.
3170         Fixes bug #541650.
3171
3172 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3173
3174         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3175         Do not leak incoming buffers.
3176
3177 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3178
3179         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3180
3181         * configure.ac:
3182         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3183         for htons() and htonl(). Fixes bug #541412.
3184
3185 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3186
3187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3188         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3189         (gst_matroska_demux_element_query),
3190         (gst_matroska_demux_handle_src_query),
3191         (gst_matroska_demux_handle_seek_event):
3192         Handle position and duration query in DEFAULT format if the
3193         pad's track has a default frame duration set.
3194
3195         Fix seeking now that the segment's duration doesn't contain the
3196         (possibly wrong or inaccurate) duration of the Matroska file.
3197
3198 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3199
3200         * gst/matroska/ebml-read.c: (_ext2dbl):
3201         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3202         in math.h except on MSVC where it is defined in xmath.h.
3203         Fixes compilation with MSVC.
3204
3205 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3206
3207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3208         (gst_matroska_demux_handle_src_query),
3209         (gst_matroska_demux_parse_info),
3210         (gst_matroska_demux_loop_stream_parse_id):
3211         * gst/matroska/matroska-demux.h:
3212         Don't set the segment duration to the duration from the Matroska
3213         header as this value could be wrong and is just informational.
3214
3215 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3216
3217         * gst/matroska/matroska-demux.c:
3218         (gst_matroska_demux_loop_stream_parse_id):
3219         If no Tracks element is found until the first Cluster is found
3220         search it and error out if none is found in the complete file.
3221
3222 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3223
3224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3225         Resync non-subtitle tracks too if a too large gap compared to other
3226         tracks is detected.
3227
3228 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3229
3230         * gst/rtp/Makefile.am:
3231         * gst/rtp/gstrtp.c: (plugin_init):
3232         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3233         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3234         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3235         (gst_rtp_vraw_depay_change_state),
3236         (gst_rtp_vraw_depay_plugin_init):
3237         * gst/rtp/gstrtpvrawdepay.h:
3238         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3239         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3240         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3241         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3242         (gst_rtp_vraw_pay_plugin_init):
3243         * gst/rtp/gstrtpvrawpay.h:
3244         Add raw video pay and depayloaders, see RFC4175.
3245
3246 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3247
3248         * ext/libpng/gstpngdec.c:
3249         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3250         whatever it returned.
3251
3252 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3253
3254         * gst/avi/avi-ids.h:
3255         Add vprp chunk related structures.
3256         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3257         (gst_avi_demux_parse_stream):
3258         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3259         to caps.  Fixes #539482.
3260         * gst/avi/gstavimux.h:
3261         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3262         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3263         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3264
3265 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3266
3267         * tests/check/elements/avimux.c: (check_avimux_pad):
3268         Adjust avimux unit test according to increased streamheader size.
3269
3270 2008-06-27  David Schleef  <ds@schleef.org>
3271
3272         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3273
3274 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3275
3276         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3277         * gst/avi/gstavimux.h:
3278         Add 8 bytes to current streamheader to make for a complete one
3279         and to make more players happy.  Fixes #519460.
3280
3281 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3282
3283         * sys/v4l2/v4l2_calls.c::
3284           Don't include unused gstv4l2xoverlay.h. Fixes build
3285           in case where X11 headers are not installed.
3286
3287 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3288
3289         * ext/dv/gstdv.c: (plugin_init):
3290         Fix compilation.
3291
3292 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3293
3294         * ext/dv/gstdv.c: (plugin_init):
3295         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3296         DV decoder available.
3297         Fixes #532393
3298
3299 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3300
3301         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3302         Call getsockname() after the call to bind() to get updated values
3303         for the port, etc. This fixes the usage of udpsrc on anonymous
3304         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3305         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3306
3307 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3308
3309         * tests/check/pipelines/wavpack.c: (bus_handler):
3310         Remove workaround for a bug in identity that is fixed in 0.10.20.
3311
3312 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3313
3314         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3315
3316         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3317         Fix HTTP auth support with user/password passed via the URI.
3318         Fixes bug #540067.
3319
3320 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3321
3322         * configure.ac:
3323           Depend on released versions of core and -base.
3324
3325 2008-06-23  Julien Moutte  <julien@fluendo.com>
3326
3327         * gst/matroska/matroska-demux.c:
3328         (gst_matroska_demux_read_track_encoding),
3329         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3330         format strings in macros. (makes it build on OS X again...)
3331
3332 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3333
3334         * gst/rtp/gstrtptheorapay.c:
3335         * gst/udp/gstmultiudpsink.c:
3336           Added debug.
3337
3338 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3339
3340         * configure.ac: switch v4l2src over to the normal build instead of
3341         being 'experimental'. Fixes bug #536831.
3342
3343 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3344
3345         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3346         Remove unused variable so that we can compile again.
3347
3348 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3349
3350         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3351         No need to check for audio/G723 and audio/32KADPCM here as they are
3352         no longer supported.
3353
3354 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3357         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3358         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3359         known length.
3360
3361 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * gst/matroska/matroska-demux.c:
3364         (gst_matroska_demux_add_wvpk_header),
3365         (gst_matroska_demux_audio_caps):
3366         * gst/matroska/matroska-ids.h:
3367         Fix demuxing of WavPack files. Muxing is still broken.
3368
3369 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3370
3371         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3372         (gst_matroska_demux_add_mpeg_seq_header),
3373         (gst_matroska_demux_add_wvpk_header),
3374         (gst_matroska_demux_check_subtitle_buffer),
3375         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3376         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3377         (gst_matroska_demux_subtitle_caps):
3378         * gst/matroska/matroska-ids.h:
3379         Add a "vfunc" to the track context for postprocessing frames and
3380         convert the wavpack and subtitle postprocessing to this vfunc.
3381         Copy buffer flags in those functions to the new buffers too.
3382
3383         Parse CodecState elements of Blocks.
3384
3385         Add a postprocessing function for MPEG video that adds the sequence
3386         header from the codec private data or codec state to the frames if
3387         it's not already there.
3388
3389 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/matroska/matroska-demux.c:
3392         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3393         If a gap of more than 1/2 second is found in one stream send a
3394         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3395         This also fixes Matroska files where the first buffer doesn't start
3396         at timestamp 0. Fixes bug #429322.
3397
3398         The duration of a block is the default duration multiplied with the
3399         number of laces. Every lace is one frame and the default duration
3400         is the duration of one frame. This fixes playback of files that use
3401         lacing for some tracks.
3402
3403 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3404
3405         * gst/matroska/matroska-demux.c:
3406         (gst_matroska_demux_parse_contents_seekentry):
3407         Update FIXME/TODOs and only ignore EOS at the central, important place
3408         instead of several places.
3409
3410 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3411
3412         * gst/rtp/gstrtpg726pay.c:
3413         Fix caps, See #538891.
3414
3415 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3416
3417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3418         (gst_matroska_demux_stream_from_num),
3419         (gst_matroska_demux_encoding_cmp),
3420         (gst_matroska_demux_encoding_order_unique),
3421         (gst_matroska_demux_read_track_encoding),
3422         (gst_matroska_demux_read_track_encodings),
3423         (gst_matroska_demux_tracknumber_unique),
3424         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3425         (gst_matroska_demux_parse_tracks),
3426         (gst_matroska_demux_parse_index_cuetrack),
3427         (gst_matroska_demux_parse_index_pointentry),
3428         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3429         (gst_matroska_demux_parse_metadata_id_simple_tag),
3430         (gst_matroska_demux_parse_metadata_id_tag),
3431         (gst_matroska_demux_parse_metadata),
3432         (gst_matroska_demux_parse_attached_file),
3433         (gst_matroska_demux_parse_attachments),
3434         (gst_matroska_demux_parse_chapters),
3435         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3436         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3437         (gst_matroska_demux_parse_cluster),
3438         (gst_matroska_demux_parse_contents_seekentry),
3439         (gst_matroska_demux_parse_contents),
3440         (gst_matroska_demux_loop_stream_parse_id),
3441         (gst_matroska_demux_loop):
3442         Improve debug output everywhere and fix the EOS logic.
3443
3444         Check the values of the ContentEncoding elements more strictly and
3445         don't use tracks for which it's invalid.
3446
3447         Check that the track number is unique for this stream.
3448
3449         Check that seek positions are below G_MAXINT64 as our seeks are
3450         int64-based and overflows will fail badly.
3451
3452         After seeks also don't push SimpleBlocks until the first one
3453         containing a keyframe is found. Before this was done only for normal
3454         Blocks.
3455
3456         Update some FIXME/TODOs.
3457         
3458         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3459         (gst_ebml_read_utf8), (gst_ebml_read_header):
3460         Improve debug output.
3461
3462         * gst/matroska/matroska-ids.c:
3463         (gst_matroska_track_init_video_context):
3464         * gst/matroska/matroska-ids.h:
3465         * gst/matroska/matroska-mux.c:
3466         (gst_matroska_mux_video_pad_setcaps):
3467         Remove eye mode and don't parse it anymore. We can't use that
3468         information in GStreamer yet so it's useless.
3469
3470
3471 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3472
3473         Patch by: Mersad Jelacic <mersad at axis dot com>
3474
3475         * gst/rtp/Makefile.am:
3476         * gst/rtp/gstrtp.c: (plugin_init):
3477         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3478         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3479         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3480         (gst_rtp_g726_depay_plugin_init):
3481         * gst/rtp/gstrtpg726depay.h:
3482         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3483         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3484         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3485         * gst/rtp/gstrtpg726pay.h:
3486         Added G726 pay/depayloaders. Fixes #538891.
3487
3488 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3489
3490         * gst/rtsp/URLS:
3491         Some more urls.
3492
3493         * gst/smpte/barboxwipes.c:
3494         Add a comment
3495
3496         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3497         Fix typo, add audioresample to the pipeline.
3498
3499 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3500
3501         * ext/libmng/Makefile.am:
3502         * ext/libmng/gstmng.c: (plugin_init):
3503         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3504         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3505         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3506         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3507         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3508         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3509         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3510         (gst_mng_dec_change_state):
3511         * ext/libmng/gstmngdec.h:
3512         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3513         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3514         (gst_mng_enc_init), (gst_mng_enc_chain),
3515         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3516         * ext/libmng/gstmngenc.h:
3517         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3518         bits ifdeffed out still.
3519
3520 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3521
3522         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3523         When comparing index elements with the same time compare their
3524         block number.
3525
3526 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3527
3528         * gst/matroska/matroska-demux.c:
3529           (gst_matroska_demux_parse_attached_file)
3530           Init variable to NULL to avoid compiler warning.
3531
3532 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3533
3534         * gst/matroska/Makefile.am:
3535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3536         (gst_matroska_demux_parse_attached_file),
3537         (gst_matroska_demux_parse_attachments),
3538         (gst_matroska_demux_parse_contents_seekentry),
3539         (gst_matroska_demux_loop_stream_parse_id):
3540         * gst/matroska/matroska-demux.h:
3541         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3542         * gst/matroska/matroska-ids.h:
3543         * gst/matroska/matroska.c: (plugin_init):
3544         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3545         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3546         and description of the attachments in the caps. Fixes bug #537622.
3547
3548 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3549
3550         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3551         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3552         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3553         (gst_speex_enc_src_query), (gst_speex_enc_init),
3554         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3555         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3556         (gst_speex_enc_set_property):
3557         Add mode property.
3558         Some cleanups, add more debug info.
3559         Add latency query.
3560
3561 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3562
3563         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3564         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3565         If we get less bytes than requested we can't do anything except doing
3566         our EOS logic.
3567
3568 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3569
3570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3571         (gst_matroskademux_do_index_seek),
3572         (gst_matroska_demux_parse_index_cuetrack),
3573         (gst_matroska_demux_parse_index_pointentry),
3574         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3575         (gst_matroska_demux_parse_metadata):
3576         * gst/matroska/matroska-demux.h:
3577         * gst/matroska/matroska-ids.h:
3578         Use a GArray for storing the Cue (i.e. seek) information, store
3579         the CueTrackPositions for every track, store the block number
3580         and optimize searching in the array by sorting it after the last
3581         element was added.
3582
3583         Fix a small memory leak when trying to parse a tags element that was
3584         already parsed.
3585
3586 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3587
3588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3589         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3590         (gst_matroska_mux_write_data):
3591         * gst/matroska/matroska-mux.h:
3592         Don't write another SeekHead which indexes all Clusters to the end of
3593         the file. This isn't useful for anything and just increases filesize.
3594
3595 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3596
3597         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3598         Prevent unaligned memory access when reading floats.
3599
3600 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3601
3602         * gst/matroska/ebml-read.c:
3603         * gst/matroska/ebml-read.h:
3604         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3605         (gst_matroska_demux_parse_metadata):
3606         * gst/matroska/matroska-demux.h:
3607         Make sure that every Tags element is only parsed once and it's
3608         containing tags are only posted once.
3609
3610 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3611
3612         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3613         (gst_ebml_read_header):
3614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3615         (gst_matroska_demux_parse_tracks),
3616         (gst_matroska_demux_parse_index_cuetrack),
3617         (gst_matroska_demux_parse_index_pointentry),
3618         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3619         (gst_matroska_demux_parse_metadata_id_simple_tag),
3620         (gst_matroska_demux_parse_metadata_id_tag),
3621         (gst_matroska_demux_parse_metadata),
3622         (gst_matroska_demux_parse_attachments),
3623         (gst_matroska_demux_parse_chapters),
3624         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3625         (gst_matroska_demux_parse_cluster),
3626         (gst_matroska_demux_parse_contents_seekentry),
3627         (gst_matroska_demux_parse_contents),
3628         (gst_matroska_demux_loop_stream_parse_id):
3629         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3630         already. They're not useful in the matroska parser and only cause
3631         additional code.
3632
3633 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3634
3635         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3636         (gst_ebml_finalize), (gst_ebml_read_change_state),
3637         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3638         * gst/matroska/matroska-demux.c:
3639         (gst_matroska_demux_parse_contents_seekentry):
3640         Reverse the level list as we usually are only interested in the
3641         first element or want to add a new first element. Having the
3642         first element stored at the end and calling g_list_last() and
3643         g_list_append() is more expensive.
3644
3645         Also use GSlice for allocating the GstEbmlLevel structs.
3646
3647 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3648
3649         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3650           (gst_tag_inject_class_init), (gst_tag_inject_init):
3651           Don't unref NULL taglist in finalize. Don't use c++ style
3652           comments.
3653
3654 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3655
3656         * gst/matroska/matroska-demux.c:
3657         (gst_matroska_demux_parse_metadata_id_simple_tag):
3658         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3659         (gst_matroska_mux_write_data):
3660         Use gst_value_serialize() and gst_value_deserialize() for transforming
3661         tags from some GType to a string and the other way around. The default
3662         transformations in GLib don't include transformations from string to
3663         number types.
3664
3665 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3666
3667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3668         (gst_matroska_demux_parse_tracks),
3669         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3670         (gst_matroska_demux_parse_attachments),
3671         (gst_matroska_demux_parse_chapters),
3672         (gst_matroska_demux_parse_contents_seekentry),
3673         (gst_matroska_demux_loop_stream_parse_id):
3674         * gst/matroska/matroska-demux.h:
3675         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3676         Tags multiple times. The first ones can appear more than once but must
3677         contain the same content as the first for backup purposes so we ignore
3678         all but the first one. Tags can appear multiple times with different
3679         content.
3680
3681         Jump to all elements except Clusters that are available from a
3682         SeekHead to make it more likely to have all required informations
3683         before getting to the first Clusters.
3684
3685         Add dummy functions for parsing Attachments and Chapters.
3686
3687 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3690         (gst_udpsrc_create), (gst_udpsrc_set_property),
3691         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3692         * gst/udp/gstudpsrc.h:
3693         Add property to control automatic join/leave of multicast groups.
3694         Add G_LIKELY.
3695         Remove setting caps on buffers explicitly, basesrc does that for us now.
3696         Improve debug info.
3697         Convert some non-fatal error into warnings.
3698         Use g_ntohs for better portability.
3699         Leave multicast groups when stopping.
3700         When using external sockets, use getsockname() on them to fill up the
3701         addr structure before calling methods that use the structure.
3702         Should all fix #536903.
3703         API: GstUDPSrc::auto-multicast property
3704
3705 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3708         Use g_ntohl for better portability.
3709
3710 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3711
3712         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3713         (gst_multiudpsink_remove):
3714         Fix a typo and do some small cleanups.
3715
3716 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         Patch by: Olivier Crete <tester at tester dot ca>
3719
3720         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3721         Make the delivery-method mandatory on the caps and only accept inline
3722         for now.
3723         Reverse strcmp checks for delivery-method.
3724
3725         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3726         Make delivery method optional when parsing caps and note this in the
3727         caps.
3728         Reverse strcmp checks for delivery-method.
3729
3730         * gst/rtp/gstrtpvorbispay.c:
3731         Update a comment to note that the delivery-method is optional, 
3732         Fixes #537675.
3733
3734 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3737         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3738         leaving them in READY. Fixes #537832.
3739
3740 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3741
3742         * gst/avi/gstavimux.c:
3743           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3744           for a random constant in tagmuxing code.
3745
3746 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3747
3748         * gst/debug/gsttaginject.c:
3749         * gst/debug/gsttaginject.h:
3750           Now actually adding the new element.
3751
3752 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3753
3754         * docs/plugins/Makefile.am:
3755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3757         * docs/plugins/gst-plugins-good-plugins.args:
3758         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3759         * docs/plugins/gst-plugins-good-plugins.interfaces:
3760         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3761         * docs/plugins/inspect/plugin-aasink.xml:
3762         * docs/plugins/inspect/plugin-alaw.xml:
3763         * docs/plugins/inspect/plugin-alpha.xml:
3764         * docs/plugins/inspect/plugin-alphacolor.xml:
3765         * docs/plugins/inspect/plugin-annodex.xml:
3766         * docs/plugins/inspect/plugin-apetag.xml:
3767         * docs/plugins/inspect/plugin-audiofx.xml:
3768         * docs/plugins/inspect/plugin-auparse.xml:
3769         * docs/plugins/inspect/plugin-autodetect.xml:
3770         * docs/plugins/inspect/plugin-avi.xml:
3771         * docs/plugins/inspect/plugin-cacasink.xml:
3772         * docs/plugins/inspect/plugin-cairo.xml:
3773         * docs/plugins/inspect/plugin-cdio.xml:
3774         * docs/plugins/inspect/plugin-cutter.xml:
3775         * docs/plugins/inspect/plugin-debug.xml:
3776         * docs/plugins/inspect/plugin-dv.xml:
3777         * docs/plugins/inspect/plugin-efence.xml:
3778         * docs/plugins/inspect/plugin-effectv.xml:
3779         * docs/plugins/inspect/plugin-equalizer.xml:
3780         * docs/plugins/inspect/plugin-esdsink.xml:
3781         * docs/plugins/inspect/plugin-flac.xml:
3782         * docs/plugins/inspect/plugin-flxdec.xml:
3783         * docs/plugins/inspect/plugin-gamma.xml:
3784         * docs/plugins/inspect/plugin-gconfelements.xml:
3785         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3786         * docs/plugins/inspect/plugin-goom.xml:
3787         * docs/plugins/inspect/plugin-goom2k1.xml:
3788         * docs/plugins/inspect/plugin-halelements.xml:
3789         * docs/plugins/inspect/plugin-icydemux.xml:
3790         * docs/plugins/inspect/plugin-id3demux.xml:
3791         * docs/plugins/inspect/plugin-jpeg.xml:
3792         * docs/plugins/inspect/plugin-level.xml:
3793         * docs/plugins/inspect/plugin-matroska.xml:
3794         * docs/plugins/inspect/plugin-monoscope.xml:
3795         * docs/plugins/inspect/plugin-mulaw.xml:
3796         * docs/plugins/inspect/plugin-multifile.xml:
3797         * docs/plugins/inspect/plugin-multipart.xml:
3798         * docs/plugins/inspect/plugin-navigationtest.xml:
3799         * docs/plugins/inspect/plugin-ossaudio.xml:
3800         * docs/plugins/inspect/plugin-png.xml:
3801         * docs/plugins/inspect/plugin-quicktime.xml:
3802         * docs/plugins/inspect/plugin-rtp.xml:
3803         * docs/plugins/inspect/plugin-rtsp.xml:
3804         * docs/plugins/inspect/plugin-smpte.xml:
3805         * docs/plugins/inspect/plugin-soup.xml:
3806         * docs/plugins/inspect/plugin-spectrum.xml:
3807         * docs/plugins/inspect/plugin-speex.xml:
3808         * docs/plugins/inspect/plugin-taglib.xml:
3809         * docs/plugins/inspect/plugin-udp.xml:
3810         * docs/plugins/inspect/plugin-video4linux2.xml:
3811         * docs/plugins/inspect/plugin-videobalance.xml:
3812         * docs/plugins/inspect/plugin-videobox.xml:
3813         * docs/plugins/inspect/plugin-videocrop.xml:
3814         * docs/plugins/inspect/plugin-videoflip.xml:
3815         * docs/plugins/inspect/plugin-videomixer.xml:
3816         * docs/plugins/inspect/plugin-wavenc.xml:
3817         * docs/plugins/inspect/plugin-wavpack.xml:
3818         * docs/plugins/inspect/plugin-wavparse.xml:
3819         * docs/plugins/inspect/plugin-ximagesrc.xml:
3820         * gst/debug/Makefile.am:
3821         * gst/debug/breakmydata.c:
3822         * gst/debug/efence.c:
3823         * gst/debug/gstdebug.c:
3824         * gst/debug/gstnavseek.c:
3825         * gst/debug/gstpushfilesrc.c:
3826         * gst/debug/gstpushfilesrc.h:
3827         * gst/debug/negotiation.c:
3828         * gst/debug/progressreport.c:
3829         * gst/debug/progressreport.h:
3830         * gst/debug/rndbuffersize.c:
3831         * gst/debug/testplugin.c:
3832           Remove dummy plugin_init. Remove some undefined entries from doc-
3833           section file. Add taginject element and rebuild docs for it.
3834
3835 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3836
3837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3838         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3839         Update the counter for the number of streams when pads are added or
3840         removed. This will make sure that a seek table is generated for
3841         files with just one audio stream.
3842
3843 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3844
3845         * gst/matroska/matroska-demux.c:
3846         (gst_matroska_demux_parse_metadata_id_simple_tag):
3847         * gst/matroska/matroska-ids.h:
3848         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3849         Add some more tags, improve debugging a bit and make sure that
3850         GValue transformation has succeeded before using the result
3851         as a tag.
3852
3853 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3854
3855         Patch by: Olivier Crete <tester at tester dot ca>
3856
3857         * gst/rtp/gstrtptheorapay.c:
3858         The Theora RTP payloader only supports the "inline" delievery method
3859         so let's declare this on the caps of the static pad template.
3860         Fixes bug #537675.
3861
3862 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3863
3864         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3865         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3866         Remove bogus check.
3867
3868 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3871         (gst_videomixer_blend_buffers):
3872         Use stream_time to synchronize the object properties.
3873         Use running_time of the master pad to timestamp outgoing buffers.
3874         Fix the initial segment event to extend an unknown amount of time.
3875         Fixes #537361.
3876
3877 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3880         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3881         (gst_avi_demux_calculate_durations_from_index),
3882         (gst_avi_demux_stream_header_push),
3883         (gst_avi_demux_stream_header_pull):
3884         Try to ignore unparsable/unknown streams and give a warning instead of
3885         erroring out. Fixes #537377.
3886
3887 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3888
3889         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3890         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3891
3892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3893         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3894         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3895         (gst_matroska_demux_read_track_encodings),
3896         (gst_matroska_demux_add_stream),
3897         (gst_matroska_demux_handle_src_query),
3898         (gst_matroska_demux_init_stream),
3899         (gst_matroska_demux_parse_index_cuetrack),
3900         (gst_matroska_demux_parse_index_pointentry),
3901         (gst_matroska_demux_parse_info),
3902         (gst_matroska_demux_parse_metadata_id_simple_tag),
3903         (gst_matroska_demux_parse_metadata),
3904         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3905         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3906         (gst_matroska_demux_parse_cluster),
3907         (gst_matroska_demux_parse_contents_seekentry),
3908         (gst_matroska_demux_loop_stream_parse_id),
3909         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3910         (gst_matroska_demux_audio_caps),
3911         (gst_matroska_demux_subtitle_caps):
3912         * gst/matroska/matroska-demux.h:
3913         * gst/matroska/matroska-ids.c:
3914         (gst_matroska_track_init_subtitle_context):
3915         * gst/matroska/matroska-ids.h:
3916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3917         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3918         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3919         (gst_matroska_mux_video_pad_setcaps),
3920         (gst_matroska_mux_audio_pad_setcaps),
3921         (gst_matroska_mux_subtitle_pad_setcaps),
3922         (gst_matroska_mux_request_new_pad),
3923         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3924         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3925         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3926         (gst_matroska_mux_set_property):
3927         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3928         elements, do some checks for valid values in the demuxer, handle
3929         tracktimecodescale in the demuxer, set correct default values for all
3930         settings in the demuxer, review and add all missing matroska
3931         IDs and some more raw YUV formats, and some trivial cleanup.
3932
3933 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3934
3935         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3936         (gst_pulsemixer_class_init):
3937         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3938         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3939         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3940         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3941         (gst_pulsesrc_prepare):
3942         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3943         gst_element_class_set_details_simple() and fix coding style a bit
3944         more.
3945
3946 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * docs/plugins/Makefile.am:
3949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3950         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3951         * docs/plugins/gst-plugins-good-plugins.args:
3952         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3953         * docs/plugins/gst-plugins-good-plugins.interfaces:
3954         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3955         * docs/plugins/inspect/plugin-aasink.xml:
3956         * docs/plugins/inspect/plugin-alaw.xml:
3957         * docs/plugins/inspect/plugin-alpha.xml:
3958         * docs/plugins/inspect/plugin-alphacolor.xml:
3959         * docs/plugins/inspect/plugin-annodex.xml:
3960         * docs/plugins/inspect/plugin-apetag.xml:
3961         * docs/plugins/inspect/plugin-audiofx.xml:
3962         * docs/plugins/inspect/plugin-auparse.xml:
3963         * docs/plugins/inspect/plugin-autodetect.xml:
3964         * docs/plugins/inspect/plugin-avi.xml:
3965         * docs/plugins/inspect/plugin-cacasink.xml:
3966         * docs/plugins/inspect/plugin-cairo.xml:
3967         * docs/plugins/inspect/plugin-cdio.xml:
3968         * docs/plugins/inspect/plugin-cutter.xml:
3969         * docs/plugins/inspect/plugin-debug.xml:
3970         * docs/plugins/inspect/plugin-dv.xml:
3971         * docs/plugins/inspect/plugin-efence.xml:
3972         * docs/plugins/inspect/plugin-effectv.xml:
3973         * docs/plugins/inspect/plugin-equalizer.xml:
3974         * docs/plugins/inspect/plugin-esdsink.xml:
3975         * docs/plugins/inspect/plugin-flac.xml:
3976         * docs/plugins/inspect/plugin-flxdec.xml:
3977         * docs/plugins/inspect/plugin-gamma.xml:
3978         * docs/plugins/inspect/plugin-gconfelements.xml:
3979         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3980         * docs/plugins/inspect/plugin-goom.xml:
3981         * docs/plugins/inspect/plugin-goom2k1.xml:
3982         * docs/plugins/inspect/plugin-halelements.xml:
3983         * docs/plugins/inspect/plugin-icydemux.xml:
3984         * docs/plugins/inspect/plugin-id3demux.xml:
3985         * docs/plugins/inspect/plugin-jpeg.xml:
3986         * docs/plugins/inspect/plugin-level.xml:
3987         * docs/plugins/inspect/plugin-matroska.xml:
3988         * docs/plugins/inspect/plugin-monoscope.xml:
3989         * docs/plugins/inspect/plugin-mulaw.xml:
3990         * docs/plugins/inspect/plugin-multifile.xml:
3991         * docs/plugins/inspect/plugin-multipart.xml:
3992         * docs/plugins/inspect/plugin-navigationtest.xml:
3993         * docs/plugins/inspect/plugin-ossaudio.xml:
3994         * docs/plugins/inspect/plugin-png.xml:
3995         * docs/plugins/inspect/plugin-pulseaudio.xml:
3996         * docs/plugins/inspect/plugin-quicktime.xml:
3997         * docs/plugins/inspect/plugin-rtp.xml:
3998         * docs/plugins/inspect/plugin-rtsp.xml:
3999         * docs/plugins/inspect/plugin-smpte.xml:
4000         * docs/plugins/inspect/plugin-soup.xml:
4001         * docs/plugins/inspect/plugin-spectrum.xml:
4002         * docs/plugins/inspect/plugin-speex.xml:
4003         * docs/plugins/inspect/plugin-taglib.xml:
4004         * docs/plugins/inspect/plugin-udp.xml:
4005         * docs/plugins/inspect/plugin-video4linux2.xml:
4006         * docs/plugins/inspect/plugin-videobalance.xml:
4007         * docs/plugins/inspect/plugin-videobox.xml:
4008         * docs/plugins/inspect/plugin-videocrop.xml:
4009         * docs/plugins/inspect/plugin-videoflip.xml:
4010         * docs/plugins/inspect/plugin-videomixer.xml:
4011         * docs/plugins/inspect/plugin-wavenc.xml:
4012         * docs/plugins/inspect/plugin-wavpack.xml:
4013         * docs/plugins/inspect/plugin-wavparse.xml:
4014         * docs/plugins/inspect/plugin-ximagesrc.xml:
4015         * ext/pulse/plugin.c:
4016         * ext/pulse/pulsemixer.c:
4017         * ext/pulse/pulsesink.c:
4018         * ext/pulse/pulsesrc.c:
4019         Add documentation to the pulseaudio plugin and run make update
4020         in docs/plugins.
4021
4022 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4023
4024         Patch by: Brian Cameron <brian.cameron at sun dot com>
4025
4026         * sys/sunaudio/gstsunaudiomixerctrl.c:
4027         (gst_sunaudiomixer_ctrl_get_volume),
4028         (gst_sunaudiomixer_ctrl_set_volume):
4029         Improvements for the SunAudio mixer by handling mute as no gain
4030         for tracks that have a gain property but no mute property.
4031         Fixes bug #536067.
4032
4033 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4034
4035         * configure.ac:
4036         * ext/pulse/Makefile.am:
4037         * ext/pulse/plugin.c: (plugin_init):
4038         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4039         (gst_pulsemixer_implements_interface_init),
4040         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4041         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4042         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4043         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4044         * ext/pulse/pulsemixer.h:
4045         * ext/pulse/pulsemixerctrl.c:
4046         (gst_pulsemixer_ctrl_context_state_cb),
4047         (gst_pulsemixer_ctrl_sink_info_cb),
4048         (gst_pulsemixer_ctrl_source_info_cb),
4049         (gst_pulsemixer_ctrl_subscribe_cb),
4050         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4051         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4052         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4053         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4054         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4055         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4056         * ext/pulse/pulsemixerctrl.h:
4057         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4058         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4059         * ext/pulse/pulsemixertrack.h:
4060         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4061         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4062         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4063         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4064         (gst_pulseprobe_new), (gst_pulseprobe_free),
4065         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4066         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4067         (gst_pulseprobe_set_server):
4068         * ext/pulse/pulseprobe.h:
4069         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4070         (gst_pulsesink_class_init), (gst_pulsesink_init),
4071         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4072         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4073         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4074         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4075         (gst_pulsesink_stream_request_cb),
4076         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4077         (gst_pulsesink_close), (gst_pulsesink_prepare),
4078         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4079         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4080         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4081         (gst_pulsesink_event), (gst_pulsesink_get_type):
4082         * ext/pulse/pulsesink.h:
4083         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4084         (gst_pulsesrc_implements_interface_init),
4085         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4086         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4087         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4088         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4089         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4090         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4091         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4092         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4093         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4094         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4095         (gst_pulsesrc_get_type):
4096         * ext/pulse/pulsesrc.h:
4097         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4098         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4099         * ext/pulse/pulseutil.h:
4100         Add pulseaudio GStreamer element from gst-pulse. Development will
4101         continue here instead of pulseaudio SVN. Fixes bug #400679.
4102         Only changes over gst-pulse SVN are added copyright to the top of
4103         files and coding style changes.
4104
4105 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4106
4107         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4108
4109         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4110           (gst_cdio_add_cdtext_album_tags):
4111         * ext/cdio/gstcdio.h:
4112         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4113           Also extract album title and album genre from CD-TEXT if
4114           available (#537021).
4115
4116 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4117
4118         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4119
4120         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4121         Improve negotiation a bit more by picking the smallest possible
4122         resolution that is larger than the resolution specified in the
4123         first caps entry of the peer caps. Fixes bug #536994.
4124
4125 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         Patch by: Bastien Nocera <hadess at hadess dot net>
4128
4129         * sys/v4l2/gstv4l2vidorient.c:
4130         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4131         Fix compilation with newer GIT kernels that deprecated
4132         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4133
4134 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4135
4136         * configure.ac:
4137         * ext/cdio/gstcdio.c:
4138         * ext/cdio/gstcdio.h:
4139         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4140           Require libcdio >= 0.76.
4141
4142 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4143
4144         * gst/avi/gstavidemux.c:
4145         Catch UNEXPECTED when downstream has reached end of
4146         segment in reverse mode.
4147
4148 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4149
4150         * gst/avi/gstavidemux.c:
4151         Fix typo in comment
4152
4153 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4154
4155         * gst/avi/gstavidemux.c:
4156         Because we don't know the frame order we need to push till
4157         the next keyframe
4158
4159 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4160
4161         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4162
4163         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4164         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4165         Provide a custom negotiation function to make sure to pick the highest
4166         possible framerate and resolution. Fixes bug #536646.
4167
4168 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4169
4170         * gst/avi/gstavidemux.c:
4171         Set EOS when going out of the segment in reverse playback
4172
4173 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4174
4175         * ext/taglib/Makefile.am::
4176           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4177           taglib headers (with gcc 4.3.1).
4178
4179 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4180
4181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4182         Use the new gst_rtsp_connection_get_ip() to access the IP address
4183         of a GstRTSPConnection since it is a private member.
4184
4185 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4186
4187         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4188         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4189           Use new utility functions in libgsttag to process coverart (#512333).
4190
4191 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4192
4193         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4194         We actually support left/side, right/side and mid/side files. The
4195         conversion to normal, interleaved stereo is done by libflac.
4196
4197 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4198
4199         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4200         (gst_ebml_write_set_cache):
4201         Unref the write cache in finalize if it was set and add add "FIXME"
4202         to a comment that needs it.
4203
4204 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4205
4206         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4207
4208         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4209         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4210         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4211         (gst_avi_demux_process_next_entry):
4212         * gst/avi/gstavidemux.h:
4213         Implement reverse playback. Fixes #535300.
4214         Small cleanups.
4215
4216 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4219         (gst_videomixer_query_latency):
4220         When using gst_element_iterate_pads() one has to unref every pad
4221         after usage.
4222
4223 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4224
4225         Patch by: Bastien Nocera <hadess at hadess dot net>
4226         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4227         (qtdemux_parse_udta):
4228         * gst/qtdemux/qtdemux_fourcc.h:
4229         Improve meta-data handling, add 'comment', 'description' and
4230         'copyright' tag handling.
4231         Fixes #535935
4232
4233 2008-05-31  Julien Moutte  <julien@fluendo.com>
4234
4235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4236         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4237         (gst_qtdemux_seek_to_previous_keyframe),
4238         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4239         we don't clip the segment's stop using the main segment duration as
4240         that could crop quite some video frames. Make reverse playback support
4241         more robust and support edit lists. Support seeking to the last frame,
4242         and fix reverse looping playback. Add some debugging.
4243         * win32/common/config.h: Updated.
4244
4245 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         * gst/equalizer/gstiirequalizer.c:
4248         (gst_iir_equalizer_transform_ip):
4249         Don't clip float/double samples, correctly unset passthrough mode
4250         and use better rounding for integer samples.
4251
4252 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4253
4254         * gst/equalizer/gstiirequalizer.c:
4255         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4256         (setup_filter), (set_passthrough), (update_coefficients),
4257         (gst_iir_equalizer_compute_frequencies),
4258         (gst_iir_equalizer_transform_ip):
4259         * gst/equalizer/gstiirequalizer.h:
4260         Update the filter coefficients only when needed in the transform_ip
4261         function and correctly set the element into passthrough mode if the
4262         gain of all bands is 0.
4263
4264 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4265
4266         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4267
4268         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4269         (gst_alpha_set_property), (gst_alpha_get_property),
4270         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4271         Try to skip pixels or areas that are too dark or too bright for us to do
4272         meaningfull color detection.
4273         Added properties to control the sensitivity to light and darkness.
4274         Added some small cleanups. Fixes #512345.
4275
4276 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4277
4278         * docs/plugins/.cvsignore:
4279         * tests/check/elements/.cvsignore:
4280         Ignore some more generated things
4281
4282         * tests/check/Makefile.am:
4283         Ignore OSS elements in the state changes test too.
4284
4285 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4286
4287         * docs/plugins/Makefile.am:
4288         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4289         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4290         Add SMPTE effect elements to docs.
4291
4292 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4293
4294         * docs/plugins/Makefile.am:
4295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4297         * ext/raw1394/gstdv1394src.c:
4298           Document whats first shown on the fdo plugin docs page :)
4299
4300 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4301
4302         * docs/plugins/Makefile.am:
4303         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4305         * docs/plugins/gst-plugins-good-plugins.args:
4306         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4307         * docs/plugins/inspect/plugin-audiofx.xml:
4308         * gst/audiofx/Makefile.am:
4309         * gst/audiofx/audiofx.c:
4310         * gst/audiofx/audiokaraoke.c:
4311         * gst/audiofx/audiokaraoke.h:
4312         * gst/audiofx/audiovoice.c:
4313         * gst/audiofx/audiovoice.h:
4314           Rename audiovoice to audiokaraoke and add it to the docs.
4315
4316 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4317
4318         * REQUIREMENTS:
4319         * docs/plugins/Makefile.am:
4320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4322         * docs/plugins/gst-plugins-good-plugins.args:
4323         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4324         * docs/plugins/gst-plugins-good-plugins.interfaces:
4325         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4326         * docs/plugins/inspect/plugin-aasink.xml:
4327         * docs/plugins/inspect/plugin-alaw.xml:
4328         * docs/plugins/inspect/plugin-alpha.xml:
4329         * docs/plugins/inspect/plugin-alphacolor.xml:
4330         * docs/plugins/inspect/plugin-annodex.xml:
4331         * docs/plugins/inspect/plugin-apetag.xml:
4332         * docs/plugins/inspect/plugin-audiofx.xml:
4333         * docs/plugins/inspect/plugin-auparse.xml:
4334         * docs/plugins/inspect/plugin-autodetect.xml:
4335         * docs/plugins/inspect/plugin-avi.xml:
4336         * docs/plugins/inspect/plugin-cacasink.xml:
4337         * docs/plugins/inspect/plugin-cairo.xml:
4338         * docs/plugins/inspect/plugin-cdio.xml:
4339         * docs/plugins/inspect/plugin-cutter.xml:
4340         * docs/plugins/inspect/plugin-debug.xml:
4341         * docs/plugins/inspect/plugin-dv.xml:
4342         * docs/plugins/inspect/plugin-efence.xml:
4343         * docs/plugins/inspect/plugin-effectv.xml:
4344         * docs/plugins/inspect/plugin-equalizer.xml:
4345         * docs/plugins/inspect/plugin-esdsink.xml:
4346         * docs/plugins/inspect/plugin-flac.xml:
4347         * docs/plugins/inspect/plugin-flxdec.xml:
4348         * docs/plugins/inspect/plugin-gamma.xml:
4349         * docs/plugins/inspect/plugin-gconfelements.xml:
4350         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4351         * docs/plugins/inspect/plugin-goom.xml:
4352         * docs/plugins/inspect/plugin-goom2k1.xml:
4353         * docs/plugins/inspect/plugin-halelements.xml:
4354         * docs/plugins/inspect/plugin-icydemux.xml:
4355         * docs/plugins/inspect/plugin-id3demux.xml:
4356         * docs/plugins/inspect/plugin-jpeg.xml:
4357         * docs/plugins/inspect/plugin-level.xml:
4358         * docs/plugins/inspect/plugin-matroska.xml:
4359         * docs/plugins/inspect/plugin-monoscope.xml:
4360         * docs/plugins/inspect/plugin-mulaw.xml:
4361         * docs/plugins/inspect/plugin-multifile.xml:
4362         * docs/plugins/inspect/plugin-multipart.xml:
4363         * docs/plugins/inspect/plugin-navigationtest.xml:
4364         * docs/plugins/inspect/plugin-ossaudio.xml:
4365         * docs/plugins/inspect/plugin-png.xml:
4366         * docs/plugins/inspect/plugin-quicktime.xml:
4367         * docs/plugins/inspect/plugin-rtp.xml:
4368         * docs/plugins/inspect/plugin-rtsp.xml:
4369         * docs/plugins/inspect/plugin-smpte.xml:
4370         * docs/plugins/inspect/plugin-soup.xml:
4371         * docs/plugins/inspect/plugin-spectrum.xml:
4372         * docs/plugins/inspect/plugin-speex.xml:
4373         * docs/plugins/inspect/plugin-taglib.xml:
4374         * docs/plugins/inspect/plugin-udp.xml:
4375         * docs/plugins/inspect/plugin-video4linux2.xml:
4376         * docs/plugins/inspect/plugin-videobalance.xml:
4377         * docs/plugins/inspect/plugin-videobox.xml:
4378         * docs/plugins/inspect/plugin-videocrop.xml:
4379         * docs/plugins/inspect/plugin-videoflip.xml:
4380         * docs/plugins/inspect/plugin-videomixer.xml:
4381         * docs/plugins/inspect/plugin-wavenc.xml:
4382         * docs/plugins/inspect/plugin-wavpack.xml:
4383         * docs/plugins/inspect/plugin-wavparse.xml:
4384         * docs/plugins/inspect/plugin-ximagesrc.xml:
4385         * ext/aalib/gstaasink.c:
4386         * ext/libcaca/gstcacasink.c:
4387           Document aasink and cacasink.
4388
4389 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4390
4391         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4392         (gst_videomixer_init), (gst_videomixer_query_duration),
4393         (gst_videomixer_query_latency), (gst_videomixer_query),
4394         (gst_videomixer_blend_buffers):
4395         * gst/videomixer/videomixer.h:
4396         Implement position (in time), duration and latency queries.
4397
4398 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4399
4400         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4401         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4402         (gst_videomixer_fill_queues), (forward_event_func),
4403         (forward_event), (gst_videomixer_src_event),
4404         (gst_videomixer_sink_event):
4405         * gst/videomixer/videomixer.h:
4406         Implement proper seek/newsegment handling.
4407         Based on adder's implementation.
4408         Fixes #535121
4409
4410 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4411
4412         Patch by: Jan Gerber <j at oil21 dot org>
4413
4414         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4415         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4416
4417 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4418
4419         * gst/audiofx/Makefile.am:
4420         * gst/audiofx/audiofx.c: (plugin_init):
4421         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4422         (gst_audio_voice_class_init), (gst_audio_voice_init),
4423         (update_filter), (gst_audio_voice_set_property),
4424         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4425         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4426         (gst_audio_voice_transform_ip):
4427         * gst/audiofx/audiovoice.h:
4428         Add simple voice removal element. Yay karaoke.
4429
4430 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4431
4432         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4433
4434         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4435         Fix potential caps leak.
4436         If we can't get the framerate with an ioctl, try to get it with the
4437         current norm. Fixes #520092.
4438
4439 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4440
4441         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4442
4443         * sys/v4l2/v4l2src_calls.c:
4444         (gst_v4l2src_probe_caps_for_format_and_size):
4445         If we fail to get the frame intervals, simply don't touch the framerates
4446         on the template caps instead of discarding the format. See #520092.
4447
4448 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4449
4450         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4451
4452         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4453         (gst_v4l2_get_caps_info):
4454         Add NV12, NV21 and bayer support. See #520092.
4455
4456 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4459         (gst_qtdemux_activate_segment):
4460         Unbreak segment activation again. Fixes #531672.
4461
4462 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4463
4464         * ext/flac/Makefile.am:
4465         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4466         Set the channel layout when decoding FLAC files with more than 2
4467         channels as defined by the FLAC spec. Fixes bug #534570.
4468
4469         Also don't try to decode left/side, right/side and mid/side files
4470         as we don't support this at all.
4471
4472 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4473
4474         * configure.ac:
4475           We need -base CVS (rtsp).
4476
4477 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4478
4479         * gst/udp/Makefile.am:
4480           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4481           when including netdb.h when building against glibc >= 2.8.
4482
4483 2008-05-22  Julien Moutte  <julien@fluendo.com>
4484
4485         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4486         debug statement arguments.
4487         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4488         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4489         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4490         on more platforms.
4491
4492 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4493
4494         * tests/check/elements/avimux.c: (setup_src_pad),
4495         (teardown_src_pad):
4496         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4497         (GST_START_TEST):
4498         * tests/check/elements/matroskamux.c: (setup_src_pad),
4499         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4500         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4501         (GST_START_TEST):
4502         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4503         (setup_wavpackparse), (cleanup_wavpackparse):
4504         Don't use gst_element_get_pad(), it's a bad, bad method.
4505
4506 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4507
4508         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4509         (do_toggle_element):
4510         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4511         (do_toggle_element):
4512         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4513         (do_toggle_element):
4514         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4515         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4516         (do_toggle_element):
4517         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4518         (do_toggle_element):
4519         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4520         (gst_auto_audio_sink_detect):
4521         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4522         (gst_auto_video_sink_detect):
4523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4524         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4525         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4526         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4527         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4528         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4529         * tests/icles/videocrop-test.c: (test_with_caps),
4530         (video_crop_get_test_caps):
4531         Don't use gst_element_get_pad(), it's a bad method.
4532
4533 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4534
4535         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4536         (gst_multiudpsink_add_internal):
4537         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4538         (gst_udp_join_group):
4539         * gst/udp/gstudpnetutils.h:
4540         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4541         Joining a multicast group and setting the loop/ttl properties are
4542         totally unrelated tasks are must be separated.
4543
4544 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4545
4546         * gst/avi/gstavimux.c:
4547           Also support alaw/mulaw.
4548
4549 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4550
4551         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4552         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4553         * gst/udp/gstmultiudpsink.h:
4554         Add a fixme for the auto-multicast property.
4555         Fix some confusing debug messages.
4556         Disable setting a qos value by default.
4557
4558 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4561
4562         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4563         Ignore EPERM errors from sendto. Fixes #533619.
4564
4565 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4566
4567         Patch by: Henrik Eriksson <henriken at axis dot com>
4568
4569         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4570         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4571         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4572         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4573         * gst/udp/gstmultiudpsink.h:
4574         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4575
4576 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4577
4578         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4579         Improve debugging of the ident.
4580
4581 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4582
4583         Patch by: Bruno Santos <brunof at ua dot pt>
4584
4585         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4586         (gst_udp_join_group), (gst_udp_leave_group),
4587         (gst_udp_is_multicast):
4588         * gst/udp/gstudpnetutils.h:
4589         Provide a bunch of helper methods to deal with IPv4 and IPv6
4590         transparently.
4591
4592         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4593         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4594         (gst_multiudpsink_get_property), (join_multicast),
4595         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4596         (gst_multiudpsink_remove):
4597         * gst/udp/gstmultiudpsink.h:
4598         Add multicast TTL and loopback properties.
4599         Use the helper methods to implement ip4 and ip6.
4600
4601         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4602         * gst/udp/gstudpsrc.h:
4603         Use the helper methods to implement ip4 and ip6.
4604         Fixes #515962.
4605
4606 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4607
4608         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4609
4610         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4611         (gst_multipart_demux_get_gstname),
4612         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4613         * gst/multipart/multipartdemux.h:
4614         Don't blindly copy the mime-type as the caps name because they not
4615         always map directly. Instead use a hashtable with common mappings.
4616         Fixes #533287.
4617
4618 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         * ext/esd/esdsink.c: (gst_esdsink_write):
4621         When we post an error, we must return -1 to let the parent know that we
4622         cannot write the segment else it will loop and continue to call us again
4623         forever. Patch by Michael Meeks.
4624
4625 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4626
4627         * gst/videomixer/videomixer.c:
4628           Add missing incudes.
4629
4630 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4631
4632         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4633         (gst_rtp_h264_pay_handle_buffer):
4634         * gst/rtp/gstrtph264pay.h:
4635         Correct a typo (sinle -> single).
4636
4637 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4638
4639         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4640         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4641         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4642         (gst_rtp_h264_depay_process):
4643         * gst/rtp/gstrtph264depay.h:
4644         Add experimental support for outputting quicktime-like AVC output in
4645         addition to the existing bytestream output.
4646
4647         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4648         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4649         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4650         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4651         (gst_rtp_h264_pay_get_property):
4652         * gst/rtp/gstrtph264pay.h:
4653         Make the parsing mode configurable, for some inputs we don't need to
4654         scan every byte for start codes.
4655         Only set the marker bit on ACCESS units.
4656
4657 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4658
4659         * gst/equalizer/gstiirequalizer.c:
4660         Use a bigger type in integer mode for the intermediate results to
4661         prevent overflows. This fixes the crippled sound when using the
4662         equalizer in integer mode. Fixes bug #510865.
4663
4664 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4665
4666         * gst/videomixer/videomixer.c:
4667         * gst/videomixer/videomixer.h:
4668         Instead of a random number for the request pad id's,
4669         use a counter.
4670
4671         Register the videomixerpad class from the element's class_init
4672         where it's safer, and allows the docs generator to scan it.
4673
4674 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4675
4676         * gst/smpte/Makefile.am:
4677         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4678         * gst/smpte/gstsmpte.h:
4679         * gst/smpte/gstsmptealpha.c:
4680         (gst_smpte_alpha_transition_type_get_type),
4681         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4682         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4683         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4684         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4685         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4686         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4687         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4688         * gst/smpte/gstsmptealpha.h:
4689         * gst/smpte/plugin.c: (plugin_init):
4690         Add new plugin that adds the SMPTE transition in the alpha channel of
4691         I420 and AYUV frames so that they can be blended with videomixer later
4692         on. Uses all niceties such as using base transform for efficient alloc
4693         and negotiation. It currently requires GstController to control the
4694         position in the transition effect.
4695
4696 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4697
4698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4700         * docs/plugins/gst-plugins-good-plugins.args:
4701         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4702         * docs/plugins/gst-plugins-good-plugins.interfaces:
4703         * docs/plugins/gst-plugins-good-plugins.types:
4704         * gst/videomixer/videomixer.c:
4705           Try using thaytans new mechanism to get extra classes into plugin
4706           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4707           missing still.
4708
4709 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4710
4711         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4712         Set proper rate in avi stream header for PCM audio, and also do some
4713         more sanity checks on caps in this case.  Fixes #511489.
4714
4715 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4716
4717         * sys/v4l2/gstv4l2src.c:
4718         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4719         isn't implemented at all yet and this requires X headers to be
4720         installed. Fixes bug #533264.
4721
4722 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         reviewed by: <delete if not using a buddy>
4725
4726         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4727         (gst_ebml_write_set_cache):
4728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4729         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4730         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4731         (gst_matroska_demux_read_track_encodings),
4732         (gst_matroska_demux_add_stream),
4733         (gst_matroska_demux_handle_src_query),
4734         (gst_matroska_demux_init_stream),
4735         (gst_matroska_demux_parse_index_cuetrack),
4736         (gst_matroska_demux_parse_index_pointentry),
4737         (gst_matroska_demux_parse_info),
4738         (gst_matroska_demux_parse_metadata_id_simple_tag),
4739         (gst_matroska_demux_parse_metadata),
4740         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4741         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4742         (gst_matroska_demux_parse_cluster),
4743         (gst_matroska_demux_parse_contents_seekentry),
4744         (gst_matroska_demux_loop_stream_parse_id),
4745         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4746         (gst_matroska_demux_audio_caps),
4747         (gst_matroska_demux_subtitle_caps):
4748         * gst/matroska/matroska-demux.h:
4749         * gst/matroska/matroska-ids.c:
4750         (gst_matroska_track_init_subtitle_context):
4751         * gst/matroska/matroska-ids.h:
4752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4753         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4754         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4755         * sys/v4l2/gstv4l2src.c:
4756         * tests/check/pipelines/wavpack.c: (bus_handler):
4757         * win32/common/config.h:
4758
4759 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4760
4761         * ext/wavpack/gstwavpackstreamreader.c:
4762         * tests/examples/spectrum/demo-audiotest.c:
4763         * tests/examples/spectrum/demo-osssrc.c:
4764         Fix some compiler warnings.
4765
4766 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4767
4768         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4769         Small comment added.
4770
4771         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4772         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4773         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4774         Debug string cleanups (remove trailing \n)
4775         Refactor and clean up the payloader a bit and make sure that we only
4776         put one NAL unit in an RTP packet even if the input buffer contains
4777         multiple NAL units.
4778         Add suport for AVC format input.
4779
4780 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4781
4782         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4783         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4784         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4785         * gst/rtp/gstrtph264pay.h:
4786         Make it possible to specify profile-level-id and sprop-parameter-sets
4787         using properties in case they are not available in-stream.
4788
4789 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4790
4791         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4792         * docs/plugins/gst-plugins-good-plugins.args:
4793         * docs/plugins/inspect/plugin-ladspa.xml:
4794           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4795
4796 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4797
4798         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4799         Send an initial BYTE segment to inform downstream of later seeking,
4800         and to forego sync attempts.
4801
4802 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4803
4804         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4805         Fix wrong caps string.
4806
4807 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         Based on patch by: Olivier Crete <tester at tester dot ca>
4810
4811         * gst/rtp/Makefile.am:
4812         * gst/rtp/gstrtp.c: (plugin_init):
4813         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4814         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4815         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4816         (gst_rtp_g729_depay_plugin_init):
4817         * gst/rtp/gstrtpg729depay.h:
4818         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4819         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4820         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4821         * gst/rtp/gstrtpg729pay.h:
4822         Added G729 pay and depayloaders. Fixes #532409.
4823
4824 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4825
4826         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4827         Fix the calculation of the duration of the concealment packets.
4828
4829 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4830
4831         Based on patch by: Olivier Crete <tester at tester dot ca>
4832
4833         * gst/rtp/Makefile.am:
4834         * gst/rtp/gstrtp.c: (plugin_init):
4835         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4836         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4837         (parse_encode), (gst_rtp_dv_depay_setcaps),
4838         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4839         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4840         (gst_rtp_dv_depay_plugin_init):
4841         * gst/rtp/gstrtpdvdepay.h:
4842         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4843         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4844         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4845         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4846         (gst_dv_pay_negotiate), (include_dif),
4847         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4848         * gst/rtp/gstrtpdvpay.h:
4849         Add DV pay and depayloaders. Fixes #532423.
4850
4851 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4852
4853         * gst/matroska/matroska-demux.c:
4854         (gst_matroska_demux_push_dvd_clut_change_event):
4855         Convert subtitle palette info in VobSub private data from VobSub's
4856         (buggy) RGB to YUV.
4857
4858 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4859
4860         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4861         Do not leave fourcc stream header field empty upon reset.
4862         Fixes #519301.
4863
4864 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4865
4866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4868         * docs/plugins/inspect/plugin-goom.xml:
4869         * docs/plugins/inspect/plugin-goom2k1.xml:
4870         * gst/goom/gstgoom.c:
4871         * gst/goom2k1/gstgoom.c:
4872         Add goom2k1 into the docs.
4873
4874 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4875
4876         Based on patch by: Wouter Cloetens  <wouter at mind be>
4877
4878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4879         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4880         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4881         (gst_rtsp_decode_quoted_string),
4882         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4883         (gst_rtspsrc_setup_auth):
4884         Support Digest authentication. Fixes #532065.
4885
4886 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4887
4888         * gst/level/gstlevel.c:
4889           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4890           about whats needed for liboil acceleration. Simplify docs a bit.
4891
4892 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4895
4896         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4897         Update the track duration if the old one was invalid.
4898         Fixes bug #532117.
4899
4900 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4901
4902         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4903           Use GST_STR_NULL when trying to print sps and pps strings that could
4904           be NULL, as this might crash on some platforms.
4905
4906 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4907
4908         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4909
4910         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4911           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4912           set after creating the clipper.
4913
4914 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4915
4916         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4917
4918         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4919           Added checking of surface lost case after an unsuccessful
4920           IDirectDrawSurface7_Lock() call.
4921           If surface is lost, return GST_FLOW_OK.
4922
4923 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4924
4925         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4926
4927         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4928           WndProc, gst_directdraw_sink_window_thread):
4929           Improved Windows message loop and fixed window destruction issue.
4930           When the window which DirectDraw is rendering to is destroyed, the
4931           render/show_frame function will return GST_FLOW_ERROR.
4932           Partially fixes #520885.
4933
4934 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4935
4936         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4937
4938         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4939           Fixed mid stream resolution change bug, the offscreen surface is now
4940           released when set_caps is called.
4941           Partially fixes #520885.
4942
4943 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4944
4945         * sys/directdraw/gstdirectdrawsink.c
4946           (gst_directdraw_sink_buffer_alloc):
4947           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4948           width/height.
4949
4950           Especially when looking through the pool of buffers, make sure that
4951           the width/height of caps is used instead of the already negotiated
4952           dimensions.
4953           For example if a buffer with different caps is requested, i.e.
4954           higher resolution, the caller would get a buffer with the old
4955           dimensions and thus corrupt the heap.
4956
4957 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4958
4959         * sys/directdraw/gstdirectdrawsink.c
4960           (gst_directdraw_sink_buffer_alloc):
4961           Clear the flags on recycled buffers from buffer_alloc.
4962           Partially fixes #520885.
4963
4964 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4965
4966         * gst/rtp/gstrtpilbcpay.c:
4967           Added missing stdlib.h include for strtol(), and made include ordering and
4968           style consistent with the corresponding depayloader.
4969
4970 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4971
4972         * configure.ac:
4973           Error out if we don't have the required core/base versions.
4974
4975 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4976
4977         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4978
4979         * sys/osxvideo/cocoawindow.m:
4980         Fix compiler warnings on PPC64. Fixes bug #499318.
4981
4982 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4983
4984         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4985
4986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4987         Don't leak file descriptors on error. Fixes #531532.
4988
4989 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4990
4991         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4992         (gst_gconf_audio_src_change_state):
4993         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4994         (gst_gconf_video_sink_change_state):
4995         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4996         (gst_gconf_video_src_change_state):
4997         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4998         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4999         When we can't create a fakesink/fakesrc complain instead of unreffing
5000         NULL pointers and crashing later. See bug #530535.
5001
5002 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5005         Add some more debug info and guard against small payloads.
5006
5007         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5008         Set duration on outgoing buffers because we can.
5009
5010 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5011
5012         Patch by: Olivier Crete <tester at tester dot ca>
5013
5014         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5015         (gst_speex_enc_init), (gst_speex_enc_chain):
5016         Add negotiation for the speex channels and rate. Fixes #465146.
5017
5018 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5019
5020         Patch by: Olivier Crete <tester at tester dot ca>
5021
5022         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5023         (gst_rtp_speex_pay_getcaps):
5024         Add negotiation for the speex channels and rate. See #465146.
5025
5026 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         Patch by: Olivier Crete <tester at tester dot ca>
5029
5030         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5031         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5032         Add negotiation for the ILBC mode. See #465146.
5033
5034 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5035
5036         * ext/soup/gstsouphttpsrc.c:
5037           Include stdlib to fix the build. Use g_free instead of free, libsoup
5038           uses glib.
5039
5040 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5041
5042         Patch by: j^ <j@bootlab.org>
5043
5044         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5045         Add more mpeg2 variants. Fixes #530886.
5046
5047 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5048
5049         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5050
5051         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5052           Don't error out if we get an ICMP destination-unreachable
5053           message when trying to read packets on win32 (#529454).
5054
5055 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5056
5057         * configure.ac:
5058         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5059           Use new error code for encrypted streams (which requires core CVS).
5060
5061 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5062
5063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5064           (gst_qtdemux_audiosrc_template):
5065           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5066
5067 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5068
5069         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5070         (speex_dec_chain_parse_data):
5071         Produce concealment data when time progresses in a segment update.
5072
5073 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5074
5075         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5076         (speex_dec_chain):
5077         Try to preserve input timestamps when we can.
5078         Do beginnings of error concealment.
5079
5080 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5081
5082         * gst/debug/gstnavigationtest.c:
5083           MSVC doesn't provide rint(), define an adequate replacement locally as
5084           elsewhere.
5085
5086 2008-04-28  Julien Moutte  <julien@fluendo.com>
5087
5088         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5089         format to pacify Mac OSX's gcc.
5090
5091 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5094           (DEFAULT_MAX), (src_template), (sink_template),
5095           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5096           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5097           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5098           Bring rndbuffersize element into a state that doesn't require us
5099           to move it to -bad immediately. For one, fix up default min/max
5100           values so that the element actuall works using the default values.
5101           Also, don't ignore flow return values and do some kind of minimal
5102           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5103           other gratuitious clean-ups.
5104
5105 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5106
5107         * docs/plugins/Makefile.am:
5108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5110         * docs/plugins/gst-plugins-good-plugins.args:
5111         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5112         * docs/plugins/gst-plugins-good-plugins.interfaces:
5113         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5114         * docs/plugins/inspect/plugin-1394.xml:
5115         * docs/plugins/inspect/plugin-aasink.xml:
5116         * docs/plugins/inspect/plugin-alaw.xml:
5117         * docs/plugins/inspect/plugin-alpha.xml:
5118         * docs/plugins/inspect/plugin-alphacolor.xml:
5119         * docs/plugins/inspect/plugin-annodex.xml:
5120         * docs/plugins/inspect/plugin-apetag.xml:
5121         * docs/plugins/inspect/plugin-audiofx.xml:
5122         * docs/plugins/inspect/plugin-auparse.xml:
5123         * docs/plugins/inspect/plugin-autodetect.xml:
5124         * docs/plugins/inspect/plugin-avi.xml:
5125         * docs/plugins/inspect/plugin-cacasink.xml:
5126         * docs/plugins/inspect/plugin-cairo.xml:
5127         * docs/plugins/inspect/plugin-cdio.xml:
5128         * docs/plugins/inspect/plugin-cutter.xml:
5129         * docs/plugins/inspect/plugin-debug.xml:
5130         * docs/plugins/inspect/plugin-dv.xml:
5131         * docs/plugins/inspect/plugin-efence.xml:
5132         * docs/plugins/inspect/plugin-effectv.xml:
5133         * docs/plugins/inspect/plugin-equalizer.xml:
5134         * docs/plugins/inspect/plugin-esdsink.xml:
5135         * docs/plugins/inspect/plugin-flac.xml:
5136         * docs/plugins/inspect/plugin-flxdec.xml:
5137         * docs/plugins/inspect/plugin-gamma.xml:
5138         * docs/plugins/inspect/plugin-gconfelements.xml:
5139         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5140         * docs/plugins/inspect/plugin-goom.xml:
5141         * docs/plugins/inspect/plugin-halelements.xml:
5142         * docs/plugins/inspect/plugin-icydemux.xml:
5143         * docs/plugins/inspect/plugin-id3demux.xml:
5144         * docs/plugins/inspect/plugin-jpeg.xml:
5145         * docs/plugins/inspect/plugin-level.xml:
5146         * docs/plugins/inspect/plugin-matroska.xml:
5147         * docs/plugins/inspect/plugin-monoscope.xml:
5148         * docs/plugins/inspect/plugin-mulaw.xml:
5149         * docs/plugins/inspect/plugin-multifile.xml:
5150         * docs/plugins/inspect/plugin-multipart.xml:
5151         * docs/plugins/inspect/plugin-navigationtest.xml:
5152         * docs/plugins/inspect/plugin-ossaudio.xml:
5153         * docs/plugins/inspect/plugin-png.xml:
5154         * docs/plugins/inspect/plugin-quicktime.xml:
5155         * docs/plugins/inspect/plugin-rtp.xml:
5156         * docs/plugins/inspect/plugin-rtsp.xml:
5157         * docs/plugins/inspect/plugin-shout2send.xml:
5158         * docs/plugins/inspect/plugin-smpte.xml:
5159         * docs/plugins/inspect/plugin-spectrum.xml:
5160         * docs/plugins/inspect/plugin-speex.xml:
5161         * docs/plugins/inspect/plugin-taglib.xml:
5162         * docs/plugins/inspect/plugin-udp.xml:
5163         * docs/plugins/inspect/plugin-video4linux2.xml:
5164         * docs/plugins/inspect/plugin-videobalance.xml:
5165         * docs/plugins/inspect/plugin-videobox.xml:
5166         * docs/plugins/inspect/plugin-videocrop.xml:
5167         * docs/plugins/inspect/plugin-videoflip.xml:
5168         * docs/plugins/inspect/plugin-videomixer.xml:
5169         * docs/plugins/inspect/plugin-wavenc.xml:
5170         * docs/plugins/inspect/plugin-wavpack.xml:
5171         * docs/plugins/inspect/plugin-wavparse.xml:
5172         * docs/plugins/inspect/plugin-ximagesrc.xml:
5173           Add docs for gdkpixbufsink; update docs to CVS version.
5174
5175 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5176
5177         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5178         Remove test sync-offset by default.
5179
5180 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5181
5182         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5183         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5184         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5185           Use GLib versions of htonl, htons, ntohl and ntohs in order
5186           to avoid problems on win32 (#529707).
5187
5188 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         Patch by: Jesús Corrius <jesus at softcatala org>
5191
5192         * gst/goom/filters.c: (zoomVector):
5193         * gst/goom/goom_core.c: (init_buffers):
5194           Fix build with mingw32: use rand() instead of random() and
5195           replace bzero() with memset(). Fixes #529692.
5196
5197 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5198
5199         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5200         Fix typo in comments.
5201
5202         * tests/examples/rtp/client-H263p-PCMA.sdp:
5203         * tests/examples/rtp/client-H263p-PCMA.sh:
5204         * tests/examples/rtp/client-H264-PCMA.sdp:
5205         * tests/examples/rtp/client-H264-PCMA.sh:
5206         * tests/examples/rtp/client-H264.sdp:
5207         * tests/examples/rtp/client-H264.sh:
5208         * tests/examples/rtp/client-PCMA.sdp:
5209         * tests/examples/rtp/client-PCMA.sh:
5210         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5211         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5212         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5213         Add some more docs and fix examples.
5214
5215 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5216
5217         * tests/check/elements/multifile.c:
5218         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5219         declared in the former, some have it declared in the latter.
5220
5221 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5222
5223         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5224         * gst/debug/tests.c: (md5_get_value):
5225         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5226         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5227         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5228         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5229         Stop using deprecated GLib functions.
5230
5231 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5232
5233         * configure.ac:
5234         Back to development -> 0.10.8.1
5235
5236 === release 0.10.8 ===
5237
5238 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5239
5240         * configure.ac:
5241           releasing 0.10.8, "One For The Money"
5242
5243 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5244
5245         * configure.ac:
5246         0.10.7.4 pre-release
5247
5248 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5249
5250         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5251         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5252         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5253         * gst/goom/flying_stars_fx.c: (fs_free):
5254         * gst/goom/goom_config_param.h:
5255         * gst/goom/goom_core.c: (goom_init), (goom_close):
5256         * gst/goom/goom_plugin_info.h:
5257         * gst/goom/gstgoom.c: (gst_goom_finalize):
5258         * gst/goom/lines.c: (goom_lines_free):
5259         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5260         * gst/goom/surf3d.c: (grid3d_free):
5261         * gst/goom/surf3d.h:
5262         * gst/goom/tentacle3d.c: (tentacle_free):
5263         Free a bunch of stuff, and initialise things to fix leaks
5264         and valgrind warnings in the testsuite.
5265
5266         Fixes: #529268
5267
5268 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5269
5270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5271         (gst_rtspsrc_configure_caps):
5272         Ref caps as the return value for the request_pt_map signal.
5273         Remove some caps weirdness when configuring a stream. See #528245.
5274
5275 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5276
5277         * tests/icles/gdkpixbufsink-test.c:
5278           Add cast to placate gcc 4.1.2.
5279
5280 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5281
5282         * configure.ac:
5283         0.10.7.3 pre-release
5284
5285 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5286
5287         * tests/check/Makefile.am:
5288         Disable some more elements in the state test.
5289         Add a define so the soup test can find the test files
5290         it needs at runtime.
5291
5292         * tests/check/elements/souphttpsrc.c: (run_server):
5293
5294         Add a define so the soup test can find the test files
5295         it needs at runtime.
5296
5297 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5298
5299         * gst/goom/convolve_fx.c: (convolve_apply):
5300         Don't ever draw the GOOM logo.
5301         Fixes: #528615
5302
5303 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5304
5305         * ext/cdio/gstcdiocddasrc.c:
5306         * ext/dv/gstdvdemux.c: 
5307         gst_atomic_int_set ==> g_atomic_int_set
5308
5309 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * configure.ac:
5312         * gst/goom/Makefile.am:
5313         * gst/goom/convolve_fx.c:
5314         * gst/goom/default_scripts.h:
5315         * gst/goom/goom.h:
5316         * gst/goom/goom_core.c: (choose_a_goom_line):
5317         * gst/goom/goom_plugin_info.h:
5318         * gst/goom/goomsl.c:
5319         * gst/goom/goomsl.h:
5320         * gst/goom/goomsl_hash.c:
5321         * gst/goom/goomsl_hash.h:
5322         * gst/goom/goomsl_heap.c:
5323         * gst/goom/goomsl_heap.h:
5324         * gst/goom/goomsl_private.h:
5325         * gst/goom/plugin_info.c:
5326           Strip out the config/script parsing stuff, we don't need it.
5327           Fixes #527999.
5328
5329 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5330
5331         * gst/goom/plugin_info.c: (setOptimizedMethods):
5332           Disable altivec optimisations for 32-bit PPC as well to make
5333           things build properly on all PPC systems. Fixes #528143
5334
5335 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * gst-plugins-good.spec.in:
5338           Update for souphttpsrc plugin which has moved to -good.
5339
5340 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5341
5342         * gst/matroska/matroska-demux.c:
5343         (gst_matroska_demux_handle_seek_event):
5344         Fix open-ended seeks in matroskademux
5345         Patch by: Mark Nauwelaerts <manauw skynet be>
5346         Fixes: #526557
5347
5348 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5349
5350         * tests/check/Makefile.am:
5351         Add soup test certificates to the dist.
5352
5353 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5354
5355         * ext/Makefile.am:
5356         Remove LADSPA reference I missed.
5357
5358 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5359
5360         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5361         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5362         over gnome-vfs and everything else. Fixes bug #527848.
5363
5364 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5365
5366         * configure.ac:
5367         * ext/Makefile.am:
5368         Remove LADSPA plugin. Fixes: #515978
5369
5370 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5371
5372         * configure.ac:
5373         * docs/plugins/Makefile.am:
5374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5376         * docs/plugins/gst-plugins-good-plugins.args:
5377         * docs/plugins/inspect/plugin-soup.xml:
5378         * ext/Makefile.am:
5379         * tests/check/Makefile.am:
5380         Move soup plugin from -bad (Fixes: #523124)
5381
5382 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5383
5384         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5385         Fix bounds checking of mode in Speex header, which may
5386         produce negative numbers in speex <= 1.1.12
5387
5388 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         * gst/goom/Makefile.am:
5391         * gst/goom/gfontlib.c:
5392         * gst/goom/gfontlib.h:
5393         * gst/goom/gfontrle.c:
5394         * gst/goom/gfontrle.h:
5395         * gst/goom/goom.h:
5396         * gst/goom/goom_core.c: (goom_update):
5397         * gst/goom/goom_plugin_info.h:
5398         * gst/goom/gstgoom.c: (gst_goom_chain):
5399         * gst/goom/plugin_info.c:
5400           Remove a bunch of font/text related code that we don't need.
5401
5402 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * gst/goom/ppc_drawings.s:
5405         * gst/goom/ppc_zoom_ultimate.s:
5406           Change license of these files to LGPL, as permitted by the
5407           author, Guillaume Borios. See #515073.
5408
5409 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5410
5411         * gst/goom/convolve_fx.c:
5412         * gst/goom/motif_goom1.h:
5413         * gst/goom/motif_goom2.h:
5414           As hinted in Bug #518213, revert one change and fix warnings properly.
5415           This fixes both #518213 and #520073 for me.     
5416
5417 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5418
5419         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5420         * gst/matroska/matroska-demux.c:
5421         (gst_matroska_demux_handle_seek_event),
5422         (gst_matroska_demux_parse_contents_seekentry),
5423         (gst_matroska_demux_loop):
5424         Fix the Forte build by making function declaration signatures
5425         match the implementations.
5426
5427 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5430         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5431         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5432           More logging when probing (see #518474), some comments in _reset().
5433
5434 2008-04-07  Julien Moutte  <julien@fluendo.com>
5435
5436         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5437         because of a bad argument number.
5438
5439 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5440
5441         * tests/icles/.cvsignore:
5442         * tests/icles/Makefile.am:
5443         * tests/icles/gdkpixbufsink-test.c:
5444           Interactive test app for gdkpixbufsink.
5445
5446 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5447
5448         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5449
5450         * configure.ac:
5451         Actually build dlls when cross-compiling with mingw32.
5452         Fixes bug #526247.
5453
5454 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5457           Don't munge device string to 'default:x' for capture devices.
5458           Fixes #525833.
5459
5460 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5461
5462         * ext/wavpack/gstwavpackparse.c:
5463         (gst_wavpack_parse_index_entry_free):
5464         Always use GSlice as we actually depend on GLib 2.12 already.
5465
5466 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5467
5468         * configure.ac:
5469           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5470           Also bump the GLib requirement to the current de-facto requirement
5471           (ie. 2.12).
5472
5473 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5474
5475         * gst/rtp/gstrtph264pay.c: (encode_base64),
5476         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5477         * gst/rtp/gstrtph264pay.h:
5478         Parse codec_data for future AVC compatibility.
5479         Fail when we encounter AVC data for now.
5480
5481 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5484           (gst_spectrum_init), (gst_spectrum_set_property),
5485           (gst_spectrum_get_property), (gst_spectrum_message_new):
5486           Rename property enums and default defines for the properties to match
5487           the property names and rephrase property descriptions to make them a
5488           bit clearer (hopefully). See #518188.
5489
5490 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5491
5492         * tests/check/Makefile.am:
5493         * tests/check/elements/.cvsignore:
5494         * tests/check/elements/gdkpixbufsink.c:
5495           Add unit test for gdkpixbufsink element.
5496
5497 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * ext/gdk_pixbuf/Makefile.am:
5500         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5501         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5502           (gst_gdk_pixbuf_sink_base_init),
5503           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5504           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5505           (gst_gdk_pixbuf_sink_set_caps),
5506           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5507           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5508           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5509           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5510           (gst_gdk_pixbuf_sink_get_property):
5511         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5512           Add gdkpixbufsink element for easy snapshotting (#525946).
5513
5514 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5515
5516         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5517         Bump timeout from 3 to 60 seconds.
5518
5519 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5520
5521         * tests/check/pipelines/.cvignore:
5522         Remove useless file.
5523
5524         * tests/check/pipelines/.cvsignore:
5525         Add new test to .cvsignore.
5526
5527 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5528
5529         * tests/check/Makefile.am:
5530         * tests/check/pipelines/wavpack.c: (bus_handler),
5531         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5532         (wavpack_suite), (main):
5533         Add unit test that encodes and decodes some data, checks that it
5534         is still the same and that all timestamps/offsets are perfect.
5535
5536 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5539         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5540         * ext/wavpack/gstwavpackparse.c:
5541         (gst_wavpack_parse_index_entry_new),
5542         (gst_wavpack_parse_index_entry_free),
5543         (gst_wavpack_parse_base_init),
5544         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5545         Use GSlice for allocating index entries and use
5546         gst_element_class_set_details_simple().
5547
5548 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         Patch by: Brian Cameron <brian.cameron at sun dot com>
5551
5552         * sys/sunaudio/gstsunaudio.c:
5553         * sys/sunaudio/gstsunaudiomixer.c:
5554         * sys/sunaudio/gstsunaudiomixer.h:
5555         * sys/sunaudio/gstsunaudiomixerctrl.c:
5556         * sys/sunaudio/gstsunaudiomixerctrl.h:
5557         * sys/sunaudio/gstsunaudiomixertrack.c:
5558         * sys/sunaudio/gstsunaudiomixertrack.h:
5559         * sys/sunaudio/gstsunaudiosink.c:
5560         * sys/sunaudio/gstsunaudiosink.h:
5561         * sys/sunaudio/gstsunaudiosrc.c:
5562         * sys/sunaudio/gstsunaudiosrc.h:
5563           Fix up copyrights (#525860).
5564
5565 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5566
5567         * gst/goom/goomsl.c: (gsl_read_file):
5568           Check return value of fread() to avoid compiler warnings.
5569
5570 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5571
5572         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5573
5574         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5575         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5576         * gst/law/alaw-decode.h:
5577         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5578         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5579         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5580         * gst/law/mulaw-decode.h:
5581         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5582         Make negotiation a bit modern.
5583         Use pad_alloc. Fixes #525359.
5584
5585 2008-03-31  David Schleef  <ds@schleef.org>
5586
5587         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5588           compiles consistently.  Fixes #522278.
5589
5590 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         Patch by: Brian Cameron <brian.cameron at sun dot com>
5593
5594         * sys/sunaudio/gstsunaudiomixerctrl.c:
5595           (gst_sunaudiomixer_ctrl_get_volume),
5596           (gst_sunaudiomixer_ctrl_set_volume):
5597         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5598           Fix up the mixer tracks to use a volume range of 0-255, which is what
5599           the sun audio API uses. This simplifies the code and avoids rounding
5600           errors. Fixes #524593.
5601
5602 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5603
5604         * sys/v4l2/gstv4l2object.c:
5605         * sys/v4l2/gstv4l2object.h:
5606         Add device-fd property to make it possible to apps to call ioctl's.
5607
5608 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5609
5610         * gst/qtdemux/qtdemux.c: (next_entry_size):
5611         Unbreak streaming mode again.
5612
5613 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5616           Remove superfluous DEBUG macro.
5617
5618 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5619
5620         Based on patch by: William M. Brack <wbrack at mmm com hk>
5621
5622         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5623           (gst_v4l2src_set_capture):
5624           Check whether the device supports setting the framerate before
5625           trying to set it and then posting a warning or error if it doesn't
5626           work (#516649, #520092). Also compare fractions more correctly.
5627
5628 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5629
5630         * gst/goom/Makefile.am:
5631           Remove ppc assembler optimisations from the build until they
5632           actually build (they also seem to have GPL headers).
5633
5634 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         * m4/Makefile.am:
5637           Better not dist files that don't exist any longer (lrint*m4).
5638
5639 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5640
5641         * configure.ac:
5642         * m4/lrint.m4:
5643         * m4/lrintf.m4:
5644         Remove lrint/lrintf checks. We don't use it anywhere.
5645
5646 2008-03-18  Andy Wingo  <wingo@pobox.com>
5647
5648         * sys/osxvideo/osxvideosink.m
5649         (gst_osx_video_sink_osxwindow_destroy)
5650         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5651         task, whoopdee.
5652         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5653         2 ms.
5654
5655 2008-03-18  Andy Wingo  <wingo@pobox.com>
5656
5657         * sys/osxvideo/osxvideosink.m
5658         (gst_osx_video_sink_osxwindow_destroy)
5659         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5660         task, whoopdee.
5661         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5662         2 ms.
5663         
5664 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         Patch by: William M. Brack <wbrack at mmm com hk>
5667
5668         * sys/v4l2/v4l2src_calls.c:
5669           (gst_v4l2src_probe_caps_for_format_and_size),
5670           (gst_v4l2src_probe_caps_for_format):
5671           Make sure the probed frame sizes are reversed in the resulting
5672           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5673           highest resolution first); also remove unused variable.
5674           (Partly fixes #520092)
5675
5676 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5677
5678         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5679
5680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5681         (gst_rtspsrc_finalize):
5682         Call WSAStartup() and WSACleanup before using the Winsock API.
5683         See #520808.
5684
5685 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5686
5687         * gst/avi/gstavidemux.c:
5688           Erm, the buffer-size is just guint, no need for the special format
5689           specifier.
5690
5691 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst/goom/plugin_info.c:
5694         * gst/goom/ppc_zoom_ultimate.h:
5695           Small fixes to build more on PPC: ifdef out code that uses unknown
5696           define; add newline at end of header file to avoid compiler warning.
5697           Assembler code still doesn't build though.
5698
5699 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5700
5701         * gst/avi/gstavidemux.c:
5702           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5703           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5704
5705 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5706
5707         * gst/avi/gstavidemux.c:
5708           Chunksize is uint32. Fix format specifier.
5709
5710 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5711
5712         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5713         mistake. Return file to pure MIT text.
5714
5715 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5716
5717         * gst/audiofx/audiofx.c:
5718         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5719         of hardcoding values.
5720
5721 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         Patch by: Mark Nauwelaerts <manauw skynet be>
5724
5725         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5726           (gst_oss_src_close):
5727         * sys/oss/gstosssrc.h:
5728           Cache probed caps, so _get_caps() during recording doesn't cause
5729           ioctl calls which may disrupt the recording (fixes #521875).
5730
5731 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5732
5733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5734         (gst_qtdemux_activate_segment),
5735         (gst_qtdemux_prepare_current_sample),
5736         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5737         Make sure we always send a DISCONT after a seek by setting the sample
5738         index to an undefined value after a seek.
5739
5740 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5743           (GST_IS_AVI_SUBTITLE_CLASS):
5744           Fix up IS_FOO macros, which makes gtk-doc much happier.
5745
5746 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * tests/icles/Makefile.am:
5749           Move the -lgstfoo where it belongs.
5750
5751 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5752
5753         * gst/matroska/ebml-ids.h:
5754         Add ID for EBML CRC32 elements.
5755
5756         * gst/matroska/Makefile.am:
5757         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5758         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5759         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5760         (gst_ebml_read_header):
5761         Support reading 80bit floats, add finalize method to clean up
5762         in any case, support reading length/id elements with any length
5763         as long as it's smaller than our supported maximum, don't leak
5764         buffers if reading as much data as we wanted failed and some
5765         smaller cleanup.
5766
5767 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5768
5769         Patch by: Olivier Crete <tester at tester dot ca>
5770
5771         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5772         Check that a buffer is large enough before reading from it.
5773         Fixes bug #521102.
5774         
5775 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5776
5777         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5778         Fix compilation after removing the GstPollMode from the
5779         constructor.
5780
5781 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5782
5783         * configure.ac:
5784         * gst/audiofx/Makefile.am:
5785         * gst/audiofx/audiochebband.c:
5786         * gst/audiofx/audiocheblimit.c:
5787         * gst/audiofx/math_compat.h:
5788         Check for sinh(), cosh() and asinh() and define our own
5789         implementations if they're not available. Fixes bug #520880.
5790
5791 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5792
5793         Patch by: Olivier Crete <tester at tester dot ca>
5794
5795         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5796         Unref the buffers only once when handling not-negotiated errors.
5797         Fixes bug #520764.
5798
5799 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5800
5801         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5802
5803         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5804         (gst_udpsrc_stop):
5805         Properly balance WSA_Cleanup with WSA_Startup.
5806         Also make the poll controllable on windows. Fixes #520888.
5807
5808 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5809
5810         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5811         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5812         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5813         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5814         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5815         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5816         (gst_ebml_read_date), (gst_ebml_read_master),
5817         (gst_ebml_read_binary), (gst_ebml_read_header):
5818         * gst/matroska/ebml-read.h:
5819         * gst/matroska/matroska-demux.c:
5820         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5821         (gst_matroska_demux_read_track_encodings),
5822         (gst_matroska_demux_add_stream),
5823         (gst_matroska_demux_handle_src_query),
5824         (gst_matroska_demux_handle_seek_event),
5825         (gst_matroska_demux_init_stream),
5826         (gst_matroska_demux_parse_tracks),
5827         (gst_matroska_demux_parse_index_cuetrack),
5828         (gst_matroska_demux_parse_index_pointentry),
5829         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5830         (gst_matroska_demux_parse_metadata_id_simple_tag),
5831         (gst_matroska_demux_parse_metadata_id_tag),
5832         (gst_matroska_demux_parse_metadata),
5833         (gst_matroska_demux_sync_streams),
5834         (gst_matroska_demux_push_hdr_buf),
5835         (gst_matroska_demux_push_flac_codec_priv_data),
5836         (gst_matroska_demux_push_xiph_codec_priv_data),
5837         (gst_matroska_demux_add_wvpk_header),
5838         (gst_matroska_demux_check_subtitle_buffer),
5839         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5840         (gst_matroska_demux_parse_cluster),
5841         (gst_matroska_demux_parse_contents_seekentry),
5842         (gst_matroska_demux_parse_contents),
5843         (gst_matroska_demux_loop_stream_parse_id),
5844         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5845         * gst/matroska/matroska-demux.h:
5846         * gst/matroska/matroska-ids.h:
5847         Handle return values from pull_range in a more granular way to properly
5848         shut down on seeks.
5849         Combine return values from push.
5850         Implement proper error handling.
5851         Prepare for handling seeking correctly.
5852
5853 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5854
5855         * gst/matroska/ebml-read.c:
5856         Use GINT64 formatting constants from GLIB.
5857
5858         * gst/matroska/matroska-demux.c:
5859         Add some guards to avoid a possible division by 0 and crashing
5860         with NULL events on some systems.
5861         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5862         conversion. 
5863
5864         * gst/matroska/matroska-mux.c:
5865         Check for invalid timestamps in a bunch of places to avoid
5866         writing bogus durations into the output file.
5867         Fix some double<->gint64 conversions that weren't using
5868         gst_guint64_to_gdouble
5869
5870 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5871
5872         * configure.ac:
5873         Move the checks for bison, flex and as to the program section and the
5874         check for gcc inline asm to the compiler characteristics section.
5875
5876 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5877
5878         * configure.ac:
5879         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5880         plug-ins are included/excluded. (#498222)
5881
5882 2008-02-29  Michael Smith <msmith@fluendo.com>
5883
5884         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5885           Don't call gst_object_sync_values() unless we have a valid timestamp.
5886
5887 2008-02-28  David Schleef  <ds@schleef.org>
5888
5889         * gst/matroska/matroska-demux.c:
5890         * gst/matroska/matroska-ids.h:
5891         * gst/matroska/matroska-mux.c:
5892           Fix Dirac mapping.  I had previously added a VfW-type
5893           mapping, but it looks like Dirac will get a native Matroska
5894           mapping, and this is the most likely method.
5895
5896 2008-02-28  David Schleef  <ds@schleef.org>
5897
5898         * gst/avi/gstavimux.c: Add Dirac encoding
5899
5900 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5901
5902         Patch by: Peter Kjellerstedt <pkj at axis com>
5903
5904         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5905         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5906         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5907         * gst/udp/gstudpsrc.h:
5908         Port to GstPoll. See #505417.
5909
5910 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5911
5912         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5913         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5914         yet on the srcpad. We need rate and channels before we
5915         can do any processing. Fixes bug #519088.
5916
5917 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5918
5919         * configure.ac:
5920         Detect and indicate if GCC inline assembly syntax is
5921         available.
5922
5923         * gst/goom/Makefile.am:
5924         * gst/goom/convolve_fx.c:
5925         * gst/goom/flying_stars_fx.c:
5926         * gst/goom/goom_config.h:
5927         * gst/goom/goom_core.c:
5928         * gst/goom/goomsl.c:
5929         * gst/goom/ifs.c:
5930         * gst/goom/mmx.c:
5931         * gst/goom/plugin_info.c:
5932         * gst/goom/xmmx.c:
5933         Fix various GCC-isms, and only build the inline assembly
5934         with compilers that support GCC inline assembly.
5935
5936         Fix a couple of other warnings shown with Forte.
5937
5938 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5939
5940         * gst/goom/xmmx.c:
5941           Use 'emms' instead of 'femms' to not crash on cpus that do not
5942           implement this 3dnow specific instruction.
5943
5944 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5945
5946         * gst/goom/plugin_info.c: (setOptimizedMethods):
5947         Use extended MMX for draw_line() too if available, not only
5948         normal MMX.
5949
5950 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5951
5952         * ext/jpeg/gstjpeg.c: (plugin_init):
5953         Remove (commented out) smoke typefinder. This is in base now.
5954
5955 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5956
5957         * gst/goom2k1/Makefile.am:
5958         * gst/goom2k1/gstgoom.c:
5959
5960         Rename the installed library, and don't register the same 
5961         GType name as the new goom.
5962
5963 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5964
5965         * configure.ac:
5966         * ext/taglib/Makefile.am:
5967           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5968           when building C++ code (#516509).
5969
5970 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5971
5972         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5973         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5974           (setOptimizedMethods):
5975           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5976           anything useful. Export goom debug category so we can get
5977           rid of the VERBOSE define and the printfs.
5978
5979 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5980
5981         * gst/goom/goomsl_heap.c: (align_it):
5982         * gst/goom/plugin_info.c: (setOptimizedMethods):
5983           Compile fixes for x86-64.
5984
5985 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5986
5987         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5988         with warnings, but add other CFLAGS
5989
5990         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5991         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5992         (calculate_labels), (gsl_read_file):
5993         * gst/goom/goomsl_lex.l:
5994         * gst/goom/goomsl_yacc.y:
5995         * gst/goom/plugin_info.c: Remove a few live printf, and
5996         fprintf, replace exit() calls with g_assert_not_reached()
5997         if it not optimal for a library
5998
5999 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6000
6001         * gst/goom/Makefile.am: Remove the warnings being disabled,
6002         fix linkage on x86, spotted by Sebastian Dröge
6003         <slomo@circular-chaos.org>
6004
6005         * gst/goom/convolve_fx.c (convolve_init),
6006         (create_output_with_brightness), (convolve_apply):
6007         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6008         * gst/goom/goomsl.c:
6009         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6010         * gst/goom/plugin_info.c:
6011         * gst/goom/tentacle3d.c (tentacle_fx_create):
6012         Fix warnings, and disable the motifs in the convolve_fx
6013         plugin (they were causing warnings, and they were just
6014         "Goom" in funny letterring)
6015
6016 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6017
6018         * configure.ac: Add checks for Flex/Yacc/Bison and other
6019         furry animals, for the new goom 2k4 based plugin
6020
6021         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6022         CPU optimisations (not working yet), move the old plugin to...
6023
6024         * gst/goom2k1/*: ... here, in case somebody is sick enough
6025
6026         Fixes #515073
6027
6028 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6029
6030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6031         Post the server response code in an error message instead of a generic
6032         'error' message. Fixes #517237.
6033
6034 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6035
6036         * tests/check/Makefile.am:
6037         Ignore gconfaudiosrc for the states unit test too. It will fallback
6038         to alsasrc if the gconf settings can't be read and not everybody has
6039         alsa.
6040
6041 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6042
6043         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6044         (gst_wavpack_parse_create_src_pad):
6045         * ext/wavpack/gstwavpackparse.h:
6046         Always report the duration if we know it in push mode and don't
6047         return 0 just to make totem believe we can't seek in push mode.
6048         Newer totem version use the SEEKING query which properly reports
6049         if we can seek or not.
6050
6051 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6052
6053         Patch by: Jens Granseuer <jensgr at gmx dot net>
6054
6055         * tests/examples/equalizer/demo.c: (main):
6056         C89 fix, moving variable declarations to the beginning of
6057         the block. Fixes bug #517933.
6058
6059 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6060
6061         * configure.ac:
6062         Back to development...
6063
6064 === release 0.10.7 ===
6065
6066 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6067
6068         * configure.ac:
6069           releasing 0.10.7, "Red Door Black"
6070
6071 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6072
6073         * gst/alpha/Makefile.am:
6074         Link alpha plugin with libgstbase. Fixes bug #517386.
6075
6076 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6077
6078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6079         Init values to -1 instead of the default 0 value.
6080         Fixes #516524.
6081
6082 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6083
6084         * tests/examples/spectrum/spectrum-example.c:
6085         Add missing include to fix compilation when libxml usage is disabled.
6086         Fixes: #516371
6087
6088 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6089
6090         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6091         fixes: #514889
6092
6093         * gst/rtp/gstrtph264pay.c:
6094         * gst/rtp/gstrtpmp4gdepay.c:
6095         * gst/rtp/gstrtpmp4gpay.c:
6096         * gst/rtp/gstrtpmp4gpay.h:
6097         * gst/rtp/gstrtptheorapay.c:
6098         * gst/rtp/gstrtpvorbispay.c:
6099
6100         Fix various leaks shown up in valgrind
6101         - free sprops and buffer in error cases in H264 payloader
6102         - fix leak in mp4g depayloader when construction the caps
6103         - don't leak config string in the mp4g payloader
6104         - don't leak buffers and headers in theora and vorbis payloaders
6105
6106         * tests/check/elements/rtp-payloading.c:
6107
6108         Fix the RTP data test
6109         - Actually send valid amr data to the payloader instead of 20
6110         zero-bytes
6111         - The mp4g payloader expects codec_data on the caps
6112
6113 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6114
6115         * win32/MANIFEST:
6116         Add libgstpng.dsp to MANIFEST.
6117         * win32/vs6/libgstaudiofx.dsp:
6118         Add new source files to VS project file.
6119
6120 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6121
6122         * sys/ximage/gstximagesrc.c:
6123         Initialise variables when opening the X display rather
6124         than in _start(), as the display can be opened before that.
6125
6126         Fixes: #515985
6127
6128 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6129
6130         * sys/directdraw/gstdirectdrawsink.c:
6131         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6132         (gst_directdraw_sink_finalize):
6133         Properly chain up finalize functions. Fixes bug #515980.
6134
6135 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6136
6137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6138         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6139         (gst_v4l2_buffer_pool_class_init):
6140         Chain up the finalize functions. Fixes bug #515984.
6141
6142 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6143
6144         * sys/ximage/ximageutil.c:
6145         Chain up in the finalize function for our custom
6146         buffer sub-class.
6147         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6148         Fixes: #515706
6149
6150 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6151
6152         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6153         (gst_fenced_buffer_class_init):
6154         Properly chain up finalize method. Fixes bug #515979.
6155
6156 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6157
6158         * sys/ximage/gstximagesrc.c:
6159         Free allocated Damage memory before closing our connection to the
6160         X server. Partially fixes: #515706
6161
6162 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6163
6164         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6165         * tests/check/Makefile.am:
6166         * tests/check/gst-plugins-good.supp:
6167         Add a few libjpeg suppressions and initialize a variable to
6168         make smokeenc valgrind clean. Fixes bug #515701.
6169
6170 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6171
6172         * gst/avi/gstavidemux.c:
6173         Revert patch which sends timestamps only on keyframes, as it
6174         breaks playback with current gst-ffmpeg.
6175
6176         Fixes: #515562
6177
6178 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6179
6180         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6181         * tests/check/elements/multifile.c: (GST_START_TEST):
6182         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6183
6184 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6185
6186         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6187         Use and unset the GError when pipeline creation fails instead of
6188         simply leaking it. Fixes bug #515704.
6189
6190 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6191
6192         * gst/audiofx/audioamplify.c:
6193         * gst/audiofx/audiochebband.c:
6194         * gst/audiofx/audiocheblimit.c:
6195         * gst/audiofx/audiodynamic.c:
6196         * gst/audiofx/audioinvert.c:
6197         * gst/audiofx/audiopanorama.c:
6198         * gst/audiofx/audiowsincband.c:
6199         * gst/audiofx/audiowsinclimit.c:
6200         Fix long description of audiofx elements. Fixes bug #515457.
6201
6202 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6203
6204         * docs/plugins/Makefile.am:
6205         * gst/spectrum/gstspectrum.c:
6206         * tests/examples/spectrum/.cvsignore:
6207         * tests/examples/spectrum/Makefile.am:
6208         * tests/examples/spectrum/spectrum-example.c:
6209
6210         Add a simple example application for the spectrum element, include it
6211         in the docs, and fix some documentation ambiguities.
6212
6213         Fixes: #348085
6214
6215 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6216
6217         * gst/equalizer/Makefile.am:
6218         * gst/spectrum/Makefile.am:
6219         Fix includes order
6220
6221         * tests/check/Makefile.am:
6222         Exclude v4l2src from the states test - it takes too long to start.
6223
6224         * tests/check/elements/spectrum.c:
6225         Make the test run properly with CK_FORK=no
6226
6227 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6228
6229         * gst/audiofix/Makefile.am: add missing header files 
6230
6231 2008-02-08  Julien Moutte  <julien@fluendo.com>
6232
6233         * gst/matroska/matroska-demux.c:
6234         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6235         keyframe and delta units correctly when dealign with a BlockGroup.
6236         Fixes: #514397
6237
6238 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6239
6240         * tests/check/elements/.cvsignore:
6241         Spell the new tests correctly in .cvsignore
6242
6243 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6246           Need to use gsize here for the size, fixes compiler warning.
6247
6248         * tests/examples/equalizer/.cvsignore:
6249         * tests/examples/equalizer/Makefile.am:
6250         * tests/examples/spectrum/.cvsignore:
6251         * tests/examples/spectrum/Makefile.am:
6252           Add missing files to fix the build.
6253
6254 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6255
6256         * configure.ac:
6257         * docs/plugins/Makefile.am:
6258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6260         * docs/plugins/gst-plugins-good-plugins.args:
6261         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6262         * docs/plugins/inspect/plugin-multifile.xml:
6263         * tests/check/Makefile.am:
6264         * tests/check/elements/.cvsignore:
6265
6266         Move multifile plugin from -bad.
6267         Fixes: #490283
6268
6269 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6270
6271         * configure.ac:
6272         * docs/plugins/Makefile.am:
6273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6275         * docs/plugins/gst-plugins-good-plugins.args:
6276         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6277         * docs/plugins/inspect/plugin-spectrum.xml:
6278         * gst/spectrum/Makefile.am:
6279         * tests/check/Makefile.am:
6280         * tests/check/elements/.cvsignore:
6281         * tests/examples/Makefile.am:
6282
6283         Move spectrum plugin from -bad.
6284         Move examples into tests/examples/spectrum.
6285
6286 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6287
6288         * configure.ac:
6289         * docs/plugins/Makefile.am:
6290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6292         * docs/plugins/gst-plugins-good-plugins.args:
6293         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6294         * docs/plugins/gst-plugins-good-plugins.interfaces:
6295         * docs/plugins/inspect/plugin-equalizer.xml:
6296         * gst/equalizer/Makefile.am:
6297         * tests/check/Makefile.am:
6298         * tests/examples/Makefile.am:
6299         Move the equalizer plugin across from -bad
6300
6301         * tests/check/elements/.cvsignore:
6302         Add equalizer, audiosincwband and audiosincwlimit
6303
6304         * tests/check/elements/equalizer.c:
6305         Fix compiler warnings
6306
6307         Fixes: #415627
6308
6309 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6310
6311         * configure.ac:
6312         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6313         are treated like releases and build without it.
6314
6315 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6316
6317         * docs/plugins/Makefile.am:
6318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6320         * docs/plugins/gst-plugins-good-plugins.args:
6321         * docs/plugins/inspect/plugin-audiofx.xml:
6322         * gst/audiofx/Makefile.am:
6323         * gst/audiofx/audiofx.c:
6324         * gst/audiofx/audiowsincband.c:
6325         * gst/audiofx/audiowsincband.h:
6326         * gst/audiofx/audiowsinclimit.c:
6327         * gst/audiofx/audiowsinclimit.h:
6328         * tests/check/Makefile.am:
6329         * tests/check/elements/audiowsincband.c:
6330         * tests/check/elements/audiowsinclimit.c:
6331
6332         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6333         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6334         respectively.
6335
6336         Fixes: #467666
6337
6338 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6339
6340         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6341         * tests/check/elements/icydemux.c:
6342           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6343           caps, and add a somewhat useful debug message. Plus test.
6344
6345 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6346
6347         * gst/rtsp/gstrtspsrc.c:
6348         Include unistd.h only if HAVE_UNISTD_H is defined
6349         * win32/common/config.h.in:
6350         * win32/common/config.h:
6351         Define socklen_t as it seems it's not defined in default 
6352         Visual Studio headers.
6353         * win32/vs6/libgstalpha.dsp:
6354         * win32/vs6/libgstapetag.dsp:
6355         * win32/vs6/libgstavi.dsp:
6356         * win32/vs6/libgstrtp.dsp:
6357         * win32/vs6/libgstrtsp.dsp:
6358         * win32/vs6/libgstvideomixer.dsp:
6359         Update project file dependencies and add new source files       
6360
6361 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6364
6365         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6366         Don't leak buffers when we don't push them downstream.
6367         Fixes bug #514965.
6368
6369 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         * configure.ac:
6372           Bump requirements to (good) released versions to avoid
6373           confusion and make implicit core requirement explicit.
6374
6375 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6376
6377         * docs/plugins/Makefile.am:
6378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6380         * docs/plugins/gst-plugins-good-plugins.args:
6381         * docs/plugins/inspect/plugin-audiofx.xml:
6382         * gst/audiofx/Makefile.am:
6383         * gst/audiofx/audiochebband.c:
6384         * gst/audiofx/audiochebband.h:
6385         * gst/audiofx/audiocheblimit.c:
6386         * gst/audiofx/audiocheblimit.h:
6387         * gst/audiofx/audiochebyshevfreqband.c:
6388         * gst/audiofx/audiochebyshevfreqband.h:
6389         * gst/audiofx/audiochebyshevfreqlimit.c:
6390         * gst/audiofx/audiochebyshevfreqlimit.h:
6391         * gst/audiofx/audiofx.c:
6392         * tests/check/Makefile.am:
6393         * tests/check/elements/.cvsignore:
6394         * tests/check/elements/audiochebband.c:
6395         * tests/check/elements/audiocheblimit.c:
6396         * tests/check/elements/audiochebyshevfreqband.c:
6397         * tests/check/elements/audiochebyshevfreqlimit.c:
6398
6399         Rename audiochebyshevfreqband -> audiochebband and
6400         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6401         surgery.
6402
6403         Closes: #491811
6404
6405 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6406
6407         Patch by: Orjan Friberg <orjanf at axis dot com>
6408
6409         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6410         Fix caps memory leak. Fixes #514573.
6411
6412 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6413
6414         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6415         If there's no entries in the subindex, don't try to do anything stupid,
6416         just return.
6417
6418 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6419
6420         Patch by: John Millikin <jmillikin at gmail dot com>
6421
6422         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6423           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6424           Fix extraction of picture blocks with newer libflac versions again:
6425           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6426
6427 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         * tests/check/Makefile.am:
6430           Add rtp-payloading test to VALGRIND_TO_FIX.
6431
6432         * tests/check/elements/rtp-payloading.c:
6433           Add semicolons after GST_TEST_END so gst-indent gets the
6434           formatting right; make test less verbose in general, but
6435           more verbose in the error case (which should probably
6436           make the test fail anyway).
6437
6438 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6439
6440         * docs/plugins/Makefile.am:
6441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6443         * gst/avi/gstavisubtitle.c:
6444         Add documentation for avisubtitle and change class to
6445         Codec/Parser/Subtitle
6446
6447 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6448
6449         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6450         Treat ENOTTY (driver does not implement ioctl) the same as
6451         EINVAL since it implies there are no available standards.
6452
6453         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6454         (gst_v4l2src_get_nearest_size):
6455         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6456         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6457         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6458         reason, and if we aren't yet actively capturing.
6459
6460         * sys/v4l2/v4l2src_calls.h:
6461         Remove replaced function declaration.
6462
6463 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6464
6465         * configure.ac:
6466         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6467         API.
6468
6469 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6470
6471         * configure.ac:
6472         Fix typo.
6473
6474 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6475
6476         * gst/alpha/Makefile.am:
6477         * gst/alpha/gstalpha.c:
6478
6479         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6480         some stuff, and making buffer-alloc and resizing work automatically.
6481         No longer crashes on odd frame widths and heights, although there
6482         seems to be a disagreement with ffmpegcolorspace about what size
6483         an AYUV frame with odd height should be.
6484
6485 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6486
6487         Patch by: Alessandro Decina <alessandro at nnva dot org>
6488
6489         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6490         * ext/libpng/gstpngenc.h:
6491         Preallocate the output buffer so that g_memdup() and
6492         gst_buffer_merge() aren't needed anymore. This greatly improves
6493         performances and fixes #512544.
6494
6495 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6496
6497         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6498         (gst_avi_demux_stream_data):
6499         GStreamer timestamps are PTS values while AVI only knows about DTS
6500         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6501         we are dealing with a key frame.
6502
6503 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6504
6505         * tests/check/Makefile.am:
6506         * tests/check/elements/.cvsignore:
6507         * tests/check/elements/rtp-payloading.c:
6508           Add add testsuite for the rtp-payloader that tries simulating
6509           dataflow. Needs more test data.
6510
6511 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6512
6513         * tests/check/elements/alphacolor.c:
6514           Remove two unused variables.
6515
6516 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6519           Use g_ascii_strtoll() instead of atoll, which is only
6520           available in C99.
6521
6522 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6523
6524         * gst/rtp/Makefile.am:
6525         * gst/rtp/gstrtp.c:
6526         * gst/rtp/gstrtpmpvpay.c:
6527         * gst/rtp/gstrtpmpvpay.h:
6528         Add MPEG2 video payloader
6529
6530 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6531
6532         * gst/level/gstlevel.c:
6533         Use #include <math.h> instead of #include "math.h".
6534
6535 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6536
6537         * tests/check/Makefile.am:
6538         Fix up some CFLAGS sets.
6539         Don't include gconfvideosrc in the states test.
6540
6541         * tests/check/elements/autodetect.c: (GST_START_TEST):
6542         Add some error strings to fail_unless arguments to fix some weird
6543         compiler errors on Solaris.
6544
6545 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6546
6547         * configure.ac:
6548         Detect video4linux headers on Solaris too.
6549         * sys/v4l2/gstv4l2colorbalance.h:
6550         * sys/v4l2/gstv4l2object.h:
6551         * sys/v4l2/v4l2_calls.c:
6552         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6553         (gst_v4l2_buffer_new):
6554
6555         Make v4l2 build on Solaris.
6556         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6557         Fixes: #510505
6558
6559 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6560
6561         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6562           Update list from (still local) scanning script.
6563
6564 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6565
6566         Based on a patch by:
6567             Victor STINNER <victor dot stinner at haypocalc dot com>
6568
6569         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6570         Set variable to NULL after freeing it to prevent double frees
6571         or make failures by another use of it afterwards more obvious
6572         and fix use of it after the freeing. Fixes bug #510592.
6573
6574 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6575
6576         * gst/udp/gstmultiudpsink.c:
6577         use GST_WARNING for logging
6578
6579 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6580
6581         * gst/udp/gstmultiudpsink.c:
6582         Don't try to leave a multicast group with an invalid socket
6583
6584 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * ext/flac/gstflacdec.c:
6587           Fix compilation against flac 1.1.2 (as on debian stable), where
6588           the picture metadata defines and structs don't exist yet.
6589           Fixes #509301.
6590
6591 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6592
6593         Patch by: Olivier Crete <tester at tester dot ca>
6594
6595         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6596         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6597         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6598         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6599         * gst/udp/gstmultiudpsink.h:
6600         Add property to automatically join a multicast group or not. This can be
6601         useful when sharing a socket between multiple elements.
6602         Fixes #509531.
6603
6604 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6605
6606         * gst/videomixer/Makefile.am:
6607           Add controller flags.
6608
6609 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6610
6611         * gst/videomixer/videomixer.c:
6612           Also commit the missing gst_object_sync_values().
6613
6614 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6615
6616         * docs/plugins/Makefile.am:
6617           Remove duplicate entry.
6618
6619 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6620
6621         * docs/plugins/Makefile.am:
6622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6624         * docs/plugins/inspect/plugin-gamma.xml:
6625         * docs/plugins/inspect/plugin-monoscope.xml:
6626         * docs/plugins/inspect/plugin-video4linux2.xml:
6627           Add 3 more plugins to docs.
6628
6629 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6630
6631         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6632         * sys/osxvideo/osxvideosink.h:
6633           Revert previous change caused by a file that got stuck on an old
6634           revision.
6635
6636 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6637
6638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6639         * gst/multipart/Makefile.am:
6640         * gst/multipart/multipartdemux.c:
6641         * gst/multipart/multipartdemux.h:
6642         * gst/multipart/multipartmux.c:
6643         * gst/multipart/multipartmux.h:
6644           Re-add multipartdemux to the docs. Last round of section cleanup.
6645
6646 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6647
6648         * docs/plugins/Makefile.am:
6649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6650         * sys/osxaudio/gstosxaudiosink.h:
6651         * sys/osxvideo/osxvideosink.h:
6652           Managed to resolve most unused declarations. Filed a bug for one left.          
6653
6654 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6655
6656         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6657           Cleanup section file.
6658
6659 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * docs/plugins/Makefile.am:
6662         * docs/plugins/gst-plugins-good-plugins.args:
6663         * docs/plugins/gst-plugins-good-plugins.signals:
6664         * docs/plugins/inspect/plugin-alaw.xml:
6665         * docs/plugins/inspect/plugin-alpha.xml:
6666         * docs/plugins/inspect/plugin-alphacolor.xml:
6667         * docs/plugins/inspect/plugin-annodex.xml:
6668         * docs/plugins/inspect/plugin-apetag.xml:
6669         * docs/plugins/inspect/plugin-audiofx.xml:
6670         * docs/plugins/inspect/plugin-auparse.xml:
6671         * docs/plugins/inspect/plugin-autodetect.xml:
6672         * docs/plugins/inspect/plugin-avi.xml:
6673         * docs/plugins/inspect/plugin-cairo.xml:
6674         * docs/plugins/inspect/plugin-cdio.xml:
6675         * docs/plugins/inspect/plugin-cutter.xml:
6676         * docs/plugins/inspect/plugin-debug.xml:
6677         * docs/plugins/inspect/plugin-dv.xml:
6678         * docs/plugins/inspect/plugin-efence.xml:
6679         * docs/plugins/inspect/plugin-effectv.xml:
6680         * docs/plugins/inspect/plugin-flac.xml:
6681         * docs/plugins/inspect/plugin-flxdec.xml:
6682         * docs/plugins/inspect/plugin-gconfelements.xml:
6683         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6684         * docs/plugins/inspect/plugin-goom.xml:
6685         * docs/plugins/inspect/plugin-halelements.xml:
6686         * docs/plugins/inspect/plugin-icydemux.xml:
6687         * docs/plugins/inspect/plugin-id3demux.xml:
6688         * docs/plugins/inspect/plugin-jpeg.xml:
6689         * docs/plugins/inspect/plugin-ladspa.xml:
6690         * docs/plugins/inspect/plugin-level.xml:
6691         * docs/plugins/inspect/plugin-matroska.xml:
6692         * docs/plugins/inspect/plugin-mulaw.xml:
6693         * docs/plugins/inspect/plugin-multipart.xml:
6694         * docs/plugins/inspect/plugin-navigationtest.xml:
6695         * docs/plugins/inspect/plugin-png.xml:
6696         * docs/plugins/inspect/plugin-quicktime.xml:
6697         * docs/plugins/inspect/plugin-rtp.xml:
6698         * docs/plugins/inspect/plugin-rtsp.xml:
6699         * docs/plugins/inspect/plugin-shout2send.xml:
6700         * docs/plugins/inspect/plugin-smpte.xml:
6701         * docs/plugins/inspect/plugin-speex.xml:
6702         * docs/plugins/inspect/plugin-taglib.xml:
6703         * docs/plugins/inspect/plugin-udp.xml:
6704         * docs/plugins/inspect/plugin-videobalance.xml:
6705         * docs/plugins/inspect/plugin-videobox.xml:
6706         * docs/plugins/inspect/plugin-videocrop.xml:
6707         * docs/plugins/inspect/plugin-videoflip.xml:
6708         * docs/plugins/inspect/plugin-videomixer.xml:
6709         * docs/plugins/inspect/plugin-wavenc.xml:
6710         * docs/plugins/inspect/plugin-wavpack.xml:
6711         * docs/plugins/inspect/plugin-wavparse.xml:
6712           Update plugin docs.
6713
6714         * gst/videomixer/Makefile.am:
6715         * gst/videomixer/videomixer.c:
6716         * gst/videomixer/videomixer.h:
6717         * gst/videomixer/videomixerpad.h:
6718           Split out header to fix warnings from the doc-build.
6719
6720 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6721
6722         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6723
6724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6725         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6726
6727 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6731           Initialise variables to work around (false) 'foo might be used
6732           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6733
6734 2008-01-11  David Schleef  <ds@schleef.org>
6735
6736         * docs/plugins/.cvsignore:
6737         * tests/check/pipelines/.cvsignore:
6738           Ignore more files for the buildbot.
6739
6740 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6741
6742         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6743         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6744         Generate the image-type values correctly. Leave them out of the caps
6745         when outputting a "preview image" tag, since it only makes sense
6746         to have one of those - the type is irrelevant.
6747
6748         * sys/sunaudio/gstsunaudiomixerctrl.c:
6749         (gst_sunaudiomixer_ctrl_open):
6750         If we can, mark the mixer multiple open when we use it, in case
6751         (for some reason) the process wants to open it again elsewhere.
6752
6753 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6754
6755         Patch by: Olivier Crete <tester at tester dot ca>
6756
6757         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6758         * gst/rtp/gstrtptheorapay.c:
6759         Fix the clock rate to 90000 as required by the RFC.
6760         Fixes #508644.
6761
6762 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6763
6764         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6765           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6766
6767 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6768
6769         * autogen.sh:
6770           Add -Wno-portability to the automake parameters to stop warnings
6771           about GNU make extensions being used. We require GNU make in almost
6772           every Makefile anyway.
6773           
6774         * configure.ac:
6775           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6776           at the same time is required for per target flags.
6777
6778 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6779
6780         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6781         Fix error from my last commit.
6782
6783 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6786
6787         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6788           Make sure the ISO 639-X language code in ID3v2 COMM frames
6789           is actually valid UTF-8 (or rather: ASCII), so we don't end
6790           up with non-UTF8 strings in tags if there's garbage in the
6791           language field. Also make sure the language code is always
6792           lower case. Fixes: #508291.
6793
6794 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6795
6796         * ChangeLog:
6797           Fix ChangeLog typo.
6798
6799 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6800
6801         * Makefile.am:
6802           Include lcov.mak to allow building coverage reports. Guard
6803           check-torture target like in the other packages.
6804
6805 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6806
6807         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6808
6809         * gst/videomixer/videomixer.c:
6810         (gst_videomixer_set_master_geometry), (_do_init),
6811         (gst_videomixer_child_proxy_get_child_by_index),
6812         (gst_videomixer_child_proxy_get_children_count),
6813         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6814         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6815         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6816         Implement GstChildProxy interface.
6817         Send newsegment at the right moment
6818         Fixes #488879
6819
6820 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6821
6822         * gst/alpha/Makefile.am:
6823         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6824         (gst_alpha_sink_event), (gst_alpha_chain),
6825         (gst_alpha_change_state), (plugin_init):
6826         Make the various properties of 'alpha' controllable. This allows doing
6827         niceties like fade-in/fade-out.
6828
6829 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6830
6831         * gst/rtp/gstasteriskh263.c:
6832         * gst/rtp/gstrtpL16depay.c:
6833         * gst/rtp/gstrtpac3depay.c:
6834         * gst/rtp/gstrtpamrpay.c:
6835         * gst/rtp/gstrtpdepay.c:
6836         * gst/rtp/gstrtpgsmdepay.c:
6837         * gst/rtp/gstrtph263depay.c:
6838         * gst/rtp/gstrtph263pdepay.c:
6839         * gst/rtp/gstrtph263ppay.c:
6840         * gst/rtp/gstrtph264depay.c:
6841         * gst/rtp/gstrtph264pay.c:
6842         * gst/rtp/gstrtpmp2tdepay.c:
6843         * gst/rtp/gstrtpmp4adepay.c:
6844         * gst/rtp/gstrtpmp4gdepay.c:
6845         * gst/rtp/gstrtpmp4gpay.c:
6846         * gst/rtp/gstrtpmp4vdepay.c:
6847         * gst/rtp/gstrtpmpadepay.c:
6848         * gst/rtp/gstrtpmpvdepay.c:
6849         * gst/rtp/gstrtpsv3vdepay.c:
6850         * gst/rtp/gstrtptheoradepay.c:
6851         * gst/rtp/gstrtptheorapay.c:
6852         * gst/rtp/gstrtpvorbisdepay.c:
6853         * gst/rtp/gstrtpvorbispay.c:
6854           Remove copy/paste unused code (property setters and getter) found by
6855           the coverage suite (yay, saves ~20k on disk).
6856
6857 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6858
6859         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6860           (videosink_templ):
6861           Also fix up pad templates to indicate that image/jpeg doesn't
6862           absolutely require the framerate property to be set (#504081).
6863
6864 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         Based on patch by: Wouter Cloetens  <wouter at mind be>
6867
6868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6869           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6870           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6871         * gst/matroska/matroska-mux.h:
6872           Keep track of first and last timestamps for each incoming stream,
6873           so we can calculate the total duration for live sources and other
6874           input where we can't query the duration from the start or where
6875           there's no constant framerate from which we can deduce the
6876           duration; also use calculated/observed duration if it is bigger
6877           than the previously queried duration. Furthermore, use
6878           gst_pad_query_peer_duration() and take into account that it may
6879           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6880           screws up comparisons when using unsigned integers. Fixes #504081.
6881
6882 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6883
6884         * configure.ac:
6885         * gst/audiofx/audioamplify.c:
6886         (gst_audio_amplify_clipping_method_get_type),
6887         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6888         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6889         (gst_audio_dynamic_transform_ip):
6890         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6891         (gst_audio_invert_transform_ip):
6892         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6893         (gst_audio_panorama_transform):
6894         * gst/level/gstlevel.c: (gst_level_init):
6895         Make elements GST_BUFFER_FLAG_GAP aware and call
6896         gst_base_transform_set_gap_aware for this.
6897         Bump core requirement to CVS.
6898         
6899         * gst/audiofx/audiochebyshevfreqband.c:
6900         (gst_audio_chebyshev_freq_band_transform_ip):
6901         * gst/audiofx/audiochebyshevfreqlimit.c:
6902         (gst_audio_chebyshev_freq_limit_transform_ip):
6903         Also sync GObject properties to the controller if operating
6904         in passthrough mode.
6905
6906 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * sys/directdraw/gstdirectdrawsink.c:
6909           (gst_directdraw_sink_window_thread):
6910           FALSE is not a gpointer.
6911
6912 2008-01-05  Julien Moutte  <julien@fluendo.com>
6913
6914         * sys/directdraw/gstdirectdrawsink.c:
6915         (gst_directdraw_sink_set_window_id),
6916         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6917         (gst_directdraw_sink_buffer_alloc),
6918         (gst_directdraw_sink_draw_borders),
6919         (gst_directdraw_sink_show_frame),
6920         (gst_directdraw_sink_setup_ddraw),
6921         (gst_directdraw_sink_window_thread),
6922         (gst_directdraw_sink_get_ddrawcaps),
6923         (gst_directdraw_sink_surface_create): Make sure we create our
6924         internal window only when we need it. That will give a chance to
6925         the application to get the prepare-xwindow-id bus message. Draw
6926         black borders when keeping aspect ratio. Handle the case where our
6927         rendering window disappears (closed or errors) like other sinks
6928         do. Various 80 columns fixes, improve state change order. That
6929         element could need some more love.
6930
6931 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6932
6933         * ext/taglib/gstapev2mux.h:
6934         * ext/taglib/gstid3v2mux.h:
6935         Remove useless typedefs without new type name. Fixes a warning with
6936         gcc 4.3.
6937
6938 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6939
6940         Patch by: John Millikin <jmillikin at gmail dot com>
6941
6942         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6943         (gst_flac_dec_setup_stream_decoder),
6944         (gst_flac_normalize_picture_mime_type),
6945         (gst_flac_extract_picture_buffer),
6946         (gst_flac_dec_metadata_callback):
6947         Emit metadata messages when a PICTURE block is encountered.
6948         Fixes #506715.
6949
6950 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6951
6952         * gst/avi/gstavi.c:
6953         increase rank because no known issues anymore ...
6954         * gst/avi/gstavisubtitle.c:
6955         send subtitle name to the srcpad
6956
6957 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6958
6959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6960         * gst/rtsp/gstrtspsrc.h:
6961         Implement redirect for the DESCRIBE reply. Fixes #506025.
6962
6963 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6964
6965         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6966         Fix 'xyz may be used uninitialized' compiler warnings caused
6967         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6968         abort() in any case but properly report the error.
6969
6970 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6973         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6974         * sys/ximage/gstximagesrc.c: (composite_pixel):
6975           Fix 'xyz may be used uninitialized' compiler warnings caused
6976           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6977           not really nice to abort in any case). Fixes #505745.
6978
6979 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6982           Small unit test fix (has no practical impact at the moment,
6983           since we're only feeding utf8 and hence just create a sub-
6984           buffer for the output).
6985
6986 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6987
6988         * gst/avi/gstavisubtitle.c:
6989         * tests/check/elements/avisubtitle.c:
6990         Add seeking support for avi subtitle
6991
6992 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6993
6994         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6995         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6996         (gst_flac_dec_write):
6997         * ext/flac/gstflacdec.h:
6998         Remove some unused vars.
6999         Do more cleanup of leftover events and tags.
7000         Output tags after the segment event. Fixes #504018.
7001
7002 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7005           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7006           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7007           Detect other UTF byte order markers and convert to UTF-8 as
7008           appropriate.
7009
7010 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7011
7012         * gst/avi/gstavisubtitle.c: (src_template),
7013           (gst_avi_subtitle_extract_utf8_file),
7014           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7015           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7016           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7017         * gst/avi/gstavisubtitle.h:
7018           Refactor a bit; fix name extraction; don't assume all the data
7019           in the chunk is actually subtitle data, there may be padding at
7020           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7021           file so it's there to send again after a seek (for future use).
7022
7023 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7024
7025         * gst/avi/Makefile.am:
7026         * gst/avi/gstavi.c:
7027         * gst/avi/gstavisubtitle.c:
7028         * gst/avi/gstavisubtitle.h:
7029         * tests/check/Makefile.am:
7030         * tests/check/elements/avisubtitle.c:
7031         * win32/common/config.h:
7032                 Add avi subtitle element for bug #442034. Need seeking support
7033                 and more support for character conversion.
7034
7035 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * Makefile.am:
7038           Include common/win32.mak for CRLF check of win32 project
7039           files (see #393626).
7040
7041         * win32/vs6/libgstpng.dsp:
7042           Fix line endings and do cvs admin -kb.
7043
7044 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7045
7046         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7047         Actually drop the buffers which are outside the currently configured
7048         segment instead of just emitting a WARNING.
7049
7050 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7051
7052         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7053         (gst_flac_dec_write):
7054         * ext/flac/gstflacdec.h:
7055         Send segments from the streaming thread. Fixes #502187.
7056         Fix segment seeking and a bunch of other seeking cases.
7057
7058 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7061           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7062           which is where it would end up if the same information was
7063           put in a vorbis comment (don't think it's worth adding a
7064           new URI tag for this). Fixes #488112.
7065
7066 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7067
7068         * configure.ac:
7069           We need core/base 0.10.15 or later.
7070
7071 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7072
7073         Patch by: Mark Nauwelaerts <manauw skynet be>
7074
7075         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7076         Fix regression in stream numbering. Fixes #502655.
7077
7078 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7079
7080         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7081
7082         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7083         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7084         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7085         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7086         (gst_rtp_h264_pay_handle_buffer):
7087         * gst/rtp/gstrtph264pay.h:
7088         Use higher performance start-code searching.
7089         Parse NALs and store SPS, PPS and profile in the caps so that they can
7090         be used in the SDP. Fixes #502814.
7091
7092 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7095         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7096           Init some structs to zero before we pass them to ioctl, which
7097           avoids valgrind warnings.  Also fix a small memory leak.
7098
7099 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7100
7101         Patch by: Wouter Cloetens <wouter at mind dot be>
7102
7103         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7104         Copy timestamp from input to output. Not very perfect yet but better
7105         than nothing. Fixes #503023.
7106
7107 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7108
7109         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7110           Also print a useful error message with the old Wavpack API
7111           if possible.
7112
7113 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * ext/wavpack/gstwavpackdec.c:
7116           More build fixes for old libwavpack versions: include config.h so
7117           that WAVPACK_OLD_API is actually defined as detected; only use
7118           WavpackGetErrorMessage if it is available. This fixes the build
7119           on debian stable for me.
7120
7121 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7122
7123         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7124         * ext/wavpack/gstwavpackparse.c:
7125           (gst_wavpack_parse_create_src_pad):
7126           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7127           versions below 4.40.0.
7128
7129 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7130
7131         * configure.ac:
7132           And now do it right for real...
7133
7134 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7135
7136         * configure.ac:
7137           Correctly reset $LIBS to not contain -lm.
7138
7139 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7140
7141         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7142
7143         * configure.ac:
7144         * ext/cairo/gsttimeoverlay.c:
7145           (gst_cairo_time_overlay_print_smpte_time):
7146           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7147           and checking for rint() and implementing it ourself if it doesn't
7148           exist. Fixes #497293.
7149
7150 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7151
7152         * configure.ac:
7153           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7154
7155 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7156
7157         * sys/oss/gstosshelper.c:
7158         Verify that the format returned after the ioctl is the one
7159         we requested. It is valid for the ioctl to succeed while
7160         substituting an alternate 'supported' sample format.
7161
7162 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7163
7164         * sys/oss/gstossaudio.c: (plugin_init):
7165         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7166         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7167           Post decent (and translated) error message when we can't
7168           open the audio device for some reason.
7169
7170 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7171
7172         * sys/oss/gstosssink.c:
7173         * sys/oss/gstosssrc.c:
7174         Allow the AUDIODEV environment variable to redirect us
7175         to a different default OSS device, like sunaudiosink does
7176         on Solaris (makes audio play automatically on SunRays).
7177
7178 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7179
7180         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7181         * gst/audiofx/audiochebyshevfreqband.c:
7182         (gst_audio_chebyshev_freq_band_transform_ip):
7183         * gst/audiofx/audiochebyshevfreqlimit.c:
7184         (gst_audio_chebyshev_freq_limit_transform_ip):
7185         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7186         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7187         The transform_ip() methods should do nothing if in passthrough mode.
7188         It might get non-writable buffers in that case but the buffer might
7189         as well be writable.
7190
7191         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7192         The transform() methods won't be called in passthrough mode and
7193         otherwise the buffer is always writable so don't check here.
7194
7195 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7196
7197         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7198           Fix seeking in .wav files again (#501775).  Some people seem to think
7199           they don't need to test their changes when they're just 'reflowing'
7200           some code.
7201
7202 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7203
7204         * gst/autodetect/gstautovideosink.c:
7205         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7206         (gst_auto_video_sink_init),
7207         (gst_auto_video_sink_create_element_with_pretty_name),
7208         (gst_auto_video_sink_find_best),
7209         (gst_auto_video_sink_set_property),
7210         (gst_auto_video_sink_get_property):
7211         * gst/autodetect/gstautovideosink.h:
7212         Fix docs.
7213         Use same error reporting code as autoaudiosink.
7214         Add property to filter sinks based on caps. Only select raw video sinks
7215         by default for backwards compat.
7216         API: GstAutoVideoSink::filter-caps
7217
7218 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7219
7220         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7221
7222         * gst/autodetect/gstautoaudiosink.c:
7223         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7224         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7225         (gst_auto_audio_sink_set_property),
7226         (gst_auto_audio_sink_get_property):
7227         * gst/autodetect/gstautoaudiosink.h:
7228         Add property to filter sinks based on caps. Only select raw audio sinks
7229         by default for backwards compat.  Fixes #417420.
7230         API: GstAutoAudioSink::filter-caps
7231
7232 2007-11-29  Michael Smith <msmith@fluendo.com>
7233
7234         Patch by: Arek Korbik <arkadini@gmail.com>
7235
7236         * gst/videobox/gstvideobox.c: (plugin_init):
7237           Initialise liboil in plugin_init()
7238
7239 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7240
7241         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7242         Post error before sending EOS. Fixes #499178.
7243
7244 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7245
7246         * win32/vs6/gst_plugins_good.dsw:
7247         * win32/vs6/libgstpng.dsp:
7248         Add a project file for libgstpng
7249
7250 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7251
7252         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7253         (gst_rtp_h263_depay_process):
7254         Code beautification.
7255         Added debug statements.
7256         Don't bit-shift everything, just do operations on last/first byte
7257         instead.
7258
7259 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7260
7261         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7262
7263         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7264         Fix wrong comparison in overrun check. Fixes #499239 some more.
7265
7266 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7267
7268         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7269         (gst_rtp_h263_depay_process):
7270         * gst/rtp/gstrtph263depay.h:
7271         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7272         stream.
7273
7274 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7275
7276         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7277
7278         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7279         (gst_rtp_mp4a_depay_process):
7280         * gst/rtp/gstrtpmp4adepay.h:
7281         Fix depayloading when multiple frames are inside one RTP packet.
7282         Fixes #499239.
7283
7284 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7285
7286         * gst/level/gstlevel.c:
7287           Add GAP-flag support.
7288
7289 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7290
7291         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7292         Read the I flag for Mode A h263 rtp stream and set the
7293         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7294         Fixes #499383
7295
7296 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7297
7298         * gst/level/gstlevel.c:
7299           Remove some dead code and do cleanups.
7300
7301 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7302
7303         * tests/check/pipelines/simple-launch-lines.c:
7304           Improve the tests by allowing to set a target state.
7305
7306 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7307
7308         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7309         Don't check the caps of the output buffer if they're equal some
7310         other caps. The caps can change in a backward compatible way
7311         and did at this point.
7312
7313 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7314
7315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7316         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7317         (gst_qtdemux_seek_to_previous_keyframe),
7318         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7319         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7320         reverse playback support.
7321
7322 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7323
7324         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7325         Also set the channel layout on the Wavpack caps if we're having
7326         a mono layout. Of course only do it for "audio/x-wavpack".
7327
7328 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7329
7330         * ext/wavpack/gstwavpackcommon.c:
7331         (gst_wavpack_get_default_channel_mask),
7332         (gst_wavpack_set_channel_layout),
7333         (gst_wavpack_get_default_channel_positions),
7334         (gst_wavpack_get_channel_mask_from_positions),
7335         (gst_wavpack_set_channel_mapping):
7336         * ext/wavpack/gstwavpackcommon.h:
7337         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7338         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7339         * ext/wavpack/gstwavpackdec.h:
7340         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7341         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7342         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7343         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7344         (gst_wavpack_enc_rewrite_first_block),
7345         (gst_wavpack_enc_sink_event):
7346         * ext/wavpack/gstwavpackenc.h:
7347         * ext/wavpack/gstwavpackparse.c:
7348         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7349         (gst_wavpack_parse_scan_to_find_sample),
7350         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7351         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7352         * ext/wavpack/gstwavpackparse.h:
7353         Add support for encoding, parsing and decoding multichannel
7354         files with up to 8 channels. This also improves the robustness
7355         of parsing quite a bit.
7356
7357         * ext/wavpack/gstwavpackstreamreader.c:
7358         (gst_wavpack_stream_reader_read_bytes),
7359         (gst_wavpack_stream_reader_get_pos),
7360         (gst_wavpack_stream_reader_set_pos_abs),
7361         (gst_wavpack_stream_reader_set_pos_rel),
7362         (gst_wavpack_stream_reader_push_back_byte),
7363         (gst_wavpack_stream_reader_get_length),
7364         (gst_wavpack_stream_reader_can_seek),
7365         (gst_wavpack_stream_reader_write_bytes):
7366         Improve debugging.
7367
7368 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7369
7370         * ext/libpng/gstpngdec.c:
7371         * ext/libpng/gstpngdec.h:
7372           Don't release the png-memory from within the callback.
7373
7374 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7375
7376         Patch by: René Stadler <mail at renestadler dot de>
7377
7378         * ext/libpng/gstpngenc.c:
7379           Don't leak buffer data memory. Fixes #498395.
7380
7381 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7382
7383         Patch by: René Stadler <mail at renestadler dot de>
7384
7385         * tests/check/pipelines/simple-launch-lines.c:
7386           Tests for #498395.
7387
7388 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7389
7390         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7391         (gst_tag_lib_mux_adjust_event_offsets):
7392         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7393         * sys/osxaudio/Makefile.am:
7394         * sys/osxvideo/cocoawindow.h:
7395         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7396
7397 2007-11-15  David Schleef  <ds@schleef.org>
7398
7399         * ext/cairo/gsttextoverlay.c:
7400           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7401
7402 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7403
7404         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7405
7406         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7407         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7408         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7409         * gst/rtp/gstrtpmp2tpay.h:
7410         Fill the MTU with as many packets as possible. Fixes #491323.
7411
7412 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7415
7416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7417         Fix some more leaks. Fixes #497007.
7418
7419 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7420
7421         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7422
7423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7424         (gst_rtspsrc_stream_configure_tcp):
7425         Fix 3 pad leaks. Fixes #496983.
7426
7427 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7430
7431         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7432         Fix small leak. Fixes #497017.
7433
7434 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7435
7436         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7437         (gst_qtdemux_prepare_current_sample),
7438         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7439         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7440         * gst/qtdemux/qtdemux_fourcc.h:
7441         * gst/qtdemux/qtdemux_types.c:
7442         Add suppport for theora in quicktime according to XiphQT.
7443
7444 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7445
7446         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7447         (gst_v4l2src_init), (gst_v4l2src_set_property),
7448         (gst_v4l2src_get_property):
7449         * sys/v4l2/gstv4l2src.h:
7450         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7451           Always copy buffers by default (handle safer with bugged drivers)
7452           and added a property to make it possible to use mmap effectively (no
7453           copy if possible) when application wants to. Fixes: #480557.
7454
7455 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7456
7457         * gst/id3demux/id3tags.c:
7458         * gst/id3demux/id3tags.h:
7459         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7460           We don't want the same string multiple times in a tag list for the
7461           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7462           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7463
7464 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7465
7466         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7467           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7468           into ID3v2 TXXX frames (fixes #347848).
7469
7470 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7473           Don't leak sdp message contents (fixes #496773).
7474
7475         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7476           Don't leak URI string.
7477
7478 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         Patch by: Julien Puydt <julien dot puydt at laposte net>
7481
7482         * ext/raw1394/Makefile.am:
7483         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7484           (gst_1394_property_probe_get_properties),
7485           (gst_1394_property_probe_probe_property),
7486           (gst_1394_property_probe_needs_probe),
7487           (gst_1394_property_probe_get_values),
7488           (gst_1394_property_probe_interface_init),
7489           (gst_1394_type_add_property_probe_interface):
7490         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7491         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7492           (gst_dv1394src_init), (gst_dv1394src_dispose),
7493           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7494           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7495           (gst_dv1394src_update_device_name):
7496         * ext/raw1394/gstdv1394src.h:
7497           Implement GstPropertyProbe interface and add "device-name" property,
7498           so applications can use this to probe for available devices in the
7499           same way they can already with v4lsrc and v4l2src (however horrible
7500           this property probe interface may be). Fixes #358841.
7501
7502 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7505
7506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7507           (gst_rtspsrc_parse_range):
7508           Don't leak event, don't leak range (fixes #496752).
7509
7510 2007-11-14  Michael Smith <msmith@fluendo.com>
7511
7512         Patch by: Arek Korbik <arkadini@gmail.com>
7513
7514         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7515           Detect RGBA/BGRA correctly on little endian systems.
7516
7517 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7520           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7521           corresponding ioctl() call fails even though the driver claims to
7522           support this format, just fall back to the pre-2.6.19 kernel
7523           routine that creates caps with suitable height and width ranges
7524           (see #448278).
7525
7526 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         Patch by: Mark Nauwelaerts <manauw skynet be>
7529
7530         * gst/matroska/matroska-demux.c:
7531           (gst_matroska_demux_push_dvd_clut_change_event),
7532           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7533           (gst_matroska_demux_subtitle_caps):
7534         * gst/matroska/matroska-ids.h:
7535           Extract palette data for dvd subpicture streams and send it
7536           downstream as custom gstreamer dvd event (fixes #453417).
7537
7538 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7541           Implement minimal parsing of the passed pango font description
7542           string, so passing a font size works the same as with the
7543           pango textoverlay plugin; fixes #455086.
7544           (Maybe we could just use pangocairo here at some point).
7545
7546 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7547
7548         * gst/avi/gstavidemux.c:
7549         * gst/wavparse/gstwavparse.c:
7550           Return the result in _activate_pull(). Don't ref element there.
7551
7552 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7555         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7556         (gst_wavparse_srcpad_event):
7557           Ref the element when we should, but not when we its not needed. Reflow
7558           the event_handling to not leak the event.       
7559
7560 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7561
7562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7563         (qtdemux_parse_samples):
7564         Properly free QTDemuxSamples array.
7565         Protect table write with a sensible check, some files apparently DO contain
7566         stts values starting with 0 :(
7567
7568 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7569
7570         * gst/avi/gstavidemux.c:
7571         * gst/qtdemux/qtdemux.c:
7572           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7573           previous commit messed up.
7574
7575 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7576
7577         * gst/avi/gstavidemux.c:
7578         * gst/qtdemux/qtdemux.c:
7579           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7580           element when we should, but not when we its not needed.
7581
7582 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7583
7584         * gst/wavparse/gstwavparse.c:
7585           Return FALSE if we can't handle a query instead of changing the
7586           format. Ignore fact when dealing with mpeg audio.
7587
7588 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7591
7592         * configure.ac:
7593         * gst/udp/gstdynudpsink.c:
7594         * gst/udp/gstdynudpsink.h:
7595         * gst/udp/gstmultiudpsink.c:
7596         * gst/udp/gstmultiudpsink.h:
7597         * gst/udp/gstudpsink.c:
7598         * gst/udp/gstudpsink.h:
7599           Fix includes for MSVC and GLib-2.14.0 (#492388).
7600
7601         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7602           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7603
7604 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7605
7606         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7607         (gst_mulawdec_chain):
7608         * gst/law/mulaw-decode.h:
7609         Calculate outgoing buffer duration if incoming buffer didn't have a
7610         valid duration.
7611
7612 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7613
7614         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7615         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7616         Smarter combine_flow code that also deals with downstream elements
7617         returning UNEXPECTED when they receive data out of the segment
7618         boundaries. Fixes #491305.
7619
7620 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7621
7622         * sys/v4l2/v4l2src_calls.c:
7623           Fix 'unused variable' compiler warning when compiling against
7624           older kernel headers.
7625
7626 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * ext/taglib/gstid3v2mux.cc (add_funcs):
7629           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7630
7631 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7632
7633         * tests/check/pipelines/simple-launch-lines.c:
7634            Improve the tests a little more.
7635
7636 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7637
7638         patch by: Yun Zheng Hu
7639
7640         * sys/osxaudio/gstosxaudiosrc.c:
7641         Use default input device instead of default output device and
7642         only memcpy actual available bytes.
7643
7644 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7645
7646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7647           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7648           early. It is temporary until we find something better.
7649
7650 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7651
7652         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7653
7654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7655         Fix race when pausing a RTSP stream in interleaved.
7656         Fixes #475784.
7657
7658 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7659
7660         Patch by: Peter Kjellerstedt <pkj at axis com>
7661
7662         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7663         Use correct unref function for buffers. #488844.
7664
7665 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7666
7667         * gst/avi/gstavimux.c:
7668         * tests/check/elements/avimux.c:
7669           Add some debug and sync tests with the fix.     
7670
7671 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7672
7673         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7674
7675         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7676         When the socket is used by the app for other purposes, don't generate an
7677         error if there is activaty on the socket that is not data related.
7678         Fixes #487488.
7679
7680 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7681
7682         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7683         (gst_v4l2src_grab_frame):
7684         Add some more debug info. Generate an error when we run out of buffers
7685         for some reason. See #480557.
7686
7687 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7688
7689         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7690
7691         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7692         Set marker bit correctly.
7693
7694 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7695
7696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7697         Use allowed name for the GstStructure.
7698
7699 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7700
7701         * ext/gconf/gstswitchsink.c:
7702         * gst/autodetect/gstautoaudiosink.c:
7703           Use new gst_bus_pop_filtered().
7704
7705 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * sys/v4l2/gstv4l2src.c:
7708         * sys/v4l2/v4l2src_calls.c:
7709           When probing the formats and sizes a camera supports, make
7710           sure the best ones (highest resolution, prefered format)
7711           end up at the beginning of the probed caps and the less
7712           desirable ones at the end.  This is important because the
7713           order within the caps matters for things like fixation and
7714           negotiation, ie. what format is chosen in the end.
7715           With recent kernels, the current probing code will end up
7716           querying the supported sizes from lowest resolution to
7717           highest resolution, adding them to the probed caps in that
7718           order, resulting to v4l2src fixating to the lowest possible
7719           resolution if downstream does not express a size preference.
7720           Also make up a somewhat random ranking of prefered output
7721           formats for the same reason. Fixes #485828.
7722         
7723 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7724
7725         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7726
7727         * gst/id3demux/id3v2frames.c:
7728           Extract license/copyright URIs from ID3v2 WCOP frames
7729           (Fixes #447000).
7730
7731         * tests/check/elements/id3demux.c:
7732         * tests/files/Makefile.am:
7733         * tests/files/id3-447000-wcop.tag:
7734           Add simple unit test.
7735
7736 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * ext/taglib/gstid3v2mux.cc:
7739           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7740           Prerequisite for #447000.
7741
7742 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7743
7744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7745         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7746         a GstClockTime.
7747
7748 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7749
7750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7751         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7752         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7753         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7754         (gst_rtspsrc_change_state):
7755         More seeking fixes, mostly passing around the new playback segment in
7756         order to configure it properly.
7757         Also reset base_time of udp sources when setting them back to PLAYING as
7758         a temporary hack until core supports seek in live sources properly.
7759
7760 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7761
7762         * gst/rtp/gstrtpmp4adepay.c:
7763         Fix caps as to not confuse autopluggers.
7764
7765 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * gst/id3demux/gstid3demux.c:
7768         * gst/id3demux/gstid3demux.h:
7769         * gst/id3demux/id3tags.c:
7770         * gst/id3demux/id3tags.h:
7771         * gst/id3demux/id3v2frames.c:
7772           Port ID3 tag demuxer over to the new GstTagDemux in -base
7773           (now would be a good time to test re-importing your music
7774           collection).
7775
7776 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7777
7778         * gst/apetag/Makefile.am:
7779         * gst/apetag/gstapedemux.c:
7780         * gst/apetag/gstapedemux.h:
7781         * gst/apetag/gsttagdemux.c:
7782         * gst/apetag/gsttagdemux.h:
7783           Port APE tag demuxer over to the new GstTagDemux in -base.
7784
7785 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7786
7787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7788         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7789         (gst_rtspsrc_handle_internal_src_query),
7790         (gst_rtspsrc_handle_src_query), (new_session_pad),
7791         (gst_rtspsrc_stream_configure_tcp),
7792         (gst_rtspsrc_stream_configure_transport),
7793         (gst_rtspsrc_loop_send_cmd):
7794         Improve flushing behaviour.
7795         Set state of the udp sources to PAUSE/PLAYING correctly.
7796         Handle events and queries for UDP and TCP transport now.
7797
7798 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * gst/rtp/gstrtpgsmdepay.c:
7801         * gst/rtp/gstrtpgsmpay.c:
7802           Add log category.
7803
7804 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7805
7806         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7807
7808         * tests/check/Makefile.am:
7809         * tests/check/pipelines/simple-launch-lines.c:
7810           Add unit tests for payloaders/depayloaders.
7811
7812 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7813
7814         * gst/avi/gstavimux.c:
7815         * gst/avi/gstavimux.h:
7816           Also save codec data for audio streams. Fixes #482495.
7817
7818 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7819
7820         * gst/avi/gstavimux.c:
7821           Fix "Index entry has invalid stream nr 1".
7822           Add support for muxing aac - work in progress (see #482495).
7823
7824 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7825
7826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7827         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7828         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7829         * gst/rtsp/gstrtspsrc.h:
7830         Parse bandwidth modifiers, they are not yet configured in the session
7831         manager because we don't have an API for that yet.
7832
7833 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7836         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7837         Use shiny new function in -base to get the default clock-rate.
7838         Update some docs.
7839
7840 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7841
7842         * win32/MANIFEST:
7843         Add files to win32 manifest.
7844         * win32/vs6/libgstaudiofx.dsp:
7845         * win32/vs6/libgstqtdemux.dsp:
7846         * win32/vs6/libgstrtp.dsp:
7847         * win32/vs6/libgstrtsp.dsp:
7848         Update project files.
7849
7850 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7851
7852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7853         (gst_rtspsrc_play):
7854         * gst/rtsp/gstrtspsrc.h:
7855         In TCP mode, only timestamp the first buffer. TCP is not real time and
7856         it does not make sense to try to skew compensate, also some servers send
7857         the first batch of data in a burst.
7858
7859 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7860
7861         * gst/matroska/matroska-demux.c:
7862           Fix setting the discont flag on the first buffer
7863           pushed downstream for formats with private codec
7864           data that needs to be deserialised into buffers
7865           (such as vorbis and FLAC when in a matroska container).
7866
7867 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7868
7869         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7870
7871         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7872         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7873         (gst_rtp_mp4v_pay_handle_buffer):
7874         * gst/rtp/gstrtpmp4vpay.h:
7875         Free the config string. Fixes #480707.
7876         Clean up the timestamp code a little.
7877
7878 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7881         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7882         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7883         * gst/rtsp/gstrtspsrc.h:
7884         Set timestamps on RTP buffers in interleaved mode.
7885         Mark first buffers with a DISCONT.
7886         Remove flush hack now that sync for live sources has been figured out.
7887
7888 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7889
7890         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7891         Update documentation.
7892
7893 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7894
7895         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7896         (gst_rtp_xqt_depay_change_state):
7897         * gst/qtdemux/gstrtpxqtdepay.h:
7898         Fail if we don't know the quicktime format.
7899
7900 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7901
7902         * ext/flac/gstflacenc.c:
7903         * ext/flac/gstflacenc.h:
7904           Save the flow return from the last gst_pad_push() and
7905           make sure we pass the right flow return value upstream
7906           in the case of failure; minor clean-ups.
7907
7908 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7909
7910         * ext/taglib/gstapev2mux.cc:
7911         * ext/taglib/gstid3v2mux.cc:
7912         * gst/apetag/gstapedemux.c:
7913           Add support for the new GST_TAG_COMPOSER (#459809).
7914
7915 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * gst/law/alaw-decode.c:
7918         * gst/law/alaw-decode.h:
7919         * gst/law/alaw-encode.c:
7920         * gst/law/alaw-encode.h:
7921         * gst/law/alaw.c:
7922         * gst/law/mulaw-conversion.h:
7923           Compulsive clean-ups: use boilerplate macros, add debug
7924           categories, fix up things to conform to symbol nomenklatura,
7925           etc.
7926
7927 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7930
7931         * gst/law/alaw-decode.c:
7932         * gst/law/alaw-encode.c:
7933           Use static tables for A-Law decoding and encoding; this makes
7934           A-Law decoding and encoding less CPU-intensive, but increases
7935           the binary size a bit. Leaving old code around for now,
7936           selectable by a define in the code. Fixes #435435.
7937
7938 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7939
7940         * configure.ac:
7941         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7942         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7943         in configure.ac.
7944
7945 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7946
7947         Patch by: Jan Gerber <j at bootlab dot org>
7948
7949         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7950         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7951
7952 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7953
7954         * sys/oss/gstosshelper.c:
7955           Use GST_WARNING instead of a g_critical. This situation is not caused
7956           by the application.
7957
7958 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7959
7960         * po/LINGUAS:
7961         * po/nl.po:
7962           Updated translations.
7963
7964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7967
7968         * po/eu.po:
7969           Added Basque translation.
7970
7971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7972
7973         translated by: Abel Cheung <abelcheung@gmail.com>
7974
7975         * po/zh_HK.po:
7976         * po/zh_TW.po:
7977           Added Chinese (traditional and Hong Kong) translation.
7978
7979 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7980
7981         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7982
7983         * po/pl.po:
7984           Added Polish translation.
7985
7986 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         translated by: Ilkka Tuohela <hile@iki.fi>
7989
7990         * po/fi.po:
7991           Added Finnish translation.
7992
7993 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7994
7995         translated by: Jorge González González <aloriel@gmail.com>
7996
7997         * po/es.po:
7998           Added Spanish translation.
7999
8000 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8001
8002         translated by: Mogens Jaeger <mogens@jaeger.tf>
8003
8004         * po/da.po:
8005           Added Danish translation.
8006
8007 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8008
8009         translated by: Funda Wang <fundawang@linux.net.cn>
8010
8011         * po/zh_CN.po:
8012           Added Chinese (simplified) translation.
8013
8014 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8015
8016         translated by: Alexander Shopov <ash@contact.bg>
8017
8018         * po/bg.po:
8019           Added Bulgarian translation.
8020
8021 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8022
8023         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8024         Set outgoing packet duration because we can. Fixes #478244 some more.
8025
8026 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8027
8028         * ext/cairo/gsttextoverlay.c:
8029           Add info about static leak.
8030         
8031         * tests/check/Makefile.am:
8032         * tests/check/generic/states.c:
8033           Improved state change unit test.
8034
8035 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8036
8037         * docs/plugins/.cvsignore:
8038         * tests/check/.cvsignore:
8039           Ignore registries in any format.
8040
8041 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8042
8043         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8044         Removed some unused code.
8045
8046         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8047         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8048         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8049         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8050         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8051         (gst_rtp_theora_pay_flush_packet):
8052         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8053         Try to preserve the incomming buffer duration on the outgoing
8054         packets. Fixes #478244.
8055
8056 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * ext/taglib/gstapev2mux.cc:
8059         * ext/taglib/gstid3v2mux.cc:
8060           Work around compiler warnings with g++-4.2 when assigning a
8061           string constant to a gchar * (partially fixes #478092).
8062
8063 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8064
8065         * configure.ac:
8066           We require core CVS now for gst_base_src_set_do_timestamp().
8067
8068 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8069
8070         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8072         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8073         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8074         (gst_rtspsrc_handle_message):
8075         Fix compiler warnings shown with Forte.
8076
8077 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8078
8079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8080         (gst_rtspsrc_dup_printf):
8081         Give meaningfull error when all streams failed to configure for some
8082         reason.
8083
8084 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8085
8086         * gst/rtp/README:
8087         Update README with the design for synchronisation rules of RTP on
8088         sender and receiver.
8089
8090 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8091
8092         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8093         (gst_wavparse_chain):
8094         Don't push EOS from the chain function, the element
8095         driving the pipeline is responsible for this. The bug
8096         this was meant to fix seems to be queue not forwarding
8097         EOS in all cases (see #476514).
8098
8099 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8100
8101         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8102         (gst_level_transform_ip):
8103         * gst/level/gstlevel.h:
8104         Use basetransform segment so that it is correctly managed on flushes and
8105         start/stop.
8106         Report message timestamp as stream time, which is what an application
8107         can understand.
8108
8109 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8110
8111         * ext/taglib/gstapev2mux.cc:
8112         * ext/taglib/gstapev2mux.h:
8113         * ext/taglib/gsttaglibmux.c:
8114         * tests/check/elements/apev2mux.c:
8115         Update my mail address.
8116
8117 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8118
8119         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8120         (gst_wavparse_loop), (gst_wavparse_chain):
8121         Add EOS logic for the push-based mode too. Fixes #476514.
8122
8123 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8124
8125         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8126         * gst/law/alaw-encode.h:
8127         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8128         (gst_mulawenc_chain):
8129         * gst/law/mulaw-encode.h:
8130         Fix law encoder timestamps.
8131
8132 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * ext/gconf/gstgconfaudiosink.c:
8135           Fix warning when building without debug.
8136
8137         * sys/oss/gstossmixertrack.c:
8138           Use const like in alsamixertrack.c (fixes warnings).
8139
8140 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8141
8142         * sys/v4l2/v4l2src_calls.c:
8143         (gst_v4l2src_probe_caps_for_format_and_size):
8144         Fix framerate detection code some more.
8145         Handle the case where there is a weird step in the stepwise framerates.
8146         Don't overwrite the min interval with the framerate, use a temp variable
8147         instead.
8148         Use max in the Continuous framerate intervals instead of step, which is
8149         1 according to the docs. Fixes #475424.
8150
8151 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8152
8153         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8154         Make udpsrc timestamp outgoing buffers based on when they were received.
8155         Also make it output a segment in time.
8156
8157 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * gst/avi/gstavidemux.c:
8160           Plug a little leak. Little code cleanups.
8161
8162 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8163
8164         * configure.ac:
8165           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8166           flac versions, 's good for cross-compilation karma.
8167
8168 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8171
8172         * gst/rtp/gstrtph263pay.c:
8173           Fix up header structure so that compilers don't add padding
8174           between the structure fields, since that would lead to us
8175           sending RTP packets with broken headers (as is currently the
8176           case when compiling with MSVC). Also see similar fixes in
8177           libgstrtp in gst-plugins-base. (#474616; #471194)
8178
8179 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8180
8181         * sys/v4l2/v4l2src_calls.c:
8182         (gst_v4l2src_probe_caps_for_format_and_size):
8183         Don't overwrite our GValue with 0 but instead use the previously
8184         computed value. Fixes #471823 some more.
8185
8186 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8189           No tabs in this file please, or gtk-doc will end up documenting
8190           rather absurd class hierarchies.
8191
8192 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8193
8194         * ext/gconf/gstswitchsink.c:
8195           If the new kid element fails to change state for some reason
8196           (e.g. esdsink not being able to connect to the sound server),
8197           forward the error message it posted on the bus instead of just
8198           posting a generic 'Internal state change error: please file a
8199           bug' error message. Fixes #471364.
8200
8201 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8202
8203         * gst/qtdemux/Makefile.am:
8204         * gst/qtdemux/qtdemux.c:
8205           Don't assume tags are encoded as UTF-8 (#473670).
8206
8207 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * sys/v4l2/gstv4l2src.c:
8210         * sys/v4l2/gstv4l2src.h:
8211         * sys/v4l2/v4l2src_calls.c:
8212           Implement LATENCY queries in the crudest way possible so I don't
8213           have to use sync=false any longer when testing with videosinks.
8214
8215 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8216
8217         * configure.ac:
8218           Fix build.
8219
8220 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8221
8222         * sys/v4l2/v4l2src_calls.c:
8223         (gst_v4l2src_probe_caps_for_format_and_size):
8224         Add some more debugging in the framerate function.
8225         Iterate stepwise framerate up to and _including_ the max and if nothing
8226         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8227         don't end up with an empty list. Fixes #471823
8228
8229 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8230
8231         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8232         (gst_multiudpsink_set_clients_string),
8233         (gst_multiudpsink_get_clients_string),
8234         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8235         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8236         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8237         (gst_multiudpsink_clear):
8238         Add property do configure destination address/port pairs
8239         API:GstMultiUDPSink::clients
8240
8241 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * tests/examples/Makefile.am:
8244         * tests/examples/rtp/Makefile.am:
8245         * tests/examples/rtp/client-H263p-AMR.sh:
8246         * tests/examples/rtp/client-H263p-PCMA.sdp:
8247         * tests/examples/rtp/client-H263p-PCMA.sh:
8248         * tests/examples/rtp/client-H264-PCMA.sdp:
8249         * tests/examples/rtp/client-H264-PCMA.sh:
8250         * tests/examples/rtp/client-PCMA.sh:
8251         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8252         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8253         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8254         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8255         Added some RTP example scripts for sending and receiving RTP streams.
8256
8257 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8258
8259         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8260         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8261         Restructure the setcaps function so that we can also compute the
8262         expected GStreamer output size of the video frames.
8263         Set frame_byte_size correctly so that read-based devices have a chance
8264         of working correctly.
8265         When grabbing a frame, discard frames that are not of the expected size.
8266         Some cameras don't output the right framesize for the first buffer.
8267         Try only a couple of times to get a valid frame, else error out.
8268
8269         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8270         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8271         Add some more debug info when scanning the device.
8272
8273         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8274         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8275         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8276         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8277         Add some more debug info when dequeing a frame.
8278
8279 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8280
8281         * gst/wavparse/gstwavparse.c:
8282           More code cleanups. Add some more comment and improve debugs logs.
8283
8284 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * gst/wavparse/gstwavparse.c:
8287         * gst/wavparse/gstwavparse.h:
8288           Implement seek-query. Refactor duration calculations. Appropriate use
8289           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8290           out of loops.
8291
8292 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * gst/avi/gstavidemux.c:
8295           Implement seek-query.
8296
8297 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8298
8299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8300         (gst_rtspsrc_dup_printf):
8301         Use new basesink async property to make sparse RTCP packet not wait for
8302         preroll.
8303
8304 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8305
8306         * gst/audiofx/Makefile.am:
8307         Dist the right file.
8308
8309 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8310
8311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8312         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8313         Make sure we generate and parse floating point values in the POSIX
8314         locale instead of the current locale. 
8315
8316 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8317
8318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8319         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8320         (gst_rtspsrc_play):
8321         * gst/rtsp/gstrtspsrc.h:
8322         Fix method detection again.
8323         Keep track of when we must send a Range header.
8324         Use segment values for Range, Speed and Scale headers.
8325         Parse Speed and Scale headers to update the segment values.
8326
8327 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8328
8329         patch by: Mark Nauwelaerts <manauw@skynet.be>
8330
8331         * sys/v4l2/v4l2src_calls.c:
8332           Handle optional v4l2 ioctls gracefully.
8333
8334 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8335
8336         * gst/rtp/Makefile.am:
8337         * gst/rtp/gstrtp.c: (plugin_init):
8338         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8339         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8340         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8341         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8342         (gst_rtp_h263_depay_get_property),
8343         (gst_rtp_h263_depay_change_state),
8344         (gst_rtp_h263_depay_plugin_init):
8345         * gst/rtp/gstrtph263depay.h:
8346         Added an H263 depayloader. Fixes #369392.
8347
8348         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8349         (gst_rtp_h263p_depay_process):
8350         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8351         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8352         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8353         payloads.
8354         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8355
8356 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8357
8358         * gst/audiofx/audiochebyshevfreqband.c:
8359         * gst/audiofx/audiochebyshevfreqlimit.c:
8360         Add small comparision with the windowed sinc filters in the docs.
8361
8362 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8363
8364         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8365         (audiochebyshevfreqband_suite):
8366         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8367         (audiochebyshevfreqlimit_suite):
8368         Also test 32 bit float mode and the type 2 variants of the filters.
8369
8370 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8371
8372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8373         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8374         (gst_rtspsrc_loop):
8375         Refactor the udp and interleaved loop function a bit.
8376
8377 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8378
8379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8380         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8381         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8382         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8383         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8384         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8385         * gst/rtsp/gstrtspsrc.h:
8386         Protect connection activity with a new lock, avoids deadlocks when going
8387         to PAUSED. Fixes #455808.
8388
8389 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8390
8391         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8392         Fix debug statement.
8393
8394 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8395
8396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8397         Fix stray %u in debug line as spotted by Saur on IRC.
8398
8399 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8400
8401         * gst/audiofx/audiochebyshevfreqband.c:
8402         (gst_audio_chebyshev_freq_band_class_init):
8403         * gst/audiofx/audiochebyshevfreqlimit.c:
8404         (gst_audio_chebyshev_freq_limit_class_init):
8405         Use generator macros for the process functions for the different
8406         sample types, add lower upper boundaries for the GObject properties
8407         so automatically generated UIs can use sliders and add a note about
8408         the number of poles as a too high number of poles combined with
8409         very low or very high frequencies will produce only noise.
8410         * docs/plugins/gst-plugins-good-plugins.args:
8411         Regenerated for the property changes.
8412
8413 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8414
8415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8416         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8417         (gst_rtspsrc_stream_configure_udp_sink),
8418         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8419         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8420         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8421         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8422         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8423         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8424         * gst/rtsp/gstrtspsrc.h:
8425         Improve timeout handling.
8426         Use the same socket for sending and receiving RTCP packets so that some
8427         servers can track clients better.
8428         Improve connection closed handling. Try to reconnect.
8429         Don't overwrite our content base with NULL.
8430         Improve debugging.
8431         Improve range parsing and handling.
8432         Remove flushing hack now that core does the right thing.
8433
8434 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8435
8436         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8437         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8438         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8439         (gst_multiudpsink_close), (gst_multiudpsink_add):
8440         * gst/udp/gstmultiudpsink.h:
8441         Add support for getting and setting the socket to use.
8442
8443         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8444         (gst_udpsrc_create), (gst_udpsrc_get_property):
8445         Add support for getting the currently used socket.
8446
8447 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8448
8449         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8450
8451         * gst/audiofx/Makefile.am:
8452         * gst/audiofx/audiochebyshevfreqband.c:
8453         (gst_audio_chebyshev_freq_band_mode_get_type),
8454         (gst_audio_chebyshev_freq_band_base_init),
8455         (gst_audio_chebyshev_freq_band_dispose),
8456         (gst_audio_chebyshev_freq_band_class_init),
8457         (gst_audio_chebyshev_freq_band_init),
8458         (generate_biquad_coefficients), (calculate_gain),
8459         (generate_coefficients),
8460         (gst_audio_chebyshev_freq_band_set_property),
8461         (gst_audio_chebyshev_freq_band_get_property),
8462         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8463         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8464         (gst_audio_chebyshev_freq_band_start):
8465         * gst/audiofx/audiochebyshevfreqband.h:
8466         * gst/audiofx/audiochebyshevfreqlimit.c:
8467         (gst_audio_chebyshev_freq_limit_mode_get_type),
8468         (gst_audio_chebyshev_freq_limit_base_init),
8469         (gst_audio_chebyshev_freq_limit_dispose),
8470         (gst_audio_chebyshev_freq_limit_class_init),
8471         (gst_audio_chebyshev_freq_limit_init),
8472         (generate_biquad_coefficients), (calculate_gain),
8473         (generate_coefficients),
8474         (gst_audio_chebyshev_freq_limit_set_property),
8475         (gst_audio_chebyshev_freq_limit_get_property),
8476         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8477         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8478         (gst_audio_chebyshev_freq_limit_start):
8479         * gst/audiofx/audiochebyshevfreqlimit.h:
8480         * gst/audiofx/audiofx.c: (plugin_init):
8481         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8482         Fixes #464800.
8483
8484         * tests/check/Makefile.am:
8485         * tests/check/elements/.cvsignore:
8486         * tests/check/elements/audiochebyshevfreqband.c:
8487         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8488         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8489         * tests/check/elements/audiochebyshevfreqlimit.c:
8490         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8491         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8492         Add unit tests for the chebyshev filters.
8493
8494         * docs/plugins/Makefile.am:
8495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8497         * docs/plugins/gst-plugins-good-plugins.args:
8498         * docs/plugins/inspect/plugin-1394.xml:
8499         * docs/plugins/inspect/plugin-audiofx.xml:
8500         * docs/plugins/inspect/plugin-dv.xml:
8501         * docs/plugins/inspect/plugin-flac.xml:
8502         * docs/plugins/inspect/plugin-jpeg.xml:
8503         * docs/plugins/inspect/plugin-png.xml:
8504         * docs/plugins/inspect/plugin-rtp.xml:
8505         * docs/plugins/inspect/plugin-shout2send.xml:
8506         * docs/plugins/inspect/plugin-wavpack.xml:
8507         And add docs for the chebyshev filters. While doing
8508         that also run make update in docs/plugins.
8509
8510 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8511
8512         * ext/annodex/gstcmmltag.c:
8513         * gst/rtp/gstrtpvorbispay.c:
8514           Make ro memory to share.
8515
8516 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8517
8518         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8519         Improve UDP performance by avoiding a select() when we have data
8520         available immediatly.
8521
8522 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8523
8524         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8525         (gst_rtp_dec_class_init):
8526         * gst/rtsp/gstrtpdec.h:
8527         Add (dummy) SSRC management signals.
8528
8529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8530         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8531         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8532         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8533         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8534         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8535         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8536         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8537         * gst/rtsp/gstrtspsrc.h:
8538         Add connection-speed property.
8539         Add find_stream helper functions.
8540         Handle stream EOS based on BYE messages or SSRC timeout.
8541         Returns SUCCESS from the state change function as we hide our async
8542         elements from the parent.
8543
8544 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8545
8546         * gst/debug/rndbuffersize.c:
8547           Fix da leak.
8548
8549 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * gst/debug/Makefile.am:
8552         * gst/debug/breakmydata.c:
8553         * gst/debug/gstdebug.c:
8554         * gst/debug/negotiation.c:
8555         * gst/debug/progressreport.c:
8556         * gst/debug/rndbuffersize.c:
8557         * gst/debug/testplugin.c:
8558           Add new test element and clean-up the others a little.
8559
8560 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8561
8562         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8563         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8564
8565 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8566
8567         * gst/rtp/gstrtpilbcdepay.c:
8568           Include stdlib.
8569
8570 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8571
8572         * gst/rtp/gstrtpmpvdepay.c:
8573         Set the mpegversion in the caps so that autoplugging does not get
8574         confused.
8575
8576 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8577
8578         * po/hu.po:
8579         * po/uk.po:
8580         * po/vi.po:
8581           Updated translations.
8582
8583 2007-08-08  Michael Smith <msmith@fluendo.com>
8584
8585         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8586           Render right border in the correct location.
8587
8588 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8589
8590         Patch by: Olivier Crete <tester at tester dot ca>
8591
8592         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8593         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8594         Make mode property a string. Fixes #464475.
8595
8596 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8597
8598         * ext/flac/gstflacenc.c:
8599           Widen caps to match decoder a bit and add more FIXMEs.
8600
8601 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8602
8603         patch by: Mark Nauwelaerts <manauw@skynet.be>
8604
8605         * gst/avi/gstavimux.c:
8606           Fix ODML index tag numbering. Fixes #463624.
8607
8608 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8609
8610         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8611         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8612         (gst_rtspsrc_stream_configure_tcp),
8613         (gst_rtspsrc_stream_configure_udp_sink):
8614         Fix default clock-rate for realmedia.
8615         Fix parsing of transport.
8616         Don't try to link NULL pads.
8617
8618 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * po/POTFILES.skip:
8621           Add POTFILES.skip with list of source files that aren't disted at the
8622           moment but contain translatable strings. Should hopefully pacify
8623           broken tools and make it clearer that these files are left out
8624           intentionally (#461600).
8625
8626 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8627
8628         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8629         If the buffer was entirely clipped ... don't try sending it :)
8630
8631 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8632
8633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8634         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8635         (gst_rtspsrc_create_transports_string),
8636         (gst_rtspsrc_prepare_transports):
8637         If we don't hav a session manager, set the caps on outgoing buffers
8638         ourselves.
8639         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8640         Append final bit of the transport string even when it does not contain a
8641         placeholder.
8642
8643 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8644
8645         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8646         (gst_rtsp_ext_list_connect):
8647         * gst/rtsp/gstrtspext.h:
8648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8649         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8650         Clean up the interface list.
8651         Allow connecting to interface signals for the extensions.
8652         Remove old extension code.
8653         Free list on cleanup.
8654         Allow extensions to send additional RTSP messages.
8655
8656 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8657
8658         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8659         Handle a NULL gconf key gracefully by rendering the default element.
8660
8661 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8662
8663         * gst/rtsp/gstrtspext.h:
8664         Fix include path for extension interface.
8665
8666 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8667
8668         * gst/audiofx/audioamplify.h:
8669         Also remove a now unecessary variable here.
8670
8671 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8672
8673         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8674         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8675         * gst/audiofx/audiodynamic.c:
8676         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8677         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8678         * gst/audiofx/audiodynamic.h:
8679         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8680         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8681         * gst/audiofx/audioinvert.h:
8682         Don't save format information ourselves, this is already saved in
8683         GstAudioFilter.
8684
8685 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8686
8687         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8688         (gst_rtsp_ext_list_stream_select):
8689         * gst/rtsp/gstrtspext.h:
8690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8691         Use rank to filter out extensions.
8692         Add url to stream_select interface call.
8693
8694 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8695
8696         * gst/rtsp/Makefile.am:
8697         * gst/rtsp/base64.c:
8698         * gst/rtsp/base64.h:
8699         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8700         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8701         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8702         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8703         (gst_rtsp_ext_list_setup_media),
8704         (gst_rtsp_ext_list_configure_stream),
8705         (gst_rtsp_ext_list_get_transports),
8706         (gst_rtsp_ext_list_stream_select):
8707         * gst/rtsp/gstrtspext.h:
8708         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8709         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8710         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8711         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8712         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8713         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8714         (gst_rtspsrc_stream_configure_tcp),
8715         (gst_rtspsrc_stream_configure_mcast),
8716         (gst_rtspsrc_stream_configure_udp),
8717         (gst_rtspsrc_stream_configure_udp_sink),
8718         (gst_rtspsrc_stream_configure_transport),
8719         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8720         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8721         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8722         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8723         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8724         (gst_rtspsrc_parse_methods),
8725         (gst_rtspsrc_create_transports_string),
8726         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8727         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8728         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8729         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8730         * gst/rtsp/gstrtspsrc.h:
8731         * gst/rtsp/rtsp.h:
8732         * gst/rtsp/rtspconnection.c:
8733         * gst/rtsp/rtspconnection.h:
8734         * gst/rtsp/rtspdefs.c:
8735         * gst/rtsp/rtspdefs.h:
8736         * gst/rtsp/rtspext.h:
8737         * gst/rtsp/rtspextwms.c:
8738         * gst/rtsp/rtspextwms.h:
8739         * gst/rtsp/rtspmessage.c:
8740         * gst/rtsp/rtspmessage.h:
8741         * gst/rtsp/rtsprange.c:
8742         * gst/rtsp/rtsprange.h:
8743         * gst/rtsp/rtsptransport.c:
8744         * gst/rtsp/rtsptransport.h:
8745         * gst/rtsp/rtspurl.c:
8746         * gst/rtsp/rtspurl.h:
8747         * gst/rtsp/sdp.h:
8748         * gst/rtsp/sdpmessage.c:
8749         * gst/rtsp/sdpmessage.h:
8750         * gst/rtsp/test.c:
8751         Use shiny new RTSP and SDP library.
8752         Implement RTSP extensions using the new interface.
8753         Remove a lot of old code.
8754
8755 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8756
8757         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8758         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8759
8760 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8761
8762         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8763         Don't unref the outgoing buffer twice when dropping it because it's
8764         outside of the segment.
8765
8766 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8767
8768         * configure.ac:
8769         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8770         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8771         Use the new buffer clipping function from gstaudio here and
8772         require gst-plugins-base CVS.
8773         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8774         For framed Wavpack buffers we require a valid timestamp.
8775
8776 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8777
8778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8779         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8780         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8781         Clip raw audio and video when we can, keep track of current output
8782         segment.
8783         Don't leak buffers and events when there is no output pad.
8784         Improve debugging here and there.
8785
8786 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8787
8788         * configure.ac:
8789           Sync liboil check with plugins-base.
8790
8791 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8792
8793         * ext/annodex/Makefile.am:
8794           Fix CFLAGS/LIBS.
8795
8796         * ext/cdio/gstcdiocddasrc.c:
8797         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8798           Include stdlib
8799
8800         * ext/cairo/Makefile.am:
8801         * gst/videofilter/Makefile.am:
8802         * tests/examples/level/Makefile.am:
8803           Use $(LIBM) instead of -lm
8804
8805 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8806
8807         * sys/v4l2/gstv4l2src.c:
8808           Add another example pipeline.
8809
8810 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8811
8812         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8813
8814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8815           Use define here.
8816
8817         * sys/v4l2/gstv4l2tuner.c:
8818         (gst_v4l2_tuner_set_frequency_and_notify):
8819           Don't touch the property - its still disabled.
8820
8821         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8822         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8823         * sys/v4l2/v4l2src_calls.h:
8824           Improve fallback format negotionation. Fixes #451388
8825
8826 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8827
8828         * tests/check/elements/videocrop.c: (GST_START_TEST):
8829           Fix the test.
8830
8831 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8832
8833         * docs/plugins/Makefile.am:
8834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8836         * docs/plugins/inspect/plugin-jpeg.xml:
8837         * docs/plugins/inspect/plugin-png.xml:
8838         * ext/jpeg/gstjpegdec.c:
8839         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8840         (gst_pngdec_sink_setcaps):
8841           More docs. More logs in pngdec.
8842
8843 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8846           Initialize num_buffers with minimum value.
8847
8848         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8849         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8850           Handle frame-size query failure gracefully.
8851
8852 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8853
8854         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8855         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8856         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8857         of qt/aac files.
8858
8859 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8860
8861         * ext/wavpack/gstwavpackdec.c:
8862         (gst_wavpack_dec_clip_outgoing_buffer):
8863         Fix buffer clipping to correctly clip to the segment stop.
8864
8865 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8866
8867         * configure.ac:
8868         * tests/Makefile.am:
8869         Remove bogus check for libcheck, since we check for
8870         gstreamer-check and it pulls in the required info from there,
8871         and we weren't actually _using_ the information for libcheck
8872         ourselves anyway.
8873
8874 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8875
8876         * configure.ac:
8877           Use pkg-config to locate check.
8878
8879 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8882         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8883         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8884         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8885         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8886         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8887         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8888         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8889         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8890         * gst/effectv/gstrev.c: (gst_revtv_transform):
8891         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8892         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8893         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8894         * gst/matroska/matroska-demux.c:
8895         (gst_matroska_demux_add_wvpk_header),
8896         (gst_matroska_demux_check_subtitle_buffer),
8897         (gst_matroska_decode_buffer):
8898         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8899           Fix build against core CVS.
8900
8901 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8902
8903         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8904         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8905         don't have enough granularity to convert that boolean into a
8906         GstFlowReturn.
8907
8908 2007-07-06  Michael Smith <msmith@fluendo.com>
8909
8910         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8911         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8912         (gst_alawdec_change_state):
8913         * gst/law/alaw-decode.h:
8914         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8915         (gst_mulawdec_class_init), (gst_mulawdec_init),
8916         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8917         * gst/law/mulaw-decode.h:
8918           Fix capsnego bogosity in *law decoders. 
8919
8920 2007-07-06  Michael Smith <msmith@fluendo.com>
8921
8922         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8923         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8924         (gst_smokeenc_change_state):
8925         * ext/jpeg/gstsmokeenc.h:
8926           Remove stupidity in get/set caps functions.
8927           Fix some refcounting problems.
8928
8929 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8932         Remove endianness-flipping hack that seems to have been required
8933         only because of a bug in ffmpegcolorspace.
8934         Partially Fixes: #451908
8935
8936 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8937
8938         * docs/plugins/Makefile.am:
8939           Simplify --extra-dir as gtkdoc scans recursively.
8940
8941 2007-07-03  Wim Taymans  <wim@fluendo.com>
8942
8943         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8944
8945         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8946         Set the encoding-name in the rtp caps to all uppercase, as required by
8947         the caps spec.
8948         Some small cleanups in the error paths. Fixes #453037.
8949
8950 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8951
8952         * ext/wavpack/gstwavpackparse.c:
8953         (gst_wavpack_parse_index_get_last_entry),
8954         (gst_wavpack_parse_index_get_entry_from_sample),
8955         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8956         (gst_wavpack_parse_scan_to_find_sample):
8957         * ext/wavpack/gstwavpackparse.h:
8958         Use a GSList for the GArray that is used like a list anyway.
8959
8960 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8961
8962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8963         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8964         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8965           Add state change function where we set 0/1 as default framerate in
8966           case our setcaps function isn't called, like it might not in a
8967           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8968           gdkpixbufdec trying to create caps with a 0/0 framerate.
8969           Also post an error message on the bus if gst_pad_push() fails when
8970           called from our sink event handler (+1 for flow returns for event
8971           functions in 0.11) instead of failing silently.
8972
8973 2007-06-27  Wim Taymans  <wim@fluendo.com>
8974
8975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8976         Cast stack args to the proper types. Fixes #451249.
8977
8978 2007-06-27  Wim Taymans  <wim@fluendo.com>
8979
8980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8981         (new_session_pad), (gst_rtspsrc_setup_streams):
8982         * gst/rtsp/gstrtspsrc.h:
8983         For container formats we only need to activate one of the streams so
8984         that we correctly signal no-more-pads. Fixes #451015.
8985
8986 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8987
8988         * docs/plugins/gst-plugins-good-plugins.args:
8989         * docs/plugins/inspect/plugin-aasink.xml:
8990         * docs/plugins/inspect/plugin-alaw.xml:
8991         * docs/plugins/inspect/plugin-alpha.xml:
8992         * docs/plugins/inspect/plugin-alphacolor.xml:
8993         * docs/plugins/inspect/plugin-annodex.xml:
8994         * docs/plugins/inspect/plugin-apetag.xml:
8995         * docs/plugins/inspect/plugin-audiofx.xml:
8996         * docs/plugins/inspect/plugin-auparse.xml:
8997         * docs/plugins/inspect/plugin-autodetect.xml:
8998         * docs/plugins/inspect/plugin-avi.xml:
8999         * docs/plugins/inspect/plugin-cacasink.xml:
9000         * docs/plugins/inspect/plugin-cairo.xml:
9001         * docs/plugins/inspect/plugin-cdio.xml:
9002         * docs/plugins/inspect/plugin-cutter.xml:
9003         * docs/plugins/inspect/plugin-debug.xml:
9004         * docs/plugins/inspect/plugin-efence.xml:
9005         * docs/plugins/inspect/plugin-effectv.xml:
9006         * docs/plugins/inspect/plugin-esdsink.xml:
9007         * docs/plugins/inspect/plugin-flac.xml:
9008         * docs/plugins/inspect/plugin-flxdec.xml:
9009         * docs/plugins/inspect/plugin-gconfelements.xml:
9010         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9011         * docs/plugins/inspect/plugin-goom.xml:
9012         * docs/plugins/inspect/plugin-halelements.xml:
9013         * docs/plugins/inspect/plugin-icydemux.xml:
9014         * docs/plugins/inspect/plugin-id3demux.xml:
9015         * docs/plugins/inspect/plugin-jpeg.xml:
9016         * docs/plugins/inspect/plugin-ladspa.xml:
9017         * docs/plugins/inspect/plugin-level.xml:
9018         * docs/plugins/inspect/plugin-matroska.xml:
9019         * docs/plugins/inspect/plugin-mulaw.xml:
9020         * docs/plugins/inspect/plugin-multipart.xml:
9021         * docs/plugins/inspect/plugin-navigationtest.xml:
9022         * docs/plugins/inspect/plugin-ossaudio.xml:
9023         * docs/plugins/inspect/plugin-png.xml:
9024         * docs/plugins/inspect/plugin-quicktime.xml:
9025         * docs/plugins/inspect/plugin-rtp.xml:
9026         * docs/plugins/inspect/plugin-rtsp.xml:
9027         * docs/plugins/inspect/plugin-smpte.xml:
9028         * docs/plugins/inspect/plugin-speex.xml:
9029         * docs/plugins/inspect/plugin-taglib.xml:
9030         * docs/plugins/inspect/plugin-udp.xml:
9031         * docs/plugins/inspect/plugin-videobalance.xml:
9032         * docs/plugins/inspect/plugin-videobox.xml:
9033         * docs/plugins/inspect/plugin-videocrop.xml:
9034         * docs/plugins/inspect/plugin-videoflip.xml:
9035         * docs/plugins/inspect/plugin-videomixer.xml:
9036         * docs/plugins/inspect/plugin-wavenc.xml:
9037         * docs/plugins/inspect/plugin-wavparse.xml:
9038         * docs/plugins/inspect/plugin-ximagesrc.xml:
9039           Update docs with caps info.
9040
9041 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * po/POTFILES.in:
9044           Add more files with translatable strings (#450878).
9045
9046 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9047
9048         * MAINTAINERS:
9049         Updating all the maintainers files
9050
9051 2007-06-22  Edward Hervey  <edward@fluendo.com>
9052
9053         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9054         * gst/interleave/deinterleave.c: (deinterleave_init),
9055         (deinterleave_sink_link):
9056         * gst/interleave/interleave.c: (interleave_init):
9057         * gst/median/gstmedian.c: (gst_median_init):
9058         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9059         Fix memory leaks.
9060         * tests/check/elements/id3demux.c: (pad_added_cb):
9061         Remove unused variable.
9062
9063 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9064
9065         * ext/gconf/gconf.h:
9066         Make the prototype of gst_gconf_get_key_for_sink_profile
9067         match the implementation.
9068         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9069         Fixes: #449747
9070
9071 2007-06-20  Michael Smith <msmith@fluendo.com>
9072
9073         * gst/rtp/gstrtpdepay.c:
9074           Fix description - rtpdepay is not a payloader.
9075
9076 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9077
9078         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9079         (qtdemux_video_caps):
9080         * gst/qtdemux/qtdemux_fourcc.h:
9081           Add MJPG to the variants of motion jpeg.
9082
9083 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * tests/check/Makefile.am:
9086         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9087         * tests/check/elements/videocrop.c: (GST_START_TEST):
9088         * tests/check/elements/videofilter.c:
9089         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9090         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9091           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9092           error flags are included and it errors out on compiler warnings
9093           for CVS builds; remove unused variables in various unit tests.
9094
9095 2007-06-19  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9098         (rtsp_connection_close), (rtsp_connection_free):
9099         Use threadsafe inet_ntop to convert an ip number to a string. 
9100         Fixes #447961.
9101         Don't leak fd (and ip) when freeing a connection without first closing
9102         it.
9103
9104 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9105
9106         * configure.ac:
9107         Back to CVS
9108
9109         * gst-plugins-good.doap:
9110         Add 0.10.6 to the doap file.
9111
9112 === release 0.10.6 ===
9113
9114 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9115
9116         * configure.ac:
9117           releasing 0.10.6, "Wobble Board"
9118
9119 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9122         (rtsp_connection_free):
9123           Revert previous commit again, since we are frozen (sorry).
9124
9125 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         Patch by: Peter Kjellerstedt <pkj at axis com>
9128
9129         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9130         (rtsp_connection_free):
9131           inet_ntoa() uses a static buffer internally, so we need to copy the
9132           returned string if we want to store it for later (#447961).
9133
9134 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9135
9136         * win32/vs6/autogen.dsp:
9137         * win32/vs6/gst_plugins_good.dsw:
9138         * win32/vs6/libgstalaw.dsp:
9139         * win32/vs6/libgstalpha.dsp:
9140         * win32/vs6/libgstalphacolor.dsp:
9141         * win32/vs6/libgstapetag.dsp:
9142         * win32/vs6/libgstaudiofx.dsp:
9143         * win32/vs6/libgstauparse.dsp:
9144         * win32/vs6/libgstautodetect.dsp:
9145         * win32/vs6/libgstavi.dsp:
9146         * win32/vs6/libgstcutter.dsp:
9147         * win32/vs6/libgstdirectdraw.dsp:
9148         * win32/vs6/libgstdirectsound.dsp:
9149         * win32/vs6/libgsteffectv.dsp:
9150         * win32/vs6/libgstflx.dsp:
9151         * win32/vs6/libgstgoom.dsp:
9152         * win32/vs6/libgsticydemux.dsp:
9153         * win32/vs6/libgstid3demux.dsp:
9154         * win32/vs6/libgstinterleave.dsp:
9155         * win32/vs6/libgstjpeg.dsp:
9156         * win32/vs6/libgstlevel.dsp:
9157         * win32/vs6/libgstmatroska.dsp:
9158         * win32/vs6/libgstmedian.dsp:
9159         * win32/vs6/libgstmonoscope.dsp:
9160         * win32/vs6/libgstmulaw.dsp:
9161         * win32/vs6/libgstmultipart.dsp:
9162         * win32/vs6/libgstqtdemux.dsp:
9163         * win32/vs6/libgstrtp.dsp:
9164         * win32/vs6/libgstrtsp.dsp:
9165         * win32/vs6/libgstsmpte.dsp:
9166         * win32/vs6/libgstspeex.dsp:
9167         * win32/vs6/libgstudp.dsp:
9168         * win32/vs6/libgstvideobalance.dsp:
9169         * win32/vs6/libgstvideobox.dsp:
9170         * win32/vs6/libgstvideocrop.dsp:
9171         * win32/vs6/libgstvideoflip.dsp:
9172         * win32/vs6/libgstvideomixer.dsp:
9173         * win32/vs6/libgstwaveform.dsp:
9174         * win32/vs6/libgstwavenc.dsp:
9175         * win32/vs6/libgstwavparse.dsp:
9176         Mark *.dsp & *.dsw as binary files and convert to DOS line
9177         endings, as they don't load into VS6 correctly otherwise.
9178
9179 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9180
9181         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9182         (rtsp_connection_connect):
9183         Fix the MingW build. 
9184         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9185         Fixes: #446981
9186
9187 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9188
9189         * tests/check/elements/.cvsignore:
9190         * tests/icles/.cvsignore:
9191         Hush the buildbots up
9192
9193 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9194
9195         * configure.ac:
9196         * sys/Makefile.am:
9197         * sys/directdraw/Makefile.am:
9198         * sys/directsound/Makefile.am:
9199         * sys/waveform/Makefile.am:
9200         Make sure to dist everything needed for win32 builds.
9201
9202 2007-06-14  Edward Hervey  <edward@fluendo.com>
9203
9204         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9205         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9206         caps.
9207         Fixes #447458
9208
9209 2007-06-13  Wim Taymans  <wim@fluendo.com>
9210
9211         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9212         Make sure we allocate enough memory for the codec_data.
9213         Fixes #447210.
9214
9215 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9216
9217         * win32/MANIFEST:
9218         Add videocrop project file to the win32 manifest.
9219         * win32/vs6/gst_plugins_good.dsw:
9220         Add qtdemux,videocrop and waveform projects to the workspace.
9221         * win32/vs6/libgstqtdemux.dsp:
9222         Add zlib to the link list of qtdemux.
9223         * win32/vs6/libgstvideocrop.dsp:
9224         Add a project file for videocrop.
9225
9226 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9227
9228         * po/POTFILES.in:
9229         Add qtdemux for translation
9230
9231 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9232
9233         * configure.ac:
9234         * docs/plugins/Makefile.am:
9235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9237         * docs/plugins/inspect/plugin-videocrop.xml:
9238         * gst-plugins-good.spec.in:
9239         * sys/Makefile.am:
9240         * tests/check/Makefile.am:
9241         * tests/icles/Makefile.am:
9242         * tests/icles/videocrop-test.c:
9243         Move videocrop and osxvideo from -bad.
9244
9245 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9246
9247         * configure.ac:
9248         * docs/plugins/Makefile.am:
9249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9251         * docs/plugins/gst-plugins-good-plugins.args:
9252         * docs/plugins/inspect/plugin-qtdemux.xml:
9253         * docs/plugins/inspect/plugin-quicktime.xml:
9254         * win32/MANIFEST:
9255         Move qtdemux from -bad.
9256
9257         * gst-plugins-good.spec.in:
9258         Update spec file to reflect moving of qtdemux and wavpack
9259
9260 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9261         
9262         * win32/MANIFEST:
9263         * docs/plugins/Makefile.am:
9264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9266         * docs/plugins/inspect/plugin-directdraw.xml:
9267         * docs/plugins/inspect/plugin-directsound.xml:
9268         * docs/plugins/inspect/plugin-waveform.xml:
9269         Move the waveform plugin from -bad too. Update the inspect xml
9270         files to mention Plugins Good instead of Plugins Bad.
9271
9272 2007-06-12  Andy Wingo  <wingo@pobox.com>
9273
9274         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9275         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9276         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9277         finalization and resuscitation. No longer public.
9278         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9279         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9280         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9281         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9282         miniobject semantics, and be threadsafe.
9283         (gst_v4l2src_queue_frame): Remove this function, as we just call
9284         the ioctls directly in the two places where we queue buffers.
9285         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9286         directly.
9287         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9288         to allocate the pool, which also preallocates the GstBuffers.
9289         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9290         queueing the frames directly.
9291         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9292         mmap buffers have been dequeued.
9293
9294         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9295         real MiniObject instead of rolling our own refcounting and
9296         finalizing. Give it a lock.
9297         (struct _GstV4l2Buffer): Remove one intermediary object, having
9298         the buffers hold the struct v4l2_buffer directly.
9299
9300         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9301         capture_init so that it can set them on the buffers that it will
9302         create.
9303         (gst_v4l2src_get_read): For better or for worse, include the
9304         timestamping and offsetting code here; really we should be using
9305         bufferalloc though.
9306         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9307         preallocated, mmap'd buffers.
9308
9309 2007-06-11  Wim Taymans  <wim@fluendo.com>
9310
9311         Patch by: daniel fischer <dan at f3c dot com>
9312
9313         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9314         (gst_ximage_src_get_caps):
9315         Actually use the display_name property so that we can dump any
9316         available X display. Fixes #445905.
9317
9318 2007-06-11  Wim Taymans  <wim@fluendo.com>
9319
9320         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9321
9322         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9323         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9324         Add missing rate fields to caps. Fixes #441118.
9325
9326 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9327
9328         * win32/vs6/gst_plugins_good.dsw:
9329         * win32/vs8/gst-plugins-good.sln:
9330         Add DirectSound and DirectDraw sinks project files to
9331         workspace and solution files.
9332
9333 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9334
9335         Patch by: Josh Coalson <xflac at yahoo dot com>,
9336         updated by Alexis Ballier <aballier at gentoo dot org>:
9337
9338         * configure.ac:
9339         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9340         (gst_flac_dec_setup_seekable_decoder),
9341         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9342         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9343         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9344         * ext/flac/gstflacdec.h:
9345         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9346         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9347         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9348         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9349         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9350         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9351         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9352         * ext/flac/gstflacenc.h:
9353         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9354         
9355 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9356
9357         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9358         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9359         not necessary anymore as we need at least that core version. 
9360
9361 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9362
9363         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9364         (gst_wavpack_dec_chain):
9365         * ext/wavpack/gstwavpackdec.h:
9366         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9367         (gst_wavpack_parse_push_buffer):
9368         * ext/wavpack/gstwavpackparse.h:
9369         Improve discont handling by checking if the next Wavpack block has
9370         the expected, following block index.
9371
9372 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9373
9374         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9375           Fix element description.
9376
9377 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * configure.ac:
9380         * docs/plugins/Makefile.am:
9381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9383         * docs/plugins/gst-plugins-good-plugins.args:
9384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9385         * docs/plugins/gst-plugins-good-plugins.signals:
9386         * docs/plugins/inspect/plugin-autodetect.xml:
9387         * docs/plugins/inspect/plugin-gconfelements.xml:
9388         * docs/plugins/inspect/plugin-ladspa.xml:
9389         * docs/plugins/inspect/plugin-rtp.xml:
9390         * docs/plugins/inspect/plugin-wavpack.xml:
9391         * ext/Makefile.am:
9392         * tests/check/Makefile.am:
9393           move wavpack plugin.  See #352605.
9394
9395 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9396
9397         * configure.ac:
9398         * docs/plugins/Makefile.am:
9399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9401         * docs/plugins/gst-plugins-good-plugins.args:
9402         * sys/Makefile.am:
9403         * win32/MANIFEST:
9404         Add DirectDraw & DirectSound plugins to the build and docs.
9405
9406 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9407
9408         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9409         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9410           When operating in pull mode, error out correct on not-linked.
9411
9412 2007-06-06  Andy Wingo  <wingo@pobox.com>
9413
9414         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9415         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9416         format and size if the ioctls are defined; should fix compilation
9417         on Linux < 2.16.19.
9418
9419 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9422           Printf fixes in debug statements; use LOG level for debug statements
9423           that are printed for each and every frame; convert c++ comments to
9424           C-style comments; not much point using g_try_malloc() if we then not
9425           even check the return value.
9426
9427 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * configure.ac:
9430           Bump requirements to released versions (core and base 0.10.13).
9431
9432         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9433           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9434           own implementation.
9435
9436 2007-06-05  Andy Wingo  <wingo@pobox.com>
9437
9438         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9439         some useless comments.
9440
9441         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9442         frames before calling STREAMON, that might leave them in a state
9443         where they can't be dequeued if we go back to NULL without calling
9444         STREAMON, according to the docs.
9445         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9446         before we call STREAMON.
9447         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9448         failures. (For me this code hung.) The pool refcounting is still
9449         crack; added a note to that effect.
9450
9451 2007-06-05  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9454         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9455         Add support for mapping gst structure names to the MIME type equivalent.
9456         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9457
9458 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9459
9460         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9461         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9462         (gst_wavenc_chain), (gst_wavenc_change_state):
9463         * gst/wavenc/gstwavenc.h:
9464         Properly write wav files with width!=depth by having the depth most
9465         significant bytes set and all others zero. Fixes #442535.
9466
9467 2007-06-01  Wim Taymans  <wim@fluendo.com>
9468
9469         * gst/rtsp/rtspconnection.c:
9470         Add include to make buildbot happy.
9471
9472 2007-06-01  Wim Taymans  <wim@fluendo.com>
9473
9474         Patch by: Peter Kjellerstedt  <pkj at axis com>
9475
9476         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9477         (rtsp_connection_connect), (add_date_header),
9478         (rtsp_connection_send), (parse_response_status),
9479         (parse_request_line), (parse_line), (rtsp_connection_receive):
9480         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9481         * gst/rtsp/rtspdefs.h:
9482         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9483         (rtsp_message_init_request), (rtsp_message_init_response),
9484         (rtsp_message_remove_header), (rtsp_message_append_headers),
9485         (rtsp_message_dump):
9486         * gst/rtsp/rtspmessage.h:
9487         Improves version checking, allowing an RTSP server to reply with "505
9488         RTSP Version not supported.
9489         Adds a Date header to all messages.
9490         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9491         want to be able to send a response even if something in the request was
9492         invalid. EINVAL is only used when passing wrong arguments to functions.
9493         Do not handle an invalid method in parse_request_line(). Defer this to
9494         the caller so it can respond with "405 Method Not Allowed".
9495         Improves parsing of the timeout parameter to the Session header,
9496         allowing whitespace after the semicolon. 
9497         Avoids a compiler warning due to variables shadowing a function argument.
9498
9499 2007-06-01  Wim Taymans  <wim@fluendo.com>
9500
9501         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9502
9503         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9504         (gst_rtp_amr_depay_process):
9505         * gst/rtp/gstrtpamrdepay.h:
9506         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9507         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9508         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9509         * gst/rtp/gstrtpamrpay.h:
9510         Add support for AMR-WB.
9511         Small cleanups such as using BOILERPLATE.
9512
9513 2007-05-31  Wim Taymans  <wim@fluendo.com>
9514
9515         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9516         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9517
9518 2007-05-30  Andy Wingo  <wingo@pobox.com>
9519
9520         * sys/v4l2/gstv4l2object.h: 
9521         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9522         unintended changes.
9523
9524         * sys/v4l2/v4l2src_calls.h: 
9525         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9526         the format list in the order that the driver gives it to us.
9527         (gst_v4l2src_probe_caps_for_format_and_size)
9528         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9529         based on the capabilities of the device.
9530         (gst_v4l2src_grab_frame): Update for object variable renaming.
9531         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9532         as in the set_caps below.
9533         (gst_v4l2src_capture_init): Update for object variable renaming,
9534         and reflow.
9535         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9536         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9537         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9538         (gst_v4l2src_get_fps): Remove; these functions don't have much
9539         meaning outside of an atomic set_caps method.
9540         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9541         known.
9542
9543         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9544         call to update_fps; not sure about this change.
9545         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9546         moment we don't have an update_fps_func.
9547
9548         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9549         structures in the object, just store what we need. Do store the
9550         probed caps of the device. Don't store the current frame rate.
9551
9552         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9553         update_fps_function, for now. Update for new object variable
9554         naming.
9555         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9556         new object variable naming.
9557         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9558         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9559         (gst_v4l2src_get_caps): Rework to probe the device for supported
9560         frame sizes and frame rates.
9561         (gst_v4l2src_set_caps): Rework to be strict in the given
9562         parameters: if someone asks us to have a certain size and rate,
9563         that is what we configure.
9564         (gst_v4l2src_get_read): Update for object variable naming. Don't
9565         leak buffers on short reads.
9566         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9567         comments.
9568         (gst_v4l2src_create): Update for object variable naming.
9569
9570 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9573         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9574         * gst/avi/gstavidemux.h:
9575           Parse subtitle text streams instead of erroring out (#442034). Still
9576           needs a parser for the subtitles to actually show up.
9577
9578 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9579
9580         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9581         (gst_avi_demux_loop):
9582           Make _push_event() return TRUE if the event could be pushed on at
9583           least one pad and not only if it could be pushed on all pads,
9584           otherwise we'll end up posting an error message on EOS if one or
9585           more source pads are not connected.
9586
9587 2007-05-28  Wim Taymans  <wim@fluendo.com>
9588
9589         * gst/rtsp/rtsptransport.c:
9590         Use renamed RTP bin.
9591
9592 2007-05-28  Wim Taymans  <wim@fluendo.com>
9593
9594         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9595
9596         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9597         (gst_video_box_set_property), (gst_video_box_transform_caps),
9598         (video_box_recalc_transform), (gst_video_box_set_caps),
9599         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9600         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9601         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9602         (gst_video_box_i420_i420), (gst_video_box_transform),
9603         (plugin_init):
9604         Add AYUV->AYUV and AYUV->I420 formats. 
9605         Fix negotiation and I420->AYUV conversion.
9606         Fixes #429329.
9607
9608 2007-05-26  Wim Taymans  <wim@fluendo.com>
9609
9610         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9611         Use different variables for nested for loops so that the outer loop
9612         functions properly and speex files with multiple frames per buffer work
9613         properly.
9614         Fixes #441408.
9615
9616 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9617
9618         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9619           Don't leak newsegment events.
9620
9621 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9622
9623         * gst/wavparse/Makefile.am:
9624           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9625           drags it in.
9626
9627 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9630         (notgst_value_array_append_buffer),
9631         (gst_flac_enc_process_stream_headers),
9632         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9633         (gst_flac_enc_change_state):
9634         * ext/flac/gstflacenc.h:
9635           Collect headers, add "streamheader" field to output caps and set
9636           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9637           produces output according to the official FLAC-to-Ogg mapping
9638           instead of completely broken files. Fixes #426044.
9639
9640 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9641
9642         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9643         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9644         (gst_id3demux_sink_event):
9645         * gst/id3demux/gstid3demux.h:
9646         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9647         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9648         (gst_tag_demux_send_new_segment):
9649         Handle and adjust new-segment events so that downstream really
9650         sees a stream with the tag pieces stripped off the front and back.
9651         Fixes strangeness in seeking when mp3 decoders use the new-segment
9652         byte position to estimate their current playback position timestamp
9653         and then the arriving buffers don't match up.
9654
9655 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9656
9657         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9658           Don't unnecessarily perform a READY->NULL->READY transition on the
9659           detected audio sink when starting up. Fixes: #440127
9660
9661 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9664         (gst_flac_enc_chain):
9665           Don't crash in chain function if setcaps hasn't been called.
9666
9667 2007-05-24  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9670         Init value to avoid infinte loops.
9671
9672 2007-05-24  Wim Taymans  <wim@fluendo.com>
9673
9674         Patch by: Peter Kjellerstedt  <pkj at axis com>
9675
9676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9677         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9678         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9679         (gst_rtspsrc_play):
9680         (rtsp_connection_send), (rtsp_connection_receive):
9681         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9682         Fix for new API.
9683
9684         * gst/rtsp/rtspconnection.c: (add_auth_header),
9685         Only add authorisation and session headers when sending messages.
9686
9687         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9688         (rtsp_message_init_request), (rtsp_message_init_response),
9689         (rtsp_message_unset), (rtsp_message_add_header),
9690         (rtsp_message_remove_header), (rtsp_message_get_header),
9691         (rtsp_message_append_headers), (dump_key_value),
9692         (rtsp_message_dump):
9693         * gst/rtsp/rtspmessage.h:
9694         Add support for multiple headers of the same type by storing the parsed
9695         headers in a GArray instaed of a hashtable.
9696
9697 2007-05-21  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9700         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9701         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9702         safer shutdown.
9703
9704 2007-05-21  Wim Taymans  <wim@fluendo.com>
9705
9706         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9707         * gst/rtsp/gstrtpdec.h:
9708         Added signal for backwards compat.
9709
9710 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9711         
9712         Patch by: René Stadler <mail at renestadler dot de>
9713
9714         * configure.ac:
9715         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9716         (gst_au_parse_parse_header), (gst_au_parse_chain):
9717         * gst/auparse/gstauparse.h:
9718         Use audioconvert for converting from non-native endianness floats
9719         in auparse instead of doing it ourself. Fixes #424527.
9720         This needs the audioconvert from plugins-base CVS.
9721         
9722 2007-05-21  Wim Taymans  <wim@fluendo.com>
9723
9724         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9725         (gst_rtp_h263p_pay_flush):
9726         Fix enum registration.
9727
9728 2007-05-21  Wim Taymans  <wim@fluendo.com>
9729
9730         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9731
9732         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9733         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9734         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9735         (gst_rtp_h263p_pay_flush):
9736         * gst/rtp/gstrtph263ppay.h:
9737         Add new fragmentation mode base on GOB headers. Fixes #438940.
9738
9739 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9742           Printf format fix.
9743
9744 2007-05-18  Wim Taymans  <wim@fluendo.com>
9745
9746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9747         Don't crash when an unsupported transport error was returned by the
9748         server, just try to configure the next stream. Fixes #439255.
9749
9750 2007-05-18  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9753         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9754         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9755         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9756         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9757         * gst/rtsp/gstrtspsrc.h:
9758         Add TCP timeout property and use it for all TCP connection.
9759
9760         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9761         (rtsp_connection_write), (rtsp_connection_next_timeout),
9762         (rtsp_connection_reset_timeout):
9763         Make connect and writes cancelable and make them use the timeout.
9764
9765 2007-05-18  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9768         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9769         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9770         (gst_rtspsrc_setup_streams):
9771         Refactor timeout handling.
9772         Also send keep-alive when dealing with TCP transport.
9773
9774         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9775         (rtsp_connection_free), (rtsp_connection_next_timeout),
9776         (rtsp_connection_reset_timeout):
9777         * gst/rtsp/rtspconnection.h:
9778         Use a timer to handle the session timeouts, add some methods to deal
9779         with timeouts.
9780
9781 2007-05-17  Wim Taymans  <wim@fluendo.com>
9782
9783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9784         (gst_rtspsrc_setup_streams):
9785         Ignore streams that fail the setup command, we will retry with a
9786         different transport later on.
9787
9788         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9789         (rtsp_ext_wms_configure_stream):
9790         Fix encoding name case.
9791
9792 2007-05-16  Edward Hervey  <edward@fluendo.com>
9793
9794         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9795         Fix build on macosx.
9796
9797 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9798
9799         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9800         Replace direct comparison of a string with the string literal "" with
9801         a comparison of the first character with '\0'. Fixes #438926.
9802
9803 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9804
9805         * gst/debug/breakmydata.c (gst_break_my_data_init):
9806           One more try. This should be the proper fix now.
9807
9808 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9809
9810         * gst/debug/breakmydata.c:
9811           Ooops, no // comments please.
9812
9813 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9814
9815         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9816         (gst_break_my_data_init):
9817           Fix gst_buffer_is_writable() assertion.
9818
9819 2007-05-14  David Schleef  <ds@schleef.org>
9820
9821         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9822           video/x-raw-bayer.  Fixes #314160.
9823
9824 2007-05-14  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9827         (gst_rtp_theora_depay_parse_configuration):
9828         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9829         (gst_rtp_theora_pay_finish_headers),
9830         (gst_rtp_theora_pay_handle_buffer):
9831         Update theora pay/depayloader in a similar to vorbis.
9832
9833         * gst/rtp/gstrtpvorbisdepay.c:
9834         (gst_rtp_vorbis_depay_parse_configuration):
9835         Update docs.
9836
9837 2007-05-14  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9840         When we try to execute a method that is not supported by the server,
9841         don't error out but remove the method from the accepted methods so that
9842         we never try to perform this method again.
9843
9844 2007-05-14  Wim Taymans  <wim@fluendo.com>
9845
9846         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9847         Remove annoying _dump_mem.
9848
9849 2007-05-14  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9852         Parse range correctly.
9853
9854         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9855         The baseurl now always has a '/' at the start.
9856
9857 2007-05-14  Wim Taymans  <wim@fluendo.com>
9858
9859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9860         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9861         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9862         Factor out caps configuration and configure more stuff such as the time
9863         ranges and speed/scale values.
9864
9865         * gst/rtsp/rtsptransport.c:
9866         Add Copyright after non-trival fixes.
9867
9868 2007-05-12  Wim Taymans  <wim@fluendo.com>
9869
9870         Patch by: Peter Kjellerstedt  <pkj at axis com>
9871
9872         * gst/rtsp/gstrtspsrc.h:
9873         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9874         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9875         (rtsp_message_get_header):
9876         * gst/rtsp/rtspmessage.h:
9877         Make channel guint8 where possible.
9878         Make rtsp_message_init_data() take the channel as a guint8.
9879
9880         * gst/rtsp/rtspdefs.c:
9881         Fixed a typo: Timout -> Timeout
9882
9883         * gst/rtsp/rtspdefs.h:
9884         Make RTSP_CHECK() behave as a statement.
9885
9886         * gst/rtsp/sdpmessage.c:
9887         Avoid a compiler warning in INIT_ARRAY().
9888         Fixes #437692.
9889
9890 2007-05-12  Wim Taymans  <wim@fluendo.com>
9891
9892         Patch by: Peter Kjellerstedt  <pkj at axis com>
9893
9894         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9895         (rtsp_url_get_request_uri):
9896         * gst/rtsp/rtspurl.h:
9897         Add support for query parameters to RTSP URLs.
9898
9899 2007-05-12  Wim Taymans  <wim@fluendo.com>
9900
9901         Patch by: Peter Kjellerstedt  <pkj at axis com>
9902
9903         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9904         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9905         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9906         (rtsp_transport_parse), (rtsp_transport_as_text):
9907         * gst/rtsp/rtsptransport.h:
9908         Add validation to rtsp_transport_parse().
9909         Add rtsp_transport_as_text() to generate an RTSP header from an
9910         RTSPTransport.
9911         Change ssrc to guint (was a string) since that is what it is, even
9912         though it is sent as a hex string.
9913         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9914         incorrect, which can be seen when looking at the examples in the RFC).
9915         Fixes #437670.
9916
9917 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9918
9919         Patch by: Eric Anholt
9920
9921         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9922           gst_ximage_src_ximage_get):
9923         Use union of all damage between frames to make it faster.
9924         Fixes bug #342463.
9925         Also fix crasher when cursor is at bottom right of window.
9926
9927 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9930           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9931           streaming mode regression for file from #343837 with 'bext' chunk
9932           before the 'fmt' chunk.
9933
9934 2007-05-11  Wim Taymans  <wim@fluendo.com>
9935
9936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9937         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9938         (gst_rtspsrc_handle_src_event),
9939         (gst_rtspsrc_stream_configure_manager),
9940         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9941         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9942         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9943         * gst/rtsp/gstrtspsrc.h:
9944         * gst/rtsp/rtspdefs.h:
9945         Preliminary seek support.
9946         Activate internal pads so that we can receive events on them.
9947         Don't try to parse a range string when it's NULL.
9948
9949 2007-05-11  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/rtp/README:
9952         Update README with new RTP variables that will be used for
9953         synchronisation.
9954
9955         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9956         (gst_rtp_vorbis_depay_parse_configuration),
9957         (gst_rtp_vorbis_depay_process):
9958         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9959         (gst_rtp_vorbis_pay_finish_headers),
9960         (gst_rtp_vorbis_pay_handle_buffer):
9961         Update vorbis pay and depayloader to draft-04.
9962
9963 2007-05-11  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/rtsp/rtsptransport.c:
9966         UDP MCAST is actually the default for RTP/AVP.
9967 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9968
9969         * gst/level/gstlevel.c: (gst_level_transform_ip):
9970         Use guint8 * instead of gpointer then vs6 can build 
9971         in_data += (filter->width / 8).
9972
9973 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9974
9975         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9976           gst_ximage_src_ximage_get):
9977         * sys/ximage/gstximagesrc.h (last_ximage):
9978         When using Damage actually keep the last frame, and not assume
9979         that the buffer we get already has the last frame on it.
9980         Copy the cursor over if we specify a non-zero start x and
9981         start y.
9982
9983 2007-05-11  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/rtsp/rtsptransport.c:
9986         Make UDP the default transport when not specified.
9987
9988 2007-05-09  David Schleef  <ds@schleef.org>
9989
9990         * gst/level/gstlevel.c:
9991           Revert last change.
9992
9993 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9994
9995         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9996         (gst_level_transform_ip):
9997         Use guint8 * instead of gpointer then vs6 know the size of data
9998         pointed when moving the pointer.
9999         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10000         Move instructions after variables declaration.
10001         * win32/vs6/autogen.dsp:
10002         * win32/vs6/libgstrtp.dsp:
10003         * win32/vs6/libgstrtsp.dsp:
10004         Update vs6 project files.
10005
10006 2007-05-09  Wim Taymans  <wim@fluendo.com>
10007
10008         * gst/rtsp/Makefile.am:
10009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10010         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10011         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10012         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10013         (rtsp_range_free):
10014         * gst/rtsp/rtsprange.h:
10015         Add code to parse time ranges.
10016         Report DURATION on the stream when possible.
10017
10018 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10021         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10022         (gst_videomixer_collected):
10023           Fix strides calculation for AYUV (it's just width*4) (#436910).
10024
10025 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10026
10027         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10028         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10029         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10030         Sync the GObject properties before each processing step to properly
10031         work with the controller.
10032
10033 2007-05-04  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10036         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10037         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10038         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10039         (gst_rtspsrc_change_state):
10040         Let more error state trickle down so that we can catch more error
10041         cases.
10042         Handle keep-alive a little smarter by selecting a method the server
10043         actually supports.
10044         Fix a race in UDP streaming shutdown.
10045
10046 2007-05-04  Wim Taymans  <wim@fluendo.com>
10047
10048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10049         Ignore errors when trying to use the keep-alive messages.
10050
10051 2007-05-04  Wim Taymans  <wim@fluendo.com>
10052
10053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10054         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10055         (gst_rtspsrc_stream_configure_manager),
10056         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10057         (gst_rtspsrc_stream_configure_mcast),
10058         (gst_rtspsrc_stream_configure_udp),
10059         (gst_rtspsrc_stream_configure_udp_sink),
10060         (gst_rtspsrc_stream_configure_transport):
10061         Send RTCP messages back to the server over the TCP connection.
10062
10063         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10064         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10065         (rtsp_connection_receive):
10066         * gst/rtsp/rtspconnection.h:
10067         Factor out and expose lowlevel _write and _read methods.
10068         Implement sending data messages to the server.
10069
10070 2007-05-03  Wim Taymans  <wim@fluendo.com>
10071
10072         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10073         (gst_multipart_mux_collected):
10074         Fix timestamps on outgoing buffers.
10075
10076 2007-05-03  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/multipart/multipartmux.c:
10079         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10080         (gst_multipart_mux_change_state):
10081         Emit NEWSEGMENT events before pushing the first buffer.
10082
10083 2007-05-03  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10086         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10087         (gst_rtspsrc_handle_src_query),
10088         (gst_rtspsrc_stream_configure_manager),
10089         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10090         (gst_rtspsrc_stream_configure_mcast),
10091         (gst_rtspsrc_stream_configure_udp),
10092         (gst_rtspsrc_stream_configure_udp_sink),
10093         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10094         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10095         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10096         (gst_rtspsrc_pause):
10097         Refactor transport configuration code.
10098         Create internal pads for TCP transport so that we can implement events
10099         and queries.
10100         Handle events and queries.
10101         Parse range from the SDP.
10102         Fix race in pause handler where the connection could still be flushing.
10103
10104 2007-05-02  Wim Taymans  <wim@fluendo.com>
10105
10106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10107         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10108         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10109         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10110         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10111         (gst_rtspsrc_change_state):
10112         * gst/rtsp/gstrtspsrc.h:
10113         Fix race when multiple udp sources post timeouts, just act on the first
10114         received timeout.
10115         Protect stream list with a recursive lock to fix some races.
10116         Flush connection when we need to do a reconnect or stop.
10117         Make state lock recursive.
10118
10119         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10120         (rtsp_connection_close):
10121         Some small cleanups.
10122
10123 2007-05-02  Wim Taymans  <wim@fluendo.com>
10124
10125         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10126         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10127         Only set DISCONT when there actually is a discont or when we just
10128         started.
10129
10130 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10131
10132         * ext/flac/gstflac.c: (plugin_init):
10133         Call bindtextdomain() to get localized strings.
10134
10135 2007-05-02  Wim Taymans  <wim@fluendo.com>
10136
10137         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10138         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10139         (gst_wavparse_stream_data):
10140         * gst/wavparse/gstwavparse.h:
10141         Be a bit more clever when dealing with VBR files with FACT tags, we
10142         don't want to timestamp buffers in that case but the estimated BPS can
10143         be used for seeking.
10144         Only send close segment in the streaming thread.
10145
10146 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10147
10148         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10149         Correctly post an error on the bus if something went wrong in the loop
10150         function. This fixes a few cases where the task was paused and nothing
10151         happened anymore.
10152
10153 2007-05-02  Wim Taymans  <wim@fluendo.com>
10154
10155         * gst/rtsp/test.c: (main):
10156         Fix compilation of deprecated test just because I'm too lazy to delete
10157         it.
10158
10159 2007-05-02  Wim Taymans  <wim@fluendo.com>
10160
10161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10162         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10163         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10164         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10165         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10166         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10167         * gst/rtsp/gstrtspsrc.h:
10168         Fix sending RTCP to the right place.
10169         Fix bug in reffing the wrong UDP element.
10170         Use new pad names for the session manager.
10171         Implement handling server requests in interleaved and UDP modes.
10172         Handle session keep-alive in UDP modes.
10173         Remove GCond for handling UDP timeouts.
10174
10175         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10176         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10177         (rtsp_connection_receive), (rtsp_connection_close):
10178         * gst/rtsp/rtspconnection.h:
10179         Store connection IP address for later.
10180         Add timeout args to all operations that might block forever.
10181         Parse session timeout.
10182         Only close sockets when not already closed.
10183
10184         * gst/rtsp/rtspdefs.c:
10185         * gst/rtsp/rtspdefs.h:
10186         Add timeout return value and error string.
10187
10188         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10189         Add small comment.
10190
10191 2007-05-01  Wim Taymans  <wim@fluendo.com>
10192
10193         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10194
10195         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10196         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10197         * gst/rtp/gstrtpmp4vpay.h:
10198         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10199
10200 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10203           Remove v4l2src from docs, since it breaks the docs build, and the
10204           plugin is only built if --enable-experimental is used anyway.
10205
10206         * docs/plugins/Makefile.am:
10207           Spaces => tab.
10208
10209 2007-04-29  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10212         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10213         Add code to drop membership of a multicast group.
10214
10215         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10216         (gst_udpsink_set_uri):
10217         Implement URI handler.
10218
10219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10220         (gst_rtspsrc_parse_rtpinfo):
10221         Use URI handler to make udpsink instace.
10222         Improve code to configure port and destination.
10223
10224 2007-04-29  Wim Taymans  <wim@fluendo.com>
10225
10226         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10227         Fix multicast detection.
10228         Don't try to join a multicast group if the address is not multicast.
10229
10230         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10231         Small debug improvement.
10232
10233 2007-04-27  Wim Taymans  <wim@fluendo.com>
10234
10235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10236         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10237         (gst_rtspsrc_handle_message):
10238         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10239         parent.
10240
10241 2007-04-27  Wim Taymans  <wim@fluendo.com>
10242
10243         * gst/rtp/gstrtpilbcdepay.h:
10244         Fix mode property when specified as an arg.
10245
10246 2007-04-26  Edward Hervey  <edward@fluendo.com>
10247
10248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10249         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10250         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10251         * docs/plugins/inspect/plugin-osxaudio.xml:
10252         Add documentation for osxaudio plugin.
10253
10254 2007-04-26  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10257         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10258         (gst_rtspsrc_open), (gst_rtspsrc_close),
10259         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10260         (gst_rtspsrc_pause):
10261         * gst/rtsp/gstrtspsrc.h:
10262         Protect state changes with a lock.
10263
10264         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10265         (parse_line):
10266         * gst/rtsp/rtspconnection.h:
10267         Remove some unused stuff.
10268
10269 2007-04-26  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10272         Handle the case where there are exactly 0 bytes to read and the ioctl
10273         did not report an error. Fixes #433530.
10274
10275 2007-04-26  Wim Taymans  <wim@fluendo.com>
10276
10277         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10278         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10279         * gst/wavparse/gstwavparse.h:
10280         Apply DISCONT to buffers.
10281         Only apply timestamp to the first sample after a DISCONT, too many VBR
10282         files cause random jitter in the timestamps. Fixes #433119.
10283
10284 2007-04-25  Wim Taymans  <wim@fluendo.com>
10285
10286         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10287         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10288         (gst_rtp_dec_get_property):
10289         * gst/rtsp/gstrtpdec.h:
10290         Add dummy latency property to be backwards compat with rtpbin.
10291
10292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10293         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10294         (gst_rtspsrc_stream_configure_transport),
10295         (gst_rtspsrc_parse_rtpinfo):
10296         * gst/rtsp/gstrtspsrc.h:
10297         Add latency property and configure in the session manager.
10298         Don't set invalid clock-base and seqnum-base on caps, some servers
10299         sometimes don't send them.
10300
10301 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10304         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10305           Double-check that RGB input caps are really RGBA caps (apparently
10306           the core doesn't always catch it if those caps aren't a subset of
10307           our template caps, also see #421543). Fixes #429319 in a way.
10308           Also, don't leak the pad template in the transform_caps function.
10309
10310         * tests/check/Makefile.am:
10311         * tests/check/elements/.cvsignore:
10312         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10313         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10314         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10315         (GST_START_TEST), (alphacolor_suite):
10316           Add some basic unit tests for alphacolor.
10317
10318 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10321           If we get a fatal flow return in the loop function, first post the
10322           error message and only then send the EOS event downstream, otherwise
10323           applications might get an eos message before the error message and
10324           think everything was ok (related to #429319).
10325
10326 2007-04-25  Wim Taymans  <wim@fluendo.com>
10327
10328         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10329         Read the channel byte as an unsigned byte.
10330
10331 2007-04-25  Wim Taymans  <wim@fluendo.com>
10332
10333         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10334         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10335         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10336         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10337         (gst_rtp_gsm_depay_setcaps):
10338         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10339         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10340         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10341         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10342         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10343         (gst_ilbc_depay_get_property):
10344         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10345         * gst/rtp/gstrtpmp4adepay.c:
10346         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10347         (gst_rtp_pcma_depay_setcaps):
10348         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10349         (gst_rtp_pcmu_depay_setcaps):
10350         Make sure we configure the clock_rate in the baseclass in the setcaps
10351         function. Fixes #431282.
10352
10353 2007-04-25  Wim Taymans  <wim@fluendo.com>
10354
10355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10356         (gst_rtspsrc_stream_free), (request_pt_map),
10357         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10358         * gst/rtsp/gstrtspsrc.h:
10359         Parse server address from SDP.
10360         Hook up a udpsink to send RTCP back to the server.
10361
10362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10363         * gst/rtsp/rtsptransport.h:
10364         Add some docs.
10365
10366 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10367
10368         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10369           Make header field check conditional. Fixes #433135
10370
10371 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         * docs/plugins/Makefile.am:
10374         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10376         * docs/plugins/inspect/plugin-alphacolor.xml:
10377         * gst/alpha/Makefile.am:
10378         * gst/alpha/gstalphacolor.c:
10379         * gst/alpha/gstalphacolor.h:
10380           Add minimal docs blurb to alphacolor; split out headers into
10381           separate header file for gtk-doc.
10382
10383 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * gst/debug/progressreport.c: (gst_progress_report_report):
10386           Don't try to post NULL message (in case we can't query upstream
10387           position or duration).
10388
10389 2007-04-18  Michael Smith  <msmith@fluendo.com>
10390
10391         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10392         (gst_cutter_get_caps):
10393         * gst/cutter/gstcutter.h:
10394           Fix some of the most obvious bugs in cutter. Now doesn't leak
10395           everything if input is silent.
10396
10397 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10398
10399         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10400         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10401         * gst/wavenc/gstwavenc.h:
10402         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10403         else results in a invalid block align and invalid files.
10404
10405 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         Patch by: Snaik <snaik32 gmail com>
10408
10409         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10410           Add missing break statement for BOX_HORIZONTAL case.
10411
10412 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10413
10414         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10415
10416         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10417         Use correct format strings for integer types.
10418
10419 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10420
10421         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10422         (gst_wavparse_create_sourcepad):
10423         Use gst_riff_create_audio_template_caps () instead of the local caps.
10424         This makes updates of the local caps unecessary whenever libgstriff
10425         gets support for new formats.
10426
10427 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10430
10431         * sys/sunaudio/gstsunaudio.c:
10432         * sys/sunaudio/gstsunaudiomixer.c:
10433         * sys/sunaudio/gstsunaudiomixer.h:
10434         * sys/sunaudio/gstsunaudiomixerctrl.c:
10435         * sys/sunaudio/gstsunaudiomixerctrl.h:
10436         * sys/sunaudio/gstsunaudiomixertrack.h:
10437         * sys/sunaudio/gstsunaudiosink.c:
10438         * sys/sunaudio/gstsunaudiosink.h:
10439         * sys/sunaudio/gstsunaudiosrc.c:
10440         * sys/sunaudio/gstsunaudiosrc.h:
10441           Fix and/or update copyright attributions (#430228).
10442
10443 2007-04-13  Wim Taymans  <wim@fluendo.com>
10444
10445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10446         Fix docs.
10447
10448         * gst/rtsp/URLS:
10449         Add some more example urls.
10450
10451         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10452         (gst_rtp_dec_chain_rtp):
10453         Better debugging.
10454
10455         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10456         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10457         (gst_rtspsrc_parse_rtpinfo):
10458         Remove unused code.
10459
10460 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10461
10462         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10463         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10464         (gst_wavparse_stream_data):
10465           Relax the audio/mpeg caps again and add FIXME: comment.
10466
10467 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10468
10469         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10470         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10471         (gst_wavparse_stream_data):
10472         * gst/wavparse/gstwavparse.h:
10473           More sanity check for the header fields. Fix type for 'rate' header
10474           field.
10475
10476 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10479         (gst_icydemux_unicodify):
10480           If the metadata strings we get in the stream are not UTF-8, try to
10481           interpret them according to the character encodings specified in the
10482           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10483           only fall back to locale/ISO-8859-1 if those aren't set or don't
10484           work. Should fix #428901.
10485
10486 2007-04-12  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/rtp/gstrtph264depay.c:
10489         Use the proper sync word for SPS and PPS.
10490
10491 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10492
10493         * gst/rtp/Makefile.am:
10494         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10495           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10496         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10497           Add a simple hashing implementation that we can use to generate
10498           a 24-bit ident value based on the codebooks for vorbis and theora.
10499         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10500           gst_rtp_theora_pay_handle_buffer):
10501         * gst/rtp/gstrtpvorbisdepay.c
10502           (gst_rtp_vorbis_depay_parse_configuration,
10503           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10504         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10505           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10506           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10507           Use the hashing function, ensuring that the same codebooks result
10508           in the same ident and thus the same SDP description.
10509           Various log fixes/changes.
10510
10511 2007-04-12  Wim Taymans  <wim@fluendo.com>
10512
10513         Patch by: jerry tan <jerry dot tan at sun dot com>
10514
10515         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10516         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10517         application's responsibility to make sure it open the device once.
10518         Remove a careless error if AUDIODEV is set. Fixes #392620.
10519
10520 2007-04-12  Wim Taymans  <wim@fluendo.com>
10521
10522         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10523         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10524         * gst/rtsp/gstrtpdec.h:
10525         Make backward compat with rtpbin by adding the request-pt-map signals.
10526
10527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10528         (new_session_pad), (request_pt_map),
10529         (gst_rtspsrc_stream_configure_transport),
10530         (gst_rtspsrc_stream_configure_caps),
10531         (gst_rtspsrc_activate_streams):
10532         * gst/rtsp/gstrtspsrc.h:
10533         Implement request-pt-map signals instead of setting caps on the buffers
10534         for the session manager.
10535
10536 2007-04-11  Wim Taymans  <wim@fluendo.com>
10537
10538         * gst/udp/gstudp.c: (plugin_init):
10539         Register GstNetBuffer in plugin_init so that the type can be used from
10540         multiple threads without races.
10541
10542 2007-04-10  Wim Taymans  <wim@fluendo.com>
10543
10544         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10545         (gst_rtp_amr_depay_process):
10546         Fix depayloader clock_rate and some cleanups.
10547
10548         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10549         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10550         * gst/rtp/gstrtph264depay.h:
10551         Don't push codec_data in the adapter because it might get flushed when
10552         we get a discont.
10553
10554         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10555         Handle multiple AU per packet.
10556
10557         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10558         (gst_rtp_sv3v_depay_plugin_init):
10559         Disable rank, this one does not work.
10560         Remove timestamping, base class does that.
10561
10562 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10563
10564         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10565           limit caps to the formats we announce in the template
10566
10567         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10568         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10569         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10570           fix some crashers/asserts when dealing with broken files
10571
10572 2007-04-10  Wim Taymans  <wim@fluendo.com>
10573
10574         Patch by: Peter Kjellerstedt  <pkj at axis com>
10575
10576         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10577         * gst/rtp/gstrtpL16depay.c:
10578         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10579         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10580         (gst_rtp_speex_depay_setcaps):
10581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10582         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10583         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10584         Fix some compiler warnings. Fixes #428182.
10585
10586 2007-04-06  Wim Taymans  <wim@fluendo.com>
10587
10588         * gst/rtsp/Makefile.am:
10589         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10590         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10591         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10592         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10593         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10594         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10595         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10596         (create_rtcp), (gst_rtp_dec_request_new_pad),
10597         (gst_rtp_dec_release_pad):
10598         * gst/rtsp/gstrtpdec.h:
10599         * gst/rtsp/gstrtsp.c: (plugin_init):
10600         Morph RTPDec into something compatible with RTPBin as a fallback.
10601         Various other style fixes.
10602
10603         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10604         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10605         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10606         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10607         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10608         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10609         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10610         * gst/rtsp/gstrtspsrc.h:
10611         Implement RTPBin session manager handling.
10612         Don't try to add empty properties to caps.
10613         Implement fallback session manager, handling.
10614         Don't combine errors from RTCP streams, just ignore them.
10615
10616         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10617         * gst/rtsp/rtsptransport.h:
10618         Implement fallback session manager.
10619         Make RTPBin the default one when available.
10620
10621 2007-04-05  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10624         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10625         This element is ready to be autoplugged.
10626
10627 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10628
10629         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10630         Don't leave the offsets defined by upstream element on the
10631         compressed data buffer we are pushing downstream. Make them
10632         GST_BUFFER_OFFSET_NONE.
10633
10634 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10635
10636         * gst/avi/README:
10637         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10638         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10639         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10640         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10641         (gst_avi_demux_calculate_durations_from_index),
10642         (gst_avi_demux_stream_header_push),
10643         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10644         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10645           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10646
10647 2007-04-03  Wim Taymans  <wim@fluendo.com>
10648
10649         * gst/smpte/barboxwipes.c:
10650         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10651
10652 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10653
10654         * gst/wavparse/gstwavparse.c:
10655         Support audio/x-raw-float in wav files. This only works with
10656         plugins-base CVS, using an older version doesn't have any
10657         disadvantages though.
10658
10659 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10660
10661         * configure.ac:
10662         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10663         (gst_au_parse_parse_header), (gst_au_parse_chain):
10664         * gst/auparse/gstauparse.h:
10665         Revert last change as we don't want plugins-good to depend on
10666         plugins-base CVS now.
10667
10668 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10669
10670         * configure.ac:
10671         Require gst-plugins-base CVS for audioconvert with non-native
10672         float support and width/depth fix in libgstriff.
10673
10674         Patch by: René Stadler <mail at renestadler dot de>
10675
10676         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10677         (gst_au_parse_parse_header), (gst_au_parse_chain):
10678         * gst/auparse/gstauparse.h:
10679         Don't swap the floats ourself if they're not in native endianness.
10680         Instead let audioconvert handle this. Fixes #339838.
10681
10682 2007-03-29  Wim Taymans  <wim@fluendo.com>
10683
10684         * gst/rtp/gstasteriskh263.h:
10685         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10686         (gst_rtp_h263p_depay_change_state):
10687         * gst/rtp/gstrtph263pdepay.h:
10688         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10689         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10690         (gst_rtp_h264_depay_change_state):
10691         * gst/rtp/gstrtph264depay.h:
10692         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10693         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10694         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10695         Flush adapter on disconts.
10696
10697 2007-03-29  Wim Taymans  <wim@fluendo.com>
10698
10699         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10700         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10701         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10702         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10703         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10704         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10705         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10706         (gst_rtp_mp4v_depay_process):
10707         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10708         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10709         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10710         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10711         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10712         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10713         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10714         Use more efficient adapter and rtpbuffer methods when possible.
10715
10716 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10717
10718         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10719         (gst_wavenc_sink_setcaps):
10720         Correctly handle width!=depth input.
10721         * gst/wavparse/gstwavparse.c:
10722         Already export in the caps that width==8 uses unsigned samples and
10723         everything else uses signed samples.
10724
10725 2007-03-29  Wim Taymans  <wim@fluendo.com>
10726
10727         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10728
10729         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10730         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10731         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10732         (gst_dynudpsink_close):
10733         * gst/udp/gstdynudpsink.h:
10734         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10735         (gst_udpsrc_create), (gst_udpsrc_set_property),
10736         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10737         * gst/udp/gstudpsrc.h:
10738         Rework the socket allocation a bit based on the sockfd argument so that
10739         it becomes usable.
10740         Add a closefd property to instruct the udp elements to close the custom
10741         file descriptors when going to READY. Fixes #423304.
10742         API:GstUDPSrc::closefd property
10743         API:GstDynUDPSink::closefd property
10744
10745 2007-03-29  Wim Taymans  <wim@fluendo.com>
10746
10747         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10748
10749         * gst/rtp/Makefile.am:
10750         * gst/rtp/gstrtp.c: (plugin_init):
10751         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10752         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10753         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10754         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10755         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10756         (gst_rtp_h264_pay_plugin_init):
10757         * gst/rtp/gstrtph264pay.h:
10758         Added H264 payloader. Fixes #423782.
10759
10760         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10761         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10762         Small fixes.
10763
10764 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10765
10766         * gst/wavparse/gstwavparse.c:
10767         Actually support depths from 1 to 32, not only 8 to 32.
10768
10769 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10770
10771         * gst/wavparse/gstwavparse.c:
10772         Add support for wav files containing audio/x-raw-int with random
10773         depths between 1 and 32 bits.
10774
10775 2007-03-28  Wim Taymans  <wim@fluendo.com>
10776
10777         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10778
10779         * gst/rtp/Makefile.am:
10780         * gst/rtp/gstrtp.c: (plugin_init):
10781         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10782         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10783         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10784         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10785         (gst_rtp_mp4a_depay_get_property),
10786         (gst_rtp_mp4a_depay_change_state),
10787         (gst_rtp_mp4a_depay_plugin_init):
10788         * gst/rtp/gstrtpmp4adepay.h:
10789         Added MP4A-LATM depayloader. Fixes #417792.
10790
10791         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10792         (gst_rtp_mp4v_depay_process):
10793         Fixup depayloader, setting codec_data, using more efficient adaptor and
10794         rtpbuffer handling.
10795
10796         * gst/rtsp/URLS:
10797         Add url to test above.
10798
10799 2007-03-25  Wim Taymans  <wim@fluendo.com>
10800
10801         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10802         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10803         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10804         (gst_rtspsrc_media_to_caps),
10805         (gst_rtspsrc_stream_configure_transport),
10806         (gst_rtspsrc_stream_configure_caps),
10807         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10808         * gst/rtsp/gstrtspsrc.h:
10809         Handle default clock-rates for static payload types, rearrange stuff so
10810         that the rtpmap field in the sdp can override the defaults.
10811         Parse RTP-Info field to get the seqnum and timebase fields that should
10812         go in the caps.
10813         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10814         the server. 
10815
10816 2007-03-22  Wim Taymans  <wim@fluendo.com>
10817
10818         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10819
10820         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10821         Accept complex pipeline descriptions as an audio profile instead of just
10822         a single element. Fixes #420658.
10823
10824 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10827           Rename registered type in preparation of GstTagDemux moving to
10828           -base at some point in the future.
10829
10830 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10833           Streaming mode fixes: don't unref buffer we don't own any longer;
10834           remove bogus adapter flush. Fixes #419338.
10835
10836 2007-03-17  David Schleef  <ds@schleef.org>
10837
10838         * REQUIREMENTS: Change the format to key/value, add a bunch of
10839           information, remove a bunch of requirements that are for
10840           other GStreamer packages.
10841
10842 2007-03-17  David Schleef  <ds@schleef.org>
10843
10844         * REQUIREMENTS: Fix a few things.  This file really needs a
10845         good once-over.
10846
10847 2007-03-15  Edward Hervey  <edward@fluendo.com>
10848
10849         * sys/Makefile.am:
10850         Don't forget to distribute the sys/osxaudio/ directory.
10851
10852 2007-03-15  Edward Hervey  <edward@fluendo.com>
10853
10854         * configure.ac:
10855         * sys/Makefile.am:
10856         * sys/osxaudio/Makefile.am:
10857         * sys/osxaudio/gstosxaudio.c:
10858         * sys/osxaudio/gstosxaudiosink.c:
10859         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10860         (gst_osx_audio_sink_getcaps),
10861         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10862         * sys/osxaudio/gstosxaudiosrc.c:
10863         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10864         (gst_osx_audio_src_create_ringbuffer):
10865         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10866         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10867         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10868         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10869         * sys/osxaudio/gstosxringbuffer.h:
10870         Activate osxaudio in gst-plugins-good with proper build setup.
10871         Add inlined documentation.
10872         Fix debug statements
10873         Fix ringbuffer when pausing.
10874         Fixes #323471
10875
10876 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10877         * gst/rtp/gstrtppcmapay.c:
10878         * gst/rtp/gstrtppcmapay.h:
10879         * gst/rtp/gstrtppcmupay.c:
10880         * gst/rtp/gstrtppcmupay.h:
10881         Ported mulaw and alaw payloaders to use new base class
10882
10883 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10884
10885         * po/af.po:
10886         * po/az.po:
10887         * po/cs.po:
10888         * po/en_GB.po:
10889         * po/it.po:
10890         * po/nl.po:
10891         * po/or.po:
10892         * po/sq.po:
10893         * po/sr.po:
10894         * po/sv.po:
10895         * po/uk.po:
10896         * po/vi.po:
10897           Update translations.
10898
10899 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10900
10901         * configure.ac:
10902           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10903
10904 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10907           Fix handling of -1 values for start and stop values when seeking,
10908           and SEEK_CUR+SEEK_END here as well.
10909
10910 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10911
10912         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10913           Fix handling of -1 values for start and stop values when seeking, 
10914           and SEEK_CUR+SEEK_END.
10915
10916 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10919           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10920           the image format a variable-length NUL-terminated string; in
10921           versions before that the image format is a fixed-length string of
10922           3 characters (see #348644 for a sample tag).
10923           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10924
10925 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10926
10927         * win32/MANIFEST:
10928         Add new project files to MANIFEST.
10929         * win32/vs6/libgstaudiofx.dsp:
10930         * win32/vs6/libgstrtp.dsp:
10931         * win32/vs6/libgstrtsp.dsp:
10932         Update project files.
10933         
10934 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10937         (gst_avi_demux_parse_index):
10938         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10939         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10940           Printf format fixes; also add some missing quotes in translated
10941           strings. Fixes #416728 and #416727.
10942
10943 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10944
10945         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10946           Tim and I can't think of any reason the child audio sink needs to 
10947           be set back to NULL after successfully determining that it can 
10948           reach READY - it gets immediately set back to READY by the caller
10949           anyway, causing an unnecessary close/open of any audio devices
10950           involved.
10951
10952 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10953
10954         * po/LINGUAS:
10955         * po/ja.po:
10956           Add ja.po file from #377306.
10957
10958 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10961         * sys/sunaudio/gstsunaudiomixertrack.c:
10962         (gst_sunaudiomixer_track_new):
10963           Actually translate sunaudio mixer track labels instead of just
10964           marking the strings as translatable (#377306); clean up weird
10965           label string mapping code that serves no apparent purpose. Also
10966           set the 'untranslated-label' property when creating mixer tracks
10967           if the GstMixerTrack base class supports this.
10968
10969         * tests/check/Makefile.am:
10970         * tests/check/elements/.cvsignore:
10971         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10972         (sunaudio_suite):
10973           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10974           actually tested on a system where sunaudiomixer is available).
10975
10976 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10977
10978         * tests/check/Makefile.am:
10979         Re-enable the states test and see if it works on the buildbots.
10980
10981 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10982
10983         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10984         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10985         (gst_dvdec_change_state):
10986         * ext/dv/gstdvdec.h:
10987         Infer pixel-aspect-ratio from the video frame format if it isn't
10988         provided by the container, as happens when playing DV from AVI
10989         or Quicktime containers.
10990
10991         Patch by: Wim Taymans <wim@fluendo.com>
10992         Fixes #380944
10993
10994 2007-03-09  Wim Taymans  <wim@fluendo.com>
10995
10996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10997         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10998         will later be handled by the jitterbuffer.
10999
11000 2007-03-09  Wim Taymans  <wim@fluendo.com>
11001
11002         * ext/taglib/gstid3v2mux.cc:
11003         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11004         Fixes #414496.
11005         
11006         Patch by: Alex Lancaster <alexl at users sourceforge net>
11007
11008 2007-03-09  Wim Taymans  <wim@fluendo.com>
11009
11010         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11011         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11012         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11013         (gst_avi_demux_chain):
11014         Fix stream position reporting after a seek. Fixes #416445.
11015
11016 2007-03-08  Wim Taymans  <wim@fluendo.com>
11017
11018         Patch by: René Stadler <mail at renestadler dot de>
11019
11020         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11021         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11022         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11023         Make avidemux accept optional header chunks in any order.
11024         Fixes #415446.
11025
11026 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11027
11028         * tests/check/Makefile.am:
11029         Disable the states check until the remaining Valgrind errors
11030         are fixed or suppressed.
11031
11032 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11033
11034         * tests/check/elements/.cvsignore:
11035           Add audiodynamic check to .cvsignore
11036
11037 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11038
11039         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11040
11041         * gst/audiofx/Makefile.am:
11042         * gst/audiofx/audiodynamic.c:
11043         (gst_audio_dynamic_characteristics_get_type),
11044         (gst_audio_dynamic_mode_get_type),
11045         (gst_audio_dynamic_set_process_function),
11046         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11047         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11048         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11049         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11050         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11051         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11052         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11053         (gst_audio_dynamic_transform_hard_knee_expander_int),
11054         (gst_audio_dynamic_transform_hard_knee_expander_float),
11055         (gst_audio_dynamic_transform_soft_knee_expander_int),
11056         (gst_audio_dynamic_transform_soft_knee_expander_float),
11057         (gst_audio_dynamic_transform_ip):
11058         * gst/audiofx/audiodynamic.h:
11059         * gst/audiofx/audiofx.c: (plugin_init):
11060         Add new audiodynamic element which can act as a compressor or
11061         expander. Supported are hard-knee and soft-knee operation modes with
11062         user-specified ratio and threshold.
11063         Attack and release parameters are not yet implemented but will follow.
11064         * docs/plugins/Makefile.am:
11065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11066         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11067         * docs/plugins/gst-plugins-good-plugins.args:
11068         * docs/plugins/inspect/plugin-audiofx.xml:
11069         Integrate audiodynamic into the docs.
11070         * tests/check/Makefile.am:
11071         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11072         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11073         Add unit test for audiodynamic.
11074
11075 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11076
11077         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11078         Free handles that we allocated when exiting via the error paths.
11079
11080 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11081
11082         * gst/level/gstlevel.c: (gst_level_class_init),
11083         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11084         (gst_level_transform_ip):
11085         * gst/level/gstlevel.h:
11086           Resolve message timestamps against the playback segment.
11087
11088 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11091         (gst_id3demux_sink_activate):
11092           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11093           caps passed to it (previously one code path assumed it took ownership
11094           while another one assumed it didn't, while in fact it sometimes did and
11095           sometimes didn't ...).
11096
11097         * configure.ac:
11098         * tests/files/Makefile.am:
11099         * tests/files/id3-407349-1.tag:
11100         * tests/files/id3-407349-2.tag:
11101           Add directory where data for unit tests can be stored.
11102
11103         * tests/Makefile.am:
11104         * tests/check/Makefile.am:
11105         * tests/check/elements/.cvsignore:
11106         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11107         (read_tags_from_file), (run_check_for_file),
11108         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11109           Add unit test for id3demux, and in particular for bug #407349. Only
11110           testing pull-mode for now; push mode doesn't work yet because the test
11111           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11112
11113 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * tests/check/Makefile.am:
11116           Add missing backslash at end of line.
11117
11118 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11119
11120         Trigger rebuild.
11121
11122 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11123
11124         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11125         * gst/id3demux/id3tags.h:
11126         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11127         (parse_obsolete_tdat_frame):
11128           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11129           the four-digit number will be interpreted as a year, whereas it is
11130           month and day in DDMM format. Instead, parse TDAT frames and fix up
11131           the date in the GST_TAG_DATE tag later if we also extracted a year.
11132           Fixes #407349.
11133
11134 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11135
11136         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11137         (gst_switch_commit_new_kid):
11138         Fix up the dispose logic so it doesn't leak, and fix setting of 
11139         the child state so that we don't set a child to our current state 
11140         just as we are changing it to something else.
11141
11142 2007-03-06  Wim Taymans  <wim@fluendo.com>
11143
11144         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11145         (gst_goom_chain):
11146         * gst/goom/gstgoom.h:
11147         Document, fix and improve goom adapter behaviour.
11148         Fixes #407006.
11149
11150 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11151
11152         * ext/esd/esdsink.c: (gst_esdsink_open):
11153         Unref static pad template after using it.
11154
11155 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11156
11157         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11158         (gst_switch_commit_new_kid):
11159         Fix up the reference counting of the child elements.
11160
11161 2007-03-05  Wim Taymans  <wim@fluendo.com>
11162
11163         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11164         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11165         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11166         Fix encoding-name case.
11167
11168 2007-03-05  Wim Taymans  <wim@fluendo.com>
11169
11170         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11171         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11172         (gst_rtp_speex_depay_process):
11173         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11174         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11175         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11176         (gst_rtp_speex_pay_change_state):
11177         * gst/rtp/gstrtpspeexpay.h:
11178         Fix speex (de)payloader. Fixes #358040.
11179
11180 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11181
11182         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11183         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11184         Install fakesink in NULL by fixing some broken logic. This obviates
11185         the need to manually set _IS_SINK.
11186         Add some comments and remove a little cruft while I'm at it.
11187
11188 2007-03-05  Wim Taymans  <wim@fluendo.com>
11189
11190         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11191         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11192
11193 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * po/POTFILES.in:
11196           Update.
11197
11198 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11199
11200         * tests/check/Makefile.am:
11201         Gah! Also disable gconfvideosink from the tests, otherwise
11202         it will instantiate autovideosink, and dfbvideosink and
11203         leak on the buildbots.
11204
11205 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11206
11207         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11208         (gst_cdio_cdda_src_finalize):
11209         Make sure we always destroy our libcdio handle.
11210
11211 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11212
11213         * tests/check/Makefile.am:
11214         Disable autovideosink so the buildbots don't barf over memory
11215         leaked in the directfb sink.
11216
11217 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11220         Chain up in dispose
11221
11222 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11223
11224         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11225         (gst_multipart_find_pad_by_mime):
11226         Use gst_pad_new_from_static_template instead of
11227         static_pad_template_get+pad_new.
11228
11229 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11232         Catch the case where no clock has been set.
11233
11234 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11235
11236         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11237         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11238         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11239         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11240         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11241         (gst_gconf_audio_src_finalize), (do_toggle_element):
11242         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11243         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11244         (do_toggle_element):
11245         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11246         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11247         (gst_gconf_video_src_finalize), (do_toggle_element):
11248         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11249         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11250         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11251         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11252         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11253         (gst_shout2send_init), (gst_shout2send_finalize):
11254         * gst/debug/testplugin.c: (gst_test_class_init),
11255         (gst_test_finalize):
11256         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11257         (gst_flxdec_dispose):
11258         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11259         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11261         (gst_rtspsrc_finalize):
11262         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11263         * gst/rtsp/rtspextwms.h:
11264         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11265         (gst_smpte_finalize):
11266         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11267         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11268         (gst_udpsink_finalize):
11269         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11270         (gst_wavparse_sink_activate):
11271         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11272         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11273         (gst_oss_src_finalize):
11274         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11275         * sys/v4l2/gstv4l2object.h:
11276         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11277         (gst_v4l2src_finalize):
11278         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11279
11280         Fix a bunch of leaks shown by the newly-added states test.
11281
11282 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11283
11284         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11285         Use gst_pad_new_from_static_template instead of 
11286         static_pad_template_get+pad_new.
11287
11288 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11291
11292         * ext/libcaca/Makefile.am:
11293         * gst/debug/Makefile.am:
11294           Don't mix tabs and spaces (#414168).
11295
11296 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11297
11298         * tests/check/generic/.cvsignore:
11299           Ignore files to please buildbot.
11300
11301 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11302
11303         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11304         (gst_wavparse_stream_data):
11305           Unbreak my previous commit (swapped nominator & denominator). Tim,
11306           thanks for spotting.
11307
11308 2007-03-02  Wim Taymans  <wim@fluendo.com>
11309
11310         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11311         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11312         (gst_cdio_cdda_src_finalize):
11313         Small code cleanups.
11314         Don't use pad_alloc as the base class cannot deal with the error codes.
11315
11316 2007-03-02  Wim Taymans  <wim@fluendo.com>
11317
11318         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11319         (gst_udpsrc_create):
11320         Fix doc.
11321
11322 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11323
11324         Patch by: René Stadler <mail@renestadler.de>
11325
11326         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11327         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11328         (gst_wavparse_stream_data):
11329           Handle rounding better to not drop last sample frame. Fixes #356692
11330
11331 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11332
11333         * tests/check/Makefile.am:
11334         Disable cacasink from the states check too - it also calls exit(1)
11335         on us when it can't find a terminal to talk to.
11336
11337 2007-03-02  Wim Taymans  <wim@fluendo.com>
11338
11339         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11340
11341         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11342         (gst_udpsrc_create), (gst_udpsrc_set_property),
11343         (gst_udpsrc_get_property):
11344         * gst/udp/gstudpsrc.h:
11345         Add support to strip proprietary headers. Fixes #350296.
11346
11347 2007-03-02  Wim Taymans  <wim@fluendo.com>
11348
11349         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11350         Fix compilation.
11351
11352 2007-03-02  Wim Taymans  <wim@fluendo.com>
11353
11354         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11355
11356         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11357         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11358         (gst_rtp_mp2t_depay_set_property),
11359         (gst_rtp_mp2t_depay_get_property):
11360         * gst/rtp/gstrtpmp2tdepay.h:
11361         Add support to strip off proprietary headers. Fixes #350278.
11362
11363 2007-03-02  Wim Taymans  <wim@fluendo.com>
11364
11365         * ext/hal/hal.c:
11366         Fix compilation.
11367
11368 2007-03-02  Wim Taymans  <wim@fluendo.com>
11369
11370         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11371         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11372         (gst_sunaudiosrc_open):
11373         * sys/sunaudio/gstsunaudiosrc.h:
11374         Remove device-name from GstSunAudioSrc. Fixes #412597.
11375
11376 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11377
11378         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11379         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11380         Having NULL as UDI previously selected the default sink/src. Change
11381         this back but mention it in the debug output.
11382         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11383         (gst_hal_get_oss_element), (gst_hal_get_string),
11384         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11385         (gst_hal_get_audio_src):
11386         * ext/hal/hal.h:
11387         Refactor a bit, check all error conditions, greatly improve debugging
11388         and fix some possible memory leaks. Also implement OSS support
11389         and allow specifying an UDI that points to a real device. For this the
11390         child device which supports ALSA (preferred) or OSS is used.
11391         As a side effect this makes it impossible now to get a alsasink in
11392         halaudiosrc and a alsasrc in halaudiosink.
11393
11394 2007-03-01  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11397         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11398         Errors from the udp sources are not fatal unless all of them are in
11399         error.
11400
11401 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11402
11403         * tests/check/Makefile.am:
11404         Disable aasink in the states test. I suspect this is the element that
11405         is calling exit(1) when it can't proceed.
11406
11407 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11408
11409         * tests/check/Makefile.am:
11410         Draw plugins in from the build tree sys/ dir, rather than picking
11411         up the already installed versions.
11412
11413 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11414
11415         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11416         Error out correctly when getting xcontext fails.
11417
11418 2007-03-01  Wim Taymans  <wim@fluendo.com>
11419
11420         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11421         Make state change to PAUSED NO_PREROLL because that's what it will be in
11422         the future and rtspsrc relies on it.
11423
11424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11425         (gst_rtspsrc_change_state):
11426         Don't error out when we don't get an error from the state change
11427         function.
11428
11429 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11430
11431         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11432         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11433           Check if the device UDI is set before trying to query HAL
11434           about it and give a useful error message if it wasn't set.
11435         * ext/hal/hal.c: (gst_hal_get_string):
11436           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11437           gives an assertion failure in D-Bus when running with
11438           DBUS_FATAL_WARNINGS=1.
11439
11440 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11441
11442         * configure.ac:
11443           Convert to new AG_GST style.
11444
11445 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11446
11447         * tests/check/Makefile.am:
11448         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11449           add test for states
11450
11451 2007-02-28  Wim Taymans  <wim@fluendo.com>
11452
11453         * tests/check/elements/.cvsignore:
11454         Add new videofilter check to .cvsignore.
11455
11456 2007-02-28  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11459         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11460         (gst_avi_demux_loop), (gst_avi_demux_chain):
11461         Fix combined flow return. Fixes #412608.
11462
11463 2007-02-28  Wim Taymans  <wim@fluendo.com>
11464
11465         * gst/videofilter/Makefile.am:
11466         Dist header..
11467
11468 2007-02-28  Wim Taymans  <wim@fluendo.com>
11469
11470         * gst/videofilter/gstgamma.h:
11471         Add header too.
11472
11473 2007-02-28  Wim Taymans  <wim@fluendo.com>
11474
11475         Patch by: Mark Nauwelaerts <manauw at skynet be>
11476
11477         * gst/videofilter/Makefile.am:
11478         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11479         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11480         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11481         (oil_tablelookup_u8), (gst_gamma_set_caps),
11482         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11483         Port gamma filter to 0.10. Fixes #412704.
11484
11485         * tests/check/Makefile.am:
11486         * tests/check/elements/videofilter.c: (setup_filter),
11487         (cleanup_filter), (check_filter), (GST_START_TEST),
11488         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11489         Add unit tests for videofilters.
11490
11491 2007-02-28  Wim Taymans  <wim@fluendo.com>
11492
11493         * gst/rtsp/URLS:
11494         Add another interesting test url.
11495
11496         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11497         Don't allow getting header fields from data packets.
11498
11499 2007-02-28  Michael Smith  <msmith@fluendo.com>
11500
11501         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11502         (gst_shout2send_init), (gst_shout2send_start),
11503         (gst_shout2send_set_property), (gst_shout2send_get_property):
11504         * ext/shout2/gstshout2.h:
11505           Add a property for username.
11506
11507 2007-02-27  Christian Schallerr <christian@fluendo.com>
11508
11509         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11510
11511 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11512
11513         * gst/rtsp/Makefile.am:
11514         Fix make check too.
11515
11516 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11517
11518         * gst/rtsp/base64.c: (util_base64_encode):
11519         * gst/rtsp/base64.h:
11520         Commit missing files for base64 encoding.
11521
11522 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11525
11526         * configure.ac:
11527         * ext/annodex/Makefile.am:
11528         * ext/jpeg/Makefile.am:
11529         * ext/speex/Makefile.am:
11530         * gst/alpha/Makefile.am:
11531         * gst/cutter/Makefile.am:
11532         * gst/debug/Makefile.am:
11533         * gst/effectv/Makefile.am:
11534         * gst/goom/Makefile.am:
11535         * gst/level/Makefile.am:
11536         * gst/smpte/Makefile.am:
11537         * gst/videofilter/Makefile.am:
11538           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11539
11540 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11541
11542         * gst/rtsp/Makefile.am:
11543         * gst/rtsp/rtspconnection.c: (append_auth_header),
11544         (rtsp_connection_send), (rtsp_connection_set_auth):
11545         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11546         from icecast to replace it. Relicensed from GPL courtesy of Mike
11547         Smith.
11548
11549 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11550
11551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11552         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11553         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11554         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11555         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11556         (gst_rtspsrc_uri_set_uri):
11557         * gst/rtsp/gstrtspsrc.h:
11558         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11559         (append_auth_header), (rtsp_connection_send),
11560         (rtsp_connection_free), (rtsp_connection_set_auth):
11561         * gst/rtsp/rtspconnection.h:
11562         * gst/rtsp/rtspdefs.h:
11563         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11564         * gst/rtsp/rtspurl.h:
11565
11566         Implement simple Basic Authentication support so that urls like
11567         rtsp://user:pass@hostname/rtspstream work on hosts that require
11568         authentication.
11569
11570 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11571
11572         * sys/v4l2/gstv4l2object.c:
11573         * sys/v4l2/gstv4l2tuner.c:
11574         * sys/v4l2/v4l2_calls.c:
11575         Fix segfault when oppening a radio device.
11576         
11577 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11578
11579         * gst/level/gstlevel.c: (gst_level_set_caps),
11580         (gst_level_transform_ip):
11581         * sys/v4l2/README:
11582         * tests/check/elements/level.c: (GST_START_TEST):
11583           Fix level for multi-channel case.
11584
11585 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11586
11587         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11588         (gst_level_transform_ip):
11589         * gst/level/gstlevel.h:
11590           Use function pointer for process function and add process functions
11591           for float audio.
11592
11593 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11594
11595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11596         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11597         (gst_v4l2src_capture_init):
11598           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11599           fixes #407369
11600
11601 2007-02-18  Wim Taymans  <wim@fluendo.com>
11602
11603         * gst/rtp/Makefile.am:
11604         * gst/rtp/gstrtp.c: (plugin_init):
11605         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11606         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11607         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11608         (gst_rtp_mp2t_pay_plugin_init):
11609         * gst/rtp/gstrtpmp2tpay.h:
11610         Added simple mpeg transport stream payloader.
11611
11612 2007-02-16  Wim Taymans  <wim@fluendo.com>
11613
11614         * gst/rtsp/URLS:
11615         Add example H264 rtsp url.
11616
11617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11618         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11619         Don't convert values to lowercase or we might mess up base64 encoded
11620         properties.
11621
11622 2007-02-16  Wim Taymans  <wim@fluendo.com>
11623
11624         * gst/rtp/README:
11625         Fix case of string params.
11626
11627         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11628         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11629         Fix depayloader, support more packet types.
11630         Add sync codes to make sure the packetizer can do its job.
11631
11632         * gst/rtp/gstrtpmp4gdepay.c:
11633         * gst/rtp/gstrtpmp4gpay.c:
11634         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11635         Fix caps case again.
11636
11637 2007-02-15  Wim Taymans  <wim@fluendo.com>
11638
11639         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11640         Set right caps on output buffers.
11641
11642 2007-02-14  Wim Taymans  <wim@fluendo.com>
11643
11644         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11645         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11646         Clear stack allocated SDPMedia struct before calling _init() on it.
11647         Clarify this in the docs as well.
11648
11649 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11650
11651         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11652         (do_change_child):
11653         Don't reset the profile when going switching states, as it makes
11654         the element non-reusable.
11655
11656 2007-02-14  Wim Taymans  <wim@fluendo.com>
11657
11658         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11659         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11660         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11661         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11662         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11663         (sdp_parse_line):
11664         * gst/rtsp/sdpmessage.h:
11665         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11666         Fix memory management of SDP messages. Fixes #407793.
11667
11668 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11669
11670         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11671
11672         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11673         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11674
11675 2007-02-14  Wim Taymans  <wim@fluendo.com>
11676
11677         Patch by: jp.liu <jp_liu at astrocom dot cn>
11678
11679         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11680         Fix parsing of password field in url. Fixes #407797.
11681
11682 2007-02-14  Wim Taymans  <wim@fluendo.com>
11683
11684         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11685         (gst_wavparse_reset), (gst_wavparse_init),
11686         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11687         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11688         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11689         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11690         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11691         (gst_wavparse_loop), (gst_wavparse_chain),
11692         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11693         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11694         (plugin_init):
11695         * gst/wavparse/gstwavparse.h:
11696         Update docs.
11697         Use boilerplate.
11698         Various code cleanups.
11699         When the bitrate is not known (bps == 0 or compressed formats) let
11700         downstream element guestimate the duration and position and don't
11701         generate timestamps or durations. Fixes #405213.
11702         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11703         error flowreturn upstream.
11704
11705 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11706
11707         * ext/gconf/Makefile.am:
11708         * ext/gconf/gconf.c: (gst_gconf_get_string),
11709         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11710         (gst_gconf_render_bin_with_default):
11711         * ext/gconf/gconf.h:
11712         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11713         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11714         (gst_gconf_audio_sink_dispose), (do_change_child),
11715         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11716         (cb_change_child), (gst_gconf_audio_sink_change_state):
11717         * ext/gconf/gstgconfaudiosink.h:
11718         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11719         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11720         (gst_switch_sink_init), (gst_switch_sink_dispose),
11721         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11722         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11723         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11724         * ext/gconf/gstswitchsink.h:
11725         * gst/autodetect/gstautoaudiosink.c:
11726         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11727         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11728         (gst_auto_audio_sink_detect):
11729         * gst/autodetect/gstautovideosink.c:
11730         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11731         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11732         (gst_auto_video_sink_detect):
11733         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11734         and a child that implements the GConf key monitoring. The end goal of
11735         this is an audio sink that can be changed on the fly, but at the 
11736         moment it still only changes on the next READY transition.
11737
11738 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11739
11740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11741         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11742         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11743         (gst_avi_demux_calculate_durations_from_index),
11744         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11746         (gst_avi_demux_loop):
11747           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11748
11749 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11750
11751         * configure.ac:
11752         * docs/plugins/Makefile.am:
11753           Add crossreferences to glib/gobject/gstream docs.
11754
11755 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11756
11757         * gst/monoscope/Makefile.am:
11758         * gst/monoscope/gstmonoscope.c:
11759           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11760           (but no LIBS, since we only use defines from the headers).
11761
11762 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11765
11766         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11767         (gst_wavparse_stream_data):
11768           Fix massive memory leak when operating in streaming mode due to
11769           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11770           Fixes #407057.
11771
11772 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11773
11774         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11775         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11776         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11777         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11778         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11779         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11780         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11781         (gst_avi_demux_calculate_durations_from_index),
11782         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11783         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11784         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11785         * gst/avi/gstavidemux.h:
11786           Save some memory (8%) by repacking the index entry structure (more to
11787           come). Add more FIXMEs to questionable parts.
11788
11789 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11790
11791         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11792         (gst_v4l2src_get_caps):
11793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11794         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11795         (gst_v4l2src_capture_init):
11796           More FIXME comments and messaging changes.
11797
11798 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11799
11800         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11801         (gst_goom_change_state):
11802         * gst/goom/gstgoom.h:
11803           Improved docs and use GST_DEBUG_FUNCPTR.
11804
11805         * gst/level/gstlevel.c: (gst_level_class_init):
11806           Use GST_DEBUG_FUNCPTR.
11807
11808         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11809         (gst_monoscope_chain), (gst_monoscope_change_state):
11810           Improved docs source cleanups.
11811
11812 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * gst/debug/Makefile.am:
11815         * gst/debug/gstdebug.c: (plugin_init):
11816         * gst/debug/gstpushfilesrc.c:
11817         * gst/debug/gstpushfilesrc.h:
11818           Add code for a pushfilesrc element that implements a pushfile:// URI
11819           handler, to make debugging push-mode operation of demuxer/decoders
11820           that support both easier in connection with seek/playbin/etc.
11821           The element isn't registered at the moment.
11822
11823 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11824
11825         * gst/avi/gstavimux.c:
11826           Comment a #if 0 in caps template definition as VS6 seems to 
11827         do not support it.
11828         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11829           Use gst_guint64_to_gdouble for conversion.
11830         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11831           Move variables declaration before the first instruction.
11832         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11833           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11834           And don't include netdb.h for G_OS_WIN32
11835         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11836           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11837           by VS6 then use an other way to initialize SDPMedia structure.
11838         * gst/udp/gstdynudpsink.h:
11839         * gst/udp/gstdynudpnetutils.h:
11840           Do not include <sys/time.h> for G_OS_WIN32
11841         * gst/udp/gstudpsrc.c:
11842           Define socklen_t as int for G_OS_WIN32
11843         * win/common/config.h.in:
11844           Undef HAVE_NETINET_IN_H
11845         * win32/vs6/gst_plugins_good.dsw:
11846         * win32/vs6/libgstrtp.dsp:
11847         * win32/vs6/libgstrtsp.dsp:
11848         * win32/vs6/libgstautogen.dsp:
11849         * win32/vs6/libgstaudiofx.dsp:
11850         * win32/vs6/libgstudp.dsp:
11851           Add and update project files.
11852         * win32/common/gstudp-enumtypes.c:
11853         * win32/common/gstudp-enumtypes.h:
11854           Add a copy of udp enumtypes to win32/common as in core 
11855           and base.
11856         
11857 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11858
11859         * configure.ac:
11860           Activate monoscope when building with --enable-experimental. Fix
11861           --enable-external configure switch description.
11862
11863         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11864         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11865           Help gst-indent.
11866
11867 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11870           Explicitly cast result of pointer arithmetic to integer in order to
11871           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11872
11873 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/debug/progressreport.c:
11876           Some more docs.
11877
11878 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11879
11880         * docs/plugins/inspect/plugin-rtp.xml:
11881           Update for new elements.
11882
11883         * gst/debug/progressreport.h:
11884           Commit newly-created header file as well.
11885
11886 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11887
11888         * docs/plugins/Makefile.am:
11889         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11891         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11892         * gst/debug/Makefile.am:
11893         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11894         (gst_progress_report_do_query), (gst_progress_report_report):
11895           Make progressreport element post messages with the current progress
11896           on the bus. Also add some basic docs for it.
11897
11898 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         * ext/hal/hal.c: (gst_hal_get_string):
11901         * ext/hal/hal.h:
11902           Some small cleanups; deal with errors when parsing the HAL ALSA
11903           capabilities a bit better.
11904
11905 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11908           Let's try this again and use the right cast this time.
11909
11910 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11913           Add cast to avoid compiler warnings with older GLib versions
11914           where the nick/name members in GEnumValue are not declared as
11915           constant strings.
11916
11917 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11920         (gst_gconf_render_bin_from_key),
11921         (gst_gconf_get_default_audio_sink):
11922         * ext/gconf/gconf.h:
11923         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11924         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11925         (gst_gconf_audio_sink_get_property):
11926           In gconfaudiosink, get the right key as the old key in do_toggle
11927           (ie. one dependent on the profile selected). Log some more stuff so
11928           we can see what's actually going on.
11929
11930 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11931
11932         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11933         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11934         (gst_audio_amplify_set_process_function),
11935         (gst_audio_amplify_setup):
11936         * gst/audiofx/audioamplify.h:
11937         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11938         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11939         * gst/audiofx/audioinvert.h:
11940         Some small cleanups and port both elements to the new GstAudioFilter
11941         base class to save a few lines of common code.
11942         * gst/audiofx/Makefile.am:
11943         Link against libgstaudio for the above changes
11944
11945 2007-01-29  Wim Taymans  <wim@fluendo.com>
11946
11947         * tests/check/elements/.cvsignore:
11948         Some more ignores.
11949
11950 2007-01-26  Wim Taymans  <wim@fluendo.com>
11951
11952         Patch by: charles <charlesg3 at gmail dot com>
11953
11954         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11955         (set_shout_metadata), (gst_shout2send_event):
11956         * ext/shout2/gstshout2.h:
11957         Properly handle tags in shout2send. Fixes #399825.
11958
11959 2007-01-25  Wim Taymans  <wim@fluendo.com>
11960
11961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11962         (gst_rtspsrc_activate_streams):
11963         Convert SDP fields to upper/lowercase following the rules in the SDP to
11964         caps document. 
11965
11966 2007-01-25  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/rtp/README:
11969         * gst/rtp/gstrtpilbcdepay.c:
11970         * gst/rtp/gstrtpilbcpay.c:
11971         * gst/rtp/gstrtpmp4gdepay.c:
11972         * gst/rtp/gstrtpmp4gpay.c:
11973         * gst/rtp/gstrtpspeexdepay.c:
11974         * gst/rtp/gstrtpspeexpay.c:
11975         * gst/rtp/gstrtpsv3vdepay.c:
11976         * gst/rtp/gstrtptheoradepay.c:
11977         * gst/rtp/gstrtptheorapay.c:
11978         * gst/rtp/gstrtpvorbisdepay.c:
11979         * gst/rtp/gstrtpvorbispay.c:
11980         Fix case of encoding-name and key/value pairs to match the document.
11981         This is to make interoperation with SDP case-insensitive as required by
11982         the relevant RFCs.
11983
11984 2007-01-25  Wim Taymans  <wim@fluendo.com>
11985
11986         * configure.ac:
11987         Bump required -core/-base to CVS
11988
11989 2007-01-25  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11992         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11993         * gst/rtp/gstrtpL16pay.h:
11994         Fill up to MTU using adapter.
11995         Timestamp rtp packets.
11996
11997 2007-01-25  Edward Hervey  <edward@fluendo.com>
11998
11999         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12000         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12001         Use G_GSIZE_FORMAT in print statements for portability.
12002         Fixes build on macosx.
12003
12004 2007-01-24  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/rtp/Makefile.am:
12007         * gst/rtp/gstrtp.c: (plugin_init):
12008         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12009         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12010         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12011         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12012         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12013         (gst_rtp_L16_depay_plugin_init):
12014         * gst/rtp/gstrtpL16depay.h:
12015         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12016         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12017         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12018         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12019         (gst_rtp_L16_pay_plugin_init):
12020         * gst/rtp/gstrtpL16pay.h:
12021         Port and enable raw audio payloader/depayloader. Needs a bit more work
12022         on the payloader side.
12023
12024 2007-01-24  Wim Taymans  <wim@fluendo.com>
12025
12026         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12027         (gst_rtspsrc_stream_configure_transport),
12028         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12029         * gst/rtsp/gstrtspsrc.h:
12030         Only unblock the udp pads when we linked and activated them all.
12031         Fixes #395688.
12032
12033 2007-01-24  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst/rtp/Makefile.am:
12036         * gst/rtp/gstrtp.c: (plugin_init):
12037         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12038         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12039         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12040         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12041         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12042         * gst/rtp/gstrtpac3depay.h:
12043         Added simple AC3 depayloader (RFC 4184).
12044
12045         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12046         Fix a leak.
12047
12048 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12049
12050         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12051
12052         * gst/audiofx/Makefile.am:
12053         * gst/audiofx/audioamplify.c:
12054         (gst_audio_amplify_clipping_method_get_type),
12055         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12056         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12057         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12058         (gst_audio_amplify_set_caps),
12059         (gst_audio_amplify_transform_int_clip),
12060         (gst_audio_amplify_transform_int_wrap_negative),
12061         (gst_audio_amplify_transform_int_wrap_positive),
12062         (gst_audio_amplify_transform_float_clip),
12063         (gst_audio_amplify_transform_float_wrap_negative),
12064         (gst_audio_amplify_transform_float_wrap_positive),
12065         (gst_audio_amplify_transform_ip):
12066         * gst/audiofx/audioamplify.h:
12067         * gst/audiofx/audiofx.c: (plugin_init):
12068         Add new element "audioamplify". This allows scaling of raw audio
12069         samples, similar to the "volume" element, but provides different modes
12070         for clipping and allows unlimited amplification. It's mainly targeted
12071         for creative sound design and not as a replacement of the "volume"
12072         element. Fixes #397162
12073         * docs/plugins/Makefile.am:
12074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12076         * docs/plugins/gst-plugins-good-plugins.args:
12077         * docs/plugins/inspect/plugin-audiofx.xml:
12078         Add docs for audioamplify and integrate them into the build system
12079         * tests/check/Makefile.am:
12080         * tests/check/elements/audioamplify.c: (setup_amplify),
12081         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12082         Add fairly extensive unit test suite for audioamplify
12083
12084 2007-01-24  Wim Taymans  <wim@fluendo.com>
12085
12086         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12087         Unblock pads after adding the pads to the element so that autopluggers
12088         get a change to link something. Possibly fixes #395688.
12089
12090 2007-01-24  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst/rtp/gstrtpamrdepay.c:
12093         * gst/rtp/gstrtpgsmdepay.c:
12094         * gst/rtp/gstrtph263pdepay.c:
12095         * gst/rtp/gstrtph263ppay.c:
12096         * gst/rtp/gstrtph264depay.c:
12097         * gst/rtp/gstrtpilbcdepay.c:
12098         * gst/rtp/gstrtpmp2tdepay.c:
12099         * gst/rtp/gstrtpmp4gdepay.c:
12100         * gst/rtp/gstrtpmp4gpay.c:
12101         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12102         * gst/rtp/gstrtpmp4vpay.c:
12103         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12104         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12105         (gst_rtp_mpa_depay_process):
12106         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12107         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12108         * gst/rtp/gstrtppcmadepay.c:
12109         * gst/rtp/gstrtppcmudepay.c:
12110         * gst/rtp/gstrtpspeexdepay.c:
12111         * gst/rtp/gstrtpspeexpay.c:
12112         * gst/rtp/gstrtpsv3vdepay.c:
12113         * gst/rtp/gstrtptheoradepay.c:
12114         * gst/rtp/gstrtptheorapay.c:
12115         * gst/rtp/gstrtpvorbisdepay.c:
12116         * gst/rtp/gstrtpvorbispay.c:
12117         Fix caps with payload numbers.
12118         Add some fixed payload numbers to caps when possible.
12119
12120 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12121
12122         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12123
12124         * gst/audiofx/Makefile.am:
12125         * gst/audiofx/audiofx.c: (plugin_init):
12126         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12127         (gst_audio_invert_class_init), (gst_audio_invert_init),
12128         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12129         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12130         (gst_audio_invert_transform_float),
12131         (gst_audio_invert_transform_ip):
12132         * gst/audiofx/audioinvert.h:
12133         Add new audiofx element "audioinvert". This element swaps the upper
12134         and lower half of samples and can be used for example for a
12135         wide-stereo effect. Fixes #396057
12136         * docs/plugins/Makefile.am:
12137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12139         * docs/plugins/gst-plugins-good-plugins.args:
12140         * docs/plugins/inspect/plugin-audiofx.xml:
12141         Add docs for the audioinvert element and add them to the build system.
12142         * tests/check/Makefile.am:
12143         * tests/check/elements/audioinvert.c: (setup_invert),
12144         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12145         Add unit test suite for the audioinvert element.
12146
12147 2007-01-23  Wim Taymans  <wim@fluendo.com>
12148
12149         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12150         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12151         Parse config params as string and int.
12152         Parse and use AU header length
12153
12154 2007-01-23  Wim Taymans  <wim@fluendo.com>
12155
12156         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12157         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12158         * gst/smpte/gstmask.c: (_gst_mask_register):
12159         * gst/smpte/gstmask.h:
12160         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12161         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12162         (gst_smpte_paint_triangle_clock):
12163         constify some static structs.
12164         Don't update the mask if nothing changed to the params.
12165         Make sure we never draw outside of the picture. Fixes #398325.
12166
12167 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12170           Error out properly when pull_range fails while we're reading the
12171           headers, instead of just pausing the task silently. Fixes #399338.
12172
12173 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12176           Some more sanity checks to make sure the input formats match and the
12177           input pads are actually negotiated, in case someone tries to feed
12178           buffers from fakesrc or filesrc. Fixes #398299.
12179           Also const-ify an array, just because we can.
12180
12181 2007-01-19  Edward Hervey  <edward@fluendo.com>
12182
12183         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12184         Ignore previous commit, that was only valid for widths and heights
12185         that are multiples of 4.
12186         Copy over size/stride macros from jpegdec. This allows the element
12187         to work with any width,height...
12188         ... but puts in evidence that the actual transformations only work
12189         with width/height that are multiples of 4.
12190
12191 2007-01-19  Edward Hervey  <edward@fluendo.com>
12192
12193         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12194         Allocate buffers of the right size.
12195         The proper size of a I420 buffer in bytes is:
12196         
12197             width * height * 3
12198             ------------------
12199                     2
12200
12201 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12204           Proxy getcaps on sink pads too, so that we either end up with the
12205           same dimensions on all pads or error out if that's not possible
12206           (seems to work even!). Fixes #398086, I think.
12207
12208 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12211         * docs/plugins/gst-plugins-good-plugins.args:
12212         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12213           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12214           fix integer properties with -1 as minimum value.
12215
12216         * docs/plugins/inspect/plugin-1394.xml:
12217         * docs/plugins/inspect/plugin-aasink.xml:
12218         * docs/plugins/inspect/plugin-alaw.xml:
12219         * docs/plugins/inspect/plugin-alpha.xml:
12220         * docs/plugins/inspect/plugin-alphacolor.xml:
12221         * docs/plugins/inspect/plugin-annodex.xml:
12222         * docs/plugins/inspect/plugin-apetag.xml:
12223         * docs/plugins/inspect/plugin-audiofx.xml:
12224         * docs/plugins/inspect/plugin-auparse.xml:
12225         * docs/plugins/inspect/plugin-autodetect.xml:
12226         * docs/plugins/inspect/plugin-avi.xml:
12227         * docs/plugins/inspect/plugin-cacasink.xml:
12228         * docs/plugins/inspect/plugin-cairo.xml:
12229         * docs/plugins/inspect/plugin-cdio.xml:
12230         * docs/plugins/inspect/plugin-cutter.xml:
12231         * docs/plugins/inspect/plugin-debug.xml:
12232         * docs/plugins/inspect/plugin-dv.xml:
12233         * docs/plugins/inspect/plugin-efence.xml:
12234         * docs/plugins/inspect/plugin-effectv.xml:
12235         * docs/plugins/inspect/plugin-esdsink.xml:
12236         * docs/plugins/inspect/plugin-flac.xml:
12237         * docs/plugins/inspect/plugin-flxdec.xml:
12238         * docs/plugins/inspect/plugin-gconfelements.xml:
12239         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12240         * docs/plugins/inspect/plugin-goom.xml:
12241         * docs/plugins/inspect/plugin-halelements.xml:
12242         * docs/plugins/inspect/plugin-icydemux.xml:
12243         * docs/plugins/inspect/plugin-id3demux.xml:
12244         * docs/plugins/inspect/plugin-jpeg.xml:
12245         * docs/plugins/inspect/plugin-level.xml:
12246         * docs/plugins/inspect/plugin-matroska.xml:
12247         * docs/plugins/inspect/plugin-mulaw.xml:
12248         * docs/plugins/inspect/plugin-multipart.xml:
12249         * docs/plugins/inspect/plugin-navigationtest.xml:
12250         * docs/plugins/inspect/plugin-ossaudio.xml:
12251         * docs/plugins/inspect/plugin-png.xml:
12252         * docs/plugins/inspect/plugin-rtp.xml:
12253         * docs/plugins/inspect/plugin-rtsp.xml:
12254         * docs/plugins/inspect/plugin-shout2send.xml:
12255         * docs/plugins/inspect/plugin-smpte.xml:
12256         * docs/plugins/inspect/plugin-speex.xml:
12257         * docs/plugins/inspect/plugin-taglib.xml:
12258         * docs/plugins/inspect/plugin-udp.xml:
12259         * docs/plugins/inspect/plugin-videobalance.xml:
12260         * docs/plugins/inspect/plugin-videobox.xml:
12261         * docs/plugins/inspect/plugin-videoflip.xml:
12262         * docs/plugins/inspect/plugin-videomixer.xml:
12263         * docs/plugins/inspect/plugin-wavenc.xml:
12264         * docs/plugins/inspect/plugin-wavparse.xml:
12265         * docs/plugins/inspect/plugin-ximagesrc.xml:
12266           Update to CVS.
12267
12268 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12269
12270         Patch by: Sebastian Dröge <slomo circular-chaos org>
12271
12272         * gst/audiofx/audiopanorama.c:
12273           Fix doc section name (Fixes #397946)
12274
12275 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12276
12277         * sys/v4l2/gstv4l2object.c:
12278         (gst_v4l2_object_install_properties_helper),
12279         (gst_v4l2_object_set_property_helper),
12280         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12281         * sys/v4l2/gstv4l2object.h:
12282         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12283         (gst_v4l2src_init), (gst_v4l2src_set_property),
12284         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12285         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12286         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12287         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12288         (gst_v4l2src_capture_deinit):
12289           Fix EIO handing when capturing. Add new property to specify the number of
12290           buffers to enque (and remove the borked num-buffers usage).
12291
12292 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12293
12294         Patch by: Sebastian Dröge <slomo circular-chaos org>
12295
12296         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12297         (gst_audio_panorama_set_process_function):
12298           Use a function array for process methods, add more docs and define the
12299           startindex of enums.
12300
12301 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12302
12303         Patch by: Mark Nauwelaerts <manauw at skynet be>
12304
12305         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12306         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12307         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12308         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12309         (gst_avi_mux_riff_get_avi_header),
12310         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12311         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12312         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12313         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12314         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12315         (gst_avi_mux_change_state):
12316         * gst/avi/gstavimux.h:
12317         * tests/check/elements/avimux.c: (teardown_src_pad):
12318           Add support for more than one audio stream; write better AVIX
12319           header; refactor code a bit; don't announce vorbis caps on our audio
12320           sink pads since we don't support it anyway. Closes #379298.
12321
12322 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         Patch by: Sebastian Dröge <slomo circular-chaos org>
12325
12326         * gst/audiofx/audiopanorama.c:
12327         (gst_audio_panorama_method_get_type),
12328         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12329         (gst_audio_panorama_set_process_function),
12330         (gst_audio_panorama_set_property),
12331         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12332         (gst_audio_panorama_transform_m2s_int_simple),
12333         (gst_audio_panorama_transform_s2s_int_simple),
12334         (gst_audio_panorama_transform_m2s_float_simple),
12335         (gst_audio_panorama_transform_s2s_float_simple):
12336         * gst/audiofx/audiopanorama.h:
12337           Add 'method' property and provide a simple (non-psychoacustic)
12338           processing method (#394859).
12339
12340         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12341         (panorama_suite):
12342           Tests for new method.
12343
12344 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12347         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12348           Set correct caps on outgoing pulled buffers, or things blow up
12349           after recent core changes.
12350
12351 2007-01-11  Wim Taymans  <wim@fluendo.com>
12352
12353         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12354
12355         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12356         (gst_multipart_mux_request_new_pad),
12357         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12358         (gst_multipart_mux_change_state):
12359         Return FLOW errors ASAP. Fixes #394977.
12360         Misc cleanups.
12361
12362 2007-01-11  Wim Taymans  <wim@fluendo.com>
12363
12364         Patch by: Lutz Mueller <lutz at topfrose dot de>
12365
12366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12367         Check for stream pad before activating. 
12368
12369 2007-01-10  Wim Taymans  <wim@fluendo.com>
12370
12371         Patch by: Peter Kjellerstedt  <pkj at axis com>
12372
12373         * gst/rtsp/COPYING.MIT:
12374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12375         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12376         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12377         (gst_rtspsrc_stream_configure_transport),
12378         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12379         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12380         (gst_rtspsrc_parse_methods),
12381         (gst_rtspsrc_create_transports_string),
12382         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12383         (gst_rtspsrc_open), (gst_rtspsrc_close):
12384         * gst/rtsp/gstrtspsrc.h:
12385         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12386         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12387         (parse_request_line), (parse_line), (rtsp_connection_read),
12388         (rtsp_connection_close):
12389         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12390         (rtsp_method_as_text), (rtsp_header_as_text),
12391         (rtsp_status_as_text), (rtsp_find_header_field),
12392         (rtsp_find_method):
12393         * gst/rtsp/rtspdefs.h:
12394         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12395         (rtsp_ext_wms_configure_stream):
12396         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12397         (rtsp_message_new_request), (rtsp_message_init_request),
12398         (rtsp_message_new_response), (rtsp_message_init_response),
12399         (rtsp_message_init_data), (rtsp_message_unset),
12400         (rtsp_message_free), (rtsp_message_add_header),
12401         (rtsp_message_get_header), (rtsp_message_set_body),
12402         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12403         * gst/rtsp/rtspmessage.h:
12404         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12405         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12406         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12407         (sdp_message_dump):
12408         Allow url to be NULL to be able to use it for server connections.
12409         Can now send responses as well as requests.
12410         No longer hangs in an endless loop if EOF is received.
12411         Can now convert a status code to a text string.
12412         Return RTSP_HDR_INVALID for unknown headers.
12413         Return RTSP_INVALID for unknown methods.
12414         Copy CSeq and Session headers from the request.
12415         Only free memory corresponding to the currently set message type.
12416         Added const to function arguments as appropriate.
12417         Avoid a compiler warning when initializing nmedia.
12418         Use guint rather than gint to avoid compiler warnings.
12419         Fix crasher in wms extension.
12420         Factor out stream setup from open_connection.
12421         Delay activation of streams when actual data is received from the
12422         server, this prepares us to do proper protocol switching.
12423         Added new license.
12424         Fixes #380895.
12425
12426
12427 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         Patch by: Sebastian Dröge <slomo ubuntu com>
12430
12431         * docs/plugins/Makefile.am:
12432         * gst/audiofx/audiopanorama.c:
12433           Some small docs fixes (#394851).
12434
12435 2007-01-09  Wim Taymans  <wim@fluendo.com>
12436
12437         * gst/avi/gstavidemux.c:
12438         Fix docs.
12439
12440 2007-01-09  Wim Taymans  <wim@fluendo.com>
12441
12442         * gst/rtp/Makefile.am:
12443         * gst/rtp/gstrtp.c: (plugin_init):
12444         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12445         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12446         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12447         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12448         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12449         * gst/rtp/gstrtpmpvdepay.h:
12450           Added RFC 2250 MPEG Video Depayloader.
12451
12452         * gst/rtp/gstrtpL16depay.h:
12453         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12454         (gst_rtp_h263p_depay_process):
12455         Fix Header file. Small cleanups.
12456
12457         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12458         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12459         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12460         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12461         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12462         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12463         (gst_rtp_mp4v_depay_change_state):
12464         Remove usused code. Remove Adapter from state Change. Added debug.
12465
12466         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12467         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12468         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12469         * gst/rtp/gstrtpmpadepay.h:
12470         Subclass base depayloader.
12471         Added debug.
12472         Support static payload type assignment as well.
12473
12474         * gst/rtp/gstrtpmpapay.c:
12475         Fix caps.
12476
12477 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12480
12481         * ext/jpeg/gstjpegdec.c:
12482         * ext/jpeg/gstjpegenc.c:
12483         * ext/jpeg/smokecodec.c:
12484           These libjpeg callbacks should return a 'boolean' (unsigned char
12485           apparently) and not a 'gboolean' (which maps to gint). Fixes
12486           warnings when compiling with MingW (#393427).
12487
12488         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12489           Use ioctlsocket on win32.
12490
12491         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12492           Some printf format fixes for win32.
12493
12494 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12495
12496         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12497           Use gst_guint64_to_gdouble for conversion.
12498         * win32/vs6/libgstmatroska.dsp:
12499           Add zlib to the link.
12500         * win32/vs6/libgstvideobox.dsp:
12501           Update liboil library name (project is linked to 
12502           liboil-0.3-0.lib now).
12503           
12504 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12505
12506         * gst/matroska/Makefile.am:
12507           If zlib is available and used, we must link it explicitly for
12508           things to work on MingW (fixes #392855).
12509
12510 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12511
12512         * ext/esd/esdsink.c: (gst_esdsink_delay):
12513           Don't return bogus values when esd_get_delay() fails for some
12514           reason (#392189).
12515
12516 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * sys/ximage/gstximagesrc.c: (composite_pixel):
12519           Fix presumably copy'n'pasto for 16bpp depth.
12520
12521 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * gst/matroska/matroska-mux.c:
12524         (gst_matroska_mux_audio_pad_setcaps):
12525           The "signed" field in audio caps is of boolean type, trying to use
12526           gst_structure_get_int() to extract it will fail. Fixing this makes
12527           matroskamux accept raw audio input (#387121) (use at your own risk
12528           though, due to the matroska spec being not entirely useful in this
12529           respect).
12530           Also fix up raw audio structures in template caps so that they
12531           represent what our setcaps function will actually accept, so that
12532           converters know what to convert to.
12533           Finally, don't fail if there isn't an "endianness" field in 8-bit
12534           PCM caps.
12535
12536 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12537
12538         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12539         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12540         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12541         (teardown_cmmldec):
12542         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12543         (teardown_cmmlenc):
12544         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12545           reapply consistent pad (de)activation
12546
12547 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12548
12549         * configure.ac:
12550         Back to CVS
12551
12552         * gst-plugins-good.doap:
12553         Add 0.10.5 doap entry
12554
12555 === release 0.10.5 ===
12556
12557 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12558
12559         * configure.ac:
12560           releasing 0.10.5, "The Path of Thorns"
12561
12562 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12565         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12566         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12567         (teardown_cmmldec):
12568         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12569         (teardown_cmmlenc):
12570         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12571           revert my freeze breakage
12572
12573 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12574
12575         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12576         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12577         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12578         (teardown_cmmldec):
12579         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12580         (teardown_cmmlenc):
12581         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12582           consistent pad (de)activation
12583
12584 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * configure.ac:
12587         * ext/Makefile.am:
12588         Disable LADPSA, as it has moved to the -bad module for the duration.
12589
12590 2006-12-18  Wim Taymans  <wim@fluendo.com>
12591
12592         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12593         (gst_signal_processor_event):
12594         Reset flow_state back to _OK after a flush stop so that we exit our
12595         error state after the flush. Fixes #374213
12596
12597 2006-12-16  David Schleef  <ds@schleef.org>
12598
12599         * sys/osxvideo/osxvideosink.h:
12600         * sys/osxvideo/osxvideosink.m:
12601           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12602
12603 2006-12-16  David Schleef  <ds@schleef.org>
12604
12605         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12606
12607         * sys/osxvideo/Makefile.am:
12608         * sys/osxvideo/osxvideosink.h:
12609         * sys/osxvideo/osxvideosink.m:
12610           Preliminary patch for porting osxvideosink
12611
12612 2006-12-16  Wim Taymans  <wim@fluendo.com>
12613
12614         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12615
12616         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12617         (gst_videomixer_set_master_geometry),
12618         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12619         (gst_videomixer_reset), (gst_videomixer_init),
12620         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12621         (gst_videomixer_release_pad), (gst_videomixer_collected),
12622         (gst_videomixer_change_state):
12623         Introduce some locking around the videomixer state so that it does not
12624         crash when adding/removing pads. Fixes #383043.
12625
12626 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * configure.ac:
12629           Make sure libcaca can actually be used instead of just checking for
12630           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12631           cross-compiling (fixes #384587).
12632
12633 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12634
12635         * Makefile.am:
12636         * gst-plugins-good.doap:
12637         * gst-plugins-good.spec.in:
12638           adding doap file
12639
12640 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12641
12642         * configure.ac:
12643           libflac-1.1.3 changed API again, but we can't build against it yet,
12644           so make sure our check doesn't use libflac-1.1.3 and add a comment
12645           to this effect.
12646
12647 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12648
12649         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12650         (gst_quarktv_planetable_clear):
12651           Add some NULL pointer checks (possibly related to #385623).
12652
12653 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12656         (gst_tag_demux_chain):
12657         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12658           In streaming mode, if the first buffer we get doesn't have an
12659           offset, fix it up to be 0, otherwise trimming won't work later on
12660           and we'll be typefinding application/x-id3, which may result in
12661           decodebin plugging an endless number of id3demux elements as a
12662           consequence. Fixes #385031.
12663           
12664 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12665
12666         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12667           Ignore the buffer_time the sound device reports. Turns out it is 
12668           sometimes completely bogus and we're better off without it.
12669
12670 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12673         (gst_matroska_demux_video_caps):
12674         * gst/matroska/matroska-ids.c:
12675         (gst_matroska_track_init_video_context):
12676         * gst/matroska/matroska-ids.h:
12677           Try harder to extract the framerate for video tracks correctly and
12678           save it directly instead of converting it back and forth a few
12679           times. Mostly makes a difference for very small framerates (<1).
12680           Fixes #380199.
12681
12682 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12685         (gst_gconf_audio_src_dispose), (do_toggle_element):
12686         * ext/gconf/gstgconfaudiosrc.h:
12687           Remove gconf notify hook when the gconfaudiosrc element is
12688           destroyed, otherwise the callback may be called on an
12689           already-destroyed instance and bad things happen. Should fix
12690           #378184.
12691           Also ignore gconf key changes when the source is already running.
12692
12693 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         Patch by: Sebastian Dröge  <mail at slomosnail de>
12696
12697         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12698           We need to be able to read and parse any possible floating point string
12699           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12700           will parse the former only in certain locales though, so we really need
12701           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12702           make sure we can parse either version at all times.
12703           Fixes #382982 for real.
12704
12705 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12706
12707         * sys/sunaudio/gstsunaudiomixerctrl.c:
12708         * sys/sunaudio/gstsunaudiosrc.c:
12709
12710         Use the sunaudio debug category.
12711
12712         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12713         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12714         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12715         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12716         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12717         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12718         (gst_sunaudiosink_reset):
12719         * sys/sunaudio/gstsunaudiosink.h:
12720
12721         Uses the sunaudio debug category for all debug output
12722         Implements the _delay() callback to synchronise video playback better
12723         Change the segtotal and segsize values back to the parent class 
12724           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12725           respectively)
12726         Measure the samples written to the device vs. played.
12727         Keep track of segments in the device by writing empty eof frames, and
12728         sleep using a GCond when we get too far ahead and risk overrunning the
12729         sink's ringbuffer.
12730
12731         Fixes: #360673
12732
12733 2006-12-08  Wim Taymans  <wim@fluendo.com>
12734
12735         Patch by: Sebastian Dröge  <mail at slomosnail de >
12736
12737         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12738         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12739         * gst/audiofx/audiopanorama.h:
12740         Fix audiopanorame with float samples. Fixes #383726.
12741
12742 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12743
12744         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12745         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12746         (gst_sunaudiosrc_reset):
12747
12748         Implement reset functions to unblock the src/sink more quickly on 
12749         state change requests.
12750         Patch by: Brian Cameron <brian dot cameron at sun com>
12751
12752 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12753
12754         * sys/sunaudio/gstsunaudiomixer.c:
12755         (gst_sunaudiomixer_change_state):
12756         Construct the correct mixer device name when the AUDIODEV env var
12757         is set.
12758
12759         Patch by: Jerry Tan <jerry.tan at sun dot com>
12760         Fixes: #383596
12761
12762 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12763
12764         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12765         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12766         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12767         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12768         Patch by: Jerry Tan <jerry.tan at sun dot com>
12769         Fixes: #349015
12770
12771 2006-12-07  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/smpte/gstmask.h:
12774         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12775         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12776         (gst_smpte_collected), (gst_smpte_set_property),
12777         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12778         * gst/smpte/gstsmpte.h:
12779         Port to 0.10 some more. 
12780         Added duration property to specify the duration of the transition.
12781         Make framerate a fraction.
12782         Deprecate fps property, we only use negotiated fps.
12783         Added docs.
12784         Fix collectpad usage.
12785         Reset state in READY.
12786         Send NEWSEGMENT event.
12787         Fix racy updates of object properties.
12788         Added debug category.
12789         Fixes #383323.
12790
12791 2006-12-06  Wim Taymans  <wim@fluendo.com>
12792
12793         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12794
12795         * gst/videomixer/videomixer.c:
12796         (gst_videomixer_set_master_geometry),
12797         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12798         Don't reset xpos and ypos in the setcaps function because causes
12799         unexpected behaviour.
12800         Fixes #382179.
12801
12802 2006-12-06  Wim Taymans  <wim@fluendo.com>
12803
12804         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12805         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12806         Keep track of the buffer timestamp in the collectdata member instead
12807         of modifying the buffer without making the metadata writable first.
12808         Fixes #382277.
12809
12810 2006-12-06  Wim Taymans  <wim@fluendo.com>
12811
12812         Patch by: Rob Taylor <robtaylor at floopily dot org>
12813
12814         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12815         If using multicast in udpsrc, bind to the multicast address rather than
12816         IN_ADDR_ANY.
12817         This allows the simultanous use of multiple udpsrcs listening on
12818         different multicat addresses. Without this all udpsrcs will receive all
12819         packets from all subscribed multicast addresses.
12820         Fixes #383001.
12821
12822 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12823
12824         * ext/taglib/gstid3v2mux.cc:
12825         Don't attempt to write a NULL frame into the ID3 tag set when the 
12826         createFrame method returned NULL.
12827         Fixes: #381857
12828         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12829
12830 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12831
12832         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12833         Use g_strtod() instead of sscanf to parse doubles, so that it will
12834         try parsing in the C locale if the current locale fails.
12835         Fixes: #382982
12836         Patch by: Sebastian Dröge  <mail at slomosnail de >
12837
12838 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12839
12840         * win32/MANIFEST:
12841         Fix compilation on win32 under VS8
12842         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12843         Partially fixes #381175
12844
12845 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12846
12847         * gst/avi/gstavimux.c:
12848           accept all mpegversions,fixes #380825
12849           spotted by: Jerome Alet  
12850
12851 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12852
12853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12854         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12855         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12856         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12857           cleanup the error message a bit more
12858
12859 2006-11-28  Wim Taymans  <wim@fluendo.com>
12860
12861         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12862         Fix width and height properties.
12863
12864         * ext/libcaca/gstcacasink.h:
12865         Fix compilation on newer libcaca that require us to include a new
12866         header. Fixes #379918.
12867
12868 2006-11-28  Wim Taymans  <wim@fluendo.com>
12869
12870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12871         * gst/rtsp/gstrtspsrc.h:
12872         * gst/rtsp/rtspext.h:
12873         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12874         (rtsp_ext_wms_get_context):
12875         Add method so that extensions can choose to disable the setup of
12876         a stream.
12877         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12878
12879 2006-11-27  Wim Taymans  <wim@fluendo.com>
12880
12881         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12882
12883         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12884         Push header in a separate buffer instead of memcpy:ing all data.
12885         Change LF => CRLF in headers.
12886         Move trailing LF to header. Fixes #379792.
12887
12888 2006-11-27  Wim Taymans  <wim@fluendo.com>
12889
12890         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12891         Small buffer overflow fix and improve debugging.
12892
12893 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12894
12895         * ext/esd/esdmon.h:
12896         * ext/esd/esdsink.h:
12897           remove obsolete _factory_init protos
12898
12899 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12900
12901         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12902         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12903         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12904         (gst_avi_demux_read_subindexes_push),
12905         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12906         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12907         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12908         (gst_avi_demux_massage_index),
12909         (gst_avi_demux_calculate_durations_from_index),
12910         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12911         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12912         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12913           remove dead code, tweak debugs statements, add comments, use
12914           _uint64_scale instead _uint64_scale_int when using guint64 values,
12915           small optimizations, reflow some error handling
12916
12917 2006-11-22  Edward Hervey  <edward@fluendo.com>
12918
12919         * po/.cvsignore:
12920         We never put .pot files in cvs. Let's ignore them all.
12921
12922 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12923
12924         * po/POTFILES.in:
12925           ... but better exclude files that aren't disted.
12926
12927 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12928
12929         * po/POTFILES.in:
12930           Add v4l2 source files to list of files with translations, so the
12931           strings are actually extracted (however bad they still may be).
12932
12933 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12934
12935         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12936           Minor clean-ups: const-ify static array, remove trailing comma from
12937           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12938
12939 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12940
12941         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12942         Make sure that g_free always gets called on the same pointer that was 
12943         returned by g_malloc.  Fixes #376594.
12944         Do not leak memory if decompressed size is wrong.
12945         Remove unneeded check of return value of g_malloc.
12946         Patch by: René Stadler <mail@renestadler.de>
12947
12948 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12951           Add missing curly brackets.
12952
12953 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12954
12955         * sys/v4l2/v4l2src_calls.c:
12956         Fix capture_deinit.
12957
12958 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12961         (gst_matroska_mux_request_new_pad):
12962           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12963
12964         * tests/check/elements/matroskamux.c: (setup_src_pad),
12965         (setup_sink_pad), (GST_START_TEST):
12966         Activate pads before using them.
12967
12968 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12969
12970         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12971           Initialise variable to get rid of bogus compiler warning.
12972
12973 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12974
12975         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12976
12977         * gst/rtp/gstrtph263pay.c:
12978         * gst/rtp/gstrtph263pdepay.c:
12979         * gst/rtp/gstrtph263ppay.c:
12980           Specify H.263 variant and version in the caps (fixes #361637)
12981
12982 2006-11-15  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtsp/rtspconnection.c: (read_body):
12985         Don't set a data pointer to NULL and a size > 0 when we deal
12986         with empty packets.
12987
12988         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12989         (rtsp_message_init_response), (rtsp_message_init_data),
12990         (rtsp_message_unset), (rtsp_message_free),
12991         (rtsp_message_take_body):
12992         Check that we can't create invalid empty packets. 
12993
12994 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12997
12998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12999         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13000         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13001         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13002         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13003         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13004         * gst/matroska/matroska-mux.h:
13005           Add basic tag writing support; implement releasing pads (#374658).
13006
13007 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13010         (gst_matroska_demux_audio_caps):
13011           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13012
13013 2006-11-14  David Schleef  <ds@schleef.org>
13014
13015         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13016
13017 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13018
13019         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13020
13021         * win32/vs8/gst-plugins-good.sln:
13022         * win32/vs8/libgst1394.vcproj:
13023         * win32/vs8/libgstaasink.vcproj:
13024         * win32/vs8/libgstalaw.vcproj:
13025         * win32/vs8/libgstalpha.vcproj:
13026         * win32/vs8/libgstalphacolor.vcproj:
13027         * win32/vs8/libgstannodex.vcproj:
13028         * win32/vs8/libgstapetag.vcproj:
13029         * win32/vs8/libgstaudiofx.vcproj:
13030         * win32/vs8/libgstauparse.vcproj:
13031         * win32/vs8/libgstautodetect.vcproj:
13032         * win32/vs8/libgstavi.vcproj:
13033         * win32/vs8/libgstcacasink.vcproj:
13034         * win32/vs8/libgstcdio.vcproj:
13035         * win32/vs8/libgstcutter.vcproj:
13036         * win32/vs8/libgstdv.vcproj:
13037         * win32/vs8/libgsteffectv.vcproj:
13038         * win32/vs8/libgstflac.vcproj:
13039         * win32/vs8/libgstflxdec.vcproj:
13040         * win32/vs8/libgstgoom.vcproj:
13041         * win32/vs8/libgsticydemux.vcproj:
13042         * win32/vs8/libgstid3demux.vcproj:
13043         * win32/vs8/libgstjpeg.vcproj:
13044         * win32/vs8/libgstladspa.vcproj:
13045         * win32/vs8/libgstlevel.vcproj:
13046         * win32/vs8/libgstmatroska.vcproj:
13047         * win32/vs8/libgstmikmod.vcproj:
13048         * win32/vs8/libgstmng.vcproj:
13049         * win32/vs8/libgstmonoscope.vcproj:
13050         * win32/vs8/libgstmulaw.vcproj:
13051         * win32/vs8/libgstmultipart.vcproj:
13052         * win32/vs8/libgstpng.vcproj:
13053         * win32/vs8/libgstrtp.vcproj:
13054         * win32/vs8/libgstrtsp.vcproj:
13055         * win32/vs8/libgstshout2.vcproj:
13056         * win32/vs8/libgstsmpte.vcproj:
13057         * win32/vs8/libgstspeex.vcproj:
13058         * win32/vs8/libgsttaglib.vcproj:
13059         * win32/vs8/libgstudp.vcproj:
13060         * win32/vs8/libgstvideobalance.vcproj:
13061         * win32/vs8/libgstvideobox.vcproj:
13062         * win32/vs8/libgstvideoflip.vcproj:
13063         * win32/vs8/libgstvideomixer.vcproj:
13064         * win32/vs8/libgstwavenc.vcproj:
13065         * win32/vs8/libgstwavparse.vcproj:
13066           Make end-of-line returns unixy, so that when the files are checked
13067           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13068           Hopefully fixes #366492.
13069
13070 2006-11-14  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13073         Disable init_frames delay timestamp adjustment, it does not
13074         seem to be needed at all. Fixes #369621.
13075
13076 2006-11-13  Wim Taymans  <wim@fluendo.com>
13077
13078         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13079
13080         * gst/videomixer/videomixer.c:
13081         (gst_videomixer_set_master_geometry),
13082         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13083         (gst_videomixer_collect_free), (gst_videomixer_reset),
13084         (gst_videomixer_init), (gst_videomixer_finalize),
13085         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13086         (gst_videomixer_collected), (gst_videomixer_change_state):
13087         Fix memleak by unref'ing collectpads instance (when finalizing)
13088         Implement releasing a request pad. Fixes #374479.
13089
13090 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13091
13092         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13093
13094         * win32/vs8/gst-plugins-good.sln:
13095         * win32/vs8/libgst1394.vcproj:
13096         * win32/vs8/libgstaasink.vcproj:
13097         * win32/vs8/libgstalaw.vcproj:
13098         * win32/vs8/libgstalpha.vcproj:
13099         * win32/vs8/libgstalphacolor.vcproj:
13100         * win32/vs8/libgstannodex.vcproj:
13101         * win32/vs8/libgstapetag.vcproj:
13102         * win32/vs8/libgstaudiofx.vcproj:
13103         * win32/vs8/libgstauparse.vcproj:
13104         * win32/vs8/libgstautodetect.vcproj:
13105         * win32/vs8/libgstavi.vcproj:
13106         * win32/vs8/libgstcacasink.vcproj:
13107         * win32/vs8/libgstcdio.vcproj:
13108         * win32/vs8/libgstcutter.vcproj:
13109         * win32/vs8/libgstdv.vcproj:
13110         * win32/vs8/libgsteffectv.vcproj:
13111         * win32/vs8/libgstflac.vcproj:
13112         * win32/vs8/libgstflxdec.vcproj:
13113         * win32/vs8/libgstgoom.vcproj:
13114         * win32/vs8/libgsticydemux.vcproj:
13115         * win32/vs8/libgstid3demux.vcproj:
13116         * win32/vs8/libgstjpeg.vcproj:
13117         * win32/vs8/libgstladspa.vcproj:
13118         * win32/vs8/libgstlevel.vcproj:
13119         * win32/vs8/libgstmatroska.vcproj:
13120         * win32/vs8/libgstmikmod.vcproj:
13121         * win32/vs8/libgstmng.vcproj:
13122         * win32/vs8/libgstmonoscope.vcproj:
13123         * win32/vs8/libgstmulaw.vcproj:
13124         * win32/vs8/libgstmultipart.vcproj:
13125         * win32/vs8/libgstpng.vcproj:
13126         * win32/vs8/libgstrtp.vcproj:
13127         * win32/vs8/libgstrtsp.vcproj:
13128         * win32/vs8/libgstshout2.vcproj:
13129         * win32/vs8/libgstsmpte.vcproj:
13130         * win32/vs8/libgstspeex.vcproj:
13131         * win32/vs8/libgsttaglib.vcproj:
13132         * win32/vs8/libgstudp.vcproj:
13133         * win32/vs8/libgstvideobalance.vcproj:
13134         * win32/vs8/libgstvideobox.vcproj:
13135         * win32/vs8/libgstvideoflip.vcproj:
13136         * win32/vs8/libgstvideomixer.vcproj:
13137         * win32/vs8/libgstwavenc.vcproj:
13138         * win32/vs8/libgstwavparse.vcproj:
13139           Add VS8 project files (note that many of the plugins in ext are
13140           disabled by default). Fixes #366492.
13141
13142 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13143
13144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13145           we do not translate debug messages
13146
13147 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13148
13149         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13150           fix categorisation, make short desc more explicit, remove unused code
13151           Fixes #372021
13152
13153 2006-11-08  Wim Taymans  <wim@fluendo.com>
13154
13155         * gst/rtp/gstrtpL16depay.c:
13156         * gst/rtp/gstrtpamrdepay.c:
13157         * gst/rtp/gstrtpamrpay.c:
13158         * gst/rtp/gstrtpgsmdepay.c:
13159         * gst/rtp/gstrtph263pay.c:
13160         * gst/rtp/gstrtph263pdepay.c:
13161         * gst/rtp/gstrtph263ppay.c:
13162         * gst/rtp/gstrtph264depay.c:
13163         * gst/rtp/gstrtpmp2tdepay.c:
13164         * gst/rtp/gstrtpmp4gdepay.c:
13165         * gst/rtp/gstrtpmp4gpay.c:
13166         * gst/rtp/gstrtpmp4vdepay.c:
13167         * gst/rtp/gstrtpmp4vpay.c:
13168         * gst/rtp/gstrtpmpadepay.c:
13169         * gst/rtp/gstrtpmpapay.c:
13170         * gst/rtp/gstrtppcmadepay.c:
13171         * gst/rtp/gstrtppcmapay.c:
13172         * gst/rtp/gstrtppcmudepay.c:
13173         * gst/rtp/gstrtppcmupay.c:
13174         * gst/rtp/gstrtpspeexdepay.c:
13175         * gst/rtp/gstrtpspeexpay.c:
13176         * gst/rtp/gstrtpsv3vdepay.c:
13177         Fix element descriptions.
13178
13179 2006-11-08  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/rtp/gstrtpvorbisdepay.c:
13182         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13183         Fix description.
13184         Small cleanup in the payloader.
13185
13186 2006-11-08  Wim Taymans  <wim@fluendo.com>
13187
13188         * gst/rtp/Makefile.am:
13189         * gst/rtp/gstrtp.c: (plugin_init):
13190         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13191         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13192         (gst_rtp_theora_depay_finalize),
13193         (gst_rtp_theora_depay_parse_configuration),
13194         (gst_rtp_theora_depay_setcaps),
13195         (gst_rtp_theora_depay_switch_codebook),
13196         (gst_rtp_theora_depay_process),
13197         (gst_rtp_theora_depay_set_property),
13198         (gst_rtp_theora_depay_get_property),
13199         (gst_rtp_theora_depay_change_state),
13200         (gst_rtp_theora_depay_plugin_init):
13201         * gst/rtp/gstrtptheoradepay.h:
13202         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13203         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13204         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13205         (gst_rtp_theora_pay_init_packet),
13206         (gst_rtp_theora_pay_flush_packet),
13207         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13208         (gst_rtp_theora_pay_handle_buffer),
13209         (gst_rtp_theora_pay_plugin_init):
13210         * gst/rtp/gstrtptheorapay.h:
13211         Add theora pay/depayloaders.
13212
13213 2006-11-06  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst/rtp/Makefile.am:
13216         We depend on gsttag to generate the vorbis comments.
13217
13218         * gst/rtp/gstrtpvorbisdepay.c:
13219         (gst_rtp_vorbis_depay_parse_configuration),
13220         (gst_rtp_vorbis_depay_setcaps),
13221         (gst_rtp_vorbis_depay_switch_codebook),
13222         (gst_rtp_vorbis_depay_process):
13223         * gst/rtp/gstrtpvorbisdepay.h:
13224         Parse configuration string in the depayloader.
13225         Implement selecting and switching to a new codebook.
13226         Receiving vorbis over RTP now works.
13227
13228         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13229         (gst_rtp_vorbis_pay_init_packet),
13230         (gst_rtp_vorbis_pay_finish_headers),
13231         (gst_rtp_vorbis_pay_handle_buffer):
13232         * gst/rtp/gstrtpvorbispay.h:
13233         Set timestamps on outgoing buffers and RTP packets.
13234         Fix configuration string, prepend number of Packet headers.
13235         Fix encoding of ident string.
13236         Add delivery-method to caps.
13237         Streaming vorbis over RTP now works.
13238
13239 2006-11-06  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13242         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13243         (gst_rtp_vorbis_pay_handle_buffer):
13244         * gst/rtp/gstrtpvorbispay.h:
13245         Generate a valid configuration string in the caps based on the
13246         vorbis headers.
13247
13248 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13251         * ext/cdio/gstcdio.h:
13252         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13253           Move CD-TEXT utility function into common file so it can also be
13254           used by a future cdioparanoiasrc.
13255
13256 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13257         
13258         * sys/v4l2/Makefile.am:
13259         * sys/v4l2/gstv4l2object.c:
13260         * sys/v4l2/gstv4l2src.c:
13261         * sys/v4l2/gstv4l2xoverlay.c:
13262         * sys/v4l2/v4l2_calls.c:
13263         * sys/v4l2/v4l2src_calls.c:
13264         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13265         xoverlay code that is still not implemented.
13266
13267 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13270           We require a -base more recent than 0.10.9, so it's safe to use
13271           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13272
13273         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13274         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13275           Use _newsegment_full() now that we depend on a recent enough core.
13276
13277         * gst/wavparse/gstwavparse.c:
13278           Remove cruft that we don't need any longer now that we depend on
13279           a recent enough -base.
13280
13281 2006-10-31  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/rtp/Makefile.am:
13284         * gst/rtp/gstrtp.c: (plugin_init):
13285         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13286         (gst_rtpilbcpay_setcaps):
13287         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13288
13289 2006-10-31  Wim Taymans  <wim@fluendo.com>
13290
13291         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13292         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13293         Some small cleanups, use _scale.
13294
13295 2006-10-31  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13298         Use higher precision scale function.
13299
13300 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         Patch by: Michal Benes  <michal dot benes at itonis tv>
13303
13304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13305         (gst_matroska_demux_read_track_encodings),
13306         (gst_matroska_decode_buffer):
13307           Fix several issues with encoded/compressed/encrypted/signed tracks;
13308           also, remove superfluous newline characters from some debug
13309           statements. (#366155)
13310
13311 2006-10-30  Wim Taymans  <wim@fluendo.com>
13312
13313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13314         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13315         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13316         (gst_smokedec_change_state):
13317         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13318         (gst_smokeenc_init), (gst_smokeenc_finalize),
13319         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13320         (gst_smokeenc_resync), (gst_smokeenc_chain),
13321         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13322         (gst_smokeenc_change_state):
13323         Various cleanups, capsnego and leak fixes.
13324
13325 2006-10-30  Wim Taymans  <wim@fluendo.com>
13326
13327         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13328
13329         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13330         Fix videomixer so that it can handle any combination of framerates.
13331         Fixes #367221.
13332
13333 2006-10-28  Wim Taymans  <wim@fluendo.com>
13334
13335         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13336         (gst_avi_demux_parse_file_header),
13337         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13338         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13339         (gst_avi_demux_chain):
13340         Fix position query for audio. also fixes timestamps in streaming
13341         mode and bug #364958.
13342         Small cleanups.
13343
13344 2006-10-27  Wim Taymans  <wim@fluendo.com>
13345
13346         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13347         * ext/libpng/gstpngenc.h:
13348         Fix strides. Fixes #364856.
13349         Cleanup capsnego.
13350         Set caps on outgoing buffers.
13351
13352 2006-10-18  Wim Taymans  <wim@fluendo.com>
13353
13354         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13355
13356         * gst/rtp/gstrtpgsmpay.c:
13357         * gst/rtp/gstrtph263pay.c:
13358         * gst/rtp/gstrtpmpapay.c:
13359         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13360         (gst_rtp_pcma_pay_handle_buffer):
13361         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13362         Add static payload numbers in addition to the dynamic ones.
13363         Fixes #361639.
13364
13365 2006-10-18  Wim Taymans  <wim@fluendo.com>
13366
13367         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13368         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13369         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13370         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13371         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13372         * gst/rtsp/rtspdefs.h:
13373         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13374         * gst/rtsp/rtspurl.h:
13375         Reuse already existing enum for lower transport.
13376         Add rtspt and rtspu protocols.
13377         Send redirect to rtspt when udp times out.
13378
13379 2006-10-18  Wim Taymans  <wim@fluendo.com>
13380
13381         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13382         (gst_wavparse_stream_data):
13383         Fix seeking some more, mostly for speed changes.
13384
13385 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         Patch by: Fredrik Persson  <frepe at bredband net>
13388
13389         * sys/v4l2/gstv4l2tuner.c:
13390         * sys/v4l2/gstv4l2tuner.h:
13391           Fix _set_channel(): remove useless g_object_notify() for "channel"
13392           property that doesn't exist any longer and therefore now also
13393           useless redirect (#338818).
13394
13395 2006-10-17  Wim Taymans  <wim@fluendo.com>
13396
13397         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13398         Some drivers do not support unsetting the non-blocking flag once the
13399         device is opened. In those cases, close/open the device in
13400         non-blocking mode. Fixes #362673.
13401
13402 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13403
13404         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13405         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13406         (gst_v4l2src_get_fps):
13407           dear stefan, framespersecond is not frameperiod, reverting but adding
13408           comment
13409
13410 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13411
13412         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13413         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13414         (gst_v4l2src_get_fps):
13415           Numerator is numerator and denominator is denominator. Say that aloud
13416           5 times and retry after next beer.
13417
13418 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         Patch by: Josep Torra Valles  <josep at fluendo com>
13421
13422         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13423         * ext/esd/esdsink.c: (gst_esdsink_write):
13424         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13425         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13426         (gst_flac_dec_send_newsegment):
13427         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13428         (gst_flac_enc_tell_callback):
13429         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13430         (smokecodec_parse_header), (smokecodec_decode):
13431         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13432         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13433         * gst/goom/Makefile.am:
13434         * gst/goom/gstgoom.c:
13435         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13436         * gst/rtsp/gstrtspsrc.c:
13437         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13438         * gst/udp/gstudpsink.c:
13439         * gst/udp/gstudpsrc.c:
13440         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13441         * sys/sunaudio/gstsunaudiomixertrack.h:
13442           Fix a bunch of problems discovered by the Forte compiler, mostly type
13443           mixups and pointer arithmetics with void pointers. Fixes #362603.
13444
13445 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * ext/speex/gstspeex.c: (plugin_init):
13448         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13449         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13450         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13451         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13452         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13453         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13454         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13455         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13456         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13457         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13458         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13459         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13460         * ext/speex/gstspeexenc.h:
13461           Miscellaneous clean-ups, among other things: speexenc => enc to
13462           enhance code readability; change speexenc => speex_enc; in chain
13463           function unref input buffer in case of error; take reference in
13464           event function; use boilerplate macro; use gst_pad_query_peer_*
13465           convenience functions.
13466
13467 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13468
13469         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13470         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13471         (gst_speexenc_set_header_on_caps):
13472           Fix some mem leaks.
13473
13474 2006-10-11  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst/rtsp/URLS:
13477         Added some other URL.
13478
13479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13480         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13481         (gst_rtspsrc_open), (gst_rtspsrc_play),
13482         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13483         * gst/rtsp/gstrtspsrc.h:
13484         Work on fallback to TCP connection when the UDP socket times out.
13485         Handler server requests, just reply with OK for now.
13486
13487         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13488         * gst/rtsp/rtspdefs.h:
13489         Added some more Real extension headers.
13490
13491         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13492         Fix parsing of urls with a ':' that is not part of the hostname:port
13493         part of the url.
13494
13495 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13496
13497         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13498         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13499         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13500           Activate pad before adding it to the already-running element.
13501
13502         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13503           Activate newly-created pad too.
13504
13505 2006-10-11  Wim Taymans  <wim@fluendo.com>
13506
13507         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13508
13509         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13510         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13511         (gst_udpsrc_start):
13512         Fix some leaks in caps and uris. Fixes #361252.
13513
13514 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13515
13516         * gst/wavparse/Makefile.am:
13517           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13518
13519 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13520
13521         * sys/v4l2/gstv4l2xoverlay.c:
13522         * sys/v4l2/gstv4l2xoverlay.h:
13523         Fix build as per the patch in #338818 comment 36.
13524
13525 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13526
13527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13528           Activate pads before adding them to the source.
13529
13530 2006-10-06  Wim Taymans  <wim@fluendo.com>
13531
13532         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13533         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13534         Activate pads before adding.
13535
13536 2006-10-06  Wim Taymans  <wim@fluendo.com>
13537
13538         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13539         (gst_multipart_find_pad_by_mime):
13540         Activate pads before adding.
13541
13542         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13543         BOILERPLATE sets parent_class for us.
13544
13545 2006-10-06  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13548         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13549         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13550         (gst_rtspsrc_alloc_udp_ports),
13551         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13552         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13553         (gst_rtspsrc_create_transports_string),
13554         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13555         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13556         * gst/rtsp/gstrtspsrc.h:
13557         Rework how the transport string is constructed, try to share channels
13558         and udp ports.
13559         Make most of the stuff less dependant on RTP as we are also going to use
13560         it for RDT.
13561         Add support for transport specific session managers.
13562
13563         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13564         Implement _flush().
13565
13566         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13567         * gst/rtsp/rtspdefs.h:
13568         Add generic error return code.
13569
13570         * gst/rtsp/rtspext.h:
13571         Add support for pluggable tranport strings.
13572
13573         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13574         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13575         (rtsp_ext_wms_get_context):
13576         Detect WMServer and activate the extension.
13577
13578         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13579         (rtsp_transport_get_manager), (rtsp_transport_parse):
13580         * gst/rtsp/rtsptransport.h:
13581         Added methods to get mime/manager for certain transports.
13582
13583 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * ext/cairo/gsttimeoverlay.c:
13586         (gst_cairo_time_overlay_update_font_height):
13587         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13588         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13589         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13590         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13591         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13592         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13593         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13594         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13595         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13596         (gst_avi_demux_stream_data):
13597         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13598         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13599         (gst_fenced_buffer_copy):
13600         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13604         (gst_rtspsrc_handle_message):
13605         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13606         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13607           Printf format fixes.
13608
13609 2006-10-04  Wim Taymans  <wim@fluendo.com>
13610
13611         * gst/rtsp/Makefile.am:
13612         Dist new .h file too.
13613
13614 2006-10-04  Wim Taymans  <wim@fluendo.com>
13615
13616         * gst/rtsp/Makefile.am:
13617         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13618         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13620         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13621         (gst_rtspsrc_parse_rtpmap),
13622         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13623         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13624         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13625         * gst/rtsp/gstrtspsrc.h:
13626         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13627         * gst/rtsp/rtspdefs.h:
13628         * gst/rtsp/rtspext.h:
13629         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13630         (rtsp_ext_wms_get_context):
13631         * gst/rtsp/rtspextwms.h:
13632         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13633         (rtsp_transport_parse):
13634         * gst/rtsp/rtsptransport.h:
13635         Factor out extension in separate module.
13636         Fix getcaps to filter against the padtemplate.
13637         Use Content-Base if the server gives one.
13638         Rework the transport parsing a bit for future extensions.
13639         Added some Real Header field definitions.
13640
13641 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13642
13643         * docs/plugins/Makefile.am:
13644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13646           added v4l2 stubs
13647         * gst-plugins-good.spec.in:
13648           add v4l2
13649
13650 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13651
13652         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13653           Extract disc/album/medium number and count and try harder
13654           to extract track number/count.
13655
13656 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13657
13658         * configure.ac:
13659         * sys/Makefile.am:
13660           add build stuff for v4l2, needs --enable-experimental until
13661           the last bits are resolved
13662
13663 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * tests/check/Makefile.am:
13666           Disable autodetect test temporarily, so that the build bots
13667           update -bad and the ranks of unreliable video sinks in there.
13668
13669         * tests/check/elements/autodetect.c: (GST_START_TEST):
13670           Skip test if no usable videosink is found.
13671
13672 2006-09-29  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/rtsp/URLS:
13675         Add some more URLs.
13676
13677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13678         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13679         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13680         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13681         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13682         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13683         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13684         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13685         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13686         * gst/rtsp/gstrtspsrc.h:
13687         Add timeout property to control UDP timeouts.
13688         Fix error messages.
13689         Also start a loop function when operating in UDP mode so that we can
13690         do some more stuff async.
13691         Handle element messages from udpsrc to detect timeouts. If a timeout
13692         happens we currently generate an error.
13693         API: rtspsrc::timeout property.
13694
13695         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13696         (gst_udpsrc_create):
13697         Really implement the timeout in microseconds and not milliseconds.
13698
13699 2006-09-29  Wim Taymans  <wim@fluendo.com>
13700
13701         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13702         (gst_udpsrc_create), (gst_udpsrc_set_property),
13703         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13704         * gst/udp/gstudpsrc.h:
13705         Added property to post a message on timeout.
13706         Updated docs.
13707         When restarting the select, initialize the fdsets again.
13708         Init control sockets so we don't accidentally close a random socket.
13709         API: GstUDPSrc::timeout property
13710
13711 2006-09-29  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13714         Fix flag registration.
13715
13716         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13717         Reading 0 also means 'no more commands'
13718
13719 2006-09-29  Wim Taymans  <wim@fluendo.com>
13720
13721         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13722
13723         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13724         Fix possible infinite loop when shutting down, a read can also return
13725         0 to indicate no more messages are available. Fixes #358156.
13726
13727 2006-09-25  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst/autodetect/gstautoaudiosink.c:
13730         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13731         (gst_auto_audio_sink_find_best):
13732         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13733         Small cleanups.
13734         don't try to set "sync" property when it is not available.
13735
13736 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13737
13738         Patch by: Peter Kjellerstedt  <pkj at axis com>
13739
13740         * gst/alpha/gstalpha.c:
13741         * gst/rtp/gstrtpamrdepay.c:
13742         * gst/rtsp/gstrtspsrc.c:
13743         * gst/udp/gstudpsrc.c:
13744         * gst/videomixer/videomixer.c:
13745           Include stdlib.h in some more places, makes things compile
13746           with uClibc and -Werror (#357592).
13747
13748 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         * ext/jpeg/gstjpegdec.c:
13751           Set minimum height to 8 (from 16), our code should handle
13752           that fine. Some of the buttons on the apple trailer site
13753           are apparently only 15 pixels high (see #357470).
13754
13755 2006-09-23  Wim Taymans  <wim@fluendo.com>
13756
13757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13758         (gst_rtspsrc_open):
13759         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13760         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13761         (rtsp_connection_receive):
13762         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13763         * gst/rtsp/rtspdefs.h:
13764         Improve error reporting.
13765
13766 2006-09-23  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13769         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13770         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13771         * gst/rtp/gstrtpdepay.c:
13772         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13773         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13774         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13775         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13776         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13777         (gst_rtp_mp2t_depay_plugin_init):
13778         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13779         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13780         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13781         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13782         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13783         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13784         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13785         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13786         Fix klass typos.
13787         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13788
13789 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13790
13791         * configure.ac:
13792           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13793
13794 2006-09-22  Wim Taymans  <wim@fluendo.com>
13795
13796         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13797         Don't check for a tag that is never there and check if we read the
13798         correct tag. Fixes seeking again.
13799         We must post an error when all pads are unlinked.
13800
13801 2006-09-22  Wim Taymans  <wim@fluendo.com>
13802
13803         * gst/rtp/Makefile.am:
13804         * gst/rtp/gstrtp.c: (plugin_init):
13805         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13806         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13807         (gst_rtp_vorbis_pay_reset_packet),
13808         (gst_rtp_vorbis_pay_init_packet),
13809         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13810         (gst_rtp_vorbis_pay_handle_buffer):
13811         More fixage, set endoder-params correctly in the payloader.
13812
13813 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13814
13815         * gst/autodetect/gstautoaudiosink.c:
13816         (gst_auto_audio_sink_base_init):
13817         * gst/autodetect/gstautovideosink.c:
13818         (gst_auto_video_sink_base_init):
13819           Make static pad templates static to appease valgrind's leak
13820           detector.
13821
13822         * tests/check/Makefile.am:
13823         * tests/check/elements/.cvsignore:
13824         * tests/check/elements/autodetect.c: (GST_START_TEST),
13825         (autodetect_suite):
13826           Add simple test for the ghostpad lockup on shutdown fixed in core
13827           CVS (audio bit disabled because it would need dozens of alsa
13828           suppressions and I'm too lazy to add those now).
13829
13830 2006-09-22  Wim Taymans  <wim@fluendo.com>
13831
13832         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13833         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13834         Small cleanups.
13835
13836         * gst/rtp/Makefile.am:
13837         * gst/rtp/gstrtp.c: (plugin_init):
13838         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13839         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13840         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13841         (gst_rtp_vorbis_depay_process),
13842         (gst_rtp_vorbis_depay_set_property),
13843         (gst_rtp_vorbis_depay_get_property),
13844         (gst_rtp_vorbis_depay_change_state),
13845         (gst_rtp_vorbis_depay_plugin_init):
13846         * gst/rtp/gstrtpvorbisdepay.h:
13847         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13848         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13849         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13850         (gst_rtp_vorbis_pay_flush_packet),
13851         (gst_rtp_vorbis_pay_append_buffer),
13852         (gst_rtp_vorbis_pay_handle_buffer),
13853         (gst_rtp_vorbis_pay_plugin_init):
13854         * gst/rtp/gstrtpvorbispay.h:
13855         Add experimental vorbis pay and depayloaders.
13856
13857 2006-09-21  Wim Taymans  <wim@fluendo.com>
13858
13859         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13860         Fix profile-level-id parsing and setup.
13861
13862 2006-09-21  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst/udp/README:
13865         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13866         Update README, simple cleanup.
13867
13868 2006-09-21  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst/rtp/README:
13871         Update README with some examples.
13872
13873         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13874         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13875         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13876         (gst_rtp_mp4g_pay_setcaps):
13877         * gst/rtp/gstrtpmp4gpay.h:
13878         Make optional RTP parameters of type STRING, as required by the
13879         application/x-rtp caps specification.
13880
13881 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13882
13883         * gst/rtp/gstrtph263pdepay.c:
13884         * gst/rtp/gstrtph263ppay.c:
13885         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13886         RTP header.
13887
13888 2006-09-20  Wim Taymans  <wim@fluendo.com>
13889
13890         * gst/rtp/Makefile.am:
13891         And makefile too.
13892
13893 2006-09-20  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst/rtp/gstrtp.c: (plugin_init):
13896         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13897         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13898         (decode_base64), (gst_rtp_asf_depay_setcaps),
13899         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13900         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13901         (gst_rtp_asf_depay_plugin_init):
13902         * gst/rtp/gstrtpasfdepay.h:
13903         Added preliminary ASF depayloader.
13904
13905         * gst/rtp/gstrtph264depay.c: (decode_base64):
13906         Fix base64 decoding.
13907
13908 2006-09-20  Wim Taymans  <wim@fluendo.com>
13909
13910         * gst/rtsp/URLS:
13911         Added some test URLS.
13912
13913         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13914         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13915         * gst/rtsp/gstrtspsrc.h:
13916         When creating streams, give access to the complete SDP.
13917         Fix some leaks.
13918         Collect and merge global stream properties in stream caps.
13919         Preliminary support for WMServer.
13920
13921         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13922         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13923         (rtsp_connection_receive):
13924         * gst/rtsp/rtspconnection.h:
13925         Make connection interruptable.
13926         Refactor to make it reconnectable.
13927         Don't fail on short reads when reading data packets.
13928
13929         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13930         (rtsp_url_get_port):
13931         * gst/rtsp/rtspurl.h:
13932         Add methods for getting/setting the port.
13933
13934         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13935         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13936         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13937         (sdp_media_get_format), (sdp_parse_line),
13938         (sdp_message_parse_buffer):
13939         Fix headers. 
13940         Add methods for getting multiple attributes with the same name.
13941         Increase buffer size when parsing.
13942         Fix parsing of a=foo fields.
13943
13944         * gst/rtsp/test.c: (main):
13945         Update to new connection API.
13946
13947         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13948         (rtsp_message_init_response), (rtsp_message_init_data),
13949         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13950         * gst/rtsp/rtspmessage.h:
13951         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13952         * gst/rtsp/rtsptransport.h:
13953         * gst/rtsp/sdp.h:
13954         * gst/rtsp/sdpmessage.h:
13955         * gst/rtsp/gstrtsp.c:
13956         * gst/rtsp/gstrtsp.h:
13957         * gst/rtsp/gstrtpdec.c:
13958         * gst/rtsp/gstrtpdec.h:
13959         * gst/rtsp/rtsp.h:
13960         * gst/rtsp/rtspdefs.c:
13961         * gst/rtsp/rtspdefs.h:
13962         Dual licensed under MIT and LGPL now.
13963
13964 2006-09-19  Wim Taymans  <wim@fluendo.com>
13965
13966         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13967         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13968         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13969         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13970         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13971         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13972         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13973         * gst/rtsp/gstrtspsrc.h:
13974         Reorganize stream parsing and creation.
13975         Detect container formats in interleaved mode.
13976         Keep more state about the streams.
13977         Assume a server also supports PLAY if it does not say.
13978         Add unicast and interleaved properties to TCP transport requests to make
13979         some servers happy (WMServer).
13980
13981         * gst/rtsp/sdpmessage.h:
13982         Add some defines for the standard Bandwidth types.
13983
13984 2006-09-19  Wim Taymans  <wim@fluendo.com>
13985
13986         * gst/rtsp/test.c: (main):
13987         Fix build.
13988
13989 2006-09-19  Wim Taymans  <wim@fluendo.com>
13990
13991         * gst/wavparse/gstwavparse.c:
13992         Add ms-gsm to the src template.
13993
13994 2006-09-18  Wim Taymans  <wim@fluendo.com>
13995
13996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13997         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13998         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13999         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14000         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14001         * gst/rtsp/gstrtspsrc.h:
14002         Small cleanups, added documentation.
14003         Try to clean up the requests and responses.
14004         Refactor parsing the supported methods.
14005
14006         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14007         (rtsp_connection_create), (rtsp_connection_send),
14008         (parse_response_status), (parse_request_line),
14009         (rtsp_connection_receive), (rtsp_connection_close),
14010         (rtsp_connection_free):
14011         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14012         (rtsp_transport_init), (rtsp_transport_parse),
14013         (rtsp_transport_free):
14014         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14015         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14016         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14017         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14018         Use g_return_val some more.
14019
14020         * gst/rtsp/rtspdefs.h:
14021         Add more enum values to track initial states.
14022
14023         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14024         (rtsp_message_init_request), (rtsp_message_new_response),
14025         (rtsp_message_init_response), (rtsp_message_init_data),
14026         (rtsp_message_unset), (rtsp_message_free),
14027         (rtsp_message_add_header), (rtsp_message_remove_header),
14028         (rtsp_message_get_header), (rtsp_message_set_body),
14029         (rtsp_message_take_body), (rtsp_message_get_body),
14030         (rtsp_message_steal_body), (rtsp_message_dump):
14031         * gst/rtsp/rtspmessage.h:
14032         Reorder arguments, object goes as the first one.
14033         Use g_return_val some more.
14034
14035 2006-09-18  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14038         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14039         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14040         * gst/rtsp/gstrtspsrc.h:
14041         Export sometimes source pad with correct caps on the template, create
14042         the ghostpad from the template.
14043         Remove RTCP template as we never expose RTCP.
14044         Protect against invalid body size.
14045         Avoid memcpy when creating the output buffer.
14046         Properly post an error and send EOS when the loop function is shut down.
14047
14048 2006-09-18  Wim Taymans  <wim@fluendo.com>
14049
14050         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14051
14052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14053         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14054         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14055         * gst/rtsp/gstrtspsrc.h:
14056         Make sure we can never set an invalid location.
14057
14058         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14059         * gst/rtsp/rtspmessage.h:
14060         Added _steal_body method for future use.
14061
14062         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14063         Make freeing of NULL url return immediatly.
14064
14065 2006-09-18  Wim Taymans  <wim@fluendo.com>
14066
14067         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14068
14069         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14070         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14071         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14072         (gst_rtspsrc_change_state):
14073         * gst/rtsp/gstrtspsrc.h:
14074         Use boilerplate.
14075         Make rtspsrc subclass GstBin to make state changes easier.
14076         Add Range header field on the PLAY request.
14077
14078 2006-09-18  Wim Taymans  <wim@fluendo.com>
14079
14080         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14081
14082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14083         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14084         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14085         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14086         * gst/rtsp/rtspconnection.c: (inet_aton):
14087         Small cleanups.
14088         when multicast is selected as the transport, create UDP sources and
14089         connect to the multicast group.
14090         Move parsing and setting of caps to a common place.
14091         Fixes #349894.
14092
14093 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14094
14095         * ext/flac/gstflactag.c:
14096         * gst/alpha/gstalpha.c:
14097         * gst/debug/breakmydata.c:
14098         * gst/debug/negotiation.c:
14099         * gst/debug/testplugin.c:
14100         * gst/effectv/gstaging.c:
14101         * gst/effectv/gstdice.c:
14102         * gst/effectv/gstedge.c:
14103         * gst/effectv/gstquark.c:
14104         * gst/effectv/gstrev.c:
14105         * gst/effectv/gstshagadelic.c:
14106         * gst/effectv/gstvertigo.c:
14107         * gst/effectv/gstwarp.c:
14108         * gst/multipart/multipartdemux.c:
14109         * gst/multipart/multipartmux.c:
14110         * gst/videobox/gstvideobox.c:
14111         * gst/videofilter/gstgamma.c:
14112         * gst/videofilter/gstvideotemplate.c:
14113         * gst/videomixer/videomixer.c:
14114         * sys/sunaudio/gstsunaudiosrc.h:
14115         More G_OBJECT macro fixing.
14116
14117 2006-09-16  Wim Taymans  <wim@fluendo.com>
14118
14119         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14120
14121         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14122         Correctly set the dwLength in strh.
14123         With this patch, the file duration is now displayed correctly in window
14124         media player and the AVI plays completely. Fixes #356147
14125
14126 2006-09-15  Wim Taymans  <wim@fluendo.com>
14127
14128         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14129
14130         * sys/sunaudio/gstsunaudiomixerctrl.c:
14131         (gst_sunaudiomixer_ctrl_build_list):
14132         Set the output track as the MASTER so that the gnome-settings-daemon
14133         keybindings for changing the volume using the keyboard works.
14134         Fixes #356142.
14135
14136 2006-09-15  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14139         Fix documentation, it is not possible to control the framerate of jpegdec
14140         using filtered caps yet. Fixes #355210.
14141         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14142         stop when there is an error.
14143
14144 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14145
14146         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14147         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14148           Don't interpret a first buffer with an offset of NONE as
14149           'from the middle of the stream', but only a first buffer
14150           that has a valid buffer offset that's non-zero (see #345449).
14151
14152 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14153
14154         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14155         (gst_icydemux_typefind_or_forward):
14156         * gst/icydemux/gsticydemux.h:
14157           When we merge/collect multiple incoming buffers for typefinding
14158           purposes, keep an initial 0 offset on the first outgoing buffer
14159           as well (otherwise id3demux won't work right). Fixes #345449.
14160           Also Make buffer metadata writable before setting buffer caps.
14161
14162         * tests/check/elements/icydemux.c: (typefind_succeed),
14163         (cleanup_icydemux), (push_data), (GST_START_TEST),
14164         (icydemux_suite):
14165           Small test case for the above.
14166
14167 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14168
14169         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14170         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14171         (gst_avi_demux_stream_header_push),
14172         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14173         (gst_avi_demux_loop):
14174           More code reuse and better logging in _peek_chunk(). Reintroduce check
14175           for chunk sizes before reading them (avoid oom). Better handling for 
14176           invalid chunksizes when streaming.
14177
14178 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14179
14180         * gst/level/gstlevel.c: (gst_level_set_property):
14181         * gst/level/gstlevel.h:
14182           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14183           René Stadler
14184
14185 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14186
14187         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14188         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14189         (gst_avi_demux_stream_data):
14190           Revert one change to fix streaming avi (adapter size != data size).
14191
14192 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14195
14196         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14197         (gst_matroska_demux_reset),
14198         (gst_matroska_demux_read_track_encodings),
14199         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14200         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14201         (gst_matroska_demux_subtitle_caps):
14202         * gst/matroska/matroska-ids.h:
14203           Add support for VOBSUB subtitle tracks and zlib-compressed
14204           tracks. Make sure we start on a keyframe after a seek. (#343348)
14205
14206 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14207
14208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14209         (gst_matroska_demux_push_flac_codec_priv_data),
14210         (gst_matroska_demux_push_xiph_codec_priv_data),
14211         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14212         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14213         * gst/matroska/matroska-ids.h:
14214           Add basic FLAC support (#311586), not perfect yet though, needs some
14215           tweaking in flacdec; also, seeking could be better.
14216           Do better bounds checking when deserialising vorbis stream headers
14217           to make sure we don't read beyond the end of the buffer on bad input.
14218
14219 2006-09-04  Wim Taymans  <wim@fluendo.com>
14220
14221         Patch by: Alessandro Decina <alessandro at nnva dot org>
14222
14223         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14224         Seeking back in a file containing a CMML stream errors out if the seek
14225         goes back up to the CMML headers. This is because after the seek the xml
14226         processing instruction <?xml ...?> is submitted to the xml parser again, 
14227         which results in an error. The attached patch fixes the problem. 
14228         Fixes #353908.
14229
14230         * ext/annodex/gstcmmlenc.h:
14231         Fix authors name.
14232
14233
14234 2006-08-28  Andy Wingo  <wingo@pobox.com>
14235
14236         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14237         New helper function to lessen the ifdefs.
14238         (GST_INFO_OBJECT): 
14239         (gst_dv1394src_iso_receive): Use it.
14240         (gst_dv1394src_create): Also use the control sockets in iec61883
14241         mode.
14242         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14243         handle for AVC operations; fixes #348233.
14244
14245 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14246
14247         * configure.ac:
14248         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14249         * docs/plugins/inspect/plugin-audiofx.xml:
14250         * docs/plugins/inspect/plugin-audiofxgood.xml:
14251         * gst/audiofx/Makefile.am:
14252         * gst/audiofx/audiofx.c:
14253         * gst/audiofxgood/.cvsignore:
14254         * gst/audiofxgood/Makefile.am:
14255         * gst/audiofxgood/audiofx.c:
14256         * gst/audiofxgood/audiopanorama.c:
14257         * gst/audiofxgood/audiopanorama.h:
14258           Rename again (audiofxgood -> audiofx).
14259
14260 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14261
14262         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14263         (gst_avi_demux_stream_scan):
14264           Initialze variables.
14265
14266 2006-08-25  Wim Taymans  <wim@fluendo.com>
14267
14268         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14269         (gst_avi_demux_init), (gst_avi_demux_finalize),
14270         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14271         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14272         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14273         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14274         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14275         (gst_avi_demux_massage_index),
14276         (gst_avi_demux_calculate_durations_from_index),
14277         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14278         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14279         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14280         (gst_avi_demux_change_state):
14281         * gst/avi/gstavidemux.h:
14282         More attempts to turn this into readable code.
14283         Don't leak adapters.
14284         Calculate duration according to index more efficiently.
14285         Don't try to act like we drive the pipeline in chain mode.
14286
14287 2006-08-25  Wim Taymans  <wim@fluendo.com>
14288
14289         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14290         Fix build.
14291
14292 2006-08-25  Wim Taymans  <wim@fluendo.com>
14293
14294         Patch by: Alessandro Decina <alessandro at nnva dot org>
14295
14296         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14297         Do some extra sanity checks.
14298         Fixes #350340.
14299
14300         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14301         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14302         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14303         Check if clip->start_time is valid before adding the clip to the
14304         track list.
14305         Reset enc->preamble going from PAUSED to READY.
14306         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14307         only used for EOS.
14308         Only post an error message if we were the one that created the fatal
14309         GstFlowReturn value.
14310
14311         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14312         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14313         Parse the seconds field of the npt-sec time format using %llu rather than
14314         %d and check that the value scaled by GST_SECOND doesn't overflow.
14315         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14316         Lookup a clip's track with clip->track rather than clip->id which
14317         makes no sense.
14318         Identify a clip by its track and start time and not its xml id.
14319         do some more input checking and make sure we don't do undefined shifts.
14320
14321         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14322         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14323         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14324         (push_clip), (push_empty_clip), (check_output_clip),
14325         (GST_START_TEST), (cmmldec_suite):
14326         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14327         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14328         (check_headers), (push_clip), (check_clip_times), (check_clip),
14329         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14330         Added some more checks.
14331
14332 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14333
14334         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14335         (gst_audio_panorama_set_property),
14336         (gst_audio_panorama_get_property),
14337         (gst_audio_panorama_transform_m2s_int),
14338         (gst_audio_panorama_transform_s2s_int),
14339         (gst_audio_panorama_transform_m2s_float),
14340         (gst_audio_panorama_transform_s2s_float):
14341         * gst/audiofxgood/audiopanorama.h:
14342         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14343           Make also the pan-property float (saves scaling and yields better
14344           resolution)
14345
14346 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14347
14348         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14349         (gst_audio_panorama_transform_m2s_float),
14350         (gst_audio_panorama_transform_s2s_float):
14351           ChangeLog surgery to add cymax's real name
14352
14353
14354 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14355
14356         Patch by: René Stadler <mail@renestadler.de>
14357
14358         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14359         (gst_audio_panorama_transform_m2s_int),
14360         (gst_audio_panorama_transform_s2s_int),
14361         (gst_audio_panorama_transform_m2s_float),
14362         (gst_audio_panorama_transform_s2s_float),
14363         (gst_audio_panorama_transform):
14364         * gst/audiofxgood/audiopanorama.h:
14365           Added float support
14366
14367 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14368
14369         * gst/audiofxgood/audiopanorama.c:
14370         (gst_audio_panorama_transform_m2s):
14371           Fix docs & debug category. Add Fixme for volume pan levels.
14372
14373 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14374
14375         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14376         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14377         (gst_avi_demux_stream_header_pull),
14378         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14379         (gst_avi_demux_chain):
14380           unbreak AVI index handling, some more debug, remove an obsolete
14381           adapter_flush that caused streaming to wander off in the wild
14382
14383 2006-08-24  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14386         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14387         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14388         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14389         (gst_avi_demux_calculate_durations_from_index),
14390         (gst_avi_demux_stream_header_push),
14391         (gst_avi_demux_stream_header_pull):
14392         * gst/avi/gstavidemux.h:
14393         Some more cleanups. 
14394         Fix totalFrames parsing in ODML.
14395         Disable use of index for length calculation in case of ODML as this is
14396         broken now.
14397
14398 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14399
14400         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14401           Use libgsttag helper function here too.
14402
14403 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14404
14405         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14406         (gst_avi_demux_init), (gst_avi_demux_dispose),
14407         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14408         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14409         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14410         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14411         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14412         (gst_avi_demux_parse_subindex),
14413         (gst_avi_demux_read_subindexes_push),
14414         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14415         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14416         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14417         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14418         (gst_avi_demux_stream_header_pull),
14419         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14420         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14421         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14422         (gst_avi_demux_change_state):
14423         * gst/avi/gstavidemux.h:
14424           Initial streaming support for avidemux (fixes #336465)
14425
14426 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14429           There is no taglibmux element ...
14430
14431         * gst/rtsp/gstrtspsrc.c:
14432           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14433           was complaining about unknown entity here.
14434
14435 2006-08-22  Wim Taymans  <wim@fluendo.com>
14436
14437         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14438         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14439         (gst_avi_demux_process_next_entry):
14440         * gst/avi/gstavidemux.h:
14441         Mark DISCONT.
14442         Remove old unused fields and reorder the struct a bit.
14443
14444 2006-08-22  Wim Taymans  <wim@fluendo.com>
14445
14446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14447         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14448         (gst_rtspsrc_pause):
14449         * gst/rtsp/gstrtspsrc.h:
14450         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14451         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14452         Small documentation updates.
14453
14454 2006-08-22  Wim Taymans  <wim@fluendo.com>
14455
14456         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14457         (gst_avi_demux_index_entry_for_time),
14458         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14459         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14460         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14461         (gst_avi_demux_next_data_buffer),
14462         (gst_avi_demux_calculate_durations_from_index),
14463         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14464         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14465         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14466         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14467         * gst/avi/gstavidemux.h:
14468         Precalc most of the duration query for each stream.
14469         Make seeking more correct.
14470         Use GstSegment to track position and duration.
14471         Code cleanups and leak fixes.
14472         Calculate correct total duration based on index length.
14473
14474 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14475
14476         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14477         (parse_insert_string_field):
14478           If strings in text fields are marked ISO8859-1, but contain
14479           valid UTF-8 already, then handle them as UTF-8 and ignore
14480           the encoding. (#351794)
14481
14482 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14483
14484         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14485         (gst_flac_dec_write), (gst_flac_dec_loop),
14486         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14487         (gst_flac_dec_src_query):
14488         * ext/flac/gstflacdec.h:
14489           Make flac-in-ogg work (#352100).
14490
14491 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14494           Don't unref buffers of which we've already given away
14495           ownership to the adapter.
14496
14497 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14500           Make metadata extraction actually work.
14501
14502         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14503         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14504         (gst_speexenc_chain):
14505           Fix metadata writing: replace old code which wrote completely
14506           broken tags with libgsttag-based code. Plus miscellaneous
14507           code cleanups (use static pad templates etc.) and a bunch
14508           of leak fixes.
14509
14510 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14511
14512         * gst/audiopanorama/.cvsignore:
14513         * gst/audiopanorama/Makefile.am:
14514         * gst/audiopanorama/audiofx.c:
14515         * gst/audiopanorama/audiopanorama.c:
14516         * gst/audiopanorama/audiopanorama.h:
14517           die! die! die! you should never have been there
14518
14519 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14520
14521         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14522         Fix invalid memory access in audiopanorama test suite.
14523
14524 2006-08-21  Edward Hervey  <edward@fluendo.com>
14525
14526         * tests/check/elements/.cvsignore:
14527         ignore built file
14528
14529 2006-08-21  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/rtp/Makefile.am:
14532         Fix the build again.
14533
14534 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14535
14536         * gst/audiofxgood/.cvsignore:
14537         * gst/audiofxgood/Makefile.am:
14538         * gst/audiofxgood/audiofx.c: (plugin_init):
14539         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14540         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14541         (gst_audio_panorama_set_property),
14542         (gst_audio_panorama_get_property),
14543         (gst_audio_panorama_get_unit_size),
14544         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14545         (gst_audio_panorama_transform_m2s),
14546         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14547         * gst/audiofxgood/audiopanorama.h:
14548           resubmit with the desired name *again*
14549
14550 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14551
14552         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14553         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14554           use g_assert in _get_unit_size
14555
14556 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14557
14558         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14560         * docs/plugins/inspect/plugin-audiofxgood.xml:
14561           cleanup -unused.txt to make it useful, add previously missing docs
14562
14563         * ext/Makefile.am:
14564           Quietly (accidentally) enable LADSPA for building by default, 
14565           despite the fact that it doesn't meet the plugin checklist.
14566             -- Added by Jan Schmidt 18 Dec 2006
14567
14568         * ext/esd/esdmon.c:
14569         * ext/esd/esdsink.c:
14570         * ext/esd/gstesd.c: (plugin_init):
14571           reflow to get rid of two external symbols
14572
14573         * gst/audiofxgood/audiofx.c: (plugin_init):
14574           re-add
14575
14576 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14577
14578         * configure.ac:
14579         * gst/audiofxgood/.cvsignore:
14580         * gst/audiofxgood/Makefile.am:
14581         * gst/audiofxgood/audiofx.c
14582         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14583         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14584         (gst_audio_panorama_set_property),
14585         (gst_audio_panorama_get_property),
14586         (gst_audio_panorama_get_unit_size),
14587         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14588         (gst_audio_panorama_transform_m2s),
14589         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14590         * gst/audiofxgood/audiopanorama.h:
14591         * tests/check/Makefile.am:
14592         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14593         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14594         (panorama_suite), (main):
14595         Add audiofxgood plugin with audiopanorama element
14596
14597 2006-08-18  Wim Taymans  <wim@fluendo.com>
14598
14599         * docs/plugins/Makefile.am:
14600         More Oss docs fixage. 
14601
14602 2006-08-18  Wim Taymans  <wim@fluendo.com>
14603
14604         * gst/rtp/Makefile.am:
14605         * gst/rtp/gstrtp.c: (plugin_init):
14606         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14607         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14608         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14609         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14610         (gst_rtp_sv3v_depay_get_property),
14611         (gst_rtp_sv3v_depay_change_state),
14612         (gst_rtp_sv3v_depay_plugin_init):
14613         * gst/rtp/gstrtpsv3vdepay.h:
14614         Added experimental SVQ3 depayloader.
14615
14616 2006-08-18  Edward Hervey  <edward@fluendo.com>
14617
14618         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14619         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14620         * ext/dv/gstdvdemux.h:
14621         When handling seek requests, don't send the newsegment event from the
14622         calling thread. Instead save it so it can be sent from the streaming
14623         thread.
14624
14625 2006-08-17  Wim Taymans  <wim@fluendo.com>
14626
14627         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14628
14629         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14630         Accept leading whitespace before the boundary
14631         This patch makes the demuxer allow some whitespace before the actual
14632         boundary. This makes the demuxer work with the ``old'' gstreamer
14633         multipartmuxer again (which placed an extra \n before the start
14634         of the stream) Fixes #349068.
14635
14636 2006-08-17  Wim Taymans  <wim@fluendo.com>
14637
14638         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14639         Error out on non-implemented stuff.
14640
14641 2006-08-16  Wim Taymans  <wim@fluendo.com>
14642
14643         Patch by: Andy Wingo <wingo at pobox dot com>
14644
14645         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14646         (gst_signal_processor_start), (gst_signal_processor_stop),
14647         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14648         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14649         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14650         (gst_signal_processor_change_state):
14651         Make ladspa elements reusable. Fixes #350006.
14652
14653 2006-08-16  Wim Taymans  <wim@fluendo.com>
14654
14655         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14656         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14657         names as possible. Fixes #349901.
14658
14659 2006-08-16  Wim Taymans  <wim@fluendo.com>
14660
14661         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14662         (gst_signal_processor_do_pushes):
14663         A push() gives away our refcount so we should not use the buffer on the
14664         pen anymore.
14665
14666 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14667
14668         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14669         (gst_oss_mixer_element_finalize):
14670           Don't leak device string.
14671
14672 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         * configure.ac:
14675           Require CVS of GStreamer core and -base (for
14676           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14677
14678         * ext/taglib/gstid3v2mux.cc:
14679           Write extended comment tags properly (#348762).
14680
14681         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14682         (parse_comment_frame):
14683           Extract COMM frames into extended comments, which makes it
14684           easier to properly retain the description bit of the tag
14685           and maintain this information when re-tagging (#348762).
14686
14687 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * tests/check/Makefile.am:
14690           Don't try to run annodex unit tests if the annodex
14691           plugin has not been built (Fixes #351116).
14692
14693 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * gst/autodetect/gstautoaudiosink.c:
14696         (gst_auto_audio_sink_find_best):
14697           When we can't find a usable audiosink, don't error out,
14698           but use a fake sink instead and post a warning message
14699           on the bus (#341278).
14700
14701 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14702
14703         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14704         * sys/oss/gstosssink.c:
14705         * sys/oss/gstosssrc.c:
14706           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14707           ossmixer's new device property.
14708
14709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14711           Add docs for OSS elements.
14712
14713         * docs/plugins/inspect/plugin-aasink.xml:
14714         * docs/plugins/inspect/plugin-alaw.xml:
14715         * docs/plugins/inspect/plugin-alpha.xml:
14716         * docs/plugins/inspect/plugin-alphacolor.xml:
14717         * docs/plugins/inspect/plugin-annodex.xml:
14718         * docs/plugins/inspect/plugin-apetag.xml:
14719         * docs/plugins/inspect/plugin-auparse.xml:
14720         * docs/plugins/inspect/plugin-autodetect.xml:
14721         * docs/plugins/inspect/plugin-avi.xml:
14722         * docs/plugins/inspect/plugin-cacasink.xml:
14723         * docs/plugins/inspect/plugin-cairo.xml:
14724         * docs/plugins/inspect/plugin-cdio.xml:
14725         * docs/plugins/inspect/plugin-cutter.xml:
14726         * docs/plugins/inspect/plugin-debug.xml:
14727         * docs/plugins/inspect/plugin-dv.xml:
14728         * docs/plugins/inspect/plugin-efence.xml:
14729         * docs/plugins/inspect/plugin-effectv.xml:
14730         * docs/plugins/inspect/plugin-esdsink.xml:
14731         * docs/plugins/inspect/plugin-flac.xml:
14732         * docs/plugins/inspect/plugin-flxdec.xml:
14733         * docs/plugins/inspect/plugin-gconfelements.xml:
14734         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14735         * docs/plugins/inspect/plugin-goom.xml:
14736         * docs/plugins/inspect/plugin-halelements.xml:
14737         * docs/plugins/inspect/plugin-icydemux.xml:
14738         * docs/plugins/inspect/plugin-id3demux.xml:
14739         * docs/plugins/inspect/plugin-jpeg.xml:
14740         * docs/plugins/inspect/plugin-level.xml:
14741         * docs/plugins/inspect/plugin-matroska.xml:
14742         * docs/plugins/inspect/plugin-mulaw.xml:
14743         * docs/plugins/inspect/plugin-multipart.xml:
14744         * docs/plugins/inspect/plugin-navigationtest.xml:
14745         * docs/plugins/inspect/plugin-ossaudio.xml:
14746         * docs/plugins/inspect/plugin-png.xml:
14747         * docs/plugins/inspect/plugin-rtp.xml:
14748         * docs/plugins/inspect/plugin-rtsp.xml:
14749         * docs/plugins/inspect/plugin-shout2send.xml:
14750         * docs/plugins/inspect/plugin-smpte.xml:
14751         * docs/plugins/inspect/plugin-speex.xml:
14752         * docs/plugins/inspect/plugin-taglib.xml:
14753         * docs/plugins/inspect/plugin-udp.xml:
14754         * docs/plugins/inspect/plugin-videobalance.xml:
14755         * docs/plugins/inspect/plugin-videobox.xml:
14756         * docs/plugins/inspect/plugin-videoflip.xml:
14757         * docs/plugins/inspect/plugin-videomixer.xml:
14758         * docs/plugins/inspect/plugin-wavenc.xml:
14759         * docs/plugins/inspect/plugin-wavparse.xml:
14760         * docs/plugins/inspect/plugin-ximagesrc.xml:
14761           Update to CVS version.
14762           
14763 2006-08-16  Wim Taymans  <wim@fluendo.com>
14764
14765         * gst/rtp/gstrtpamrdepay.c:
14766         * gst/rtp/gstrtpmp4gdepay.c:
14767         Caps extra properties must be defined as strings for
14768         depayloaders because they are generated from an SDP.
14769
14770         * gst/rtp/Makefile.am:
14771         * gst/rtp/gstrtp.c: (plugin_init):
14772         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14773         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14774         (gst_rtp_h264_depay_finalize), (decode_base64),
14775         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14776         (gst_rtp_h264_depay_set_property),
14777         (gst_rtp_h264_depay_get_property),
14778         (gst_rtp_h264_depay_change_state),
14779         (gst_rtp_h264_depay_plugin_init):
14780         * gst/rtp/gstrtph264depay.h:
14781         Added basic, not completely functional RFC 3984 H264 depayloader.
14782
14783 2006-08-16  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14786         Add pads after setting them up.
14787
14788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14789         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14790         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14791         (gst_rtspsrc_stream_setup_rtp),
14792         (gst_rtspsrc_stream_configure_transport),
14793         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14794         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14795         (gst_rtspsrc_pause):
14796         * gst/rtsp/gstrtspsrc.h:
14797         Fix interleaved mode.
14798          - Protect streaming with lock.
14799          - Combine flows
14800          - set caps on outgoing buffers.
14801          - strip trailing \0 from data packets.
14802          - Configure RTP/RTCP in stream.
14803         Use DEBUG_OBJECT more.
14804
14805 2006-08-16  Wim Taymans  <wim@fluendo.com>
14806
14807         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14808         Turn a g_print into a DEBUG line.
14809
14810 2006-08-13  Wim Taymans  <wim@fluendo.com>
14811
14812         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14813         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14814         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14815         (gst_oss_mixer_element_get_property),
14816         (gst_oss_mixer_element_change_state):
14817         * sys/oss/gstossmixerelement.h:
14818         Small cleanups. Better error reporting.
14819         Add device property for the mixer instead of the hardcoded
14820         /dev/mixer. Fixes #350785.
14821         API: GstOssMixerElement::device property
14822
14823 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         Patch by: Jens Granseuer <jensgr at gmx net>
14826
14827         * gconf/Makefile.am:
14828           Make --disable-schemas work right (they still need
14829           to be copied to the installation directory, just not
14830           applied). Fixes #351347 (also #344100).
14831           
14832 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14833
14834         * configure.ac: back to HEAD
14835
14836 === release 0.10.4 ===
14837
14838 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14839
14840         * configure.ac:
14841           releasing 0.10.4, "Dear Leader"
14842
14843 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14844
14845         Patch by: Edward Hervey <edward@fluendo.com>
14846
14847         * configure.ac:
14848         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14849         (gst_wavparse_stream_data):
14850         Send the newsegment event in the streaming thread.
14851         Fixes #347529
14852
14853 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14856         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14857         (gst_smokeenc_resync), (gst_smokeenc_chain):
14858           Refuse sink caps in the encoder if width or height is not a
14859           multiple of 16, the encoder does not support that yet (#349939);
14860           along the same lines, check the return value of the encoder
14861           setup function; also remove some debug log clutter.
14862
14863 2006-08-04  Andy Wingo  <wingo@pobox.com>
14864
14865         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14866         whether a processor can work in place or not, and for keeping
14867         track of its state. Change the FlowReturn instance variable from
14868         "state" to "flow_state", all callers changed.
14869
14870         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14871         (gst_signal_processor_start, gst_signal_processor_stop)
14872         (gst_signal_processor_cleanup): New functions to manage the
14873         processor's state.
14874         (gst_signal_processor_setcaps): start() as well as setup() here.
14875         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14876         (gst_signal_processor_change_state): Stop and cleanup the
14877         processor as we go to NULL.
14878
14879         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14880         INPLACE_BROKEN is not set.
14881
14882         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14883         Do the alloc_buffer in bytes, not frames.
14884         
14885 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14886
14887         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14888         Fix rgb masks when recording in < 24bpp.
14889
14890 2006-08-04  Andy Wingo  <wingo@pobox.com>
14891
14892         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14893         (gst_signal_processor_prepare)
14894         (gst_signal_processor_update_inputs)
14895         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14896         (gst_signal_processor_flush)
14897         (gst_signal_processor_sink_activate_push)
14898         (gst_signal_processor_src_activate_pull)
14899         (gst_signal_processor_change_state): Remove the last of the code
14900         that assumes that we process whole buffers at a time. Fix some
14901         debugging. Seems to work now in some cases.
14902         (gst_signal_processor_src_activate_pull): BPB
14903
14904 2006-08-01  Andy Wingo  <wingo@pobox.com>
14905
14906         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14907         Fix nframes-choosing.
14908         (gst_signal_processor_init): Init pending_in and pending_out.
14909
14910         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14911         more default sample rate, although we never check that the sample
14912         rate actually gets set. Something for the future.
14913         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14914         (gst_signal_processor_event): Refcount fixen.
14915         (gst_signal_processor_process): Pull the number of frames to
14916         process from the sizes of the buffers in the input pens.
14917         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14918         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14919         it instead of buffer_frames.
14920         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14921         to do_pulls.
14922         (gst_signal_processor_chain)
14923         (gst_signal_processor_sink_activate_push)
14924         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14925
14926         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14927
14928 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14929
14930         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14931         (gst_signal_processor_process):
14932           don't query buffer-frames from caps, add lots of debug-log,
14933           try fix for assert (#349189)
14934
14935 2006-07-31  Wim Taymans  <wim@fluendo.com>
14936
14937         * gst/udp/gstudpsrc.c:
14938         Fix docs.
14939
14940 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14941
14942         * ext/ladspa/gstsignalprocessor.c:
14943         (gst_signal_processor_add_pad_from_template),
14944         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14945         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14946         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14947         (gst_signal_processor_sink_activate_push),
14948         (gst_signal_processor_src_activate_pull),
14949         (gst_signal_processor_change_state):
14950          Add debugs logs here and there, add more error handling, add some
14951          FIXME comments, filed #349189
14952
14953 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14954
14955         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14956         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14957         Set caps on buffer correctly.  Fixes bug #349155.
14958
14959 2006-07-28  Wim Taymans  <wim@fluendo.com>
14960
14961         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14962
14963         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14964         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14965         (gst_multipart_demux_finalize), (get_line_end),
14966         (multipart_parse_header), (multipart_find_boundary),
14967         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14968         (gst_multipart_set_property), (gst_multipart_get_property):
14969         Uses GstAdapter instead of own buffering.
14970         Actually parses the mime-type correctly (In tests the mime-type was
14971         always "" with the old version).
14972         Uses the Content-length header if available to speed up things.
14973         Reliably autoscans the boundary name by default.
14974         Fixes #349068.
14975
14976         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14977         Don't start the stream with a \n.
14978
14979 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14980
14981         Patch by: Brian Cameron <brian dot cameron at sun com>
14982
14983         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14984           Open source with O_NONBLOCK (#349015).
14985
14986 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14987
14988         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14989         (gst_avi_demux_massage_index):
14990         * gst/avi/gstavidemux.h:
14991           Whitespace fixes and more debug
14992
14993 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14994
14995         * gst/autodetect/gstautoaudiosink.c:
14996         (gst_auto_audio_sink_create_element_with_pretty_name),
14997         (gst_auto_audio_sink_find_best),
14998         (gst_auto_audio_sink_change_state):
14999           Get rid of old and unused magic sound-server properties stuff.
15000           Add suffix to child sink's name that makes it easy to see from
15001           the name alone which type it actually is (alsa, oss, esd, etc.).
15002
15003 2006-07-27  Wim Taymans  <wim@fluendo.com>
15004
15005         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15006         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15007         (gst_udpsrc_start):
15008         * gst/udp/gstudpsrc.h:
15009         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15010         not some sort of feature we enable.
15011
15012 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15015           Use CLOSE_SOCKET() here instead of close() to maintain
15016           win32 workiness.
15017
15018 2006-07-27  Wim Taymans  <wim@fluendo.com>
15019
15020         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15021
15022         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15023         (gst_udpsrc_create), (gst_udpsrc_set_property),
15024         (gst_udpsrc_get_property), (gst_udpsrc_start):
15025         * gst/udp/gstudpsrc.h:
15026         Added "buffer-size" property to control the kernel receive buffer size.
15027         Update documentation.
15028         Small cleanups. Fixes #348752.
15029         API: buffer-size property
15030
15031 2006-07-26  Wim Taymans  <wim@fluendo.com>
15032
15033         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15034
15035         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15036         (gst_rtp_pcma_pay_handle_buffer):
15037         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15038         (gst_rtp_pcmu_pay_handle_buffer):
15039         Fix timestamp calculation on outgoing RTP packets.
15040         Fixes #348675.
15041
15042 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15043
15044         * ext/taglib/gstid3v2mux.cc:
15045           Fix writing of comment frames (should be COMM not TCOM),
15046           is still sub-optimal though, since we don't retain or
15047           extract the comment descriptions properly (#334375,
15048           also see #334375).
15049
15050 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * gst/wavparse/gstwavparse.c:
15053           #define 'fact' RIFF chunk if we are not compiling against
15054           -base CVS (we don't want to depend on -base CVS for this
15055           one define only, and also not for release order reasons).
15056
15057 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15058
15059         * ext/taglib/gstid3v2mux.cc:
15060           Handle multiple tags of the same type properly. Re-inject
15061           unparsed ID3v2 frames that we get as binary blobs from
15062           id3demux into the tag again so we don't lose information
15063           when retagging (#334375).
15064
15065 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15066
15067         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15068           Document newly-added properties properly, so that there is a
15069           'Since: 0.10.4' in the plugin docs. Convert some property
15070           names into canonical GObject style (GObject will do that
15071           internally anyway).
15072
15073 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15074
15075         * gst/id3demux/id3tags.c:
15076         (id3demux_add_id3v2_frame_blob_to_taglist):
15077           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15078           well, and add the version to the blob's buffer caps, since that
15079           information will be needed for deserialisation later on (#348644).
15080
15081 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15082
15083         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15084         (gst_avi_demux_parse_stream):
15085          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15086          indentation and spacing.
15087
15088 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * docs/plugins/Makefile.am:
15091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15093         * docs/plugins/gst-plugins-good-plugins.args:
15094         * docs/plugins/inspect/plugin-1394.xml:
15095         * docs/plugins/inspect/plugin-aasink.xml:
15096         * docs/plugins/inspect/plugin-alaw.xml:
15097         * docs/plugins/inspect/plugin-alpha.xml:
15098         * docs/plugins/inspect/plugin-alphacolor.xml:
15099         * docs/plugins/inspect/plugin-annodex.xml:
15100         * docs/plugins/inspect/plugin-apetag.xml:
15101         * docs/plugins/inspect/plugin-auparse.xml:
15102         * docs/plugins/inspect/plugin-autodetect.xml:
15103         * docs/plugins/inspect/plugin-avi.xml:
15104         * docs/plugins/inspect/plugin-cacasink.xml:
15105         * docs/plugins/inspect/plugin-cairo.xml:
15106         * docs/plugins/inspect/plugin-cdio.xml:
15107         * docs/plugins/inspect/plugin-cutter.xml:
15108         * docs/plugins/inspect/plugin-debug.xml:
15109         * docs/plugins/inspect/plugin-dv.xml:
15110         * docs/plugins/inspect/plugin-efence.xml:
15111         * docs/plugins/inspect/plugin-effectv.xml:
15112         * docs/plugins/inspect/plugin-esdsink.xml:
15113         * docs/plugins/inspect/plugin-flac.xml:
15114         * docs/plugins/inspect/plugin-flxdec.xml:
15115         * docs/plugins/inspect/plugin-gconfelements.xml:
15116         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15117         * docs/plugins/inspect/plugin-goom.xml:
15118         * docs/plugins/inspect/plugin-halelements.xml:
15119         * docs/plugins/inspect/plugin-icydemux.xml:
15120         * docs/plugins/inspect/plugin-id3demux.xml:
15121         * docs/plugins/inspect/plugin-jpeg.xml:
15122         * docs/plugins/inspect/plugin-level.xml:
15123         * docs/plugins/inspect/plugin-matroska.xml:
15124         * docs/plugins/inspect/plugin-mulaw.xml:
15125         * docs/plugins/inspect/plugin-multipart.xml:
15126         * docs/plugins/inspect/plugin-navigationtest.xml:
15127         * docs/plugins/inspect/plugin-ossaudio.xml:
15128         * docs/plugins/inspect/plugin-png.xml:
15129         * docs/plugins/inspect/plugin-rtp.xml:
15130         * docs/plugins/inspect/plugin-rtsp.xml:
15131         * docs/plugins/inspect/plugin-shout2send.xml:
15132         * docs/plugins/inspect/plugin-smpte.xml:
15133         * docs/plugins/inspect/plugin-speex.xml:
15134         * docs/plugins/inspect/plugin-udp.xml:
15135         * docs/plugins/inspect/plugin-videobalance.xml:
15136         * docs/plugins/inspect/plugin-videobox.xml:
15137         * docs/plugins/inspect/plugin-videoflip.xml:
15138         * docs/plugins/inspect/plugin-videomixer.xml:
15139         * docs/plugins/inspect/plugin-wavenc.xml:
15140         * docs/plugins/inspect/plugin-wavparse.xml:
15141         * docs/plugins/inspect/plugin-ximagesrc.xml:
15142           Update files to CVS/Prerelease version, add esdsink docs.
15143
15144         * ext/esd/esdsink.c:
15145           Add gtk-doc blurb.
15146
15147         * gst/rtp/gstrtpmp4vpay.c:
15148           Fix typo in element description.
15149
15150 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * ext/esd/esdsink.c: (gst_esdsink_open),
15153         (gst_esdsink_factory_init):
15154           Prevent libesd from auto-spawning a sound daemon if it
15155           is not already running. Now that we don't do evil stuff
15156           like that any longer we can give esdsink a rank so that
15157           autoaudiosink will try it as well if all other audio
15158           sinks fail (#343051).
15159
15160 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * ext/esd/Makefile.am:
15163           Oops, need to remove README from EXTRA_DIST as well.
15164
15165 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15166
15167         * ext/esd/README:
15168           Remove, it contains nothing useful anyway.
15169
15170         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15171         (gst_esdsink_delay):
15172           Some small clean-ups; use GST_BOILERPLATE etc.
15173
15174 2006-07-24  Wim Taymans  <wim@fluendo.com>
15175
15176         * gst/law/alaw-decode.c: (alawdec_getcaps):
15177         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15178         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15179         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15180         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15181
15182 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15183
15184         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15185         (gst_wavparse_other), (gst_wavparse_perform_seek),
15186         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15187         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15188         (gst_wavparse_pad_query):
15189         * gst/wavparse/gstwavparse.h:
15190           Use information from 'fact' chunk for length calculation of compressed
15191           samples. Calculate bps if bogus value is found in wav header (embeded
15192           mp2/mp3).
15193           
15194
15195 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15196
15197         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15198
15199         * configure.ac:
15200         * gst/udp/Makefile.am:
15201         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15202         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15203         * gst/udp/gstdynudpsink.h:
15204         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15205         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15206         * gst/udp/gstmultiudpsink.h:
15207         * gst/udp/gstudp.c: (plugin_init):
15208         * gst/udp/gstudpsink.h:
15209         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15210         (gst_udpsrc_start), (gst_udpsrc_stop):
15211         * gst/udp/gstudpsrc.h:
15212         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15213         (gst_udp_net_utils_win32_wsa_startup):
15214         * gst/udp/gstudpnetutils.h:
15215           Port udp plugin to win32 (#345288).
15216
15217 2006-07-24  Wim Taymans  <wim@fluendo.com>
15218
15219         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15220         Remove unwanted DEBUG line.
15221
15222 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15223
15224         * gst/id3demux/gstid3demux.c: (plugin_init):
15225         * gst/id3demux/id3tags.c:
15226         (id3demux_add_id3v2_frame_blob_to_taglist):
15227         * gst/id3demux/id3tags.h:
15228           On second thought, it might be wiser and more efficient
15229           not to do tag registration from a streaming thread.
15230
15231 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15232
15233         * gst/id3demux/id3tags.c:
15234         (id3demux_add_id3v2_frame_blob_to_taglist),
15235         (id3demux_id3v2_frames_to_tag_list):
15236           Put ID3v2 frames we can't parse as binary blobs into private
15237           tags, so that they are not lost when retagging, at least once
15238           id3v2mux has been taught to re-inject those frames again.
15239           See bug #334375.
15240
15241 2006-07-21  Wim Taymans  <wim@fluendo.com>
15242
15243         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15244         (gst_avi_demux_process_next_entry):
15245         Fix some leaks.
15246
15247         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15248         Don't use \n in debug lines.
15249
15250 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15251
15252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15254           Add annodex and icydemux, cleanup the sections a bit
15255
15256 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         Patch by: Alex Lancaster <alexl at users sourceforge net>
15259
15260         * ext/taglib/gstid3v2mux.cc:
15261           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15262           ID3v2 TSSE frames (#347898).
15263
15264 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15265
15266         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15267           Respect mpegversion for "video/mpeg" and give message in case of
15268           unhandled versions.
15269
15270 2006-07-17  Wim Taymans  <wim@fluendo.com>
15271
15272         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15273         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15274         (gst_pngdec_chain), (gst_pngdec_sink_event),
15275         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15276         (gst_pngdec_sink_activate_push):
15277         * ext/libpng/gstpngdec.h:
15278         Use statically allocated segment instead of leaking.
15279         Various cleanups.
15280         Fix flush and seek handling.
15281
15282 2006-07-16  Wim Taymans  <wim@fluendo.com>
15283
15284         * gst/rtp/Makefile.am:
15285         * gst/rtp/gstrtp.c: (plugin_init):
15286         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15287         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15288         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15289         (gst_rtp_mp4g_depay_set_property),
15290         (gst_rtp_mp4g_depay_get_property),
15291         (gst_rtp_mp4g_depay_change_state),
15292         (gst_rtp_mp4g_depay_plugin_init):
15293         * gst/rtp/gstrtpmp4gdepay.h:
15294         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15295         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15296         (gst_rtp_mp4g_pay_flush):
15297         Added simple generic mpeg4 depayloader.
15298         Fix generic mpeg4 payloader.
15299
15300 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15303           Don't try doing state changes on a NULL pointer.
15304
15305 2006-07-14  Wim Taymans  <wim@fluendo.com>
15306
15307         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15308
15309         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15310         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15311         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15312         * gst/rtp/gstrtpamrdepay.h:
15313         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15314         Fixes #321191
15315
15316 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15317
15318         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15319         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15320         Fix segfault when moving mouse pointer to the bottom right corner.
15321
15322 2006-07-12  Wim Taymans  <wim@fluendo.com>
15323
15324         * gst/rtp/Makefile.am:
15325         * gst/rtp/gstrtp.c: (plugin_init):
15326         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15327         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15328         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15329         (gst_rtp_mp2t_depay_set_property),
15330         (gst_rtp_mp2t_depay_get_property),
15331         (gst_rtp_mp2t_depay_change_state),
15332         (gst_rtp_mp2t_depay_plugin_init):
15333         * gst/rtp/gstrtpmp2tdepay.h:
15334         Added mpeg2 TS depayloader. Closing #347234.
15335
15336 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15337
15338         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15339           Remove g_assert that shouldn't be there and was triggered
15340           after trying to open a device that doesn't exist or can't
15341           be opened for some other reason (#347972).
15342
15343 2006-07-10  Edward Hervey  <edward@fluendo.com>
15344
15345         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15346         (gst_avi_demux_stream_header), (push_tag_lists):
15347         * gst/avi/gstavidemux.h:
15348         Don't push tag events found by gst_riff_parse_info() before outputting
15349         GST_EVENT_NEWSEGMENT.
15350
15351 2006-07-10  Wim Taymans  <wim@fluendo.com>
15352
15353         * gst/rtsp/Makefile.am:
15354         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15355         (rtsp_connection_close):
15356         * gst/rtsp/rtspdefs.h:
15357         replaced closesocket and close in code with one CLOSE_SOCKET. 
15358         Some more cleanups. Fixes #345301.
15359
15360 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15361
15362         * gst/autodetect/gstautoaudiosink.c:
15363           Fix example pipeline in docs.
15364
15365 2006-07-10  Wim Taymans  <wim@fluendo.com>
15366
15367         Patch by: Rob Taylor <robtaylor at floopily dot org>
15368
15369         * gst/udp/gstmultiudpsink.c: (join_multicast),
15370         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15371         If a destination is added before the stream is set to PAUSED, the
15372         multicast group is not joined as the socket is not created yet. 
15373         Also TTL and LOOP should also be set. Fixes #346921.
15374
15375 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15376
15377         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15378         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15379         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15380         (gst_ximage_src_init):
15381         * sys/ximage/gstximagesrc.h:
15382         Fix use-damage property to actually work :)
15383         Add startx, starty, endx, endy properties so screencasts other than full
15384         screen ones can work.
15385
15386 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15387
15388         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15389         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15390         (gst_ximage_src_class_init), (gst_ximage_src_init):
15391         * sys/ximage/gstximagesrc.h:
15392         Add use_damage property to offer ability to choose whether to use
15393         XDamage or not.
15394
15395 2006-07-07  Wim Taymans  <wim@fluendo.com>
15396
15397         * gst/goom/filters.c: (zoomFilterSetResolution):
15398         Avoid goom coredumping by clearing memory. 
15399         Fixes 345679.
15400
15401 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15402
15403         * win32/vs6/libgstid3demux.dsp:
15404         Add a link to libgsttag-0.10.lib.
15405
15406 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15407
15408         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15409         (gst_tag_demux_read_range):
15410         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15411         (gst_id3demux_read_range):
15412           Don't return FLOW_UNEXPECTED when a buffer is before
15413           the start of the stream (which might happen with
15414           large ID3v2 tags if the tag reading was done pullrange
15415           based and we then switched to push mode later on).
15416           Fixes regression introduced by commit from June 29th.
15417
15418 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * ext/taglib/gstid3v2mux.cc:
15421           Make UTF-8 the default encoding when writing string
15422           tags (before, our UTF-8 strings would automatically
15423           be converted to ISO-8859-1 by taglib and written as
15424           ISO-8859-1 fields if that was possible).
15425
15426         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15427         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15428         (test_taglib_id3mux_with_tags):
15429           Add test case that makes sure our UTF-8 strings have
15430           actually been written into the tag as UTF-8.
15431
15432 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15433
15434         * configure.ac:
15435           Let's try that again.
15436
15437 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * configure.ac:
15440           Disable monoscope plugin for now until it fulfills
15441           all the requirements.
15442
15443 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * configure.ac:
15446         * gst/monoscope/Makefile.am:
15447         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15448         (gst_monoscope_class_init), (gst_monoscope_init),
15449         (gst_monoscope_finalize), (gst_monoscope_reset),
15450         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15451         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15452         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15453         (gst_monoscope_change_state), (plugin_init):
15454         * gst/monoscope/gstmonoscope.h:
15455           Port monoscope visualisation to 0.10.
15456
15457 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15460         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15461           Return FLOW_UNEXPECTED when at the end of the file, not
15462           FLOW_ERROR. Fixes 'internal stream error' errors that
15463           would sometimes occur in totem when scrubbing to the
15464           end of an ID3v1 tagged mp3 file.
15465
15466 2006-07-03  Edward Hervey  <edward@fluendo.com>
15467
15468         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15469         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15470         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15471         * ext/libpng/gstpngdec.h:
15472         Implement buffer clipping/dropping using GstSegment.
15473         This provides accurate seeking.
15474
15475 2006-07-03  Edward Hervey  <edward@fluendo.com>
15476
15477         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15478         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15479         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15480         (gst_avi_demux_process_next_entry), (push_tag_lists),
15481         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15482         * gst/avi/gstavidemux.h:
15483         Proper aggregation of each stream's GstFlowReturn in order to figure out
15484         whether the task should stop or not.
15485         Don't send inline events before pushing out a NEW_SEGMENT, more
15486         specifically for GST_TAG_EVENT.
15487         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15488         sub-indexes.
15489
15490 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15493
15494         * sys/sunaudio/gstsunaudiomixerctrl.c:
15495         (gst_sunaudiomixer_ctrl_build_list):
15496           Move "Monitor" slider to input tab so it works more like
15497           sdtaudiocontrol, which is what people on Solaris are used
15498           to using for their mixer program (#346259).
15499
15500 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15501
15502         * tests/check/elements/level.c: (GST_START_TEST):
15503           fix a leak, clean up at the end
15504
15505 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15508         (gst_matroska_demux_send_event),
15509         (gst_matroska_demux_loop_stream_parse_id):
15510         * gst/matroska/matroska-ids.h:
15511           Send tag event after newsegment event.
15512
15513 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15516         (gst_id3demux_read_range):
15517           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15518           certain cases where a read beyond the end of the file is
15519           requested. Fixes #345930.
15520
15521         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15522         (gst_tag_demux_read_range):
15523           Fix same issue here as well.
15524
15525 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15526
15527         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15528         
15529         Fix hypothetical crash.
15530
15531 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15534
15535         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15536           Do not modify the ports value. If the user has turned off the
15537           built-in speakers, then we should not reset it in the prepare
15538           function, since this causes the built-in speakers to turn
15539           back on anytime the user changes a track in totem, rhythmbox,
15540           etc. (#346066).
15541
15542 2006-06-23  Wim Taymans  <wim@fluendo.com>
15543
15544         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15545         Fix double caps unref when negotiation fails.
15546
15547 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * ext/annodex/gstcmmldec.c:
15550         * ext/annodex/gstcmmlenc.c:
15551         * ext/annodex/gstcmmlparser.c:
15552         * ext/dv/gstdvdec.c:
15553         * ext/dv/gstdvdemux.c:
15554         * ext/gdk_pixbuf/pixbufscale.c:
15555         * ext/jpeg/gstjpegenc.c:
15556         * ext/jpeg/gstsmokedec.c:
15557         * ext/jpeg/gstsmokeenc.c:
15558         * ext/libpng/gstpngdec.c:
15559         * ext/libpng/gstpngenc.c:
15560         * ext/speex/gstspeexenc.c:
15561         * gst/alpha/gstalphacolor.c:
15562         * gst/cutter/gstcutter.c:
15563         * gst/debug/gstnavigationtest.c:
15564         * gst/icydemux/gsticydemux.c:
15565         * gst/level/gstlevel.c:
15566         * gst/multipart/multipart.c:
15567         * gst/rtp/gstrtpamrpay.c:
15568         * gst/rtp/gstrtpdepay.c:
15569         * gst/rtp/gstrtpilbcpay.c:
15570         * gst/rtp/gstrtpmp4gpay.c:
15571         * gst/rtp/gstrtpmp4vpay.c:
15572         * gst/rtsp/gstrtpdec.c:
15573         * gst/rtsp/gstrtspsrc.c:
15574         * gst/udp/gstdynudpsink.c:
15575         * gst/udp/gstmultiudpsink.c:
15576         * gst/udp/gstudpsrc.c:
15577         * gst/videobox/gstvideobox.c:
15578         * gst/videofilter/gstvideoflip.c:
15579           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15580           plus two minor macro fixes.
15581
15582 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15583
15584         * gst/matroska/matroska-demux.c:
15585         (gst_matroska_demux_check_subtitle_buffer),
15586         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15587         (gst_matroska_demux_subtitle_caps):
15588         * gst/matroska/matroska-ids.c:
15589         (gst_matroska_track_init_subtitle_context):
15590         * gst/matroska/matroska-ids.h:
15591           Try to fix up broken matroska files containing subtitle
15592           streams with non-UTF8 character encodings (courtesy of
15593           mkvmerge) using either the encoding specified in the
15594           GST_SUBTITLE_ENCODING environment variable or the
15595           current locale's character set if it is non-UTF8.
15596           Fixes #337076.
15597
15598 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15599
15600         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15601           Set image type from APIC frame as "image-type" field
15602           of GST_TAG_IMAGE buffer caps (#344605).
15603
15604 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * ext/flac/Makefile.am:
15607         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15608         (gst_flac_dec_reset_decoders),
15609         (gst_flac_dec_setup_seekable_decoder),
15610         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15611         (gst_flac_dec_metadata_callback),
15612         (gst_flac_dec_metadata_callback_seekable),
15613         (gst_flac_dec_metadata_callback_stream),
15614         (gst_flac_dec_error_callback),
15615         (gst_flac_dec_error_callback_seekable),
15616         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15617         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15618         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15619         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15620         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15621         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15622         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15623         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15624         (gst_flac_dec_sink_activate_push),
15625         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15626         * ext/flac/gstflacdec.h:
15627           Support chain-based operation, should make flac-over-DAAP
15628           work (#340492).
15629
15630 2006-06-20  Wim Taymans  <wim@fluendo.com>
15631
15632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15633         Doc updates, merge some unused symbols.
15634
15635 2006-06-20  Wim Taymans  <wim@fluendo.com>
15636
15637         * docs/plugins/Makefile.am:
15638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15640         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15641         * gst/rtsp/gstrtspsrc.c:
15642         * gst/rtsp/gstrtspsrc.h:
15643         Added documentation for the rtsp plugin. Fixes #345393.
15644
15645 2006-06-20  Wim Taymans  <wim@fluendo.com>
15646
15647         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15648         (rtsp_connection_close), (rtsp_connection_free):
15649         Use better G_OS_* macros. Fixes #345301 some more.
15650
15651 2006-06-20  Wim Taymans  <wim@fluendo.com>
15652
15653         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15654
15655         * sys/sunaudio/Makefile.am:
15656         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15657         * sys/sunaudio/gstsunaudiomixerctrl.c:
15658         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15659         (gst_sunaudiomixer_ctrl_list_tracks),
15660         (gst_sunaudiomixer_ctrl_get_volume),
15661         (gst_sunaudiomixer_ctrl_set_volume),
15662         (gst_sunaudiomixer_ctrl_set_mute),
15663         (gst_sunaudiomixer_ctrl_set_record):
15664         * sys/sunaudio/gstsunaudiomixerctrl.h:
15665         * sys/sunaudio/gstsunaudiomixertrack.c:
15666         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15667         * sys/sunaudio/gstsunaudiomixertrack.h:
15668         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15669         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15670         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15671         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15672         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15673         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15674         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15675         (gst_sunaudiosrc_reset):
15676         * sys/sunaudio/gstsunaudiosrc.h:
15677         Add a SunAudio source plugin.
15678         Support stereo and right/left channel gain in the mixer plugin.
15679         Support the RECORD flag so that you can switch between line-input and
15680         microphone in gnome-volume-control.
15681         Code cleanups like using an enumerator for track number instead of an 
15682         integer. Fixes #344923.
15683
15684 2006-06-20  Wim Taymans  <wim@fluendo.com>
15685
15686         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15687
15688         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15689         (rtsp_connection_close):
15690         Make RTSP plugin compile on windows. Fixes #345301.
15691         Some changes to original patch to catch errors better.
15692         use ifdef WIN32 instead of ifndef.
15693
15694 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15695
15696         * configure.ac:
15697         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15698
15699 2006-06-18  Edward Hervey  <edward@fluendo.com>
15700
15701         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15702         After a failed buffer alloc, we need to abort the jpeg decoding (it
15703         started when parsing headers to figure out how many bytes we need
15704         to request downstream).
15705
15706 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15707
15708         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15709
15710         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15711           Make sure we don't read beyond the end of the file (#345232).
15712
15713 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15714
15715         * configure.ac:
15716           Fix --disable-external (can't set conditionals conditionally,
15717           #343602).
15718
15719 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * autogen.sh:
15722         * configure.ac:
15723         * docs/Makefile.am:
15724           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15725
15726         * docs/plugins/Makefile.am:
15727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15728         * docs/plugins/inspect/plugin-taglib.xml:
15729           Add/fix apev2mux docs.
15730
15731 2006-06-14  Wim Taymans  <wim@fluendo.com>
15732
15733         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15734         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15735         (gst_dvdec_change_state):
15736         Reset segment info on flush.
15737         Alloc segment in _init, free in _finalize.
15738
15739         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15740         Don't send segments twice.
15741
15742 2006-06-14  Wim Taymans  <wim@fluendo.com>
15743
15744         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15745         Respect segment.stop. Fixes #342592.
15746
15747 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15748
15749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15750           No language specified means the implied language is English
15751           according to the matroska spec (partially fixes #344708);
15752           add some more debug output.
15753
15754 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15757         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15758         (gst_wavparse_chain):
15759           When operating chain-based, don't make any assumptions about the
15760           chunking of the incoming data and make streaming work on days other
15761           than the second Thursday after a full moon. Also fix up debug
15762           messages here and there and make use of the most excellent new
15763           gst_pad_query_peer_duration() utility function.
15764           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15765
15766         * gst/wavparse/gstwavparse.h:
15767           Remove trailing comma after last enum value, some compilers don't
15768           like that.
15769
15770 2006-06-13  Wim Taymans  <wim@fluendo.com>
15771
15772         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15773         Handle premature EOS gracefully.
15774
15775 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15776
15777         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15778           Prevent out of bounds array access when scrubbing towards
15779           the end of the file between the last index entry and the
15780           end. Fixes occasional 'start <= stop' newsegment event
15781           assertions when scrubbing in MJPEG files.
15782
15783 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15784
15785         * tests/check/elements/.cvsignore:
15786           And another one.
15787
15788 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15791         (scan_encoded_string), (parse_picture_frame):
15792           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15793
15794         * configure.ac:
15795           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15796           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15797
15798 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15799
15800         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15801           gratuitous comment changes
15802         * tests/check/elements/level.c: (GST_START_TEST):
15803           fix level test leaks
15804
15805 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15806
15807         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15808         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15809           Use gst_pad_query_peer_duration() utility function here.
15810
15811 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * autogen.sh:
15814           require am17
15815         * configure.ac:
15816         * ext/annodex/Makefile.am:
15817         * ext/cdio/Makefile.am:
15818         * ext/dv/Makefile.am:
15819         * ext/esd/Makefile.am:
15820         * ext/flac/Makefile.am:
15821         * ext/gdk_pixbuf/Makefile.am:
15822         * ext/ladspa/Makefile.am:
15823         * ext/libcaca/Makefile.am:
15824         * ext/speex/Makefile.am:
15825         * ext/taglib/Makefile.am:
15826         * sys/oss/Makefile.am:
15827         * sys/sunaudio/Makefile.am:
15828         * sys/ximage/Makefile.am:
15829           clean up build further
15830
15831 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15832
15833         * gconf/Makefile.am:
15834           Honour --disable-schemas-install configure option. Fixes #344100.
15835
15836 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         * tests/examples/level/Makefile.am:
15839           Add -lm to LIBS for pow() function, don't assume one of our
15840           dependencies (such as libxml-2.0) drags it in automatically
15841           (#343603).
15842
15843 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15846
15847         * configure.ac:
15848           We should use $SED and not $(SED) in configure.ac (#343678).
15849
15850 2006-06-09  Wim Taymans  <wim@fluendo.com>
15851
15852         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15853
15854         * sys/sunaudio/gstsunaudiomixerctrl.c:
15855         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15856         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15857         (gst_sunaudiomixer_ctrl_set_mute):
15858         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15859         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15860         (gst_sunaudiosink_write):
15861         Attached find a patch that fixes a number of bugs with the SunAudio
15862         mixer plugin and fixes #344101:
15863         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15864            tracks onto the tracklist causing gnome-volume-control's preferences
15865            dialog to be messed up and would core dump if you checked/unchecked
15866            any item.
15867         2. We weren't previously setting the MUTE flag properly.  Fixing this
15868            makes gnome-volume-control work better.
15869         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15870            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15871            gnome-volume-control look better.
15872         Also some minor cleanup in gstsunaudiosink.c.
15873
15874 2006-06-09  Wim Taymans  <wim@fluendo.com>
15875
15876         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15877         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15878         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15879         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15880         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15881         * ext/jpeg/gstjpegdec.h:
15882         API: Added IDCT method property
15883         Small cleanups.
15884         Avoid dynamic allocation of trivial fixed structure.
15885         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15886
15887 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15888
15889         * configure.ac:
15890         We now require libraw1394 >= 1.1.0 and that version onwards all
15891         have .pc files.
15892
15893 2006-06-02  Edward Hervey  <edward@fluendo.com>
15894
15895         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15896         Trying to get items from an ANY or EMPTY caps is ... stupid.
15897
15898 2006-06-02  Edward Hervey  <edward@fluendo.com>
15899
15900         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15901         (gst_dvdec_chain), (gst_dvdec_change_state):
15902         * ext/dv/gstdvdec.h:
15903         Added GstSegment handling, now implements dropping/clipping.
15904
15905 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15906
15907         * ext/aalib/gstaasink.h:
15908         * ext/annodex/gstcmmldec.h:
15909         * ext/cairo/gsttimeoverlay.h:
15910         * ext/dv/gstdvdec.h:
15911         * ext/dv/gstdvdemux.h:
15912         * ext/esd/esdmon.h:
15913         * ext/esd/esdsink.h:
15914         * ext/flac/gstflacenc.h:
15915         * ext/gconf/gstgconfaudiosink.h:
15916         * ext/gconf/gstgconfaudiosrc.h:
15917         * ext/gconf/gstgconfvideosink.h:
15918         * ext/gconf/gstgconfvideosrc.h:
15919         * ext/gdk_pixbuf/gstgdkanimation.h:
15920         * ext/gdk_pixbuf/pixbufscale.h:
15921         * ext/hal/gsthalaudiosink.h:
15922         * ext/hal/gsthalaudiosrc.h:
15923         * ext/jpeg/gstjpegenc.h:
15924         * ext/jpeg/gstsmokedec.h:
15925         * ext/jpeg/gstsmokeenc.h:
15926         * ext/libcaca/gstcacasink.h:
15927         * ext/libmng/gstmngdec.h:
15928         * ext/libmng/gstmngenc.h:
15929         * ext/libpng/gstpngdec.h:
15930         * ext/libpng/gstpngenc.h:
15931         * ext/raw1394/gstdv1394src.h:
15932         * ext/speex/gstspeexenc.h:
15933         * gst/autodetect/gstautoaudiosink.h:
15934         * gst/autodetect/gstautovideosink.h:
15935         * gst/avi/gstavidemux.h:
15936         * gst/cutter/gstcutter.h:
15937         * gst/debug/efence.h:
15938         * gst/debug/gstnavigationtest.h:
15939         * gst/debug/gstnavseek.h:
15940         * gst/flx/gstflxdec.h:
15941         * gst/goom/gstgoom.h:
15942         * gst/icydemux/gsticydemux.h:
15943         * gst/id3demux/gstid3demux.h:
15944         * gst/law/alaw-decode.h:
15945         * gst/law/alaw-encode.h:
15946         * gst/law/mulaw-decode.h:
15947         * gst/law/mulaw-encode.h:
15948         * gst/matroska/matroska-mux.h:
15949         * gst/median/gstmedian.h:
15950         * gst/oldcore/gstaggregator.h:
15951         * gst/oldcore/gstfdsink.h:
15952         * gst/oldcore/gstmd5sink.h:
15953         * gst/oldcore/gstmultifilesrc.h:
15954         * gst/oldcore/gstpipefilter.h:
15955         * gst/oldcore/gstshaper.h:
15956         * gst/oldcore/gststatistics.h:
15957         * gst/rtp/gstasteriskh263.h:
15958         * gst/rtp/gstrtpL16depay.h:
15959         * gst/rtp/gstrtpL16pay.h:
15960         * gst/rtp/gstrtpamrdepay.h:
15961         * gst/rtp/gstrtpamrpay.h:
15962         * gst/rtp/gstrtpdepay.h:
15963         * gst/rtp/gstrtpgsmdepay.h:
15964         * gst/rtp/gstrtpgsmpay.h:
15965         * gst/rtp/gstrtph263pay.h:
15966         * gst/rtp/gstrtph263pdepay.h:
15967         * gst/rtp/gstrtph263ppay.h:
15968         * gst/rtp/gstrtpmp4gpay.h:
15969         * gst/rtp/gstrtpmp4vdepay.h:
15970         * gst/rtp/gstrtpmp4vpay.h:
15971         * gst/rtp/gstrtpmpadepay.h:
15972         * gst/rtp/gstrtpmpapay.h:
15973         * gst/rtp/gstrtppcmadepay.h:
15974         * gst/rtp/gstrtppcmapay.h:
15975         * gst/rtp/gstrtppcmudepay.h:
15976         * gst/rtp/gstrtppcmupay.h:
15977         * gst/rtp/gstrtpspeexdepay.h:
15978         * gst/rtp/gstrtpspeexpay.h:
15979         * gst/rtsp/gstrtpdec.h:
15980         * gst/rtsp/gstrtspsrc.h:
15981         * gst/smpte/gstsmpte.h:
15982         * gst/udp/gstdynudpsink.h:
15983         * gst/udp/gstmultiudpsink.h:
15984         * gst/udp/gstudpsink.h:
15985         * gst/udp/gstudpsrc.h:
15986         * gst/videofilter/gstvideobalance.h:
15987         * gst/videofilter/gstvideoflip.h:
15988         * sys/oss/gstossdmabuffer.h:
15989         * sys/oss/gstossmixerelement.h:
15990         * sys/oss/gstosssink.h:
15991         * sys/oss/gstosssrc.h:
15992         * sys/osxvideo/osxvideosink.h:
15993         * sys/sunaudio/gstsunaudiomixer.h:
15994         * sys/sunaudio/gstsunaudiosink.h:
15995         * sys/ximage/gstximagesrc.h:
15996         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15997
15998 2006-05-31  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16001         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16002         (gst_goom_src_setcaps), (gst_goom_src_event),
16003         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16004         (gst_goom_change_state):
16005         * gst/goom/gstgoom.h:
16006         Handle QoS.
16007         Handle flushing, discont and events.
16008         Fix timestamps and various other cleanups.
16009
16010 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16011
16012         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16013         Fix bus reset when using libiec61883
16014
16015 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16016
16017         * configure.ac:
16018         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16019         * ext/raw1394/Makefile.am:
16020         Add CFLAGS.
16021         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16022         New method, to receive using libiec61883.
16023         (gst_dv1394src_iso_receive),
16024         #ifdef'd out if libiec61883 is present.
16025         (gst_dv1394src_bus_reset),
16026         Get userdata correctly if using libiec61883. 
16027         (gst_dv1394src_create),
16028         When using libiec61883, only poll one fd and no need to read.
16029         (gst_dv1394src_discover_avc_node),
16030         Replace g_warnings.
16031         (gst_dv1394src_start),
16032         Create new handle when we know which dv port.  More reliable
16033         than setting port on an existing handle.  Initialise libiec61883.
16034         (gst_dv1394src_stop):
16035         If using libiec61883, then cleanup its handle properly.
16036         * ext/raw1394/gstdv1394src.h:
16037         Add libiec61883 handle.
16038
16039 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16040
16041         * gst/avi/gstavidemux.c:
16042           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16043         * win32/MANIFEST:
16044           sort file listing
16045         * win32/vs6/libgstavi.dsp:
16046           add gstavimux.c to the project
16047         * win32/vs6/libgstid3demux.dsp:
16048           add link to zlib library
16049         * win32/vs6/libgstmatroska.dsp:
16050           add matroska-ids.c to the project
16051
16052 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         Patch by: Sebastian Dröge  <mail at slomosnail de >
16055
16056         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16057         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16058         * ext/taglib/Makefile.am:
16059         * ext/taglib/gstapev2mux.cc:
16060         * ext/taglib/gstapev2mux.h:
16061         * ext/taglib/gstid3v2mux.cc:
16062         * ext/taglib/gsttaglibmux.c: (plugin_init):
16063         * ext/taglib/gsttaglibmux.h:
16064           Add apev2mux element (#343122).
16065         
16066         * tests/check/Makefile.am:
16067         * tests/check/elements/apev2mux.c:
16068         (test_taglib_apev2mux_create_tags),
16069         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16070         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16071         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16072         (apev2mux_suite), (main):
16073           Add unit test for apev2mux element.
16074
16075 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16076
16077         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16078         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16079         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16080           GST_PTR_FORMAT should be used to print caps in debug statements.
16081
16082 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16085
16086         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16087         (ape_demux_parse_tags):
16088           Some clean-ups and additions: map APE 'file' tag to
16089           GST_TAG_LOCATION (#343123); add support for extracting
16090           the track count and clean up parsing a bit (#343127).
16091
16092 2006-05-28  Edward Hervey  <edward@fluendo.com>
16093
16094         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16095         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16096
16097 2006-05-28  Edward Hervey  <edward@fluendo.com>
16098
16099         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16100         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16101         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16102         * ext/jpeg/gstjpegdec.h:
16103         Clip outgoing buffers according to currently configured segment.
16104
16105 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16106
16107         * ext/taglib/gstid3v2mux.cc:
16108           Handle  writing of track-count or album-volume-count without
16109           track-number or albume-volume-number (in this case the number
16110           will just be set to 0).
16111
16112         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16113           It would be nice if we actually checked the values received for
16114           track/album-volume number/count in  _check_tags(), rather than
16115           setting them again ...
16116
16117 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16118
16119         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16120           A track/volume number or count of 0 does not make sense,
16121           just ignore it along with negative numbers (a tag might
16122           only contain a track count without a track number).
16123
16124 2006-05-27  Edward Hervey  <edward@fluendo.com>
16125
16126         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16127         (gst_jpeg_dec_sink_event):
16128         Abort decompression when receiving FLUSH_STOP. This should avoid
16129         issues when interrupting decoding with flushes.
16130
16131 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * ext/flac/gstflac.c:
16134           Don't #include file we don't dist any longer.
16135
16136 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16137
16138         * README:
16139           Replace current README (containing the release notes from
16140           some 0.9.x version) with a proper README taken from the core.
16141
16142 2006-05-24  Wim Taymans  <wim@fluendo.com>
16143
16144         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16145         Implement EOS correctly by either posting
16146         SEGMENT_DONE or pushing an EOS message depending
16147         on the seek type. Fixes #342592
16148
16149 2006-05-24  Wim Taymans  <wim@fluendo.com>
16150
16151         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16152         * gst/law/alaw-decode.h:
16153         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16154         * gst/law/alaw-encode.h:
16155         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16156         * gst/law/mulaw-decode.h:
16157         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16158         * gst/law/mulaw-encode.h:
16159         Some cleanups in the chain functions.
16160         Remove some GStreamer 0.0.2 bits.
16161
16162 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16163
16164         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16165
16166         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16167           gst_collect_pads_stop() needs to be called before chaining up
16168           to the parent class (#342734).
16169
16170 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         * ext/flac/Makefile.am:
16173         * ext/flac/flac_compat.h:
16174         * ext/flac/gstflac.c:
16175         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16176         * ext/flac/gstflacenc.c:
16177           Remove backwards compatibility cruft for dealing with FLAC API
16178           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16179
16180 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16183         (gst_matroska_demux_push_xiph_codec_priv_data),
16184         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16185         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16186         * gst/matroska/matroska-ids.h:
16187         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16188         (gst_matroska_mux_video_pad_setcaps),
16189         (xiph3_streamheader_to_codecdata),
16190         (vorbis_streamheader_to_codecdata),
16191         (theora_streamheader_to_codecdata),
16192         (gst_matroska_mux_audio_pad_setcaps),
16193         (gst_matroska_mux_write_data):
16194           Add support for muxing/demuxing theora video (#342448; too bad
16195           none of the usual linux players can actually play this). Playback
16196           in GStreamer will require additional changes to theoradec in -base.
16197           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16198           cleanups.
16199
16200 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16203         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16204           Fix crashes when the horizontal subsampling is 1.
16205           Fixes #342097.
16206
16207 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16210
16211         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16212         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16213         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16214         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16215         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16216         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16217         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16218         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16219         (gst_avi_mux_change_state):
16220         * gst/avi/gstavimux.h:
16221           Some enhancements for avimux (#342526):
16222            - add odml (large file) index support
16223            - store codec init data (e.g. huffyuv)
16224            - miscellaneous other fixes/cleanups
16225
16226 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16227
16228         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16229         Don't output any tag when we encounter a negative track number - the
16230         tag type is uint, so we end up outputting huge positive numbers
16231         instead. (Fixes: #342029)
16232
16233 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16234
16235         * configure.ac:
16236           update for new GSTPB_PLUGINS_DIR
16237
16238 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16239
16240         * rtp/gst/gstrtph263pay.c:
16241         Properly set static caps for H263 at 34.
16242
16243 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16244
16245         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16246
16247         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16248           Merge event tags and tag setter tags correctly (#339918). Also,
16249           don't leak taglist in case of an error.
16250           
16251 2006-05-17  Edward Hervey  <edward@fluendo.com>
16252
16253         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16254         We can only do caps intersection if the othercaps are non-empty and not
16255         ANY. Else we return the pad template (base_caps).
16256
16257 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16260           Fix crash when outputting debugging information for certain
16261           pictures (always good to use the right struct member for
16262           the number of records in an array).
16263
16264 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16267
16268         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16269         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16270         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16271         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16272         (gst_ebml_read_float), (gst_ebml_read_ascii),
16273         (gst_ebml_read_binary):
16274           Don't create unnecessary sub-buffers all the time. Dramatically
16275           improves performance with multiple concurrently running
16276           matroskademux instances (#341818) (and avoids doing
16277           unnecessarily inefficient things in the general case).
16278
16279 2006-05-16  Edward Hervey  <edward@fluendo.com>
16280
16281         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16282         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16283         return value of gst_pad_push_event().
16284
16285 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16286
16287         * gst/autodetect/gstautoaudiosink.c:
16288         (gst_auto_audio_sink_find_best):
16289         * gst/autodetect/gstautovideosink.c:
16290         (gst_auto_video_sink_find_best):
16291         Make the name of the child element be based on the name of the
16292         parent, so that debug output is more useful.
16293         
16294         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16295         (parse_insert_string_field), (parse_split_strings):
16296         Rework string parsing to always walk over BOM markers in UTF16
16297         strings, using the endianness indicated by the innermost one,
16298         then trying the opposite endianness if that fails to convert
16299         to valid UTF-8. Fixes #341774
16300
16301 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16302
16303         Patch from: Matthieu <matthieu at fluendo dot com>
16304
16305         * ext/libpng/Makefile.am:
16306         Add LIBPNG_CFLAGS.
16307
16308 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * ext/taglib/gstid3v2mux.cc:
16311           Add support for writing images (APIC frames) into ID3v2
16312           tags (picture type always set to 'other' for now though).
16313
16314 2006-05-14  Michael Smith  <msmith@fluendo.com>
16315
16316         * gst/wavparse/gstwavparse.c:
16317           Update docs; wavparse implements push and pull modes.
16318
16319 2006-05-12  Wim Taymans  <wim@fluendo.com>
16320
16321         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16322         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16323         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16324         Ooops, bitten by the copy-and-paste design paradigm, fixes
16325         seek again.
16326
16327 2006-05-12  Wim Taymans  <wim@fluendo.com>
16328
16329         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16330         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16331         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16332         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16333         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16334         (gst_avi_demux_massage_index),
16335         (gst_avi_demux_calculate_durations_from_index),
16336         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16337         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16338         (gst_avi_demux_loop):
16339         * gst/avi/gstavidemux.h:
16340         Some cleanups, prepare to use GstSegment.
16341         Fix error in entry walking code.
16342         Fix VBR detection.
16343         Smarter timestamp calculation code.
16344         Uniform error/eos handling.
16345
16346 2006-05-12  Michael Smith  <msmith@fluendo.com>
16347
16348         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16349         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16350           Fix use of uninitialised values if we're NOT seeking in ready.
16351           Fix typos.
16352
16353 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * gst/wavparse/Makefile.am:
16356           Add CFLAGS and LIBS for libgstbase, fixes build on
16357           Cygwin (#341489).
16358
16359 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16362           Some more debug info. No need to check whether the string
16363           returned by g_convert() is really UTF-8 - either it is or
16364           we get NULL returned.
16365
16366 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16367
16368         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16369           Fix parsing of numeric genre strings some more, by ensuring that
16370           we only try and parse strings that a) Start with '(' and b) Consist
16371           only of digits.
16372           Also, when finding an escaping '((' sequence, bust it back to '(' by
16373           swallowing the first parenthesis
16374
16375 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16378         (gst_esdsink_open), (gst_esdsink_close):
16379         * ext/esd/esdsink.h:
16380           Move the esd_get_server_info() into gst_esdsink_open() and fail
16381           with a decent error message on errors.
16382
16383 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16386         (gst_esdmon_channels_get_type):
16387         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16388         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16389         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16390         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16391         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16392         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16393         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16394         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16395         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16396         * gst/videomixer/videomixer.c:
16397         (gst_video_mixer_background_get_type):
16398           Const-ify GEnumValue arrays.
16399
16400 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16401
16402         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16403
16404         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16405         (gst_avi_mux_do_video_buffer):
16406           Work around gst_buffer_make_metadata_writable() bug that
16407           results in avimux marking all frames in the index as
16408           keyframes (#340859).
16409           
16410 2006-05-08  Wim Taymans  <wim@fluendo.com>
16411
16412         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16413         Make parsing of urls suck slightly less.
16414
16415 2006-05-08  Edward Hervey  <edward@fluendo.com>
16416
16417         * autogen.sh: (CONFIGURE_DEF_OPT): 
16418         libtoolize on Darwin/MacOSX is called glibtoolize.
16419
16420 2006-05-08  Wim Taymans  <wim@fluendo.com>
16421
16422         Patch by: Jens Granseuer <jensgr at gmx dot net>
16423
16424         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16425         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16426         C89 compliance fixes. Fixes #340980
16427
16428 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16431         * ext/flac/gstflacdec.h:
16432           Handle segment seeks that include the end of the file as stop point
16433           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16434           message instead of an EOS event in case we're in segment seek
16435           mode (fixes #340699).
16436           
16437 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16438
16439         * ext/cairo/gsttextoverlay.c:
16440         * ext/flac/gstflacdec.c:
16441         * ext/gdk_pixbuf/pixbufscale.c:
16442         * gst/apetag/gstapedemux.c:
16443         * gst/debug/breakmydata.c:
16444         * gst/debug/testplugin.c:
16445         * gst/matroska/ebml-write.c:
16446         * gst/multipart/multipartdemux.c:
16447         * sys/osxaudio/gstosxaudiosink.c:
16448         * sys/osxaudio/gstosxaudiosrc.c:
16449         Add semicolons after GST_BOILERPLATE[_FULL] so that
16450         indent doesn't mess up following lines.
16451
16452 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16453
16454         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16455
16456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16457           Don't leak caps when freeing the stream context (#340623).
16458
16459 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16460
16461         * configure.ac:
16462           Back to CVS
16463
16464 === release 0.10.3 ===
16465
16466 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16467
16468         * configure.ac:
16469           releasing 0.10.3, "Desplazado"
16470
16471 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * gst/matroska/matroska-mux.c:
16474         (gst_matroska_mux_stream_is_vorbis_header),
16475         (gst_matroska_mux_write_data):
16476           Don't strcmp() NULL strings.
16477           Only start new clusters on video keyframes, not on any
16478           random audio buffer that doesn't have the DELTA_UNIT
16479           flag set (fixes 'make check' again).
16480
16481 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16484
16485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16486         (gst_matroska_mux_stream_is_vorbis_header),
16487         (gst_matroska_mux_write_data):
16488           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16489           value and then dead-lock when muxing vorbis audio streams
16490           (the three vorbis header buffers carry no timestamp, and it
16491           would try to mux these after all video buffers). Fixes #340346.
16492
16493           Improve clustering: start a new cluster also whenever we get
16494           a keyframe.     
16495
16496 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16497
16498         * win32/common/config.h:
16499         * win32/MANIFEST
16500           add the generated file as well
16501
16502 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * Makefile.am:
16505         * configure.ac:
16506         * win32/common/config.h.in:
16507           add win32 stuff
16508
16509 2006-05-03  Michael Smith  <msmith@fluendo.com>
16510
16511         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16512           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16513           SUCKS.
16514
16515 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16516
16517         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16518         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16519         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16520           don't leak caps-string
16521
16522 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16523
16524         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16525         (gst_id3demux_sink_activate):
16526           Let core insert default error message for TYPE_NOT_FOUND
16527           errors, it's just as good as our own and has the added
16528           bonus of being translated.
16529
16530 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16533         (gst_tag_demux_sink_event):
16534         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16535         (gst_id3demux_sink_event):
16536           Post an error message when we get an EOS event and were not
16537           able to find out the type of stream.
16538
16539         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16540         (test_taglib_id3mux_with_tags):
16541           Decrease num-buffers to 16 per iteration again, otherwise the
16542           many memcpy()s and reallocations in the test will hammer slow
16543           CPUs completely and make the test timeout.
16544
16545 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16546
16547         * configure.ac:
16548           figure out where plugins-base plugins are
16549         * tests/check/Makefile.am:
16550           use plugins-base plugins, so we have typefind functions
16551         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16552           increase num-buffers, this makes sure the test errors out instead
16553           of timing out when no typefind functions are present
16554
16555 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16556
16557         * docs/plugins/Makefile.am:
16558           also check .cc files for gtk-doc markup
16559         * configure.ac:
16560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16562         * tests/check/Makefile.am:
16563         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16564         * ext/Makefile.am:
16565         * ext/taglib/Makefile.am:
16566         * ext/taglib/gstid3v2mux.h:
16567         * ext/taglib/gsttaglibmux.c:
16568         * ext/taglib/gsttaglibmux.h:
16569           move taglib-based id3v2muxer to -good.  Fixes #336110.
16570
16571 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16574           ... and fix multichannel/WAVFORMATEX support again.
16575
16576 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16577
16578         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16579         (gst_wavparse_class_init), (gst_wavparse_dispose),
16580         (gst_wavparse_reset), (gst_wavparse_init),
16581         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16582         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16583         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16584         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16585         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16586         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16587         (gst_wavparse_stream_data), (gst_wavparse_loop),
16588         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16589         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16590         (gst_wavparse_change_state), (plugin_init):
16591         * gst/wavparse/gstwavparse.h:
16592           Add push (streaming) mode to wavparse (fixes #337625)
16593
16594 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16595
16596         * configure.ac:
16597         * tests/Makefile.am:
16598           add ximagesrc icles test
16599
16600 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * configure.ac:
16603         * docs/plugins/Makefile.am:
16604         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16606         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16607         (gst_cmml_enc_push_clip):
16608         * sys/Makefile.am:
16609         * sys/ximage/Makefile.am:
16610         * sys/ximage/gstximagesrc.c:
16611           Move ximagesrc plug-in to good after review.  Fixes #336756.
16612
16613 2006-04-28  Michael Smith  <msmith@fluendo.com>
16614
16615         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16616         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16617         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16618         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16619         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16620         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16621         * gst/icydemux/gsticydemux.h:
16622           Fix event handling: cache events when typefinding and forward later.
16623
16624 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16625
16626         * sys/osxaudio/gstosxaudiosink.c:
16627         (plugin_init):
16628          Register osxaudiosrc to the plugin.
16629         * sys/osxaudio/gstosxaudiosrc.c:
16630         (gst_osx_audio_src_osxelement_do_init),
16631         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16632         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16633         (gst_osx_audio_src_get_property),
16634         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16635         (gst_osx_audio_src_osxelement_init):
16636         * sys/osxaudio/gstosxaudiosrc.h:
16637           Port of osxaudiosrc to 0.10.
16638         * sys/osxaudio/Makefile.am:
16639           Add osxaudiosrc
16640
16641 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16642
16643         * sys/osxaudio/gstosxringbuffer.c:
16644         * sys/osxaudio/gstosxringbuffer.h:
16645           Forgot to commit earlier, part of the OSX audio plugin port
16646
16647 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16650         (parse_split_strings):
16651           Recognise and skip any byte order marker (BOM) in
16652           UTF-16 strings.
16653
16654 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16655
16656         * docs/plugins/Makefile.am:
16657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16658         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16659         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16660         * docs/plugins/inspect/plugin-avi.xml:
16661         * gst/avi/gstavidemux.c:
16662         * gst/avi/gstavimux.c:
16663           Add docs for both avidemux and avimux.
16664
16665 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16666
16667         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16668
16669         * gst/avi/Makefile.am:
16670         * gst/avi/gstavi.c: (plugin_init):
16671         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16672         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16673         (gst_avi_mux_class_init), (gst_avi_mux_init),
16674         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16675         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16676         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16677         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16678         (gst_avi_mux_riff_get_avix_header),
16679         (gst_avi_mux_riff_get_video_header),
16680         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16681         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16682         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16683         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16684         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16685         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16686         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16687         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16688         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16689         (gst_avi_mux_change_state):
16690         * gst/avi/gstavimux.h:
16691           Port AVI muxer to GStreamer-0.10 (#332031).
16692
16693         * tests/check/Makefile.am:
16694         * tests/check/elements/avimux.c:
16695         * tests/check/elements/.cvsignore:
16696           Add unit test for AVI muxer.
16697
16698 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16699
16700         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16701         (gst_wavparse_class_init), (gst_wavparse_reset),
16702         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16703         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16704         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16705         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16706         (gst_wavparse_stream_data), (gst_wavparse_loop),
16707         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16708         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16709         (plugin_init):
16710         * gst/wavparse/gstwavparse.h:
16711           reverted patch #337625 for the price of 1 hour sleep
16712
16713 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16714
16715         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16716         (gst_wavparse_class_init), (gst_wavparse_reset),
16717         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16718         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16719         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16720         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16721         (gst_wavparse_stream_data), (gst_wavparse_loop),
16722         (gst_wavparse_chain), (plugin_init):
16723         * gst/wavparse/gstwavparse.h:
16724           correct partial implementation of push mode
16725           (from my last commit)
16726
16727 2006-04-26  Wim Taymans  <wim@fluendo.com>
16728
16729         * ext/esd/esdsink.c:
16730         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16731         it is not in esd.h
16732
16733 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16736         (gst_au_parse_class_init), (gst_au_parse_init),
16737         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16738         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16739         (gst_au_parse_chain), (gst_au_parse_src_convert),
16740         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16741         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16742         (gst_au_parse_change_state):
16743         * gst/auparse/gstauparse.h:
16744           Rewrite auparse to suck a little bit less: make source pad
16745           dynamic, so decodebin/playbin work with non-raw formats
16746           like alaw/mulaw; add query function for duration/position
16747           queries; check whether we have enough data before attempting
16748           to parse the header (instead of crashing when that is not the
16749           case); work around audioconvert sucking by swapping endianness
16750           to the native endianness ourselves for float formats; send
16751           initial newsegment event. Fixes #161712.
16752
16753 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16754
16755         * sys/osxaudio/Makefile.am:
16756         * sys/osxaudio/gstosxaudioelement.c:
16757         (gst_osx_audio_element_get_type),
16758         (gst_osx_audio_element_class_init):
16759         * sys/osxaudio/gstosxaudioelement.h:
16760         * sys/osxaudio/gstosxaudiosink.c:
16761         (gst_osx_audio_sink_osxelement_do_init),
16762         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16763         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16764         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16765         (gst_osx_audio_sink_create_ringbuffer),
16766         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16767         (plugin_init):
16768         * sys/osxaudio/gstosxaudiosink.h:
16769         Port of osxaudiosink to 0.10
16770
16771 2006-04-26  Wim Taymans  <wim@fluendo.com>
16772
16773         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16774         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16775         the size of the ringbuffer. This should fix hangs with older 
16776         esd sound servers.
16777
16778 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16779
16780         * ext/aalib/gstaasink.c:
16781         * ext/annodex/gstcmmldec.c:
16782         * ext/annodex/gstcmmlenc.c:
16783         * ext/cairo/gsttextoverlay.c:
16784         * ext/cairo/gsttimeoverlay.c:
16785         * ext/cdio/gstcdiocddasrc.c:
16786         * ext/dv/gstdvdec.c:
16787         * ext/dv/gstdvdemux.c:
16788         * ext/esd/esdmon.c:
16789         * ext/esd/esdsink.c:
16790         * ext/flac/gstflacenc.c:
16791         * ext/flac/gstflactag.c:
16792         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16793         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16794         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16795         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16796         * ext/gdk_pixbuf/pixbufscale.c:
16797         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16798         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16799         * ext/jpeg/gstjpegdec.c:
16800         * ext/jpeg/gstjpegenc.c:
16801         * ext/jpeg/gstsmokedec.c:
16802         * ext/jpeg/gstsmokeenc.c:
16803         * ext/libcaca/gstcacasink.c:
16804         * ext/libmng/gstmngdec.c:
16805         * ext/libmng/gstmngenc.c:
16806         * ext/libpng/gstpngdec.c:
16807         * ext/libpng/gstpngenc.c:
16808         * ext/mikmod/gstmikmod.c:
16809         * ext/raw1394/gstdv1394src.c:
16810         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16811         * ext/shout2/gstshout2.h:
16812         * ext/speex/gstspeexdec.c:
16813         * ext/speex/gstspeexenc.c:
16814         * gst/alpha/gstalpha.c:
16815         * gst/alpha/gstalphacolor.c:
16816         * gst/apetag/gstapedemux.c:
16817         * gst/auparse/gstauparse.c:
16818         * gst/autodetect/gstautoaudiosink.c:
16819         (gst_auto_audio_sink_base_init):
16820         * gst/autodetect/gstautovideosink.c:
16821         (gst_auto_video_sink_base_init):
16822         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16823         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16824         * gst/cutter/gstcutter.c:
16825         * gst/debug/breakmydata.c:
16826         * gst/debug/efence.c:
16827         * gst/debug/gstnavigationtest.c:
16828         * gst/debug/gstnavseek.c:
16829         * gst/debug/negotiation.c:
16830         * gst/debug/progressreport.c:
16831         * gst/debug/testplugin.c:
16832         * gst/effectv/gstaging.c:
16833         * gst/effectv/gstdice.c:
16834         * gst/effectv/gstedge.c:
16835         * gst/effectv/gstquark.c:
16836         * gst/effectv/gstrev.c:
16837         * gst/effectv/gstshagadelic.c:
16838         * gst/effectv/gstvertigo.c:
16839         * gst/effectv/gstwarp.c:
16840         * gst/flx/gstflxdec.c:
16841         * gst/goom/gstgoom.c:
16842         * gst/icydemux/gsticydemux.c:
16843         * gst/id3demux/gstid3demux.c:
16844         * gst/interleave/deinterleave.c:
16845         * gst/interleave/interleave.c:
16846         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16847         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16848         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16849         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16850         * gst/level/gstlevel.c:
16851         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16853         * gst/median/gstmedian.c:
16854         * gst/monoscope/gstmonoscope.c:
16855         * gst/multipart/multipartdemux.c:
16856         * gst/multipart/multipartmux.c:
16857         * gst/oldcore/gstaggregator.c:
16858         * gst/oldcore/gstfdsink.c:
16859         * gst/oldcore/gstmd5sink.c:
16860         * gst/oldcore/gstmultifilesrc.c:
16861         * gst/oldcore/gstpipefilter.c:
16862         * gst/oldcore/gstshaper.c:
16863         * gst/oldcore/gststatistics.c:
16864         * gst/rtp/gstasteriskh263.c:
16865         * gst/rtp/gstrtpL16depay.c:
16866         * gst/rtp/gstrtpL16pay.c:
16867         * gst/rtp/gstrtpamrdepay.c:
16868         * gst/rtp/gstrtpamrpay.c:
16869         * gst/rtp/gstrtpdepay.c:
16870         * gst/rtp/gstrtpgsmpay.c:
16871         * gst/rtp/gstrtph263pay.c:
16872         * gst/rtp/gstrtph263pdepay.c:
16873         * gst/rtp/gstrtph263ppay.c:
16874         * gst/rtp/gstrtpilbcdepay.c:
16875         * gst/rtp/gstrtpmp4gpay.c:
16876         * gst/rtp/gstrtpmp4vdepay.c:
16877         * gst/rtp/gstrtpmp4vpay.c:
16878         * gst/rtp/gstrtpmpadepay.c:
16879         * gst/rtp/gstrtpmpapay.c:
16880         * gst/rtp/gstrtppcmadepay.c:
16881         * gst/rtp/gstrtppcmapay.c:
16882         * gst/rtp/gstrtppcmudepay.c:
16883         * gst/rtp/gstrtppcmupay.c:
16884         * gst/rtp/gstrtpspeexdepay.c:
16885         * gst/rtp/gstrtpspeexpay.c:
16886         * gst/rtsp/gstrtpdec.c:
16887         * gst/rtsp/gstrtspsrc.c:
16888         * gst/smpte/gstsmpte.c:
16889         * gst/udp/gstdynudpsink.c:
16890         * gst/udp/gstmultiudpsink.c:
16891         * gst/udp/gstudpsink.c:
16892         * gst/udp/gstudpsrc.c:
16893         * gst/videobox/gstvideobox.c:
16894         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16895         * gst/videofilter/gstvideobalance.c:
16896         * gst/videofilter/gstvideoflip.c:
16897         * gst/videofilter/gstvideotemplate.c:
16898         (gst_videotemplate_base_init):
16899         * gst/videomixer/videomixer.c:
16900         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16901         (gst_wavparse_class_init), (gst_wavparse_dispose),
16902         (gst_wavparse_reset), (gst_wavparse_init),
16903         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16904         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16905         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16906         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16907         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16908         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16909         (gst_wavparse_change_state):
16910         * gst/wavparse/gstwavparse.h:
16911         * sys/oss/gstossmixerelement.c:
16912         * sys/oss/gstosssink.c:
16913         * sys/oss/gstosssrc.c:
16914         * sys/osxaudio/gstosxaudioelement.c:
16915         * sys/osxaudio/gstosxaudiosink.c:
16916         * sys/osxaudio/gstosxaudiosrc.c:
16917         * sys/sunaudio/gstsunaudiomixer.c:
16918         * sys/sunaudio/gstsunaudiosink.c:
16919           Define GstElementDetails as const and also static (when defined as
16920           global)
16921
16922 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16925           Source pad has fixed caps. If we don't set this, bad
16926           things happen when the window is resized.
16927
16928 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * gst/matroska/Makefile.am:
16931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16932         (gst_matroska_demux_handle_src_event):
16933         * gst/matroska/matroska-ids.c:
16934         (gst_matroska_track_init_video_context),
16935         (gst_matroska_track_init_audio_context),
16936         (gst_matroska_track_init_subtitle_context),
16937         (gst_matroska_track_init_complex_context):
16938         * gst/matroska/matroska-ids.h:
16939           Handle case where the TrackType ebml chunk does not come before the
16940           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16941           events.
16942
16943 2006-04-25  Wim Taymans  <wim@fluendo.com>
16944
16945         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16946         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16947         It's codec_data, not codec_info.
16948
16949 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16952
16953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16954           Handle codec_data for VfW compatibility codec IDs (#339451)
16955
16956         * gst/matroska/matroska-mux.c:
16957         (gst_matroska_mux_video_pad_setcaps):
16958           Same here, handle codec_data and add additional caps we can handle
16959           now to the pad template (huffyuv, dv and h263 video) (#339451)
16960
16961 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16964
16965         * gst/matroska/matroska-mux.c:
16966         (gst_matroska_mux_create_buffer_header),
16967         (gst_matroska_mux_write_data):
16968           Fix timestamping of B-frames, use signed integers, do
16969           some rounding (#339678).
16970
16971 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16972
16973         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16974         just make it compile with --disable-gst-debug.
16975
16976 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16977
16978         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16979         Fix a bad conversion using gst_guint64_to_gdouble.
16980         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16981         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16982         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16983     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16984         mistake.
16985
16986 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16987
16988         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16989         Use gst_guint64_to_gdouble for conversions
16990         * win32/vs6/gst_plugins_good.dsw:
16991         * win32/vs6/libgsticydemux.dsp:
16992         Add a project file for icydemux
16993
16994 2006-04-21  Wim Taymans  <wim@fluendo.com>
16995
16996         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16997
16998         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16999         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17000         When splitting audio chunks, the block alignment is not taken in
17001         consideration, so the smaller chunks could be of size which is 
17002         not a multiple of the block alignment. Fixes #336904
17003
17004 2006-04-21  Wim Taymans  <wim@fluendo.com>
17005
17006         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17007         Use scale functions
17008
17009 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * ext/dv/gstdv.c: (plugin_init):
17012           Fix build.
17013
17014 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17017         (gst_progress_report_class_init), (gst_progress_report_init),
17018         (gst_progress_report_do_query), (gst_progress_report_report),
17019         (gst_progress_report_set_property),
17020         (gst_progress_report_get_property):
17021           Add 'format' property to force querying to a particular format.
17022
17023 2006-04-21  Andy Wingo  <wingo@pobox.com>
17024
17025         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17026         best, on big endian systems. Drop its rank in that case. OTOH on
17027         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17028
17029 2006-04-21  Michael Smith  <msmith@fluendo.com>
17030
17031         * configure.ac:
17032         * gst/icydemux/Makefile.am:
17033         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17034         (gst_icydemux_base_init), (gst_icydemux_class_init),
17035         (gst_icydemux_reset), (gst_icydemux_init),
17036         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17037         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17038         (unicodify), (gst_icydemux_unicodify),
17039         (gst_icydemux_parse_and_send_tags),
17040         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17041         (gst_icydemux_chain), (gst_icydemux_change_state),
17042         (gst_icydemux_send_tag_event), (plugin_init):
17043         * gst/icydemux/gsticydemux.h:
17044         * tests/check/Makefile.am:
17045         * tests/check/elements/icydemux.c: (typefind_succeed),
17046         (plugin_init), (icydemux_found_pad), (create_icydemux),
17047         (cleanup_icydemux), (push_data), (GST_START_TEST),
17048         (icydemux_suite), (main):
17049           Add icydemux, and tests.
17050
17051 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17054           Post SEGMENT_DONE message in TIME format.
17055
17056 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17059
17060         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17061         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17062           Fix index creation when we have to scan the file to create
17063           an index. There may be other types of RIFF 'LIST' chunks than
17064           'movi' and we need to skip them properly as well or we'll end up
17065           reading garbage (#336889). Some other cosmetic changes.
17066           
17067 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17070         (gst_flac_dec_handle_seek_event):
17071           Add support for segment seeks (fixes #338290). Also demote
17072           some recurring debug message from DEBUG to LOG level.
17073
17074 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17075
17076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17077         (gst_matroskademux_do_index_seek),
17078         (gst_matroska_demux_handle_seek_event),
17079         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17080         * gst/matroska/matroska-ids.h:
17081           Set DISCONT flag on first buffer after a discontinuity.
17082           Fix newsegment events sent when seeking and honour KEY_UNIT
17083           seek flag. Create pad with bogus caps if we don't recognise
17084           the stream codec id.
17085
17086         * gst/matroska/matroska-demux.h:
17087           Fix GObject macros.
17088
17089 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17090
17091         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17092
17093         * gst/matroska/matroska-demux.c:
17094         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17095           Handle end of segment properly when set; don't dead-lock when
17096           posting start of segment message when doing a segment seek.
17097           Fixes #338810.
17098
17099 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17102         (gst_matroska_demux_plugin_init):
17103           Make mpeg2 aac audio work: create artificial private codec data
17104           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17105           Also call gst_riff_init(). Partially fixes #338767.
17106
17107 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17108
17109         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17110         (gst_wavenc_class_init), (gst_wavenc_init),
17111         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17112         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17113         (gst_wavenc_chain), (gst_wavenc_change_state):
17114         * gst/wavenc/gstwavenc.h:
17115           Set caps on first outgoing buffer, so that it doesn't error out
17116           immediately with a non-negotiated error (#338716). Rewrite and
17117           clean up a bit; fix setcaps function to parse things properly;
17118           fix sink caps (8bit audio is unsigned and doesn't have depth);
17119           use boilerplate macros; remove unused properties stuff.
17120
17121 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17124           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17125           handle MJPEG streams and might be autoplugged for those if the
17126           user doesn't have jpegdec installed (resulting in a cryptic error
17127           message about huffman tables). Better to disable JPEG decoding here
17128           and let the user figure out that she needs to install jpegdec.
17129
17130 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17133         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17134         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17135         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17136           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17137           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17138           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17139           debug messages. Fix boilerplate macros.
17140
17141 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17144         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17145           No need to special-case for Gdk-2.0 any longer, we require
17146           Gdk 2.2 or newer; minor clean-ups.
17147
17148 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17151         (gst_shout2send_class_init), (gst_shout2send_init),
17152         (set_shout_metadata), (gst_shout2send_set_metadata),
17153         (gst_shout2send_event), (gst_shout2send_start),
17154         (gst_shout2send_connect), (gst_shout2send_stop),
17155         (gst_shout2send_render), (gst_shout2send_set_property),
17156         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17157         (plugin_init):
17158         * ext/shout2/gstshout2.h:
17159         * po/POTFILES.in:
17160           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17161           change function; use GST_ELEMENT_ERROR for error reporting, not
17162           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17163           will cause crashes or assertion failures; remove (unused) "sync"
17164           property, basesink already has such a property; misc. other
17165           minor fixes and cleanups.
17166
17167 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17170         * ext/esd/gstesd.c: (plugin_init):
17171         * po/POTFILES.in:
17172           Add translatable error message for when we cannot
17173           connect to the sound server, as "Cannot open resource
17174           for writing" isn't really an acceptable message to show
17175           to the user in this case.
17176
17177 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17178
17179         * sys/oss/gst-i18n-plugin.h:
17180           Remove bogus file that doesn't belong here.
17181
17182 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17183
17184         Patch by: Philippe Valembois
17185
17186         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17187         (gst_shout2send_set_metadata), (gst_shout2send_event),
17188         (gst_shout2send_render), (gst_shout2send_change_state):
17189         * ext/shout2/gstshout2.h:
17190           Handle tags being received before the connection to
17191           the server is established properly (see #338636).
17192
17193 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17194
17195         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17196           Don't crash in case the connection to the server fails:
17197           don't set pointer to NULL by assigning FALSE; error out
17198           properly by using GST_ELEMENT_ERROR and returning
17199           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17200           before resetting the pointer.
17201
17202 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17203
17204         * gst/id3demux/id3tags.c:
17205         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17206         (Fixes #338713)
17207
17208 2006-04-12  Wim Taymans  <wim@fluendo.com>
17209
17210         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17211         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17212         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17213         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17214         (gst_gdk_pixbuf_chain):
17215         Some cleanups.
17216         Added RGBA as a possible output format.
17217         Correctly free the supported mimetypes.
17218         deprecate silent arg, it's not used.
17219         Return result from _alloc_buffer to peer.
17220
17221 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17224           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17225           overwriting GST_BUFFER_MALLOCDATA.
17226
17227 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17230         (user_endrow_callback), (user_end_callback),
17231         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17232         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17233         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17234         * ext/libpng/gstpngdec.h:
17235           Handle more than one frame if the content is framed,
17236           like with png-in-quicktime (#331917).
17237
17238 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17239
17240         * sys/oss/Makefile.am:
17241         * sys/oss/common.h:
17242         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17243         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17244         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17245         (gst_oss_src_unprepare):
17246           - the user-visible error strings were in the wrong category
17247           - and the messages were not marked for translation
17248           - which is actually a good thing, because they were exactly
17249             the kind of message you would never want anyone to see
17250           - the macros were using variables that didn't exist in the macro
17251             arguments
17252           - and they were obviously copied from each other and then modified
17253           - so a common header makes sense
17254
17255 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17258           Don't try to modify read-only data.
17259
17260         * gst/matroska/matroska-demux.c:
17261         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17262           Fix comment (won't crash any longer now).
17263
17264 2006-04-10  Michael Smith  <msmith@fluendo.com>
17265
17266         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17267           Use copies of header buffers for caps to avoid circular refcounting
17268           problems (as in theoradec, vorbisdec).
17269
17270         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17271           Fix a typo in test that meant it was testing the wrong thing.
17272
17273         * tests/check/elements/cmmlenc.c: (check_headers):
17274           Fix refcount checks now that we use buffer-copies for caps.
17275
17276 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17277
17278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17279         (gst_matroska_demux_handle_seek_event),
17280         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17281         (gst_matroska_demux_subtitle_caps),
17282         (gst_matroska_demux_plugin_init):
17283           Use static pad templates with ANY caps for audio and video
17284           source pads and get rid of a lot of unnecessary (and partially
17285           broken) code for the template caps. Clean up caps finding
17286           functions. Fixes playback of audio files/streams that do not
17287           contain the sample rate and/or number of channels in the audio
17288           context (happens a lot with vorbis/mp3 .mka files it seems).
17289           Fixes #337183.
17290           Also add myself to copyright holders.
17291
17292 2006-04-10  Michael Smith  <msmith@fluendo.com>
17293
17294         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17295           Use g_list_delete_link () instead of g_list_remove_link () so that
17296           we free the link as well as the contained data.
17297
17298 2006-04-10  Wim Taymans  <wim@fluendo.com>
17299
17300         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17301
17302         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17303         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17304         (gst_avi_demux_stream_header):
17305         Fix some crashers with empty chunks. (Fixes #337749)
17306
17307 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17308
17309         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17310           use G_GINT64_CONSTANT for INT64 constants
17311         * gst/videofilter/gstvideobalance.c:
17312           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17313         * win32/vs6/libgstavi.dsp:
17314          add missing libraries for the link and remove avimux.c from
17315          the project as it isn't ported to 0.10 yet
17316         
17317 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17320           Even better would be if we actually did the right thing
17321           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17322
17323 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17326           Can't just replace 1LL with 1L here just because MSVC doesn't
17327           support it, as it might lead to incorrect results when doing the
17328           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17329           force a 64-bit constant in a way that all compilers are happy with.
17330
17331 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17332
17333         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17334         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17335         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17336         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17337         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17338         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17339         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17340         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17341         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17342         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17343         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17344         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17345         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17346         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17347         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17348         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17349         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17350         * gst/debug/efence.c: (gst_efence_class_init):
17351         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17352         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17353         * gst/goom/gstgoom.c: (gst_goom_class_init):
17354         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17355         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17356         * gst/interleave/interleave.c: (interleave_class_init):
17357         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17358         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17359         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17360         * gst/median/gstmedian.c: (gst_median_class_init):
17361         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17362         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17363         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17364         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17365         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17366         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17367         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17368         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17369         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17370         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17371         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17372         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17373         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17374         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17375         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17376         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17377         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17378         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17379         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17380         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17381         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17382         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17383         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17384         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17385         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17387         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17388         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17389         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17390         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17391         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17392         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17393         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17394         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17395         * sys/osxaudio/gstosxaudioelement.c:
17396         (gst_osxaudioelement_class_init):
17397         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17398         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17399         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17400         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17401
17402 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17403
17404         * ext/mikmod/gstmikmod.h:
17405         * gst/level/gstlevel.h:
17406         Fix more broken GObject macros
17407
17408 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17409
17410         * ext/annodex/gstcmmldec.h:
17411         * ext/annodex/gstcmmlenc.h:
17412         * ext/annodex/gstcmmltag.h:
17413         * ext/cairo/gsttextoverlay.h:
17414         * ext/ladspa/gstsignalprocessor.h:
17415         * gst/matroska/ebml-read.h:
17416         * gst/matroska/ebml-write.h:
17417         * sys/osxaudio/gstosxaudioelement.h:
17418         Fix broken GObject macros
17419
17420 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17423           Don't try to seek beyond the end of the file (would
17424           occasionally display error dialogs in totem when seeking
17425           to the end) (#335869). Will still throw an error though
17426           if the file is truncated and the total_samples value in
17427           the stream header is wrong.
17428
17429 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17430
17431         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17432         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17433         (gst_flac_dec_metadata_callback):
17434         * ext/flac/gstflacdec.h:
17435           If the stream header doesn't contain the total number of samples,
17436           search for the last flac frame at the end of the file and calculate
17437           the total duration from that frame's offset (fixes #337609).
17438
17439 2006-04-07  Edward Hervey  <edward@fluendo.com>
17440
17441         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17442         Don't unref the GstPadTemplate returned by
17443         gst_element_class_get_pad_template().
17444
17445 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17446
17447         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17448
17449         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17450         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17451         * sys/sunaudio/gstsunaudiosink.h:
17452           Use spec->segsize and spec->segtotal in the prepare function
17453           to initialise the ring buffer instead of using the buffer-time
17454           property (#337421).
17455
17456 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17457
17458         * configure.ac:
17459           Bump core requirements to CVS for gst_pad_query_peer_duration()
17460           which is used by speexdec.
17461
17462 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         * ext/speex/gstspeex.c: (plugin_init):
17465         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17466         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17467         (speex_get_sink_query_types), (speex_dec_sink_query),
17468         (speex_get_src_query_types), (speex_dec_src_query),
17469         (speex_dec_src_event), (speex_dec_sink_event),
17470         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17471         (speex_dec_chain_parse_data), (speex_dec_chain),
17472         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17473         (speex_dec_change_state):
17474         * ext/speex/gstspeexdec.h:
17475           Fix seeking and duration queries (#337033); clean up and
17476           refactor a bit.
17477
17478 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * ext/raw1394/gstdv1394src.c:
17481           distinguish between device not found and could not open for
17482           reading
17483
17484 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * Makefile.am:
17487         * configure.ac:
17488         * pkgconfig/.cvsignore:
17489         * pkgconfig/Makefile.am:
17490         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17491           add a .pc file so other modules can use good plugins in tests
17492
17493 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17494
17495         * configure.ac:
17496           clean up, use AS_VERSION and AS_NANO
17497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17498           use PACKAGE_VERSION define
17499         * po/af.po:
17500         * po/az.po:
17501         * po/cs.po:
17502         * po/en_GB.po:
17503         * po/hu.po:
17504         * po/it.po:
17505         * po/nb.po:
17506         * po/nl.po:
17507         * po/or.po:
17508         * po/sq.po:
17509         * po/sr.po:
17510         * po/sv.po:
17511         * po/uk.po:
17512         * po/vi.po:
17513           updated
17514
17515 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17516
17517         * ext\jpeg\smokecodec.c:
17518           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17519         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17520           move first instruction after all variables declarations
17521         * gst\alpha\gstalpha.c:
17522         * gst\effectv\gstshagadelic.c:
17523         * gst\smpte\paint.c:
17524         * gst\videofilter\gstvideobalance.c:
17525           define M_PI if it's not defined (it's not defined on WIN32)
17526         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17527         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17528         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17529         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17530         (gst_matroska_demux_video_caps):
17531         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17532         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17533           use gst_guint64_to_gdouble for conversions
17534         * gst\goom\filters.c: (setPixelRGB_):
17535           fix a debug which was using undefined variable
17536         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17537         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17538           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17539         * win32/vs6:
17540           add vs6 projects files for most of plugins-good
17541         
17542 2006-03-30  j^  <j@bootlab.org>
17543
17544         * ext/aalib/gstaasink.c:
17545         * ext/annodex/gstcmmldec.c:
17546         * ext/annodex/gstcmmlenc.c:
17547         * ext/cairo/gsttextoverlay.c:
17548         * ext/cairo/gsttimeoverlay.c:
17549         * ext/cdio/gstcdiocddasrc.c:
17550         * ext/dv/gstdvdec.c:
17551         * ext/esd/esdmon.c:
17552         * ext/esd/esdsink.c:
17553         * ext/flac/gstflacdec.c:
17554         * ext/flac/gstflacenc.c:
17555         * ext/flac/gstflactag.c:
17556         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17557         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17558         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17559         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17560         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17561         * ext/gdk_pixbuf/pixbufscale.c:
17562         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17563         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17564         * ext/jpeg/gstjpegdec.c:
17565         * ext/jpeg/gstjpegenc.c:
17566         * ext/jpeg/gstsmokedec.c:
17567         * ext/jpeg/gstsmokeenc.c:
17568         * ext/libcaca/gstcacasink.c:
17569         * ext/libmng/gstmngdec.c:
17570         * ext/libmng/gstmngenc.c:
17571         * ext/libpng/gstpngdec.c:
17572         * ext/libpng/gstpngenc.c:
17573         * ext/mikmod/gstmikmod.c:
17574         * ext/raw1394/gstdv1394src.c:
17575         * ext/shout2/gstshout2.c:
17576         * ext/speex/gstspeexdec.c:
17577         * ext/speex/gstspeexenc.c:
17578         * gst/alpha/gstalpha.c:
17579         * gst/alpha/gstalphacolor.c:
17580         * gst/auparse/gstauparse.c:
17581         * gst/autodetect/gstautoaudiosink.c:
17582         (gst_auto_audio_sink_base_init):
17583         * gst/autodetect/gstautovideosink.c:
17584         (gst_auto_video_sink_base_init):
17585         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17586         * gst/cutter/gstcutter.c:
17587         * gst/debug/breakmydata.c:
17588         * gst/debug/efence.c:
17589         * gst/debug/gstnavigationtest.c:
17590         * gst/debug/negotiation.c:
17591         * gst/debug/progressreport.c:
17592         * gst/debug/testplugin.c:
17593         * gst/effectv/gstaging.c:
17594         * gst/effectv/gstdice.c:
17595         * gst/effectv/gstedge.c:
17596         * gst/effectv/gstquark.c:
17597         * gst/effectv/gstrev.c:
17598         * gst/effectv/gstvertigo.c:
17599         * gst/effectv/gstwarp.c:
17600         * gst/flx/gstflxdec.c:
17601         * gst/goom/gstgoom.c:
17602         * gst/interleave/deinterleave.c:
17603         * gst/interleave/interleave.c:
17604         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17605         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17606         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17607         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17608         * gst/level/gstlevel.c:
17609         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17610         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17611         * gst/median/gstmedian.c:
17612         * gst/monoscope/gstmonoscope.c:
17613         * gst/multipart/multipartdemux.c:
17614         * gst/multipart/multipartmux.c:
17615         * gst/oldcore/gstmd5sink.c:
17616         * gst/oldcore/gstmultifilesrc.c:
17617         * gst/oldcore/gstpipefilter.c:
17618         * gst/oldcore/gstshaper.c:
17619         * gst/oldcore/gststatistics.c:
17620         * gst/rtp/gstasteriskh263.c:
17621         * gst/rtp/gstrtpL16depay.c:
17622         * gst/rtp/gstrtpL16pay.c:
17623         * gst/rtp/gstrtpamrdepay.c:
17624         * gst/rtp/gstrtpamrpay.c:
17625         * gst/rtp/gstrtpdepay.c:
17626         * gst/rtp/gstrtpgsmpay.c:
17627         * gst/rtp/gstrtph263pay.c:
17628         * gst/rtp/gstrtph263pdepay.c:
17629         * gst/rtp/gstrtph263ppay.c:
17630         * gst/rtp/gstrtpmp4gpay.c:
17631         * gst/rtp/gstrtpmp4vdepay.c:
17632         * gst/rtp/gstrtpmp4vpay.c:
17633         * gst/rtp/gstrtpmpadepay.c:
17634         * gst/rtp/gstrtpmpapay.c:
17635         * gst/rtp/gstrtppcmadepay.c:
17636         * gst/rtp/gstrtppcmapay.c:
17637         * gst/rtp/gstrtppcmudepay.c:
17638         * gst/rtp/gstrtppcmupay.c:
17639         * gst/rtp/gstrtpspeexdepay.c:
17640         * gst/rtp/gstrtpspeexpay.c:
17641         * gst/rtsp/gstrtpdec.c:
17642         * gst/smpte/gstsmpte.c:
17643         * gst/videobox/gstvideobox.c:
17644         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17645         * gst/videofilter/gstvideobalance.c:
17646         * gst/videofilter/gstvideoflip.c:
17647         * gst/videofilter/gstvideotemplate.c:
17648         (gst_videotemplate_base_init):
17649         * gst/videomixer/videomixer.c:
17650         * gst/wavenc/gstwavenc.c:
17651         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17652          better/unified long descriptions
17653          Fixed #336602
17654          Some cleanups to auparse, don't send multiple newsegments.
17655
17656 2006-03-29  Wim Taymans  <wim@fluendo.com>
17657
17658         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17659
17660         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17661         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17662         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17663         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17664         * ext/dv/gstdvdemux.h:
17665         Seek in READY patch. Only works for pull based mode.
17666         Fixes #323880
17667
17668 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17669
17670         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17671         (gst_gdk_pixbuf_event):
17672           Fix two crashers: don't unref the same caps twice, and
17673           set pixbuf loader to NULL after freeing it.
17674
17675 2006-03-27  Wim Taymans  <wim@fluendo.com>
17676
17677         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17678         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17679         (gst_speexenc_chain):
17680         * ext/speex/gstspeexenc.h:
17681         Don't leak adapter.
17682         A push *always* takes ownership of the buffer, even on
17683         errors.
17684         Small cleanups.
17685
17686 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17687
17688         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17689           Create source pad without leaking.
17690
17691 2006-03-24  Wim Taymans  <wim@fluendo.com>
17692
17693         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17694         * ext/flac/gstflacdec.h:
17695         * ext/flac/gstflacenc.h:
17696         Spifify a bit.
17697         Fix deadly lock order error in seeking code, STREAM_LOCK
17698         cannot be taken within LOCK and the streaming variables are
17699         protected with the STREAM_LOCK anyway.
17700
17701 2006-03-24  Wim Taymans  <wim@fluendo.com>
17702
17703         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17704         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17705         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17706         this patch combines the global init_frames with the stream
17707         init_frames. Rationale being that the global delay should 
17708         be subtracted from any stream delay.
17709         Fixes #335858.
17710
17711 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17712
17713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17714         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17715         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17716         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17717         use DEBUG_FUNCPTR for collectpads
17718
17719 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17720
17721         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17722           Don't crash when encoding images where the number of rows isn't
17723           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17724
17725 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17728         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17729         * gst/interleave/interleave.c: (interleave_change_state):
17730         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17731           More state change function fixes.
17732
17733 2006-03-23  Wim Taymans  <wim@fluendo.com>
17734
17735         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17736         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17737         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17738         (gst_esdsink_delay), (gst_esdsink_reset):
17739         * ext/esd/esdsink.h:
17740         Fix esd choppy playback by configuring audiosink
17741         correctly. Fixes #325191
17742
17743 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17744
17745         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17746           Make state change function thread-safe.
17747
17748 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17749
17750         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17751         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17752           Don't try to read beyond the end of the file just because
17753           the header claims a bigger size (like with truncated files).
17754
17755 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17756
17757         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17758         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17759         (gst_wavparse_stream_data), (gst_wavparse_loop):
17760         * gst/wavparse/gstwavparse.h:
17761           Delay source pad creation until we have the first chunk of
17762           media data, so the we can examine the data and adjust the
17763           caps accordingly if required. This makes playback of .wav
17764           files with DTS-declared-as-PCM content work (#313266).
17765
17766 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17767
17768         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17769         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17770         Don't attempt typefinding on too-short buffers that have been
17771         completely trimmed away. (Fixes #330239)
17772
17773         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17774         Improve the debug output
17775
17776 2006-03-21  Wim Taymans  <wim@fluendo.com>
17777
17778         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17779         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17780         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17781         (gst_esdsink_set_property), (gst_esdsink_get_property):
17782         Some cleanups.
17783         Reset fd to -1 when we close them.
17784
17785 2006-03-21  Wim Taymans  <wim@fluendo.com>
17786
17787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17788         the OPTIONS request result is optional so don't
17789         fail on it.
17790
17791 2006-03-21  Edward Hervey  <edward@fluendo.com>
17792
17793         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17794         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17795         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17796         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17797         (gst_wavparse_change_state):
17798         gcc 4.1 unreferenced pointer fixes.
17799
17800 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17801
17802         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17803
17804         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17805           Fix block alignment calculation. Alignment should be done before
17806           adding the byte offset where the data starts (#335231).
17807
17808 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17809
17810         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17811           Ensure that we set correct caps on buffers that are transferred
17812           direct from the input.
17813
17814 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17815
17816         * gst/goom/filters.c: (zoomFilterDestroy):
17817         * gst/goom/goom_core.c: (goom_close):
17818           Free filter data when cleaning up. (Fixes: #334995)
17819
17820 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17821
17822         * configure.ac:
17823           Don't compile udp and rtsp plugins on win32 (mingw) or other
17824           systems that don't have <sys/socket.h> for some reason (#316203).
17825
17826 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17827
17828         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17829         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17830         * ext/raw1394/gstdv1394src.h:
17831           Change bus reset handler so it reports useful information such as
17832           whether the device being used connected or disconnected
17833
17834 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17835
17836         * gst/id3demux/id3v2frames.c:
17837         (parse_relative_volume_adjustment_two):
17838           We only care about gain and peak data for the master volume.
17839
17840 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17843         (parse_id_string), (parse_unique_file_identifier),
17844         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17845           Read replay gain tags (#323721).
17846
17847 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17848
17849         * configure.ac:
17850           Bump requirements to gst-plugins-base CVS because
17851           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17852
17853 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17854
17855         * rtp/gst/gstrtppcmadepay.c:
17856         Fixed one of the caps in the code from mulaw to alaw.
17857
17858 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17859
17860         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17861           Ensure that we set caps on the buffers we pass.
17862
17863         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17864         (gst_id3demux_sink_activate):
17865           Ensure that we set caps on the buffers we pass.
17866
17867           Use STREAM, TYPE_NOT_FOUND as the error class when
17868           typefinding fails.
17869
17870 2006-03-15  Edward Hervey  <edward@fluendo.com>
17871
17872         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17873         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17874         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17875         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17876         (gst_jpeg_dec_setcaps):
17877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17878         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17879         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17880         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17881         (gst_mngdec_src_getcaps):
17882         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17883         (gst_pngdec_caps_create_and_set):
17884         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17885         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17886         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17887         * gst/alpha/gstalpha.c: (gst_alpha_init):
17888         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17889         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17890         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17891         * gst/cutter/gstcutter.c: (gst_cutter_init):
17892         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17893         (gst_efence_checkgetrange):
17894         * gst/debug/negotiation.c: (gst_negotiation_init):
17895         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17896         * gst/goom/gstgoom.c: (gst_goom_init):
17897         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17898         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17899         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17900         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17901         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17902         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17903         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17904         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17905         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17906         (gst_wavparse_create_sourcepad):
17907         Fix memleak with gst_static_pad_template_get().
17908         This uses gst_pad_new_from_static_template() instead.
17909         Fixes #333512
17910
17911 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * configure.ac:
17914           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17915           used by id3demux.
17916
17917         * gst/id3demux/gstid3demux.c: (plugin_init):
17918         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17919         (parse_user_text_identification_frame),
17920         (parse_unique_file_identifier):
17921           Add support for UFID and TXXX frames and extract musicbrainz tags.
17922
17923 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17924
17925         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17926           Catch short reads, like they might happen with truncated
17927           files (see #305279); remove unnecessary indentation.
17928
17929 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17930
17931         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17932           Fix DIB image inversion for pictures with a
17933           depth != 8 (#305279).
17934
17935 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17936
17937         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17938         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17939         * ext/jpeg/gstjpegdec.h:
17940           Fix durations on outgoing buffers after seeking
17941           in MJPEG files (#334083); some minor clean-ups.
17942
17943 2006-03-13  Wim Taymans  <wim@fluendo.com>
17944
17945         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17946         (gst_wavparse_change_state):
17947         Implement seek in READY (re-fixes #327658)
17948
17949 2006-03-13  Wim Taymans  <wim@fluendo.com>
17950
17951         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17952         * ext/esd/esdmon.c: (gst_esdmon_get):
17953         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17955         (gst_gdk_pixbuf_sink_getcaps):
17956         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17957         (gst_jpegenc_setcaps):
17958         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17959         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17960         (gst_smokeenc_setcaps):
17961         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17962         (gst_mngdec_src_getcaps):
17963         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17964         (gst_mngenc_chain):
17965         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17966         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17967         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17968         (speex_dec_src_event), (speex_dec_chain):
17969         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17970         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17971         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17972         (gst_negotiation_pad_link), (gst_negotiation_chain):
17973         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17974         (gst_flxdec_chain):
17975         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17976         (deinterleave_chain):
17977         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17978         * gst/median/gstmedian.c: (gst_median_link):
17979         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17980         (gst_monoscope_chain):
17981         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17982         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17983         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17984         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17985         close #333784 unref the result of gst_pad_get_parent()
17986         by: Christophe Fergeau.
17987
17988 2006-03-09  Wim Taymans  <wim@fluendo.com>
17989
17990         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17991         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17992         Handle events in push mode better, can now do non-flushing
17993         seeks in push mode as well.
17994
17995 2006-03-07  Wim Taymans  <wim@fluendo.com>
17996
17997         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17998         Applied patch from Kai Vehmanen, fixes #333624.
17999
18000 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18001
18002         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18003         Implement paletted and grayscale png files handling.
18004         (#150363).
18005
18006 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18007
18008         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18009         (gst_speexenc_chain):
18010           fix a tag list assert
18011           follow gst-plugins-base/ext/ogg/README; set OFFSET
18012           and OFFSET_END.  Muxes correctly with gst-plugins-base
18013           > 0.9.3
18014
18015 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * gst/id3demux/Makefile.am:
18018         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18019         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18020           Use new typefind helper functions here as well, and
18021           do typefinding in pull-mode if upstream supports that.
18022
18023 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18024
18025         * sys/sunaudio/gstsunaudiomixerctrl.c:
18026         (gst_sunaudiomixer_ctrl_get_volume),
18027         (gst_sunaudiomixer_ctrl_set_volume):
18028         * sys/sunaudio/gstsunaudiomixertrack.c:
18029         (gst_sunaudiomixer_track_new):
18030           Remove unused variables, breaks build from CVS
18031           with -Werror (#333392, patch by: Benjamin Pineau)
18032
18033 2006-03-03  Wim Taymans  <wim@fluendo.com>
18034
18035         * docs/plugins/Makefile.am:
18036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18038         Added wavparse docs.
18039
18040         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18041         (gst_wavparse_reset), (gst_wavparse_init),
18042         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18043         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18044         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18045         (gst_wavparse_stream_data), (gst_wavparse_loop),
18046         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18047         (gst_wavparse_change_state):
18048         * gst/wavparse/gstwavparse.h:
18049         Implement seek in READY (fixes #327658)
18050         Added docs and did some cleanups.
18051
18052 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18053
18054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18055         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18056         (gst_avi_demux_calculate_durations_from_index),
18057         (gst_avi_demux_stream_header):
18058         * gst/avi/gstavidemux.h:
18059           If we have an index, use a duration based on the index instead
18060           of blindly trusting the information in the stream headers
18061           (fixes #331817).
18062
18063 2006-03-03  Wim Taymans  <wim@fluendo.com>
18064
18065         * docs/plugins/Makefile.am:
18066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18068         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18069         Added smoke and jpeg to the docs.
18070
18071         * ext/jpeg/Makefile.am:
18072         * ext/jpeg/gstjpeg.c: (plugin_init):
18073         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18074         * ext/jpeg/gstjpegenc.h:
18075         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18076         (gst_smokedec_chain):
18077         * ext/jpeg/gstsmokedec.h:
18078         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18079         * ext/jpeg/gstsmokeenc.h:
18080         * ext/jpeg/smokecodec.h:
18081         Port smokedec (fixes #331905).
18082         Added some docs.
18083         Some cleanups.
18084
18085 2006-03-03  Wim Taymans  <wim@fluendo.com>
18086
18087         * docs/plugins/Makefile.am:
18088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18090         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18091         Added videobalance and videoflip to the docs.
18092
18093         * gst/videofilter/Makefile.am:
18094         * gst/videofilter/gstvideobalance.c:
18095         (gst_video_balance_update_tables_planar411),
18096         (gst_video_balance_is_passthrough),
18097         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18098         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18099         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18100         (gst_video_balance_finalize), (gst_video_balance_class_init),
18101         (gst_video_balance_init), (gst_video_balance_interface_supported),
18102         (gst_video_balance_interface_init),
18103         (gst_video_balance_colorbalance_list_channels),
18104         (gst_video_balance_colorbalance_set_value),
18105         (gst_video_balance_colorbalance_get_value),
18106         (gst_video_balance_colorbalance_init),
18107         (gst_video_balance_set_property), (gst_video_balance_get_property),
18108         (gst_video_balance_get_type), (plugin_init):
18109         * gst/videofilter/gstvideobalance.h:
18110         Ported to 0.10. (Fixes #326160)
18111         Added docs.
18112
18113         * gst/videofilter/gstvideoflip.c:
18114         * gst/videofilter/gstvideoflip.h:
18115         Added docs.
18116
18117 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * configure.ac:
18120           Bump requirements to current core and -base CVS
18121           (core for new typefind helper API, and -base for the
18122           WAVFORMATEX support that was added to libgstriff and
18123           is needed by wavparse).
18124         
18125         * gst/apetag/Makefile.am:
18126         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18127         (gst_tag_demux_sink_activate):
18128           Use new typefind helpers for typefinding instead of our
18129           home-grown stuff; also, do typefinding in pull-mode if
18130           upstream supports that.
18131
18132 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18133
18134         Reviewed by: Christian Schaller <christian@fluendo.com>
18135
18136         This patch fixes bug: 329107
18137
18138         This Changelog entry is for a commit done on February 17
18139
18140         * ext/gconf/gconf.c
18141         * ext/gconf/gconf.h
18142         * ext/gconf/gstgconfaudiosink.c
18143         * ext/gconf/gstgconfaudiosink.h
18144         * gconf/gstreamer.schemas.in
18145
18146 2006-02-28  Wim Taymans  <wim@fluendo.com>
18147
18148         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18149         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18150         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18151         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18152         Use DEBUG_OBJECT more.
18153
18154 2006-02-28  Wim Taymans  <wim@fluendo.com>
18155
18156         * docs/plugins/Makefile.am:
18157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18159         Added dvdec and dvdemux to docs.
18160
18161         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18162         Added docs.
18163         Check frame sizes so we don't crash when don't have enough
18164         data.
18165         Send nice error messages on error.
18166
18167         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18168         (gst_dvdemux_class_init), (gst_dvdemux_init),
18169         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18170         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18171         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18172         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18173         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18174         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18175         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18176         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18177         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18178         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18179         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18180         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18181         * ext/dv/gstdvdemux.h:
18182         Added docs.
18183         Implement pull mode.
18184         Fix memleaks.
18185         Reduce memcpy for the video demuxing.
18186
18187 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18188
18189         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18190         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18191         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18192         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18193           Add a little extra debug. Make the decoder not return NOT_LINKED,
18194           as we want to continue decoding all CMML and emitting tags.
18195
18196 2006-02-27  Michael Smith  <msmith@fluendo.com>
18197
18198         * ext/annodex/gstskeltag.c:
18199         * ext/annodex/gstskeltag.h:
18200           Deleted; these files aren't used any more either.
18201
18202 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18203
18204         * ext/Makefile.am: Fix dist-check.
18205
18206 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18207
18208         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18209         memleak.
18210
18211 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18212
18213         * ext/annodex/Makefile.am:
18214         * ext/annodex/gstannodex.c:
18215         * ext/annodex/gstcmmldec.c:
18216         * ext/annodex/gstcmmlenc.c:
18217         * ext/annodex/gstcmmlparser.c:
18218         * ext/annodex/gstcmmlparser.h:
18219         * ext/annodex/gstcmmlutils.c:
18220         * tests/check/elements/cmmldec.c:
18221         * tests/check/elements/cmmlenc.c:
18222           Fix a memleak in gst_cmml_track_list_add_clip.
18223           Handle overflows in clip's start and end times.
18224           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18225           Do not parse junk at the end of a CMML preamble buffer.
18226           Register a libxml error handler to not print stuff on stderr.
18227           Check for bad clip start and end times in the testsuites.
18228
18229 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18230
18231         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18232         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18233         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18234         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18235         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18236         possible memleaks.
18237
18238 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18239
18240         * tests/check/Makefile.am:
18241         * tests/check/elements/cmmldec.c:
18242         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18243         the plugins-base tags.
18244
18245 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18246
18247         * ext/Makefile.am: Re-enable module.
18248
18249 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18250
18251         * tests/check/Makefile.am: Forgot to remove that test.
18252
18253 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18254
18255         * ext/annodex/Makefile.am:
18256         * ext/annodex/gstannodex.c: (plugin_init):
18257         * ext/annodex/gstcmmldec.c:
18258         * ext/annodex/gstskeldec.c:
18259         * ext/annodex/gstskeldec.h:
18260         * tests/check/Makefile.am:
18261         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18262
18263 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18264
18265         * tests/check/Makefile.am: Disable those checks as well.
18266
18267 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18268
18269         * ext/Makefile.am: Disable annodex for now until we figure out
18270         how to make it build.
18271         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18272         Add a rule to your checklist : "please try to at least build 
18273         what you are going to commit into -good, or if you are too lazy
18274         to do that, please check that the buildbots are not crying because
18275         of your commit."
18276
18277 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18278
18279         * configure.ac:
18280         * ext/Makefile.am:
18281         * ext/gdk_pixbuf/Makefile.am:
18282         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18283         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18284         * ext/gdk_pixbuf/pixbufscale.c:
18285         * ext/gdk_pixbuf/pixbufscale.h:
18286           Gdkpixbuf ported from 0.8 to 0.10 by
18287           Renato Filho <renato.filho@indt.org.br>.
18288           gst_loader and gdkpixbufanimation still need port.
18289
18290 2006-02-24  Michael Smith  <msmith@fluendo.com>
18291
18292         * configure.ac:
18293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18294         * ext/Makefile.am:
18295         * ext/annodex/Makefile.am:
18296         * ext/annodex/gstannodex.c:
18297         * ext/annodex/gstannodex.h:
18298         * ext/annodex/gstcmmldec.c:
18299         * ext/annodex/gstcmmldec.h:
18300         * ext/annodex/gstcmmlenc.c:
18301         * ext/annodex/gstcmmlenc.h:
18302         * ext/annodex/gstcmmlparser.c:
18303         * ext/annodex/gstcmmlparser.h:
18304         * ext/annodex/gstcmmltag.c:
18305         * ext/annodex/gstcmmltag.h:
18306         * ext/annodex/gstcmmlutils.c:
18307         * ext/annodex/gstcmmlutils.h:
18308         * ext/annodex/gstskeldec.c:
18309         * ext/annodex/gstskeldec.h:
18310         * ext/annodex/gstskeltag.c:
18311         * ext/annodex/gstskeltag.h:
18312         * tests/check/Makefile.am:
18313         * tests/check/elements/cmmldec.c:
18314         * tests/check/elements/cmmlenc.c:
18315         * tests/check/elements/skeldec.c:
18316           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18317           Includes tests & docs, oh my! Passes Thomas's -good checklist
18318           entirely. Wow.
18319
18320 2006-02-24  Michael Smith  <msmith@fluendo.com>
18321
18322         * autogen.sh:
18323           Check for automake 1.9 as well.
18324
18325 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * ext/flac/gstflacenc.c:
18328           Change min. sample rate to 8kHz to match flacdec's.
18329           
18330 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * ext/cdio/Makefile.am:
18333           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18334           required for Cygwin, see #317048)
18335
18336         * gst/rtp/gstasteriskh263.c:
18337           Cygwin has includes for both the unix network socket API
18338           and the windows API, but only one can be included, so fix
18339           includes to only use one or the other, prefering the unxi
18340           one (#317048).
18341
18342 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18343
18344         * rtp/gst/gstrtppcmadepay.c:
18345         * rtp/gst/gstrtppcmadepay.h:
18346         * rtp/gst/gstgstrtppcmapay.c:
18347         * rtp/gst/gstgstrtppcmapay.h:
18348         * rtp/gst/gstrtppcmudepay.c:
18349         * rtp/gst/gstrtppcmudepay.h:
18350         * rtp/gst/gstrtppcmupay.c:
18351         * rtp/gst/gstrtppcmupay.h:
18352         * rtp/gst/Makefile.am:
18353         * rtp/gst/gstrtp.c:
18354         * rtp/gst/README:
18355         Separated the G711 payloaders/depayloaders into separate elements for
18356         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18357
18358 2006-02-22  Wim Taymans  <wim@fluendo.com>
18359
18360         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18361         (gst_dvdec_change_state):
18362         * ext/dv/gstdvdec.h:
18363         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18364         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18365         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18366         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18367         (gst_dvdemux_flush), (gst_dvdemux_chain),
18368         (gst_dvdemux_change_state):
18369         * ext/dv/gstdvdemux.h:
18370         Ueber spiffify some more, added debug category.
18371         Use _scale.
18372         Use segments, respect playback rate from newsegment.
18373         Fix refcount issue.
18374
18375 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18376
18377         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18378         (gst_signal_processor_process):
18379         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18380         enabled for the build, but it helps me win the feature-count
18381         competitions ooh yeah.
18382
18383 2006-02-19  Wim Taymans  <wim@fluendo.com>
18384
18385         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18386         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18387         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18388         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18389         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18390         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18391         Use scaling code for added precission and more correct stop
18392         position in case scale==0.
18393
18394 2006-02-19  Wim Taymans  <wim@fluendo.com>
18395
18396         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18397         (gst_flxdec_chain):
18398         * gst/flx/gstflxdec.h:
18399         Implement DURATION query.
18400
18401 2006-02-19  Wim Taymans  <wim@fluendo.com>
18402
18403         * gst/flx/flx_color.h:
18404         * gst/flx/flx_fmt.h:
18405         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18406         (gst_flxdec_src_query_handler), (flx_decode_color),
18407         (gst_flxdec_chain):
18408         * gst/flx/gstflxdec.h:
18409         Set MALLOCDATA for the temp buffers so we don't leak.
18410         Some debug cleanups.
18411         Consume all data in the adapter before leaving the chain
18412         function. Fixes #330678.
18413
18414 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18415
18416         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18417         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18418          Handle 0 data size in otherwise valid frames.
18419          Handle numeric strings in 2.4.0 even when not in parentheses 
18420
18421 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18422
18423         * gst/matroska/matroska-demux.c:
18424         (gst_matroska_demux_subtitle_caps),
18425         (gst_matroska_demux_plugin_init):
18426         * gst/matroska/matroska-ids.h:
18427           Recognise SSA/ASS and USF subtitle formats and
18428           set proper caps when they are found.
18429
18430 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18431
18432         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18433         (gst_jpeg_dec_chain):
18434           Fix invalid memory access for some odd-sized images
18435           (see image contained in quicktime stream in #327083);
18436           use g_malloc() instead of g_alloca().
18437
18438 2006-02-17  Wim Taymans  <wim@fluendo.com>
18439
18440         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18441         Patch from Sebastien Cote, fixes #319884
18442
18443 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * ext/cdio/gstcdio.c: (plugin_init):
18446           Init debug category (#331253).
18447
18448 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18449
18450         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18451           Pass extra_data to gst_riff_create_audio_caps(), so that
18452           WAVEFORMATEX stuff works. Post audio codec name and post
18453           it as taglist on the bus. Allow up to 8 channesl for raw
18454           PCM in the source pad template caps.
18455
18456 2006-02-16  Wim Taymans  <wim@fluendo.com>
18457
18458         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18459         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18460         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18461         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18462         (gst_multipart_set_property), (gst_multipart_get_property):
18463         Applied #318663. Gives quite a few false positives in
18464         autoscan mode, but it's better than nothing. Not closing yet.
18465
18466 2006-02-16  Wim Taymans  <wim@fluendo.com>
18467
18468         * docs/plugins/Makefile.am:
18469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18471         * docs/plugins/gst-plugins-good-plugins.args:
18472         * docs/plugins/inspect/plugin-udp.xml:
18473         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18474         (gst_udpsrc_start):
18475         Update documentation.
18476         Fix args.
18477
18478 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18479
18480         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18481         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18482         frame size. (Fixes #331368)
18483
18484 2006-02-16  Wim Taymans  <wim@fluendo.com>
18485
18486         * gst/rtsp/README:
18487         Updated README.
18488
18489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18490         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18491         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18492         * gst/rtsp/gstrtspsrc.h:
18493         Make sure the RTP port is an even port an try to allocate 
18494         another if not.
18495         Added retry property to control max retries for port allocation.
18496         Make sure RTCP port is RTP port+1.
18497         Cleanup when port allocation fails.
18498         Fixes #319183.
18499         
18500 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18503           Don't ignore return value of the parent class's state
18504           change function (#331385, patch by: Wouter Paesen).
18505
18506 2006-02-15  Wim Taymans  <wim@fluendo.com>
18507
18508         * configure.ac:
18509         * docs/plugins/Makefile.am:
18510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18512         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18513         * ext/Makefile.am:
18514         * ext/hal/Makefile.am:
18515         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18516         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18517         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18518         (do_toggle_element), (gst_hal_audio_sink_set_property),
18519         (gst_hal_audio_sink_get_property),
18520         (gst_hal_audio_sink_change_state):
18521         * ext/hal/gsthalaudiosink.h:
18522         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18523         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18524         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18525         (do_toggle_element), (gst_hal_audio_src_set_property),
18526         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18527         * ext/hal/gsthalaudiosrc.h:
18528         * ext/hal/gsthalelements.c: (plugin_init):
18529         * ext/hal/gsthalelements.h:
18530         * ext/hal/hal.c: (gst_hal_get_string),
18531         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18532         (gst_hal_get_audio_src):
18533         * ext/hal/hal.h:
18534         Add HAL sound device wrapper plugins. Closes #329106
18535
18536 2006-02-15  Wim Taymans  <wim@fluendo.com>
18537
18538         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18539         Add comment in a fultile attempt to stop the copy-and-paste 
18540         paradigm leading to duplication of bad code.
18541
18542         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18543         Mime parameters have to be checked case insensitive
18544
18545 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18546
18547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18548           Advance stream time for lagging subtitle streams by sending
18549           newsegment events with the update flag set.
18550
18551 2006-02-14  Edward Hervey  <edward@fluendo.com>
18552
18553         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18554         There can be bogus data before the hdrl LIST tag in the RIFF header.
18555         It's hard to say if it's not respecting the AVI specifications or not,
18556         but since Google Video is producing AVIs like that and the other player
18557         don't seem to complain, I guess we should do the same.
18558
18559 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18560
18561         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18562         (parse_split_strings):
18563         Add more validation to ensure that a char encoding conversion
18564         produced a valid UTF-8 string.
18565
18566 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18567
18568         Reviewed by: Edward Hervey  <edward@fluendo.com>
18569
18570         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18571         Properly handle end of segment. Closes #330885.
18572
18573 2006-02-13  Wim Taymans  <wim@fluendo.com>
18574
18575         * gst/rtp/gstrtpmp4gpay.h:
18576         For got to commit this one.
18577
18578 2006-02-12  Wim Taymans  <wim@fluendo.com>
18579
18580         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18581         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18582         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18583         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18584         * gst/rtp/gstrtpmp4gpay.h:
18585         Make more things work.
18586         Handle ACC config strings.
18587
18588 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18591           set timestamps if no incoming timestamps set
18592
18593 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18594
18595         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18596         (gst_tag_demux_do_typefind):
18597           ... and fix the very same leaks in GstTagDemux.
18598
18599 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18600
18601         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18602         (gst_id3demux_do_typefind):
18603         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18604         <jonathan at kaolin dot wh9 dot net>)
18605
18606 2006-02-10  Wim Taymans  <wim@fluendo.com>
18607
18608         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18609         First set options, then set caps or else the baseclass
18610         will not know about the options, duh.
18611
18612 2006-02-10  Wim Taymans  <wim@fluendo.com>
18613
18614         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18615         (gst_rtp_mp4v_pay_setcaps):
18616         Don't waste time looking for a config string if we have codec_info
18617         on the incomming caps.
18618
18619 2006-02-10  Wim Taymans  <wim@fluendo.com>
18620
18621         * gst/rtp/README:
18622         Say something about case-sensitivity of caps vs mime-attributes.
18623
18624         * gst/rtp/Makefile.am:
18625         * gst/rtp/gstrtp.c: (plugin_init):
18626         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18627         (gst_rtp_amr_pay_handle_buffer):
18628         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18629         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18630         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18631         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18632         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18633         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18634         (gst_rtp_mp4g_pay_plugin_init):
18635         * gst/rtp/gstrtpmp4gpay.h:
18636         Added beginnings of mpeg4-generic payloader (RFC 3640)
18637
18638 2006-02-09  Wim Taymans  <wim@fluendo.com>
18639
18640         * gst/rtsp/Makefile.am:
18641         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18642         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18643         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18644         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18645         (gst_rtpdec_change_state):
18646         * gst/rtsp/gstrtpdec.h:
18647         * gst/rtsp/gstrtsp.c: (plugin_init):
18648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18649         * gst/rtsp/rtspconnection.c: (read_body),
18650         (rtsp_connection_receive):
18651         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18652         Resurected rtpdec to make rtspsrc happy again.
18653         Skip attributes from the session id.
18654         Don't crash when dumping a message with an empty body.
18655
18656
18657 2006-02-09  Wim Taymans  <wim@fluendo.com>
18658
18659         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18660         Added more meaningfull warnings when something goes wrong.
18661         Clear F bit on outgoing AMR packets.
18662
18663         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18664         (gst_rtp_amr_pay_handle_buffer):
18665         Added debugging category
18666         Support payloading of multiple AMR frames.
18667
18668         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18669         Added some debugging.
18670
18671 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * configure.ac:
18674           Back to CVS
18675
18676 === release 0.10.2 ===
18677
18678 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18679
18680         * configure.ac:
18681           releasing 0.10.2, "Papa was a rolling stone"
18682
18683 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18684
18685         * configure.ac:
18686           Bump core and plugins-base requirement to 0.10.2.2
18687           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18688
18689 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * ext/flac/gstflac.c: (plugin_init):
18692         * ext/speex/gstspeex.c: (plugin_init):
18693           Register musicbrainz tags.
18694
18695 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * ext/gconf/gconf.h:
18698           Remove declaration of function that no longer exists.
18699
18700 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18701
18702         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18703         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18704         Make shout2 work for non ogg streams
18705
18706 2006-02-06  Wim Taymans  <wim@fluendo.com>
18707
18708         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18709         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18710         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18711         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18712         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18713         * gst/udp/gstmultiudpsink.h:
18714         Updated docs.
18715         Added properties bytes-served, bytes_to_serve.
18716         Post proper error messages,
18717         Emit client added signal too.
18718
18719 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18720
18721         * docs/plugins/Makefile.am:
18722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18724         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18725         (gst_multiudpsink_get_stats):
18726           adding docs for multiudpsink
18727
18728 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18729
18730         * gst/level/gstlevel.c: (gst_level_transform_ip):
18731           peak below decay is not necessarily an error, so don't ERROR log
18732
18733 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18734
18735         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18736         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18737         (gst_ebml_write_seek):
18738         * gst/matroska/ebml-write.h:
18739           Make sure we send a newsegment event in BYTES format
18740           before sending buffers (#328531).
18741
18742 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18743
18744         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18745         (gst_dvdemux_sink_query):
18746         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18747         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18748         (speex_dec_src_query):
18749         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18750         (gst_speexenc_sink_query):
18751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18752         * gst/matroska/matroska-demux.c:
18753         (gst_matroska_demux_get_src_query_types),
18754         (gst_matroska_demux_handle_src_query):
18755         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18756         (gst_wavparse_pad_query):
18757           Pass unhandled queries upstream instead of just dropping
18758           them (#326446). Update query type arrays here and there.
18759
18760 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * tests/check/elements/matroskamux.c: (setup_src_pad):
18763           Collectpads in core got changed and now also holds a
18764           reference to any pad that is part of it. Fix refcount
18765           checks in test case accordingly.
18766
18767 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18768
18769         * gst/apetag/gstapedemux.h:
18770           Fix include, for now GstTagDemux is in the apetag dir.
18771
18772 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * docs/plugins/Makefile.am:
18775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18777         * docs/plugins/inspect/plugin-cdio.xml:
18778           Add cdio plugin to docs.
18779
18780         * ext/cdio/gstcdiocddasrc.c:
18781           Add gtk-doc blurb.
18782
18783         * ext/cdio/gstcdio.c:
18784           The plugin is called 'cdio' not 'cddio'.
18785
18786 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18787
18788         * configure.ac:
18789         * docs/plugins/Makefile.am:
18790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18792         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18793         * docs/plugins/inspect/plugin-apetag.xml:
18794         * gst/apetag/Makefile.am:
18795         * gst/apetag/gstapedemux.c:
18796         * gst/apetag/gstapedemux.h:
18797         * gst/apetag/gsttagdemux.c:
18798         * gst/apetag/gsttagdemux.h:
18799           Add APE tag demuxer (#325649).
18800
18801 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18802
18803         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18804         (gst_gconf_get_default_video_sink),
18805         (gst_gconf_get_default_audio_src),
18806         (gst_gconf_get_default_video_src):
18807         * ext/gconf/gconf.h:
18808         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18809         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18810         (do_toggle_element):
18811         * ext/gconf/gstgconfaudiosink.h:
18812         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18813         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18814         (do_toggle_element):
18815         * ext/gconf/gstgconfaudiosrc.h:
18816         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18817         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18818         (do_toggle_element):
18819         * ext/gconf/gstgconfvideosink.h:
18820         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18821         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18822         (do_toggle_element):
18823         * ext/gconf/gstgconfvideosrc.h:
18824           Ignore changing the GConf key to "". Ignore GConf key updates
18825           that don't actually change the string.
18826           For now, ignore the GConf key when the state is > READY, as
18827           it breaks streaming. Sometime it will be nice to bring the
18828           new sink online even mid-stream, by sending NEWSEGMENT info
18829           and possibly prerolling.
18830           (Fixes #326736)
18831
18832 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18833
18834         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18835         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18836         (zoomFilterSetResolution), (zoomFilterDestroy),
18837         (zoomFilterFastRGB), (pointFilter):
18838         * gst/goom/filters.h:
18839         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18840         (goom_update), (goom_close):
18841         * gst/goom/goom_core.h:
18842         * gst/goom/goom_tools.h:
18843         * gst/goom/graphic.c:
18844         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18845         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18846         * gst/goom/gstgoom.h:
18847         * gst/goom/lines.c: (goom_lines):
18848         * gst/goom/lines.h:
18849           Make goom reentrant by moving all important static variables
18850           into instance structures.
18851           (Fixes #329181)
18852
18853 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18854
18855         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18856         (gst_avi_demux_all_source_pads_unlinked),
18857         (gst_avi_demux_process_next_entry):
18858         * gst/avi/gstavidemux.h:
18859           Third attempt, use gst_pad_is_linked() this time.
18860
18861 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18862
18863         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18864         (parse_split_strings):
18865         Adjust for data length indicators when parsing (Fixes #329810)
18866         Fix stupid bug parsing UTF-8 tag text.
18867         Output tag strings with multiple fields as multiple tags, so the
18868         app gets all the data.
18869
18870 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18871
18872         * ext/flac/gstflacenc.c:
18873         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18874         show me.
18875         
18876 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18877
18878         * ext/flac/gstflacenc.c:
18879         * gst/matroska/ebml-read.c:
18880         Just make it compile with --disable-gst-debug.
18881
18882 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18883
18884         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18885         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18886         (id3v2_genre_fields_to_taglist):
18887           Never output a tag with a null contents string.
18888
18889 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18890
18891         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18892           Only pause if all pads are unlinked AND we've tried to send data
18893           on all of them at least once.
18894
18895 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18896
18897         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18898         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18899           Make loop function/task pause itself when all source pads are
18900           unlinked.
18901
18902 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18903
18904         * configure.ac:
18905         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18906           Use new functions from core to render a bin from a
18907           string. Fixes build. Up requirements to core CVS.
18908
18909 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18910
18911         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18912           Don't push buffers into the adapter that we are going to
18913           push downstream again without framing anyway. Also, the
18914           adaptor takes ownership of buffers put into it (fixes
18915           auparse pushing invalid buffers for .au files with
18916           ADPCM contents). Finally, set caps on all outgoing buffers.
18917
18918 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18919
18920         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18921         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18922         (gst_id3demux_send_tag_event):
18923         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18924         Someone should kick my butt. Remove ID3v1 tags from the end of the
18925         file.
18926
18927         Improve error messages. Send the TAG message as soon as we complete
18928         typefinding, instead of waiting until we send the first buffer.
18929         Downstream tag event is still sent before the first buffer.
18930
18931 2006-01-27  Jan Gerber  <j@bootlab.org>
18932
18933         Reviewed by: Andy Wingo <wingo@pobox.com>
18934
18935         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18936         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18937         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18938         to not have warings flooding stderr. this is the suggested way
18939         also used in dvgrab and kino. (#328336)
18940
18941 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18942
18943         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18944         (gst_oss_sink_init), (gst_oss_sink_finalise):
18945           Free the device name string when finalised.
18946
18947 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18948
18949         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18950           Don't put function calls in g_return_if_fail() statements,
18951           or they'll be replaced with NOOPs if someone compiles with
18952           G_DISABLE_CHECKS defined.
18953           
18954 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18955
18956         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18957         Never trust ANY information encoded in a media file, especially
18958         when it's giving you sizes. (Fixes #328452)
18959
18960 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18961
18962         * gst/rtp/gstrtpg711pay.c:
18963         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18964         bug #325148.
18965
18966 2006-01-23  Edward Hervey  <edward@fluendo.com>
18967
18968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18969         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18970         * gst/matroska/matroska-ids.h:
18971         Added recognition of Real Audio and Video streams in matroska demuxer.
18972
18973 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18974
18975         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18976           Remove errant break statement, and fix compilation with
18977           older GCC.
18978
18979 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18980
18981         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * sys/sunaudio/gstsunaudiomixerctrl.c:
18984         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18985           Export functions that are needed in other parts of the code,
18986           makes the mixer actually work; adjust magic minimum buffer-time
18987           value from 3ms to 5ms to work around stuttering during mp3
18988           playback (#327765).
18989
18990 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18991
18992         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18993
18994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18995         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18996           Fix possible deadlock in matroska muxer (#327825).
18997
18998 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18999
19000         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19001         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19002         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19003         * gst/rtsp/sdpmessage.h:
19004         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19005         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19006           C89 fixes: declare variables at the beginning of a block and
19007           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19008           <jensgr at gmx dot net>).
19009
19010 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19011
19012         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19013         * gst/id3demux/id3tags.h:
19014         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19015         (parse_comment_frame), (parse_text_identification_frame),
19016         (id3v2_tag_to_taglist), (id3v2_are_digits),
19017         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19018         (parse_split_strings), (free_tag_strings):
19019           Rewrite parsing of text tags to handle multiple NULL terminated
19020           strings. Parse numeric genre strings and ID3v2 type
19021           "(3)(6)Alternative" style genre strings.
19022           Parse dates that are only YYYY or YYYY-mm format.
19023           (Fixes #328241 and #322154)
19024
19025 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19026
19027         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19028           Don't forget to initialize liboil, otherwise our oil functions
19029           will crash (fixes #327871; patch by: Christoph Burghardt
19030           <hawkes at web dot de>).
19031
19032 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19033
19034         * configure.ac:
19035           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19036           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19037           patch by: Brian Cameron <brian dot cameron at sun dot com>
19038
19039 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19040
19041         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19042         * ext/cdio/gstcdio.h:
19043         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19044           Fix build for libcdio versions >= 76; give slightly lower rank
19045           than cdparanoia.
19046
19047 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19048
19049         * configure.ac:
19050         * ext/Makefile.am:
19051         * ext/cdio/Makefile.am:
19052         * ext/cdio/gstcdio.c:
19053         * ext/cdio/gstcdio.h:
19054         * ext/cdio/gstcdiocddasrc.c:
19055         * ext/cdio/gstcdiocddasrc.h:
19056           Port libcdio cdda source, formerly known as cddasrc, now known as
19057           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19058           but that's not tested (fixes #317658).
19059
19060 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19061
19062         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19063           Fix conversion from TIME to BYTES format (fixes #326864;
19064           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19065
19066 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19069           Fix compilation of id3demux when zlib is not present.
19070           (Fixes #326602; patch by: Sergey Scobich)
19071
19072 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * ext/esd/Makefile.am:
19075           Add $(ESD_CFLAGS), otherwise build will fail for folks
19076           with libesd in a non-standard prefix (#327009).
19077
19078 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19079
19080         * configure.ac:
19081           back to HEAD
19082
19083 === release 0.10.1 ===
19084
19085 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19086
19087         * configure.ac:
19088           releasing 0.10.1, "Li"
19089
19090 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19091
19092           patch by: Wim Taymans
19093
19094         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19095           fix memleak.  Fixes #326618
19096
19097 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19098
19099           patch by: Mike Smith
19100
19101         * gst/level/gstlevel.c: (gst_level_message_new),
19102         (gst_level_message_append_channel):
19103           Fix memleak.  Fixes #326612
19104
19105 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19106
19107         * configure.ac:
19108           prereleasing
19109         * po/af.po:
19110         * po/az.po:
19111         * po/cs.po:
19112         * po/en_GB.po:
19113         * po/hu.po:
19114         * po/it.po:
19115         * po/nb.po:
19116         * po/nl.po:
19117         * po/or.po:
19118         * po/sq.po:
19119         * po/sr.po:
19120         * po/sv.po:
19121         * po/uk.po:
19122         * po/vi.po:
19123           update translations
19124
19125 2006-01-10  Michael Smith  <msmith@fluendo.com>
19126
19127         * gst/level/gstlevel.c: (gst_level_class_init),
19128         (gst_level_dispose):
19129           Don't leak filter arrays.
19130
19131 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19132
19133         reviewed by: Christian Schaller <uraeus@gnome.org>
19134         
19135         * configure.ac:
19136         * gst-plugins-good.spec.in:
19137         * sys/Makefile.am:
19138         * sys/sunaudio/Makefile.am:
19139         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19140         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19141         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19142         (gst_sunaudiomixer_change_state):
19143         * sys/sunaudio/gstsunaudiomixer.h:
19144         * sys/sunaudio/gstsunaudiomixerctrl.c:
19145         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19146         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19147         (gst_sunaudiomixer_ctrl_list_tracks),
19148         (gst_sunaudiomixer_ctrl_get_volume),
19149         (gst_sunaudiomixer_ctrl_set_volume),
19150         (gst_sunaudiomixer_ctrl_set_mute),
19151         (gst_sunaudiomixer_ctrl_set_record):
19152         * sys/sunaudio/gstsunaudiomixerctrl.h:
19153         * sys/sunaudio/gstsunaudiomixertrack.c:
19154         (gst_sunaudiomixer_track_class_init),
19155         (gst_sunaudiomixer_track_init), (fill_labels),
19156         (gst_sunaudiomixer_track_new):
19157         * sys/sunaudio/gstsunaudiomixertrack.h:
19158         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19159         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19160         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19161         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19162         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19163         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19164         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19165         * sys/sunaudio/gstsunaudiosink.h:
19166
19167         Add SunAudio plugin - tested to make sure it doesn't break
19168         the build under GNU/Linux.      
19169
19170 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19171
19172         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19173         * gst-plugins-good/gst/udp/gstudpsrc.c:
19174         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19175         overrides the port or multicast parameters. Fixes bugs #323021.
19176         API addition: adds GstUDPSrc::sockfd property   
19177
19178 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * ext/gconf/Makefile.am:
19181         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19182         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19183         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19184         (do_toggle_element), (cb_toggle_element),
19185         (gst_gconf_audio_src_change_state):
19186         * ext/gconf/gstgconfaudiosrc.h:
19187         * ext/gconf/gstgconfelements.c: (plugin_init):
19188         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19189         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19190         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19191         (do_toggle_element), (cb_toggle_element),
19192         (gst_gconf_video_src_change_state):
19193         * ext/gconf/gstgconfvideosrc.h:
19194           Add new gconfaudiosrc and gconfvideosrc elements
19195           (needed for gnome-sound-recorder).
19196
19197 2006-01-06  Edward Hervey  <edward@fluendo.com>
19198
19199         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19200         Add gst_element_no_more_pads() for proper decodebin behaviour.
19201         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19202         (parse_text_identification_frame), (parse_split_strings):
19203         Failure to decode some tags is not a GST_ERROR() but a
19204         GST_WARNING()
19205         When iterating over a chunk of text, check that we haven't gone too
19206         far.
19207
19208 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19209
19210         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19211         (plugin_init):
19212           call oil_init() when using liboil
19213
19214 2006-01-04  Wim Taymans  <wim@fluendo.com>
19215
19216         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19217         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19218         Fix leaks.
19219
19220 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19221
19222         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19223
19224         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19225         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19226         (gst_flac_dec_change_state):
19227           Don't g_assert() where we should just return FALSE; remove
19228           unnecessary g_assert(); initialize some fields properly in
19229           state change function (fixes #325504). Also, use
19230           GST_DEBUG_OBJECT in two more places.
19231
19232 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19233
19234         * configure.ac:
19235           also remove smoothwave's Makefile.am
19236         * docs/plugins/Makefile.am:
19237           fix plugin docs
19238
19239 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19240
19241         * tests/examples/Makefile.am:
19242           added missing Makefile.am
19243
19244 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19245
19246         * configure.ac:
19247         * gst/level/Makefile.am:
19248         * gst/level/level-example.c:
19249         * tests/Makefile.am:
19250         * tests/examples/level/Makefile.am:
19251         * tests/examples/level/level-example.c: (message_handler), (main):
19252           moved level-example to tests/examples/level-example
19253         * tests/old/examples/level/demo.c: (main):
19254         * tests/old/examples/level/plot.c: (main):
19255           some initial fixes
19256
19257 2005-12-29  Michael Smith  <msmith@fluendo.com>
19258
19259         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19260         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19261         * gst/udp/gstmultiudpsink.h:
19262           Track packets sent per client in addition to bytes sent; provide
19263           this info through get-stats signal
19264
19265 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19266
19267         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19268           Can't use gst_object_unref() on a GstAdapter (#325191).
19269
19270 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19271
19272         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19273         If a broken tag has 0 bytes payload, at least still skip
19274         the 10 byte header
19275
19276 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19277
19278         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19279         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19280         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19281         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19282           Making these depayloaders (H263+ and mpeg4 video) inherit from
19283           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19284
19285 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19286
19287         * docs/plugins/gst-plugins-good-plugins.args:
19288         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19289         Regenerate the plugin hiearchy.
19290
19291 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19292
19293         * docs/plugins/Makefile.am:
19294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19296         * docs/plugins/gst-plugins-good-plugins.args:
19297         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19298         (gst_id3demux_base_init), (gst_id3demux_class_init),
19299         (gst_id3demux_chain):
19300         * gst/id3demux/gstid3demux.h:
19301           Add documentation for id3demux.
19302           Don't fail if the first buffer is not at offset 0, just
19303           attempt to typefind and do pass through
19304           Rename the gst_type function from gst_gst_id3demux..
19305
19306 2005-12-20  Michael Smith  <msmith@fluendo.com>
19307
19308         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19309         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19310         (gst_multiudpsink_get_stats):
19311         * gst/udp/gstmultiudpsink.h:
19312           Collect statistics; return them from get_stats.
19313
19314 2005-12-19  Edward Hervey  <edward@fluendo.com>
19315
19316         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19317         Stupid signedness issue...
19318
19319 2005-12-19  Edward Hervey  <edward@fluendo.com>
19320
19321         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19322         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19323         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19324         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19325         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19326         Construct index for indexless files.
19327         Make sure pad/buffers are correctly reset to NULL once we don't need
19328         them anymore, else we get lovely segfaults/assertions.
19329         * gst/wavparse/gstwavparse.c:
19330         Yes, you can have 96KHz audio and wma in wav :(
19331
19332 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19333
19334         * configure.ac:
19335           Check for optional dependency on zlib for id3demux
19336
19337         * gst/id3demux/Makefile.am:
19338         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19339         (gst_id3demux_base_init), (gst_id3demux_class_init),
19340         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19341         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19342         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19343         (gst_id3demux_set_property), (gst_id3demux_get_property),
19344         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19345         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19346         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19347         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19348         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19349         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19350         (simple_find_peek), (simple_find_suggest),
19351         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19352         (plugin_init):
19353         * gst/id3demux/gstid3demux.h:
19354         * gst/id3demux/id3tags.c: (read_synch_uint),
19355         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19356         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19357         (id3demux_id3v2_frames_to_tag_list):
19358         * gst/id3demux/id3tags.h:
19359         * gst/id3demux/id3v2.4.0-frames.txt:
19360         * gst/id3demux/id3v2.4.0-structure.txt:
19361         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19362         (parse_comment_frame), (parse_text_identification_frame),
19363         (id3v2_tag_to_taglist), (parse_split_strings):
19364           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19365           otherwise it discards them. Works on my test files. 
19366
19367         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19368           Don't send EOS to a non-existing srcpad
19369           The debug category can be static
19370
19371 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19372
19373         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19374         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19375         * gst/multipart/multipartdemux.c:
19376           change some char* into char[]
19377
19378 2005-12-16  Wim Taymans  <wim@fluendo.com>
19379
19380         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19381         (gst_wavparse_other), (gst_wavparse_perform_seek),
19382         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19383         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19384         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19385         * gst/wavparse/gstwavparse.h:
19386         Use GstSegment to implement more seeking features.
19387
19388 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19389
19390         * gst/rtsp/rtspconnection.c:
19391           Add <netinet/in.h> include and move <arpa/inet.h> include
19392           to make things work on OpenBSD as well (fixes #323717;
19393           patch by: Benjamin Pineau)
19394
19395 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19396
19397         * gst/rtp/gstrtpspeexdepay.c:
19398         * gst/rtp/gstrtpspeexpay.c:
19399         Set clock rate to be fixed in 8000. It fixes bug #324012.
19400
19401 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19402
19403         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19404         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19405         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19406         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19407         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19408         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19409         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19410         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19411         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19412         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19413         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19414         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19415         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19416         * gst-plugins-good/gst/rtp/README:
19417         Fixed payload range in payloder caps. Removed payload range completely
19418         from depayloaders as they don't require payload type in their caps.
19419         In effect, there isn't any specific payload type for any given codec,
19420         only suggestions.
19421         Fixes bug #324011.
19422
19423 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19424
19425         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19426         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19427         (gst_videomixer_collected): Code cleanup and re-enabling 
19428         queued time validity check for correct EOS handling.
19429
19430 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19431
19432         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19433         (gst_oss_mixer_element_get_property),
19434         (gst_oss_mixer_element_change_state):
19435         Add 'device-name' property and fix state change function.
19436
19437 2005-12-13  Edward Hervey  <edward@fluendo.com>
19438
19439         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19440         If the speed of the file is null in the header, set the frame_time to
19441         the default setting of GST_SECOND / 70. Which is the default
19442         frame_delay for .fli files as stated in this document :
19443         http://www.compuphase.com/flic.htm
19444         Would be nice to have the time conversion done properly too (duration =
19445         flxh->frames * flxdec->frame_time)
19446
19447 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19448
19449         * docs/plugins/Makefile.am:
19450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19452         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19453         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19454         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19455         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19456         documentation for videomixer on my way with a funny sample
19457         pipeline.
19458
19459 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19460
19461         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19462         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19463         (gst_videomixer_update_queues), (gst_videomixer_collected):
19464         Fix caps negotiation. (#323896)
19465
19466 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19467
19468         * gst/matroska/matroska-demux.c:
19469         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19470           Set correct timestamps on audio laces, fixes playback of mp3 from
19471                 matroska.
19472
19473 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19474
19475         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19476         (gst_au_parse_class_init), (gst_au_parse_init),
19477         (gst_au_parse_dispose), (gst_au_parse_chain),
19478         (gst_au_parse_change_state), (plugin_init):
19479         * gst/auparse/gstauparse.h:
19480           Use gst_object_unref() for GstObjects instead of
19481           g_object_unref() and fix a mem leak in a debug
19482           statement; while we're at it, also borgify, use
19483           boilerplate macros and clean up a little bit.
19484
19485 2005-12-11  Edward Hervey  <edward@fluendo.com>
19486
19487         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19488         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19489         Added pull mode.
19490
19491 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19492
19493         * gst/goom/gstgoom.c:
19494         * gst/level/level-example.c: (main):
19495         * gst/smoothwave/demo-osssrc.c: (main):
19496           Use audiotestsrc instead of sinesrc (#323798).
19497
19498 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19499
19500         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19501           more debug-func-ptr usage
19502
19503 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19504
19505         * gst/flx/flx_color.c: (flx_colorspace_convert):
19506         * gst/flx/flx_color.h:
19507         * gst/flx/flx_fmt.h:
19508         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19509         * gst/flx/gstflxdec.h:
19510           Now flxdec works on big-endian machines as well.
19511
19512 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19513
19514         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19515         (gst_fenced_buffer_copy):
19516           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19517           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19518           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19519           and use GST_DEBUG_FUNCPTR for pad functions.
19520
19521 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19522
19523         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19524         (gst_flac_dec_class_init), (gst_flac_dec_init),
19525         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19526         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19527         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19528         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19529         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19530         (gst_flac_dec_change_state):
19531         * ext/flac/gstflacdec.h:
19532           Rewrite flacdec a bit, so that even seeking might work now. Most
19533           importantly, don't act upon any flow return values we get, just tell
19534           the decoder everything's dandy and act on the flow return values
19535           later on in the loop function. We don't want to mess up the internal
19536           decoder state for non-fatal things like flushing pads etc. Other
19537           than that, use GstSegment (segment seeks don't work yet though, but
19538           should be easy to add), use boilerplate macros, drop the superfluous
19539           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19540           lots of other things.
19541
19542 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19543
19544         * configure.ac:
19545           Update comment in OSS includes check.
19546
19547         * sys/oss/gstossdmabuffer.c:
19548         * sys/oss/gstosshelper.c:
19549         * sys/oss/gstossmixer.c:
19550         * sys/oss/gstossmixertrack.c:
19551         * sys/oss/gstosssink.c:
19552         * sys/oss/gstosssrc.c:
19553         * sys/oss/oss_probe.c:
19554           Don't assume the OSS soundcard.h include is always in
19555           the sys/ directory. Instead, use the existing defines
19556           from config.h to include the right file. Fixes
19557           compilation on OpenBSD 3.8 (#323718).
19558
19559 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19560
19561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19562         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19563         * docs/plugins/inspect/plugin-1394.xml:
19564         * docs/plugins/inspect/plugin-aasink.xml:
19565         * docs/plugins/inspect/plugin-alaw.xml:
19566         * docs/plugins/inspect/plugin-alpha.xml:
19567         * docs/plugins/inspect/plugin-alphacolor.xml:
19568         * docs/plugins/inspect/plugin-auparse.xml:
19569         * docs/plugins/inspect/plugin-autodetect.xml:
19570         * docs/plugins/inspect/plugin-avi.xml:
19571         * docs/plugins/inspect/plugin-cacasink.xml:
19572         * docs/plugins/inspect/plugin-cairo.xml:
19573         * docs/plugins/inspect/plugin-cutter.xml:
19574         * docs/plugins/inspect/plugin-debug.xml:
19575         * docs/plugins/inspect/plugin-dv.xml:
19576         * docs/plugins/inspect/plugin-efence.xml:
19577         * docs/plugins/inspect/plugin-effectv.xml:
19578         * docs/plugins/inspect/plugin-esdsink.xml:
19579         * docs/plugins/inspect/plugin-flac.xml:
19580         * docs/plugins/inspect/plugin-flxdec.xml:
19581         * docs/plugins/inspect/plugin-gconfelements.xml:
19582         * docs/plugins/inspect/plugin-goom.xml:
19583         * docs/plugins/inspect/plugin-jpeg.xml:
19584         * docs/plugins/inspect/plugin-level.xml:
19585         * docs/plugins/inspect/plugin-matroska.xml:
19586         * docs/plugins/inspect/plugin-mulaw.xml:
19587         * docs/plugins/inspect/plugin-multipart.xml:
19588         * docs/plugins/inspect/plugin-navigationtest.xml:
19589         * docs/plugins/inspect/plugin-ossaudio.xml:
19590         * docs/plugins/inspect/plugin-png.xml:
19591         * docs/plugins/inspect/plugin-rtp.xml:
19592         * docs/plugins/inspect/plugin-rtsp.xml:
19593         * docs/plugins/inspect/plugin-shout2send.xml:
19594         * docs/plugins/inspect/plugin-smpte.xml:
19595         * docs/plugins/inspect/plugin-speex.xml:
19596         * docs/plugins/inspect/plugin-udp.xml:
19597         * docs/plugins/inspect/plugin-videobox.xml:
19598         * docs/plugins/inspect/plugin-videoflip.xml:
19599         * docs/plugins/inspect/plugin-videomixer.xml:
19600         * docs/plugins/inspect/plugin-wavenc.xml:
19601         * docs/plugins/inspect/plugin-wavparse.xml:
19602         * ext/flac/gstflac.c: (plugin_init):
19603         * ext/flac/gstflacdec.c: (flacdec_get_type),
19604         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19605         (gst_flac_dec_init), (gst_flac_dec_finalize),
19606         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19607         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19608         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19609         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19610         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19611         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19612         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19613         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19614         * ext/flac/gstflacdec.h:
19615         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19616         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19617         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19618         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19619         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19620         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19621         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19622         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19623         (gst_flac_enc_change_state):
19624         * ext/flac/gstflacenc.h:
19625           borgify and fix up documentation
19626
19627 2005-12-09  Michael Smith  <msmith@fluendo.com>
19628
19629         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19630           Accept a wider range of flac files, more closely matching flac spec.
19631
19632 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19633
19634         * docs/plugins/Makefile.am: Add multipart elements.
19635         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19636         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19637         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19638         * gst/multipart/multipartdemux.c:
19639         * gst/multipart/multipartmux.c: Add docs.
19640
19641 2005-12-07  Edward Hervey  <edward@fluendo.com>
19642
19643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19644         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19645         (gst_avi_demux_invert):
19646         Memleak and crasher fixes.
19647         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19648         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19649         Memleak fixes
19650
19651 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19652
19653         * ext/aalib/gstaasink.h:
19654         * ext/cairo/gsttextoverlay.h:
19655         * ext/dv/gstdvdec.h:
19656         * ext/dv/gstdvdemux.c:
19657         * ext/dv/gstdvdemux.h:
19658         * ext/esd/esdsink.h:
19659         * ext/flac/flac_compat.h:
19660         * ext/flac/gstflacdec.h:
19661         * ext/flac/gstflacenc.h:
19662         * ext/gconf/gconf.h:
19663         * ext/gconf/gstgconfaudiosink.h:
19664         * ext/gconf/gstgconfvideosink.h:
19665         * ext/gdk_pixbuf/gstgdkanimation.h:
19666         * ext/jpeg/gstjpegdec.h:
19667         * ext/jpeg/smokecodec.h:
19668         * ext/jpeg/smokeformat.h:
19669         * ext/ladspa/gstsignalprocessor.h:
19670         * ext/ladspa/search.c: (LADSPAPluginSearch):
19671         * ext/ladspa/utils.h:
19672         * ext/libmng/gstmng.c:
19673         * ext/libmng/gstmngdec.h:
19674         * ext/libmng/gstmngenc.c:
19675         * ext/libmng/gstmngenc.h:
19676         * ext/libpng/gstpng.c:
19677         * ext/libpng/gstpngenc.c:
19678         * ext/libpng/gstpngenc.h:
19679         * ext/shout2/gstshout2.h:
19680         * ext/speex/gstspeexdec.h:
19681         * ext/speex/gstspeexenc.c:
19682         * ext/speex/gstspeexenc.h:
19683         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19684         * gst/autodetect/gstautoaudiosink.h:
19685         * gst/autodetect/gstautovideosink.h:
19686         * gst/avi/gstavidemux.h:
19687         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19688         (gst_cutter_set_property), (gst_cutter_get_caps):
19689         * gst/cutter/gstcutter.h:
19690         * gst/debug/tests.c: (md5_process_block):
19691         * gst/debug/tests.h:
19692         * gst/effectv/gstwarp.c:
19693         * gst/flx/flx_fmt.h:
19694         * gst/flx/gstflxdec.h:
19695         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19696         (zoomFilterFastRGB):
19697         * gst/goom/filters.h:
19698         * gst/goom/goom_tools.h:
19699         * gst/law/alaw-encode.c:
19700         * gst/level/gstlevel.c:
19701         * gst/level/gstlevel.h:
19702         * gst/matroska/ebml-write.h:
19703         * gst/matroska/matroska-demux.h:
19704         * gst/matroska/matroska-ids.h:
19705         * gst/matroska/matroska-mux.h:
19706         * gst/monoscope/convolve.c: (convolve_match):
19707         * gst/monoscope/convolve.h:
19708         * gst/multipart/multipartmux.c:
19709         * gst/oldcore/gstaggregator.c:
19710         * gst/oldcore/gstaggregator.h:
19711         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19712         * gst/oldcore/gstmd5sink.h:
19713         * gst/oldcore/gstmultifilesrc.c:
19714         * gst/oldcore/gstmultifilesrc.h:
19715         * gst/oldcore/gstpipefilter.h:
19716         * gst/oldcore/gstshaper.h:
19717         * gst/rtp/gstrtpL16depay.h:
19718         * gst/rtp/gstrtpL16pay.h:
19719         * gst/rtp/gstrtpdepay.h:
19720         * gst/rtp/gstrtpmp4vpay.c:
19721         * gst/rtp/gstrtpmp4vpay.h:
19722         * gst/rtsp/gstrtspsrc.c:
19723         * gst/rtsp/gstrtspsrc.h:
19724         * gst/rtsp/rtspconnection.h:
19725         * gst/rtsp/rtspdefs.h:
19726         * gst/rtsp/rtspmessage.h:
19727         * gst/rtsp/rtsptransport.h:
19728         * gst/rtsp/rtspurl.c:
19729         * gst/rtsp/rtspurl.h:
19730         * gst/rtsp/sdpmessage.c:
19731         * gst/rtsp/sdpmessage.h:
19732         * gst/smpte/barboxwipes.c:
19733         * gst/smpte/gstmask.h:
19734         * gst/smpte/gstsmpte.h:
19735         * gst/smpte/paint.c:
19736         * gst/smpte/paint.h:
19737         * gst/udp/gstdynudpsink.h:
19738         * gst/udp/gstmultiudpsink.h:
19739         * gst/udp/gstudpsink.c:
19740         * gst/udp/gstudpsink.h:
19741         * gst/udp/gstudpsrc.c:
19742         * gst/videomixer/videomixer.c:
19743         * gst/wavenc/riff.h:
19744         * gst/wavparse/gstwavparse.h:
19745         * sys/oss/gstossdmabuffer.h:
19746         * sys/oss/gstossmixer.h:
19747         * sys/oss/gstossmixerelement.h:
19748         * sys/oss/gstossmixertrack.h:
19749         * sys/oss/gstosssink.c:
19750         * sys/oss/gstosssink.h:
19751         * sys/oss/gstosssrc.c:
19752         * sys/oss/gstosssrc.h:
19753         * sys/osxaudio/gstosxaudioelement.h:
19754         * sys/osxaudio/gstosxaudiosink.h:
19755         * sys/osxaudio/gstosxaudiosrc.h:
19756           expand tabs
19757
19758 === release 0.10.0 ===
19759
19760 2005-12-05   <thomas (at) apestaart (dot) org>
19761
19762         * configure.ac:
19763           releasing 0.10.0, "Abondance"
19764
19765 2005-12-05  Andy Wingo  <wingo@pobox.com>
19766
19767         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19768         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19769         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19770         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19771         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19772         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19773         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19774         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19775         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19776         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19777         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19778         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19779         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19780         * gst/goom/gstgoom.c: (gst_goom_chain):
19781         * gst/matroska/matroska-demux.c:
19782         (gst_matroska_demux_push_vorbis_codec_priv_data),
19783         (gst_matroska_demux_add_wvpk_header):
19784         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19785         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19786         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19787         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19788         alloc_buffer changes.
19789
19790 2005-12-05  Michael Smith  <msmith@fluendo.com>
19791
19792         * docs/plugins/gst-plugins-good-plugins.args:
19793           Remove args for plugins that aren't in -good.
19794
19795 === release 0.9.7 ===
19796
19797 2005-12-01   <thomas (at) apestaart (dot) org>
19798
19799         * configure.ac:
19800           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19801
19802 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19803
19804         * docs/plugins/.cvsignore:
19805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19806         * docs/plugins/inspect/plugin-multipart.xml:
19807         * docs/plugins/inspect/plugin-rtp.xml:
19808           add multipart plugin to docs
19809
19810 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19811
19812         * configure.ac:
19813         * ext/Makefile.am:
19814         * ext/pango/Makefile.am:
19815         * ext/pango/gstclockoverlay.c:
19816         * ext/pango/gstclockoverlay.h:
19817         * ext/pango/gsttextoverlay.c:
19818         * ext/pango/gsttextoverlay.h:
19819         * ext/pango/gsttextrender.c:
19820         * ext/pango/gsttextrender.h:
19821         * ext/pango/gsttimeoverlay.c:
19822         * ext/pango/gsttimeoverlay.h:
19823           move pango to base
19824
19825 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19826
19827         * gst/rtp/Makefile.am:
19828         * gst/rtp/gstrtpL16depay.c:
19829         * gst/rtp/gstrtpL16depay.h:
19830         * gst/rtp/gstrtpL16parse.c:
19831         * gst/rtp/gstrtpL16parse.h:
19832         * gst/rtp/gstrtpgsmdepay.c:
19833         * gst/rtp/gstrtpgsmdepay.h:
19834         * gst/rtp/gstrtpgsmparse.c:
19835         * gst/rtp/gstrtpgsmparse.h:
19836           parsers are depayers
19837
19838 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19839
19840         * gst/rtp/Makefile.am:
19841         * gst/rtp/gstasteriskh263.c:
19842         * gst/rtp/gstrtp.c:
19843         * gst/rtp/gstrtpL16enc.c:
19844         * gst/rtp/gstrtpL16enc.h:
19845         * gst/rtp/gstrtpL16parse.c:
19846         * gst/rtp/gstrtpL16parse.h:
19847         * gst/rtp/gstrtpL16pay.c:
19848         * gst/rtp/gstrtpL16pay.h:
19849         * gst/rtp/gstrtpamrdec.c:
19850         * gst/rtp/gstrtpamrdec.h:
19851         * gst/rtp/gstrtpamrdepay.c:
19852         * gst/rtp/gstrtpamrdepay.h:
19853         * gst/rtp/gstrtpamrenc.c:
19854         * gst/rtp/gstrtpamrenc.h:
19855         * gst/rtp/gstrtpamrpay.c:
19856         * gst/rtp/gstrtpamrpay.h:
19857         * gst/rtp/gstrtpdec.c:
19858         * gst/rtp/gstrtpdec.h:
19859         * gst/rtp/gstrtpdepay.c:
19860         * gst/rtp/gstrtpdepay.h:
19861         * gst/rtp/gstrtpg711dec.c:
19862         * gst/rtp/gstrtpg711dec.h:
19863         * gst/rtp/gstrtpg711depay.c:
19864         * gst/rtp/gstrtpg711depay.h:
19865         * gst/rtp/gstrtpg711enc.c:
19866         * gst/rtp/gstrtpg711enc.h:
19867         * gst/rtp/gstrtpg711pay.c:
19868         * gst/rtp/gstrtpg711pay.h:
19869         * gst/rtp/gstrtpgsmenc.c:
19870         * gst/rtp/gstrtpgsmenc.h:
19871         * gst/rtp/gstrtpgsmparse.c:
19872         * gst/rtp/gstrtpgsmparse.h:
19873         * gst/rtp/gstrtpgsmpay.c:
19874         * gst/rtp/gstrtpgsmpay.h:
19875         * gst/rtp/gstrtph263enc.c:
19876         * gst/rtp/gstrtph263enc.h:
19877         * gst/rtp/gstrtph263pay.c:
19878         * gst/rtp/gstrtph263pay.h:
19879         * gst/rtp/gstrtph263pdec.c:
19880         * gst/rtp/gstrtph263pdec.h:
19881         * gst/rtp/gstrtph263pdepay.c:
19882         * gst/rtp/gstrtph263pdepay.h:
19883         * gst/rtp/gstrtph263penc.c:
19884         * gst/rtp/gstrtph263penc.h:
19885         * gst/rtp/gstrtph263ppay.c:
19886         * gst/rtp/gstrtph263ppay.h:
19887         * gst/rtp/gstrtpmp4vdec.c:
19888         * gst/rtp/gstrtpmp4vdec.h:
19889         * gst/rtp/gstrtpmp4vdepay.c:
19890         * gst/rtp/gstrtpmp4vdepay.h:
19891         * gst/rtp/gstrtpmp4venc.c:
19892         * gst/rtp/gstrtpmp4venc.h:
19893         * gst/rtp/gstrtpmp4vpay.c:
19894         * gst/rtp/gstrtpmp4vpay.h:
19895         * gst/rtp/gstrtpmpadec.c:
19896         * gst/rtp/gstrtpmpadec.h:
19897         * gst/rtp/gstrtpmpadepay.c:
19898         * gst/rtp/gstrtpmpadepay.h:
19899         * gst/rtp/gstrtpmpaenc.c:
19900         * gst/rtp/gstrtpmpaenc.h:
19901         * gst/rtp/gstrtpmpapay.c:
19902         * gst/rtp/gstrtpmpapay.h:
19903         * gst/rtp/gstrtpspeexdec.c:
19904         * gst/rtp/gstrtpspeexdec.h:
19905         * gst/rtp/gstrtpspeexdepay.c:
19906         * gst/rtp/gstrtpspeexdepay.h:
19907         * gst/rtp/gstrtpspeexenc.c:
19908         * gst/rtp/gstrtpspeexenc.h:
19909         * gst/rtp/gstrtpspeexpay.c:
19910         * gst/rtp/gstrtpspeexpay.h:
19911           Do burger's rename for rtp payloaders and depayloaders
19912
19913 2005-11-30  Wim Taymans  <wim@fluendo.com>
19914
19915         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19916         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19917         * ext/dv/gstdvdemux.h:
19918         Fix seeking in dvdemux again, add some more debug info.
19919
19920 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19921
19922         * configure.ac:
19923           fix tests
19924
19925 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19926
19927         * PORTED_09:
19928         * docs/random/PORTED_09:
19929           move
19930         * tests/Makefile.am:
19931           add
19932         * win32/gst.sln:
19933           remove
19934
19935 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19936
19937         * Makefile.am:
19938         * check/.cvsignore:
19939         * check/Makefile.am:
19940         * check/elements/.cvsignore:
19941         * check/elements/level.c:
19942         * check/elements/matroskamux.c:
19943         * configure.ac:
19944         * examples/Makefile.am:
19945         * examples/capsfilter/Makefile.am:
19946         * examples/capsfilter/capsfilter1.c:
19947         * examples/gob/Makefile.am:
19948         * examples/gob/gst-identity2.gob:
19949         * examples/gstplay/.cvsignore:
19950         * examples/gstplay/Makefile.am:
19951         * examples/gstplay/player.c:
19952         * examples/indexing/.cvsignore:
19953         * examples/indexing/Makefile.am:
19954         * examples/indexing/indexmpeg.c:
19955         * examples/level/Makefile.am:
19956         * examples/level/README:
19957         * examples/level/demo.c:
19958         * examples/level/plot.c:
19959         * examples/stats/Makefile.am:
19960         * examples/stats/mp2ogg.c:
19961         * examples/switch/.cvsignore:
19962         * examples/switch/Makefile.am:
19963         * examples/switch/switcher.c:
19964           move under tests/
19965
19966 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19967
19968         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19969         (gst_text_render_class_init), (resize_bitmap),
19970         (gst_text_render_render_text), (gst_text_render_setcaps),
19971         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19972         (gst_text_render_chain), (gst_text_render_finalize),
19973         (gst_text_render_init), (gst_text_render_set_property):
19974         * ext/pango/gsttextrender.h:
19975           Add missing files.
19976
19977 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19978
19979         * configure.ac:
19980         * ext/Makefile.am:
19981         * ext/pango/Makefile.am:
19982         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19983         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19984         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19985         * ext/pango/gstclockoverlay.h:
19986         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19987         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19988         (gst_text_overlay_finalize), (gst_text_overlay_init),
19989         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19990         (gst_text_overlay_text_pad_linked),
19991         (gst_text_overlay_text_pad_unlinked),
19992         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19993         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19994         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19995         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19996         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19997         (gst_text_overlay_change_state), (plugin_init):
19998         * ext/pango/gsttextoverlay.h:
19999         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20000         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20001         (gst_time_overlay_class_init), (gst_time_overlay_init):
20002         * ext/pango/gsttimeoverlay.h:
20003           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20004           and add background shading and text wrapping modes. Make 
20005           timoverlay derive from textoverlay. Also add new clockoverlay
20006           element.
20007
20008 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20009
20010         * gst/udp/Makefile.am: Moved to netbuffer.
20011
20012 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20013
20014         * configure.ac:
20015         * PORTED_O9:
20016         * gst/multipart/Makefile.am:
20017         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20018         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20019         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20020         (gst_multipart_demux_change_state),
20021         (gst_multipart_demux_plugin_init):
20022         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20023         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20024         (gst_multipart_mux_sinkconnect),
20025         (gst_multipart_mux_request_new_pad),
20026         (gst_multipart_mux_handle_src_event),
20027         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20028         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20029         0.9.
20030
20031 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20032
20033         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20034         * gst/debug/gstnavigationtest.h:
20035         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20036         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20037         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20038         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20039         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20040         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20041         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20042         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20043         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20044         (gst_video_flip_get_type):
20045         * gst/videofilter/gstvideoflip.h:
20046           update for symbols change
20047
20048 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * gst/udp/gstdynudpsink.c:
20051         * gst/udp/gstudpsrc.c:
20052           the old gstnet lib was renamed gstnetbuffer (#322257)
20053
20054 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20055
20056         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20057         (gst_text_overlay_collected):
20058           Actually render the text from the text pad.
20059
20060 2005-11-29  Edward Hervey  <edward@fluendo.com>
20061
20062         * gst/debug/gstnavseek.c: (gst_navseek_event):
20063         * gst/debug/progressreport.c: (gst_progress_report_event):
20064         Update for GstBaseTransform event virtual method
20065
20066 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         * ext/cairo/Makefile.am:
20069           no need to link to videofilter
20070
20071 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20072
20073         * gst/debug/Makefile.am:
20074         * gst/debug/gstnavigationtest.h:
20075         * gst/effectv/Makefile.am:
20076         * gst/effectv/gstaging.c:
20077         * gst/effectv/gstdice.c:
20078         * gst/effectv/gstedge.c:
20079         * gst/effectv/gstquark.c:
20080         * gst/effectv/gstrev.c:
20081         * gst/effectv/gstshagadelic.c:
20082         * gst/effectv/gstvertigo.c:
20083         * gst/effectv/gstwarp.c:
20084         * gst/videofilter/Makefile.am:
20085         * gst/videofilter/gstvideofilter.c:
20086         * gst/videofilter/gstvideofilter.h:
20087         * gst/videofilter/gstvideoflip.h:
20088           remove the videofilter library and link to the one in base
20089
20090 2005-11-28  Edward Hervey  <edward@fluendo.com>
20091
20092         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20093         Useless check now we're setting the current entry correctly.
20094
20095 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20096
20097         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20098         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20099         (gst_jpegenc_change_state):
20100           Don't leak input buffer in chain function (fixes #322667); make 
20101           state change function thread-safe; don't repeat the current function
20102           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20103           gst_pad_alloc_buffer(); misc. minor cleanups.
20104
20105 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20106
20107         * gst/matroska/matroska-mux.c:
20108         (gst_matroska_mux_video_pad_setcaps):
20109         Look for pixel-aspect-ratio in caps, not pixel_width and
20110         pixel_height (Fixes: #322645)
20111
20112 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20113
20114         * gst/matroska/matroska-mux.c:
20115         (gst_matroska_mux_video_pad_setcaps):
20116         From Michal Benes:
20117         frame duration should be GST_SECOND / framerate, not
20118         GST_SECOND * framerate. (Fixes: #322643)
20119
20120 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * configure.ac:
20123           fix up GST_PLUGIN_LDFLAGS
20124         * gst/rtsp/rtspconnection.c:
20125           fix includes (see #317043)
20126         * gst/videofilter/Makefile.am:
20127           stop installing this library
20128
20129 2005-11-26  Edward Hervey  <edward@fluendo.com>
20130
20131         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20132         Handle the case where the incoming Video dv stream doesn't have
20133         a pixel aspect ratio set.
20134
20135 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20136
20137         * docs/plugins/Makefile.am:
20138         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20139         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20140         * ext/flac/gstflacdec.c:
20141           document flacdec
20142
20143 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         * docs/plugins/Makefile.am:
20146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20148         * docs/plugins/inspect/plugin-autodetect.xml:
20149         * ext/cairo/gstcairo.c: (plugin_init):
20150         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20151         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20152         (gst_text_overlay_init), (gst_text_overlay_font_init),
20153         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20154         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20155         (gst_text_overlay_text_pad_linked),
20156         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20157         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20158         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20159         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20160         (gst_text_overlay_change_state):
20161         * ext/cairo/gsttextoverlay.h:
20162         * ext/cairo/gsttimeoverlay.c:
20163         (gst_cairo_time_overlay_update_font_height),
20164         (gst_cairo_time_overlay_set_caps),
20165         (gst_cairo_time_overlay_get_unit_size),
20166         (gst_cairo_time_overlay_print_smpte_time),
20167         (gst_cairo_time_overlay_transform),
20168         (gst_cairo_time_overlay_base_init),
20169         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20170         (gst_cairo_time_overlay_get_type):
20171         * ext/cairo/gsttimeoverlay.h:
20172           do some name borgifying
20173           document
20174
20175 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * docs/plugins/Makefile.am:
20178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20180         * gst/autodetect/gstautoaudiosink.c:
20181         (gst_auto_audio_sink_base_init):
20182         * gst/autodetect/gstautovideosink.c:
20183         (gst_auto_video_sink_base_init),
20184         (gst_auto_video_sink_factory_filter):
20185           documenting auto*sink
20186           using strstr for the video sink lookup, class field is not ordered
20187         * docs/plugins/inspect/plugin-1394.xml:
20188         * docs/plugins/inspect/plugin-aasink.xml:
20189         * docs/plugins/inspect/plugin-alaw.xml:
20190         * docs/plugins/inspect/plugin-alpha.xml:
20191         * docs/plugins/inspect/plugin-alphacolor.xml:
20192         * docs/plugins/inspect/plugin-auparse.xml:
20193         * docs/plugins/inspect/plugin-autodetect.xml:
20194         * docs/plugins/inspect/plugin-avi.xml:
20195         * docs/plugins/inspect/plugin-cacasink.xml:
20196         * docs/plugins/inspect/plugin-cairo.xml:
20197         * docs/plugins/inspect/plugin-cutter.xml:
20198         * docs/plugins/inspect/plugin-debug.xml:
20199         * docs/plugins/inspect/plugin-dv.xml:
20200         * docs/plugins/inspect/plugin-efence.xml:
20201         * docs/plugins/inspect/plugin-effectv.xml:
20202         * docs/plugins/inspect/plugin-esdsink.xml:
20203         * docs/plugins/inspect/plugin-flac.xml:
20204         * docs/plugins/inspect/plugin-flxdec.xml:
20205         * docs/plugins/inspect/plugin-gconfelements.xml:
20206         * docs/plugins/inspect/plugin-goom.xml:
20207         * docs/plugins/inspect/plugin-jpeg.xml:
20208         * docs/plugins/inspect/plugin-level.xml:
20209         * docs/plugins/inspect/plugin-matroska.xml:
20210         * docs/plugins/inspect/plugin-mulaw.xml:
20211         * docs/plugins/inspect/plugin-navigationtest.xml:
20212         * docs/plugins/inspect/plugin-ossaudio.xml:
20213         * docs/plugins/inspect/plugin-png.xml:
20214         * docs/plugins/inspect/plugin-rtp.xml:
20215         * docs/plugins/inspect/plugin-rtsp.xml:
20216         * docs/plugins/inspect/plugin-shout2send.xml:
20217         * docs/plugins/inspect/plugin-smpte.xml:
20218         * docs/plugins/inspect/plugin-speex.xml:
20219         * docs/plugins/inspect/plugin-udp.xml:
20220         * docs/plugins/inspect/plugin-videobox.xml:
20221         * docs/plugins/inspect/plugin-videoflip.xml:
20222         * docs/plugins/inspect/plugin-videomixer.xml:
20223         * docs/plugins/inspect/plugin-wavenc.xml:
20224         * docs/plugins/inspect/plugin-wavparse.xml:
20225           update for HEAD version
20226
20227 2005-11-25  Michael Smith  <msmith@fluendo.com>
20228
20229         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20230           Patch from Sebastien Cote to close control sockets in udpsrc.
20231
20232 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20233
20234         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20235         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20236         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20237         (gst_quarktv_base_init), (gst_quarktv_class_init),
20238         (gst_quarktv_init): Flush the planes list on reverse caps
20239         negotiation. This was crashing because of differently sized
20240         buffers.
20241
20242 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20243
20244         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20245         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20246         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20247         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20248         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20249         (gst_videoflip_set_property), (gst_videoflip_base_init),
20250         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20251         correctly, fix identity flipping, convert navigation event 
20252         correctly again.
20253
20254 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20255
20256         * configure.ac: back to HEAD
20257
20258 === release 0.9.6 ===
20259
20260 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20261
20262         * configure.ac:
20263           releasing 0.9.6, "Everything's Not Lost"
20264
20265 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20266
20267         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20268         Oops, initialise the framerate GValue
20269
20270 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20271
20272         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20273         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20274         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20275         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20276         (gst_timeoverlay_get_type):
20277         * ext/cairo/gsttimeoverlay.h:
20278         * gst/debug/Makefile.am:
20279         * gst/debug/gstnavigationtest.c:
20280         (gst_navigationtest_handle_src_event),
20281         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20282         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20283         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20284         (gst_navigationtest_init), (gst_navigationtest_get_type),
20285         (plugin_init):
20286         * gst/debug/gstnavigationtest.h:
20287         * gst/effectv/Makefile.am:
20288         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20289         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20290         (gst_agingtv_base_init), (gst_agingtv_class_init),
20291         (gst_agingtv_init), (gst_agingtv_get_type):
20292         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20293         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20294         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20295         (gst_dicetv_get_type):
20296         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20297         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20298         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20299         (gst_edgetv_get_type):
20300         * gst/effectv/gsteffectv.c:
20301         * gst/effectv/gsteffectv.h:
20302         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20303         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20304         (gst_quarktv_change_state), (gst_quarktv_base_init),
20305         (gst_quarktv_class_init), (gst_quarktv_init),
20306         (gst_quarktv_get_type):
20307         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20308         (gst_revtv_get_unit_size), (gst_revtv_transform),
20309         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20310         (gst_revtv_get_type):
20311         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20312         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20313         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20314         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20315         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20316         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20317         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20318         (gst_vertigotv_init), (gst_vertigotv_get_type):
20319         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20320         (gst_warptv_get_unit_size), (gst_warptv_transform),
20321         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20322         (gst_warptv_get_type):
20323         * gst/videofilter/Makefile.am:
20324         * gst/videofilter/gstvideobalance.c:
20325         * gst/videofilter/gstvideobalance.h:
20326         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20327         (gst_videofilter_class_init), (gst_videofilter_init):
20328         * gst/videofilter/gstvideofilter.h:
20329         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20330         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20331         (gst_videoflip_flip), (gst_videoflip_transform),
20332         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20333         (gst_videoflip_base_init), (gst_videoflip_class_init),
20334         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20335         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20336         BaseTransform, it's just a place holder for now and every video
20337         effect plugin has been ported to use BaseTransform features 
20338         directly. QuarkTV was fixed too (was broken), navigationtest works
20339         and best for the end, videoflip converts navigation events depending
20340         on flip method ! Fixes #320953
20341
20342 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20343
20344         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20345         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20346         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20347         (gst_goom_src_negotiate), (gst_goom_chain):
20348         * gst/matroska/matroska-mux.c:
20349         (gst_matroska_mux_video_pad_setcaps):
20350         * sys/osxvideo/osxvideosink.m:
20351           Fixes for API changes
20352
20353 2005-11-23  Michael Smith <msmith@fluendo.com>
20354
20355         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20356         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20357         * ext/jpeg/gstjpegdec.h:
20358         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20359         * ext/jpeg/gstjpegenc.h:
20360         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20361         (gst_smokeenc_resync):
20362         * ext/jpeg/gstsmokeenc.h:
20363           JPEG fractiony goodness.
20364
20365 2005-11-22  Michael Smith <msmith@fluendo.com>
20366
20367         * gst/goom/filters.c:
20368         * gst/goom/graphic.h:
20369           Fix compilation by making some functions static inline instead of
20370           extern inline, matching the way they're used.
20371
20372 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20373
20374         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20375         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20376         * ext/cairo/gsttextoverlay.h:
20377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20378         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20379         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20380         (gst_pngdec_caps_create_and_set):
20381         * ext/libpng/gstpngdec.h:
20382         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20383         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20384         * gst/avi/gstavimux.c: (gst_avimux_init),
20385         (gst_avimux_vidsinkconnect):
20386         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20387         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20388         (gst_goom_src_negotiate), (gst_goom_chain):
20389         * gst/goom/gstgoom.h:
20390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20391         * gst/matroska/matroska-mux.c:
20392         (gst_matroska_mux_video_pad_setcaps):
20393         * sys/osxvideo/osxvideosink.h:
20394         * sys/osxvideo/osxvideosink.m:
20395           More fractional framerate conversions 
20396
20397 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20398
20399         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20400         * gst/debug/gstnavigationtest.c:
20401         (gst_navigationtest_handle_src_event):
20402         * gst/videofilter/gstvideofilter.c:
20403         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20404         (gst_videofilter_init):
20405         * gst/videofilter/gstvideofilter.h:
20406           Convert to fractional framerates.
20407
20408 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20409
20410         * ext/aalib/gstaasink.c:
20411         * ext/dv/gstdvdec.c:
20412         * ext/esd/esdmon.c:
20413         * ext/flac/gstflacenc.c:
20414         * ext/gdk_pixbuf/pixbufscale.c:
20415         * ext/libcaca/gstcacasink.c:
20416         * ext/shout2/gstshout2.c:
20417         * gst/alpha/gstalpha.c:
20418         * gst/oldcore/gstaggregator.c:
20419         * gst/oldcore/gstshaper.c:
20420         * gst/smpte/barboxwipes.c:
20421         * gst/smpte/gstsmpte.c:
20422         * gst/videobox/gstvideobox.c:
20423         * gst/videofilter/gstvideoflip.c:
20424         * gst/videomixer/videomixer.c:
20425           fix up more enums
20426
20427 2005-11-22  Michael Smith <msmith@fluendo.com>
20428
20429         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20430         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20431         (gst_videomixer_update_queues):
20432           Fractional framerates, videomixer.
20433
20434 2005-11-22  Michael Smith <msmith@fluendo.com>
20435
20436         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20437         * ext/dv/gstdvdec.h:
20438         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20439         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20440         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20441         (gst_dvdemux_flush):
20442         * ext/dv/gstdvdemux.h:
20443           Fractional framerates for DV. 
20444
20445 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20446
20447         * gst/autodetect/gstautoaudiosink.c:
20448         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20449         * gst/autodetect/gstautovideosink.c:
20450         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20451           Use gst_plugin_feature_list_free() to free feature list and
20452           in the case of autovideosink free the list at all. Also
20453           miscellaneous cosmetic fixes.
20454
20455 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20456
20457         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20458         (gst_cutter_set_property), (gst_cutter_get_caps):
20459           copy calculation code from level; remove use of some audio
20460           functions
20461
20462 2005-11-22  Andy Wingo  <wingo@pobox.com>
20463
20464         * Update for gst_tag_setter API changes.
20465
20466 2005-11-22  Andy Wingo  <wingo@pobox.com>
20467
20468         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20469         (gst_dvdemux_demux_frame)
20470         * ext/flac/gstflacdec.c (gst_flacdec_write)
20471         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20472         (gst_flacenc_sink_event)
20473         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20474         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20475         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20476         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20477         * gst/auparse/gstauparse.c (gst_auparse_chain)
20478         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20479         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20480         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20481         (gst_avi_demux_handle_seek)
20482         * gst/goom/gstgoom.c (gst_goom_event)
20483         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20484         * gst/matroska/matroska-demux.c
20485         (gst_matroska_demux_handle_seek_event)
20486         (gst_matroska_demux_loop_stream_parse_id)
20487         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20488         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20489         (gst_wavparse_stream_headers): Run update-funcnames.
20490
20491 2005-11-22  Edward Hervey  <edward@fluendo.com>
20492
20493         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20494         (gst_dv1394src_init), (gst_dv1394src_dispose),
20495         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20496         (gst_dv1394src_uri_set_uri):
20497         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20498         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20499         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20500         URIHandler interface and element properties are now properly
20501         synchronized for DV1394src and UDPSrc
20502
20503 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20504
20505         * ext/flac/Makefile.am:
20506         * ext/speex/Makefile.am:
20507           libgsttagedit has been renamed to libgsttag.
20508
20509 2005-11-21  Wim Taymans  <wim@fluendo.com>
20510
20511         * gst/rtsp/rtspconnection.c: (read_body):
20512         Apply patch from Sebastien Cote to fix #319184.
20513
20514 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20515
20516         * configure.ac:
20517         * gst/cutter/Makefile.am:
20518         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20519         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20520         (gst_cutter_set_property), (gst_cutter_get_property),
20521         (plugin_init), (gst_cutter_get_caps):
20522           port cutter
20523         * gst/level/gstlevel.c:
20524           fix up plugin details
20525
20526 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20527
20528         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20529         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20530         (gst_flacdec_src_event):
20531         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20532         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20533         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20534         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20535         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20536         (gst_flxdec_sink_event_handler):
20537         * gst/matroska/matroska-demux.c:
20538         (gst_matroska_demux_handle_seek_event):
20539         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20540           Update for stream lock API changes: don't take stream log
20541           in sink event handlers any longer and change GST_STREAM_LOCK
20542           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20543           functions.
20544
20545 2005-11-21  Michael Smith <msmith@fluendo.com>
20546
20547         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20548           gst_object_unref, not g_object_unref
20549
20550 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20553         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20554           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20555
20556 2005-11-21  Michael Smith <msmith@fluendo.com>
20557
20558         * gst/auparse/Makefile.am:
20559         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20560         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20561         (gst_auparse_change_state):
20562         * gst/auparse/gstauparse.h:
20563           Partially fix #161712. playbin still doesn't work on these files,
20564           (on the bug report, Andy says we aren't typefinding it for some
20565           reason?) but at least auparse isn't totally busted like it was before.
20566
20567 2005-11-21  Andy Wingo  <wingo@pobox.com>
20568
20569         * *.h:
20570         * *.c: Ran scripts/update-macros. Oh yes.
20571
20572 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20573
20574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20575           Filler events are gone for now, comment out section generating
20576           them.
20577
20578 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20579
20580         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20581         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20582         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20583         * sys/osxvideo/osxvideosink.m:
20584           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20585           (#322027)
20586
20587 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20588
20589         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20590         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20591         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20592         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20593         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20594         (gst_avi_demux_stream_data):
20595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20596         * gst/wavenc/gstwavenc.c: (write_metadata):
20597         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20598         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20599         Fixes for GST_FOURCC_FORMAT API change.
20600
20601 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20602
20603         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20604         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20605         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20606         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20607         (gst_text_overlay_change_state):
20608         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20609         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20610         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20611         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20612         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20613         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20614         (gst_videomixer_change_state):
20615           Fix for collect pads API change. Also fix textoverlay state
20616           change function.
20617
20618 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20619
20620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20621         GST_PAD_IS_USABLE by something approaching it.
20622
20623 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20624
20625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20626         API changes.
20627         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20628         but also fix the code that was not checking return values from
20629         pad_push neither using pad_alloc_buffer.
20630
20631 2005-11-18  Edward Hervey  <edward@fluendo.com>
20632
20633         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20634         (gst_pngenc_chain):
20635         Added debug category
20636         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20637         goes to EOS.
20638
20639 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20640
20641         * gst/rtp/Makefile.am
20642         * gst/rtp/gstrtp.c
20643         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20644         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20645         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20646         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20647         * gst/rtp/gstrtpg711enc.h:
20648         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20649         * gst/rtp/gstrtpspeexenc.c:
20650         * gst/rtp/gstrtpspeexenc.h:
20651         * gst/rtp/gstrtpspeexdec.c:
20652         * gst/rtp/gstrtpspeexdec.h:
20653         Created Speex payloader and depayloader; Optimize G711 payloader to
20654         use adapter and send packets until MTU size.
20655
20656 2005-11-16  Wim Taymans  <wim@fluendo.com>
20657
20658         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20659         Fix leak in check.
20660
20661 2005-11-16  Wim Taymans  <wim@fluendo.com>
20662
20663         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20664         Fix state change.
20665
20666 2005-11-16  Andy Wingo  <wingo@pobox.com>
20667
20668         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20669         (gst_udpsrc_create): Move comment.
20670
20671 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20672
20673         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20674
20675         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20676           When seeking, seek to closest index entry at or before the requested
20677           seek position, not just the closest one (#321001).
20678
20679 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20680
20681         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20682         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20683           Invert DIB images again (see #132341).
20684
20685 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         * configure.ac:
20688           rework configure.ac file
20689         * ext/aalib/gstaasink.c:
20690         * ext/cairo/gstcairo.c:
20691         * ext/dv/gstdv.c:
20692         * ext/esd/gstesd.c:
20693         * ext/flac/gstflac.c:
20694         * ext/gconf/gstgconfelements.c:
20695         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20696         * ext/jpeg/gstjpeg.c:
20697         * ext/ladspa/gstladspa.c:
20698         * ext/libcaca/gstcacasink.c:
20699         * ext/libmng/gstmng.c:
20700         * ext/libpng/gstpng.c:
20701         * ext/mikmod/gstmikmod.c:
20702         * ext/pango/gsttextoverlay.c:
20703         * ext/pango/gsttimeoverlay.c:
20704         * ext/raw1394/gst1394.c:
20705         * ext/speex/gstspeex.c:
20706         * gst/alpha/Makefile.am:
20707         * gst/alpha/gstalpha.c:
20708         * gst/alpha/gstalphacolor.c:
20709         * gst/auparse/gstauparse.c:
20710         * gst/autodetect/gstautoaudiosink.c:
20711         (gst_auto_audio_sink_factory_filter),
20712         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20713         * gst/autodetect/gstautodetect.c:
20714         * gst/avi/gstavi.c:
20715         * gst/cutter/gstcutter.c:
20716         * gst/debug/efence.c:
20717         * gst/debug/gstdebug.c:
20718         * gst/debug/gstnavigationtest.c:
20719         * gst/effectv/gsteffectv.c:
20720         * gst/flx/gstflxdec.c:
20721         * gst/goom/gstgoom.c:
20722         * gst/interleave/plugin.c:
20723         * gst/law/alaw.c:
20724         * gst/law/mulaw.c:
20725         * gst/level/gstlevel.c:
20726         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20727         * gst/matroska/matroska.c:
20728         * gst/median/gstmedian.c:
20729         * gst/monoscope/gstmonoscope.c:
20730         * gst/multipart/multipart.c:
20731         * gst/oldcore/gstelements.c:
20732         * gst/rtp/gstrtp.c:
20733         * gst/rtsp/gstrtsp.c:
20734         * gst/smoothwave/gstsmoothwave.c:
20735         * gst/smpte/gstsmpte.c:
20736         * gst/udp/gstudp.c:
20737         * gst/videobox/gstvideobox.c:
20738         * gst/videofilter/gstgamma.c:
20739         * gst/videofilter/gstvideobalance.c:
20740         * gst/videofilter/gstvideoflip.c:
20741         * gst/videofilter/gstvideotemplate.c:
20742         * gst/videomixer/videomixer.c:
20743         * gst/wavenc/gstwavenc.c:
20744         * gst/wavparse/gstwavparse.c:
20745         * sys/oss/gstossaudio.c:
20746         * sys/osxaudio/gstosxaudio.c:
20747           update GST_PLUGIN_DEFINE
20748         * gst/rtp/Makefile.am:
20749         * gst/rtp/gstasteriskh263.c:
20750           check for htons/htonl headers and possibly link to winsock2 lib
20751
20752 2005-11-12  Edward Hervey  <edward@fluendo.com>
20753
20754         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20755         Only GST_DEBUG() information on the valid components.
20756
20757 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20758
20759         * configure.ac: back to HEAD
20760
20761 === release 0.9.5 ===
20762
20763 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20764
20765         * configure.ac:
20766           releasing 0.9.5, "Phone Alarm"
20767
20768 2005-11-11  Edward Hervey  <edward@fluendo.com>
20769
20770         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20771         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20772         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20773         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20774         (gst_avi_demux_loop):
20775         * gst/avi/gstavidemux.h:
20776         Yeah, implement proper seeking. Exact seeking and segment seeking.
20777         Still need to do some checks for segment_stop.
20778
20779 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20780
20781         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20782
20783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20784           Don't try to ready buffer duration from buffer that we don't
20785           own any  longer and that might already have been unreffed.
20786           (#321136)
20787
20788 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20789
20790         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20791         (flx_decode_delta_flc), (gst_flxdec_chain):
20792         Attempting to optimize the code for embedded systems.
20793
20794 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20795
20796         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20797
20798         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20799           Don't re-use already closed file descriptor. (#320920)
20800
20801 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20802
20803         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20804         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20805         (gst_oss_sink_prepare):
20806         * sys/oss/gstosssink.h:
20807           Cache probed caps; fix debug output for SET_PARAM macros.
20808
20809 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20810
20811         * ext/cairo/Makefile.am:
20812         * ext/cairo/gstcairo.c: (plugin_init):
20813         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20814         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20815         (gst_text_overlay_init), (gst_text_overlay_font_init),
20816         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20817         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20818         (gst_text_overlay_text_pad_linked),
20819         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20820         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20821         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20822         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20823         (gst_text_overlay_change_state):
20824         * ext/cairo/gsttextoverlay.h:
20825           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20826           property and redo positioning. Doesn't handle upstream renegotiation
20827           yet though.
20828
20829 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20830
20831         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20832         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20833         (gst_avi_demux_loop):
20834           No need to take the STREAM_LOCK in the loop function. Improve
20835           some debug messages. Don't leak pad names in debug messages.
20836
20837 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20838
20839         * gst/matroska/matroska-demux.c:
20840         (gst_matroska_demux_push_vorbis_codec_priv_data),
20841         (gst_matroska_demux_add_wvpk_header):
20842           Don't error out when the source pad isn't linked.
20843
20844 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20845
20846         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20847         (gst_gconf_audio_sink_change_state):
20848         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20849         (gst_gconf_video_sink_change_state):
20850           Fix state change functions here as well and set kid
20851           to NULL state before removing it.
20852
20853 2005-11-01  Edward Hervey  <edward@fluendo.com>
20854
20855         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20856         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20857         Added proper event handlind, 
20858         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20859         ignored),
20860         and don't set a duration of 0 for buffers otherwise they are discarded
20861         by GstBaseSink.
20862
20863         GstWavEnc needs some serious loving, after going through the code I'm
20864         really wondering how this can stay in -good ...
20865
20866 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20869         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20870         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20871         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20872         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20873         (gst_matroska_mux_collected):
20874           Fix leaks and invalid memory access as reported by valgrind
20875
20876 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20877
20878         Patch by: Michal Benes <michal.benes@xeris.cz>
20879
20880         * check/Makefile.am:
20881         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20883         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20884           add a unit test for matroskamux
20885           fix the bugs that the unit test exposed
20886
20887 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20888
20889         * gst/autodetect/gstautoaudiosink.c:
20890         (gst_auto_audio_sink_class_init),
20891         (gst_auto_audio_sink_change_state):
20892         * gst/autodetect/gstautovideosink.c:
20893         (gst_auto_video_sink_class_init),
20894         (gst_auto_video_sink_change_state):
20895           Fix state change function and use GST_DEBUG_FUNCPTR in
20896           class_init.
20897
20898 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20899
20900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20901
20902         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20903         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20904         * gst/matroska/ebml-write.h:
20905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20906           Set timestamps on outgoing ebml headers as well, so that the
20907           element after matroskamux can get the timestamp already when
20908           reading the first ebml element and doesn't have to wait for
20909           the actual data buffer for that (#320308).
20910           
20911 2005-10-31  Andy Wingo  <wingo@pobox.com>
20912
20913         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20914         (gst_videomixer_pad_link): Kill some memleaks.
20915         (gst_videomixer_pad_get_property): Style fix.
20916         (gst_videomixer_pad_set_property): Style fix.
20917         (gst_videomixer_pad_init): Style fix.
20918         (gst_videomixer_update_queues): Kill memleak.
20919         (gst_videomixer_loop): Kill memleak.
20920         (gst_videomixer_collected): Kill memleak.
20921
20922 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20923
20924         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20925         gst_auparse_change_state:
20926         Just some cleanup.
20927
20928 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20929
20930         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20931         Add checks to GST_FLOW_NOT_LINKED for values returned
20932         from gst_pad_push.
20933         
20934 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20935
20936         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20937         (gst_rtpg711dec_process):
20938         * gst/rtp/gstrtpgsmenc.c:
20939         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20940         are never set. This is important for the g711 to work with burger's rtpbin
20941         element.
20942
20943 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20944
20945         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20946         (gst_speexenc_push_buffer):
20947         Add checks for return values from gst_pad_push and
20948         gst_pad_alloc_buffer.
20949
20950 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20951
20952         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20953
20954         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20955         (gst_matroska_demux_parse_info),
20956         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20957         (gst_matroska_demux_parse_cluster):
20958         * gst/matroska/matroska-ids.h:
20959         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20960         (gst_matroska_mux_init), (gst_matroska_mux_start),
20961         (gst_matroska_mux_create_buffer_header),
20962         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20963         (gst_matroska_mux_get_property):
20964         * gst/matroska/matroska-mux.h:
20965           Add SimpleBlock support to matroska demuxer and muxer (part of
20966           Matroska v2). (#319731)
20967
20968 2005-10-28  Wim Taymans  <wim@fluendo.com>
20969
20970         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20971         (gst_jpeg_dec_change_state):
20972         * ext/jpeg/gstjpegdec.h:
20973         Cleanups. Don't create caps for every chain.
20974
20975 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20976
20977         * gst/law/alaw-encode.c: (gst_alawenc_init),
20978         (alawenc_setcaps), (gst_alawenc_chain)
20979         * gst/law/alaw-encode.h:
20980         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20981         (mulawenc_setcaps), (gst_mulawenc_chain)
20982         * gst/law/mulaw-encode.h:
20983         Set timestamp on buffer and it allows RTP G711 elements
20984         work properly.
20985
20986 2005-10-27  Wim Taymans  <wim@fluendo.com>
20987
20988         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20989         Set correct format on oss instead of a silly value. 
20990
20991 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20992
20993         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20994         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20995         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20996         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20997         I420 rendering as well, doesn't bring much for my platform.
20998         Might help on some other platforms.
20999
21000 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21001
21002         * gst/rtp/gstrtpgsmenc.c:
21003         * gst/rtp/gstrtpgsmparse.c:
21004         Declaring the padtemplate correctly.
21005
21006 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21007
21008         * gst/rtp/gstrtpg711dec.c:
21009         * gst/rtp/gstrtpg711enc.c:
21010         * gst/rtp/gstrtpgsmenc.c:
21011         * gst/rtp/gstrtpgsmparse.c:
21012         Setting the proper copyright notice.
21013
21014 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21015
21016         * gst/videobox/Makefile.am: Use liboil.
21017         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21018         (gst_video_box_set_property), (gst_video_box_transform_caps),
21019         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21020         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21021         using liboil. Will dot the same to I420 border generation
21022         tomorrow.
21023
21024 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21025
21026         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21027         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21028         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21029         * gst/rtp/gstrtpg711dec.h:
21030         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21031         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21032         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21033         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21034         (gst_rtpgsmenc_handle_buffer):
21035         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21036         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21037         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21038         * gst/rtp/gstrtpgsmparse.h:
21039         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21040         inherits from the basertpdepayloader.
21041
21042 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21043
21044         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21045         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21046         (gst_video_box_ayuv): Removing this forgotten debug.
21047
21048 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21049
21050         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21051         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21052         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21053
21054 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21055
21056         * sys/oss/gstossaudio.c:
21057         * sys/oss/gstossdmabuffer.c:
21058         * sys/oss/gstosshelper.c:
21059         * sys/oss/gstossmixer.c:
21060         * sys/oss/gstossmixerelement.c:
21061         * sys/oss/gstossmixertrack.c:
21062         * sys/oss/gstosssink.c:
21063         * sys/oss/gstosssrc.c:
21064           Actually use the 'oss' debug category we register.
21065
21066 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21067
21068         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21069         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21070         Use gst_pad_get_parent and drop the ref that was added through
21071         that call.
21072
21073 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21074
21075         * gst/rtp/gstrtpgsmenc.c:
21076           Fix compilation
21077
21078 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21079
21080         * gst/rtp/gstrtpg711dec.c
21081         Just removed a couple of lines of weird code used during
21082         development/test time.
21083
21084 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21085
21086         * gst/rtp/Makefile.am
21087         * gst/rtp/gstrtp.c
21088         * gst/rtp/gstrtpg711enc.c
21089         * gst/rtp/gstrtpg711enc.h
21090         * gst/rtp/gstrtpg711dec.c
21091         * gst/rtp/gstrtpg711dec.h
21092         Created G711 payloader and depayloader (it supports mulaw and alaw
21093         (dec)encoders)
21094
21095 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21096
21097         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21098         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21099         Doh ! I introduced wingo's bug again ! Sorry...
21100
21101 2005-10-25  Christian Schaller <christian@fluendo.com> 
21102
21103         * gst/rtp/Makefile.am: add missing header files for disting
21104
21105 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21106
21107         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21108         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21109         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21110         (gst_rtpgsmenc_handle_buffer):
21111         * gst/rtp/gstrtpgsmenc.h:
21112         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21113         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21114         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21115         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21116         * gst/rtp/gstrtpgsmparse.h:
21117         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21118
21119 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21120
21121         * ext/libpng/gstpngdec.c: (user_info_callback),
21122         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21123         a newsegment event, move some redundant code in a single place.
21124
21125 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21126
21127         * ext/libpng/gstpngdec.c: (user_info_callback),
21128         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21129         hack to get correct colors order when we have a png image with
21130         alpha channel.
21131
21132 2005-10-24  Edward Hervey  <edward@fluendo.com>
21133
21134         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21135         Call gst_element_no_more_pads when there will be no more pads.
21136
21137 2005-10-24  Wim Taymans  <wim@fluendo.com>
21138
21139         * gst/rtp/Makefile.am:
21140         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21141         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21142         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21143         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21144         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21145         (gst_asteriskh263_plugin_init):
21146         * gst/rtp/gstasteriskh263.h:
21147         * gst/rtp/gstrtp.c: (plugin_init):
21148         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21149         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21150         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21151         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21152         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21153         (gst_rtph263enc_plugin_init):
21154         * gst/rtp/gstrtph263enc.h:
21155         Added two new payloaders, an RFC 2190 payloader for h263 and
21156         a payload convertor for an asterisk server.
21157
21158 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21159
21160         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21161           Set bytes_per_sample correctly (is not always 4, but 
21162           depends on width and number of channels).
21163
21164 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21165
21166         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21167         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21168         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21169         (gst_flacenc_sink_event), (gst_flacenc_chain),
21170         (gst_flacenc_set_property), (gst_flacenc_get_property),
21171         (gst_flacenc_change_state):
21172         * ext/flac/gstflacenc.h:
21173           Fix seeking, so that flacenc can rewrite the header with the
21174           correct duration and amount of samples and all that at EOS;
21175           also set timestamps and granulepos on outgoing buffers; add
21176           debug category; fix state change function.
21177           
21178 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21179
21180         * gst/videomixer/videomixer.c: Don't restrict video geometry
21181         from 16 to 4096.
21182
21183 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21184
21185         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21186         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21187         Fix caps negotiation correctly, add debugging category.
21188
21189 2005-10-24  Christian Schaller  <christian@fluendo.com>
21190
21191         * configure.ac: Port over Thomas's change from base listing all plugins
21192
21193 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21194
21195         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21196         a sink pad.
21197
21198 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21199
21200         * configure.ac:
21201         * docs/upload.mak:
21202           back to HEAD
21203
21204 === release 0.9.4 ===
21205
21206 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21207
21208         * configure.ac:
21209           Releasing 0.9.4, "Dromiceiomimus"
21210
21211 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21212
21213         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21214         (gst_speexenc_src_query):
21215           Add position and duration query, fix query type function.
21216           
21217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21218         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21219           Let's not set non-fixed caps on source pads.
21220
21221 2005-10-21  Wim Taymans  <wim@fluendo.com>
21222
21223         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21224         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21225         (gst_avi_demux_handle_seek):
21226         Set correct stream_time in newsegment event.
21227         avi can also handle a duration query now.
21228
21229 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21230
21231         * gst/matroska/matroska-demux.c:
21232         (gst_matroska_demux_handle_src_query),
21233         (gst_matroska_demux_handle_seek_event),
21234         (gst_matroska_demux_loop_stream_parse_id):
21235           Fix duration query; fix basetime in newsegment event after
21236           seek; fix duration in initial newsegment event.
21237
21238         * gst/matroska/matroska-mux.c:
21239         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21240           Extract number of channels and samplerate from vorbis headers;
21241           add some debug messages when querying the durations of the
21242           input streams.
21243
21244 2005-10-20  Wim Taymans  <wim@fluendo.com>
21245
21246         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21247         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21248         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21249         Set stream time correctly in newsegment.
21250
21251 2005-10-20  Wim Taymans  <wim@fluendo.com>
21252
21253         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21254         Correctly fill in the stream time.
21255
21256 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         * check/elements/level.c: (GST_START_TEST):
21259         * gst/level/gstlevel.c: (gst_level_message_new):
21260         * gst/level/level-example.c: (message_handler):
21261           use ELEMENT messages instead
21262
21263 2005-10-19  Wim Taymans  <wim@fluendo.com>
21264
21265         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21266         (gst_dvdemux_src_query):
21267         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21268         (gst_flacdec_src_query):
21269         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21270         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21271         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21272         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21273         * gst/debug/progressreport.c: (gst_progress_report_report):
21274         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21275         * gst/matroska/matroska-demux.c:
21276         (gst_matroska_demux_handle_src_query):
21277         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21278         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21279         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21280         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21281         (gst_wavparse_srcpad_event):
21282         API change fix.
21283
21284 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21285
21286         * gst/goom/filters.c:
21287         * gst/goom/graphic.h:
21288         * gst/goom/lines.c:
21289           Make inline functions either 'static inline' or 'extern inline',
21290           otherwise the Forte compiler apparently won't inline them (#317300).
21291
21292 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21293
21294         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21295         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21296         (user_info_callback), (user_endrow_callback), (user_end_callback),
21297         (user_read_data), (gst_pngdec_caps_create_and_set),
21298         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21299         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21300         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21301         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21302         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21303         very nice and handle push/pull based model. if you have filesrc
21304         connected to it, it will do random access to load the png file.
21305         If you have a network source that can't do _getrange, it does 
21306         progressive loading through the chain function.
21307         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21308         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21309         thanks to Master Wim Taymans ;-)
21310
21311 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21312
21313         * gst/matroska/Makefile.am:
21314         * gst/matroska/ebml-read.c:
21315         * gst/matroska/ebml-read.h:
21316         * gst/matroska/matroska-demux.c:
21317         * gst/matroska/matroska-demux.h:
21318         * gst/matroska/matroska.c: (plugin_init):
21319           Ported matroska demuxer to 0.9.
21320
21321 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21322
21323         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * gst/matroska/matroska-mux.c:
21326         (gst_matroska_mux_video_pad_setcaps),
21327         (gst_matroska_mux_audio_pad_setcaps):
21328           Fix mpeg4 input handling (#318847); also, while we're at it,
21329           fix media type for Motion-JPEG: should be image/jpeg.
21330
21331 2005-10-18  Wim Taymans  <wim@fluendo.com>
21332
21333         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21334         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21335         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21336         Fix for segment-start/stop API change.
21337
21338 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21339
21340         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21341         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21342         way.
21343
21344 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21345
21346         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21347         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21348         output declared in transform_caps.
21349
21350 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21351
21352         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21353
21354 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21355
21356         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21357         (gst_video_box_get_unit_size): Fix wrong size calculations and
21358         implement get_unit_size correctly.
21359
21360 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21361
21362         * configure.ac:
21363           Enable flx plugin.
21364
21365         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21366           Fix gcc4 signedness issue.
21367
21368 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21369
21370         * configure.ac: Adding videomixer.
21371         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21372         (user_read_data), (gst_pngdec_chain): More debugging.
21373         * gst/alpha/Makefile.am: Adding alphacolor
21374         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21375         (gst_alpha_color_class_init), (gst_alpha_color_init),
21376         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21377         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21378         (plugin_init): Ported to 0.9 using in place base tranform.
21379         * gst/videomixer/Makefile.am:
21380         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21381         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21382         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21383         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21384         (gst_videomixer_init), (gst_videomixer_getcaps),
21385         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21386         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21387         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21388         to 0.9 using collectpads.
21389
21390 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21391
21392         * configure.ac:
21393         * gst/flx/Makefile.am:
21394         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21395         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21396         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21397         * gst/flx/gstflxdec.h:
21398         flx plugin ported to 0.9
21399
21400 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21401
21402         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21403           use new gst_version_string()
21404
21405 2005-10-16  Andy Wingo  <wingo@pobox.com>
21406
21407         * configure.ac: GLIB_CHECK.
21408
21409 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21410
21411         * ext/libpng/Makefile.am:
21412         * ext/libpng/gstpng.c: (plugin_init):
21413         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21414         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21415         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21416
21417 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21418
21419         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21420
21421         * configure.ac:
21422         * gst/matroska/Makefile.am:
21423         * gst/matroska/ebml-ids.h:
21424         * gst/matroska/ebml-write.c:
21425         * gst/matroska/ebml-write.h:
21426         * gst/matroska/matroska-ids.h:
21427         * gst/matroska/matroska-mux.c:
21428         * gst/matroska/matroska-mux.h:
21429         * gst/matroska/matroska.c: (plugin_init):
21430           Port matroska muxer to 0.9 (#318847).
21431
21432 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21433
21434         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21435         (comment_init), (comment_add):
21436           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21437           use GST_READ_UINT32_LE() and friends rather than the private
21438           implementation of those same macros.
21439
21440 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21441
21442         * examples/stats/mp2ogg.c:
21443           more typo fixes
21444
21445 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21446
21447         * examples/indexing/indexmpeg.c: (main):
21448         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21449         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21450         * ext/esd/esdmon.h:
21451         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21452         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21453         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21454         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21455         * gst/avi/gstavimux.c: (gst_avimux_init):
21456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21457         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21458         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21459         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21460         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21461         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21462         * gst/oldcore/gstmultifilesrc.h:
21463         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21464         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21465         (gst_pipefilter_change_state):
21466         * gst/oldcore/gstpipefilter.h:
21467         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21468         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21469         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21470         * sys/osxaudio/gstosxaudiosink.h:
21471         * sys/osxaudio/gstosxaudiosrc.h:
21472           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21473           moved bitshift from macro to enum definition
21474
21475 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21476
21477         * ext/Makefile.am:
21478         * ext/cairo/Makefile.am:
21479         * ext/cairo/gstcairo.c: (plugin_init):
21480         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21481         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21482         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21483         * ext/cairo/gsttimeoverlay.h:
21484           update of cairo-based timeoverlay to 1.0 Cairo API
21485           doesn't work yet for resizing of output sink
21486
21487 2005-10-11  Wim Taymans  <wim@fluendo.com>
21488
21489         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21490         newsegment API fix.
21491
21492 2005-10-11  Wim Taymans  <wim@fluendo.com>
21493
21494         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21495         (gst_dvdemux_demux_frame):
21496         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21497         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21498         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21499         (gst_avi_demux_handle_seek):
21500         * gst/goom/gstgoom.c: (gst_goom_event):
21501         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21502         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21503         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21504         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21505         (gst_wavparse_srcpad_event):
21506         newsegment API update.
21507
21508 2005-10-11  Andy Wingo  <wingo@pobox.com>
21509
21510         * ext/speex/gstspeexenc.c: Signedness cleanups.
21511
21512 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21513
21514         * PORTED_09:
21515         * ext/speex/Makefile.am:
21516         * ext/speex/gstspeex.c:
21517         * ext/speex/gstspeexenc.c:
21518         Speexenc ported to 0.9
21519
21520 2005-10-10  Wim Taymans  <wim@fluendo.com>
21521
21522         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21523         (gst_oss_sink_init), (gst_oss_sink_set_property),
21524         (gst_oss_sink_get_property), (gst_oss_sink_open),
21525         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21526         * sys/oss/gstosssink.h:
21527         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21528         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21529         (gst_oss_src_prepare):
21530         Cleanups, make device configurable in the sink, handle and report
21531         errors.
21532
21533 2005-10-10  Wim Taymans  <wim@fluendo.com>
21534
21535         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21536         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21537         Make sure element is NULL before removing from the bin.
21538
21539 2005-10-07  Andy Wingo  <wingo@pobox.com>
21540
21541         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21542         block forever in a read().
21543         (gst_dv1394src_bus_reset): Post a message when the cable is
21544         unplugged.
21545         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21546         (gst_dv1394src_bus_reset): Don't unref the message.
21547
21548         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21549         hacking. The only change should be that the state change stuff was
21550         put into basesrc's start() and stop() routines, which coalesces
21551         some steps.
21552
21553 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21554
21555         * configure.ac:
21556           Add check for mmap
21557           
21558         * gst/debug/Makefile.am:
21559           Only compile efence plugin on systems that have mmap.
21560
21561 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21562
21563         * gst/debug/Makefile.am:
21564         * gst/debug/breakmydata.c:
21565         * gst/debug/gstdebug.c:
21566         * gst/debug/gstnavigationtest.c:
21567         * gst/debug/gstnavseek.c: 
21568         * gst/debug/gstnavseek.h:
21569         * gst/debug/progressreport.c: 
21570         * gst/debug/testplugin.c:
21571           Port progressreport, navseek, navigationtest, testsink and
21572           breakmydata.
21573
21574 2005-10-05  Edward Hervey  <edward@fluendo.com>
21575
21576         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21577         (gst_dvdemux_src_query):
21578         Fixes for better conversion
21579
21580 2005-10-04  Michael Smith <msmith@fluendo.com>
21581
21582         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21583         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21584         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21585         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21586           Set state of elements to NULL before removing from bins.
21587           Set state of test element to NULL if we failed to move it to READY
21588
21589 2005-10-04  Edward Hervey  <edward@fluendo.com>
21590
21591         * ext/dv/Makefile.am:
21592         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21593         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21594         Corrected the query function for position so it doesn't forget what
21595         format was asked, and calls the conversion functions on the correct pad.
21596
21597 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21598
21599         * configure.ac:
21600           back to development
21601
21602 === release 0.9.3 ===
21603
21604 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * configure.ac:
21607           Releasing 0.9.3, "Aramis"
21608
21609 2005-10-03  Andy Wingo  <wingo@pobox.com>
21610
21611         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21612         error returns.
21613
21614 2005-10-02  Andy Wingo  <wingo@pobox.com>
21615
21616         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21617
21618         * ext/flac/gstflacenc.c: Ported to 0.9.
21619
21620         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21621
21622         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21623         and link to gsttagedit. Enable flacenc.
21624
21625         * ext/flac/gstflacdec.c: Re-enable tag reading.
21626
21627 2005-09-30  Wim Taymans  <wim@fluendo.com>
21628
21629         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21630         * gst/rtp/gstrtpgsmparse.c:
21631         * gst/rtp/gstrtph263penc.c:
21632         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21633         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21634         (gst_rtpmp4venc_set_property):
21635         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21636         Various class and caps fixes from Andre Magalhaes (andrunko)
21637
21638 2005-09-29  Wim Taymans  <wim@fluendo.com>
21639
21640         * gst/level/level-example.c: (main):
21641         Update for new bus API.
21642
21643 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21644
21645         * configure.ac:
21646           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21647           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21648
21649 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21650
21651         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21652           Fix playback of mono streams (bytes_per_sample should be set
21653           from the sample width and the number of channels negotiated,
21654           and not just be set to 4) (#317338)
21655
21656 2005-09-26  Wim Taymans  <wim@fluendo.com>
21657
21658         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21659         (gst_rtpmpaenc_handle_buffer):
21660         Set buffer duration correctly.
21661
21662 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21663
21664         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21665         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21666         (gst_avi_demux_change_state):
21667           Don't crash when encountering a stream with an unknown fourcc or
21668           codec id. Instead, create a pad of type video/x-avi-unknown or
21669           audio/x-avi-unknown, which as a side-effect also results in less
21670           confusing error messages in players ('no decoder' vs. 'no streams');
21671           minor fixes to state change function and class_init function.
21672
21673 2005-09-24  Wim Taymans  <wim@fluendo.com>
21674
21675         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21676         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21677         These are sinks.
21678
21679 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21680
21681         * check/elements/level.c: (GST_START_TEST):
21682           fix test for new GstClockTime use
21683         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21684         (gst_level_transform_ip):
21685         * gst/level/gstlevel.h:
21686           fix up the decay peak, ensuring the decay peak is never lower
21687           than the peak for that interval
21688
21689 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21690
21691         * docs/plugins/gst-plugins-good-plugins.args:
21692         * docs/plugins/inspect/plugin-alpha.xml:
21693         * docs/plugins/inspect/plugin-rtp.xml:
21694         * gst/level/gstlevel.c: (gst_level_set_caps),
21695         (gst_level_transform_ip):
21696           updating docs
21697
21698 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21699
21700         * Makefile.am:
21701         * check/elements/level.c: (GST_START_TEST):
21702         * gst/level/Makefile.am:
21703         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21704         (gst_level_set_property), (gst_level_get_property),
21705         (gst_level_set_caps), (gst_level_message_new),
21706         (gst_level_transform_ip):
21707         * gst/level/gstlevel.h:
21708         * gst/level/level-example.c: (message_handler), (main):
21709           convert to using GstClockTime for all time values, finally.
21710
21711 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21712
21713         * gst/auparse/Makefile.am:
21714         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21715           fix up build
21716         * configure.ac:
21717         * ext/cairo/Makefile.am:
21718         * ext/dv/Makefile.am:
21719         * ext/esd/Makefile.am:
21720         * ext/flac/Makefile.am:
21721         * ext/gconf/Makefile.am:
21722         * ext/gdk_pixbuf/Makefile.am:
21723         * ext/jpeg/Makefile.am:
21724         * ext/ladspa/Makefile.am:
21725         * ext/libcaca/Makefile.am:
21726         * ext/libmng/Makefile.am:
21727         * ext/libpng/Makefile.am:
21728         * ext/mikmod/Makefile.am:
21729         * ext/pango/Makefile.am:
21730         * ext/raw1394/Makefile.am:
21731         * ext/shout2/Makefile.am:
21732         * ext/speex/Makefile.am:
21733         * gst/alpha/Makefile.am:
21734         * gst/autodetect/Makefile.am:
21735         * gst/avi/Makefile.am:
21736         * gst/cutter/Makefile.am:
21737         * gst/debug/Makefile.am:
21738         * gst/effectv/Makefile.am:
21739         * gst/flx/Makefile.am:
21740         * gst/goom/Makefile.am:
21741         * gst/interleave/Makefile.am:
21742         * gst/law/Makefile.am:
21743         * gst/matroska/Makefile.am:
21744         * gst/median/Makefile.am:
21745         * gst/monoscope/Makefile.am:
21746         * gst/multipart/Makefile.am:
21747         * gst/oldcore/Makefile.am:
21748         * gst/rtp/Makefile.am:
21749         * gst/rtsp/Makefile.am:
21750         * gst/smoothwave/Makefile.am:
21751         * gst/smpte/Makefile.am:
21752         * gst/videobox/Makefile.am:
21753         * gst/videofilter/Makefile.am:
21754         * gst/videomixer/Makefile.am:
21755         * gst/wavenc/Makefile.am:
21756         * gst/wavparse/Makefile.am:
21757         * sys/oss/Makefile.am:
21758         * sys/osxaudio/Makefile.am:
21759         * sys/osxvideo/Makefile.am:
21760           fix up GST_LIBS use
21761
21762 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21763
21764         * gst/auparse/Makefile.am:
21765         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21766           fix build of auparse
21767
21768 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21769
21770         * configure.ac:
21771         * PORTED_09:
21772         * gst/auparse/gstauparse.c:
21773         * gst/auparse/gstauparse.h:
21774         Auparse ported to 0.9.
21775
21776 2005-09-22  Wim Taymans  <wim@fluendo.com>
21777
21778         * gst/rtp/TODO:
21779         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21780         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21781         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21782         (gst_rtpmp4venc_set_property):
21783         * gst/rtp/gstrtpmp4venc.h:
21784         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21785         * gst/rtp/gstrtpmpaenc.h:
21786         Use is_filled to both check MTU and max-ptime of base class.
21787
21788 2005-09-22  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21791         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21792         (gst_rtpmp4venc_set_property):
21793         Don't fragment packets with multiple frames.
21794
21795 2005-09-22  Wim Taymans  <wim@fluendo.com>
21796
21797         * gst/rtp/TODO:
21798         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21799         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21800         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21801         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21802         (gst_rtpmp4venc_get_property):
21803         * gst/rtp/gstrtpmp4venc.h:
21804         Remove g_print.
21805         Update TODO
21806         Make payload encoder a bit smarter and more correct with
21807         timestamps.
21808         Added option in payloader to include config string in-band.
21809
21810 2005-09-21  Wim Taymans  <wim@fluendo.com>
21811
21812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21813         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21814         (gst_rtspsrc_send):
21815         Strip spaces for key/value pairs.
21816
21817 2005-09-21  Wim Taymans  <wim@fluendo.com>
21818
21819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21820         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21821         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21822         (gst_rtspsrc_change_state):
21823         More SDP parsing and caps setting.
21824         Do NO_PREROLL differently.
21825         add pads only after negotiated.
21826
21827         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21828         (gst_udpsrc_getcaps):
21829         Implement the getcaps function.
21830
21831 2005-09-21  Wim Taymans  <wim@fluendo.com>
21832
21833         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21834         (gst_rtpamrdec_chain):
21835         Handle multiple AMr packets per payload. Handle CRC and
21836         parse ILL/ILP.
21837
21838         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21839         Make caps params strings for easy SDP mapping.
21840         
21841         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21842         Handle capsnego better.
21843
21844         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21845         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21846         Generate and parse config string in the caps.
21847
21848 2005-09-21  Wim Taymans  <wim@fluendo.com>
21849
21850         * gst/rtp/README:
21851         Update README
21852
21853         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21854         Make extra params as strings.
21855
21856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21857         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21858         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21859         Make state change return NO_PREROLL as this is a live
21860         source.
21861
21862         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21863         Don't unref old caps when NULL.
21864
21865 2005-09-20  Wim Taymans  <wim@fluendo.com>
21866
21867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21868         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21869         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21870         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21871         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21872         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21873         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21874         * gst/rtsp/sdpmessage.h:
21875         Add URI handler.
21876         Parse SDP and create caps.
21877
21878 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21879
21880         * gst/alpha/gstalpha.c:
21881           fix element description
21882
21883 2005-09-19  Wim Taymans  <wim@fluendo.com>
21884
21885         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21886         Don't check payload for now.
21887
21888 2005-09-19  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21891         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21892         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21893         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21894         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21895         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21896         (gst_wavparse_change_state):
21897         * gst/wavparse/gstwavparse.h:
21898         Fix wavparse some more.
21899
21900 2005-09-19  Wim Taymans  <wim@fluendo.com>
21901
21902         * check/elements/level.c: (GST_START_TEST):
21903         Fix for bus API change.
21904
21905 2005-09-19  Wim Taymans  <wim@fluendo.com>
21906
21907         * gst/level/level-example.c: (main):
21908         Fix for new bus API.
21909
21910         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21911         Set caps on pads.
21912
21913 2005-09-15  Wim Taymans  <wim@fluendo.com>
21914
21915         * gst/rtp/Makefile.am:
21916         * gst/rtp/README:
21917         * gst/rtp/gstrtp.c: (plugin_init):
21918         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21919         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21920         (gst_rtpamrdec_change_state):
21921         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21922         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21923         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21924         * gst/rtp/gstrtpamrenc.h:
21925         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21926         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21927         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21928         * gst/rtp/gstrtpgsmenc.h:
21929         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21930         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21931         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21932         (gst_rtpgsmparse_change_state):
21933         * gst/rtp/gstrtpgsmparse.h:
21934         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21935         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21936         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21937         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21938         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21939         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21940         * gst/rtp/gstrtph263penc.h:
21941         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21942         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21943         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21944         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21945         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21946         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21947         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21948         * gst/rtp/gstrtpmp4venc.h:
21949         * gst/rtp/gstrtpmpadec.c:
21950         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21951         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21952         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21953         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21954         * gst/rtp/gstrtpmpaenc.h:
21955         Updates to payloader/depayloaders, make payloaders use
21956         the base classes.
21957         Updated README with suggested RTP caps and how to convert
21958         to/from SDP.
21959         Added config descriptor in mp4v payloader.
21960
21961 2005-09-15  Andy Wingo  <wingo@pobox.com>
21962
21963         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21964         * gst/autodetect/gstautovideosink.c
21965         (gst_auto_video_sink_find_best): Update for new registry API.
21966
21967 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         * common/c-to-xml.py:
21970         * common/gtk-doc-plugins.mak:
21971           a simple py script to generate valid xml from a C example
21972           probably also need to strip an MIT license when we decide
21973         * docs/plugins/Makefile.am:
21974         * gst/level/Makefile.am:
21975         * gst/level/gstlevel.c: (gst_level_init):
21976         * gst/level/level-example.c: (message_handler), (main):
21977           add an example to level that will show up in the docs
21978         * gst/rtp/TODO:
21979           add a note for the future
21980
21981 2005-09-14  Michael Smith <msmith@fluendo.com>
21982
21983         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21984           Actually define the debug object being used in wavenc. Fixes #316205
21985
21986 2005-09-14  Michael Smith <msmith@fluendo.com>
21987
21988         * gst/smpte/Makefile.am:
21989           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21990           needed to build on windows (bug 316204)
21991
21992 2005-09-12  Andy Wingo  <wingo@pobox.com>
21993
21994         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21995
21996 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21997
21998         * configure.ac:
21999         * gst/fdsrc/Makefile.am:
22000         * gst/fdsrc/gstfdsrc.c:
22001         * gst/fdsrc/gstfdsrc.h:
22002           Move fdsrc back into gstreamer core elements.
22003
22004         * gst/level/gstlevel.c: (gst_level_class_init),
22005         (gst_level_transform_ip):
22006         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22007           Basetransform changes.
22008
22009 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22012         * ext/jpeg/smokecodec.c: (find_best_size):
22013           fix compiler warnings
22014
22015 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * gst-plugins-good.spec.in:
22018           spec file fixes
22019         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22020         (gst_multiudpsink_render), (gst_multiudpsink_add),
22021         (gst_multiudpsink_clear):
22022           it actually helps to actually stream if we hook up the
22023           "add" signal to an actual implementation
22024         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22025           some debugging
22026
22027 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22028
22029         * ext/jpeg/Makefile.am:
22030         * ext/jpeg/gstjpeg.c
22031         * ext/jpeg/gstjpegenc.c:
22032         * ext/jpeg/gstsmokeenc.c:
22033
22034 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22035
22036         * ext/flac/gstflacdec.c:
22037         * ext/flac/gstflacenc.c:
22038         * ext/flac/gstflactag.c:
22039         * ext/speex/gstspeexenc.c:
22040           gsttaginterface.h -> gsttagsetter.h
22041
22042 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22043
22044         * configure.ac:
22045         * gst/debug/Makefile.am:
22046         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22047         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22048         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22049         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22050         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22051           Port to 0.9 and re-enable efence plugin.
22052
22053 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22054
22055         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22056         (gst_flacdec_write), (gst_flacdec_convert_src):
22057         * ext/flac/gstflacdec.h:
22058           Add support for flac files with 24/32 bits per sample; and misc.
22059           minor clean-ups. Seeking is still partly broken (for me at least).
22060
22061 2005-09-06  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst/rtp/Makefile.am:
22064         * gst/rtp/gstrtp.c: (plugin_init):
22065         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22066         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22067         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22068         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22069         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22070         (gst_rtpmp4vdec_plugin_init):
22071         * gst/rtp/gstrtpmp4vdec.h:
22072         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22073         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22074         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22075         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22076         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22077         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22078         * gst/rtp/gstrtpmp4venc.h:
22079         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22080         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22081         Added mpeg4 video payload encoder/decoder.
22082         Added some docs in mpa payloader.
22083
22084 === release 0.9.1 ===
22085
22086 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22087
22088         * NEWS:
22089         * README:
22090         * RELEASE:
22091         * autogen.sh:
22092         * configure.ac:
22093           releasing 0.9.1, "Blondie"
22094
22095 2005-09-05  Andy Wingo  <wingo@pobox.com>
22096
22097         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22098         here from the state change handler, so we fire signals without
22099         holding the state lock.
22100
22101 2005-09-02  Andy Wingo  <wingo@pobox.com>
22102
22103         * All plugins updated for element state changes.
22104
22105 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22106
22107         * Makefile.am:
22108         * check/.cvsignore:
22109         * check/Makefile.am:
22110         * check/elements/.cvsignore:
22111         * check/elements/level.c: (setup_level), (cleanup_level),
22112         (GST_START_TEST), (level_suite), (main):
22113           add a test for level
22114         * common/release.mak:
22115           move the enum checking to release.mak
22116         * configure.ac:
22117           add valgrind and check checking
22118         * gst/level/gstlevel.c: (gst_level_transform):
22119         * gst/level/gstlevel.h:
22120           fix Andy's cast bug
22121           convert a field to int
22122           fix the arithmetic to int when checking for emit so that a
22123           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22124
22125 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22126
22127         * Makefile.am:
22128         * configure.ac:
22129           add docs to build
22130         * common/plugins.xsl:
22131           wrap Description into a refsect2
22132         * docs/Makefile.am:
22133         * docs/plugins/Makefile.am:
22134         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22135         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22136         * gst/goom/Makefile.am:
22137         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22138         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22139         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22140         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22141         (gst_goom_change_state):
22142         * gst/goom/gstgoom.h:
22143           GstGOOM -> GstGoom
22144           add an example launch line
22145         * gst/level/gstlevel.h:
22146         * gst/monoscope/gstmonoscope.c:
22147           cleanups
22148
22149 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22150
22151         * configure.ac:
22152         * docs/plugins/Makefile.am:
22153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22155         * docs/plugins/gst-plugins-good-plugins.types:
22156           document elements and plugins.  Shazam !
22157
22158 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22161           be found under doc/random/ChangeLog-0.8