gst/qtdemux/qtdemux.c: Fix format string for guint64.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-13  Michael Smith <msmith@songbirdnest.com>
2
3         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
4         * gst/qtdemux/qtdemux.c:
5           Fix format string for guint64.
6
7 2009-01-13  Michael Smith <msmith@songbirdnest.com>
8
9         * sys/osxaudio/Makefile.am:
10           osxaudio plugin now requires AudioUnit framework, so link against that.
11           Clean up tabs v spaces while I'm there.
12
13 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
16         (print_stats), (main):
17         Add some example code for printing the RTP manager stats.
18
19 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
22         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
23         (gst_audio_cheb_band_set_property):
24         * gst/audiofx/audiochebband.h:
25         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
26         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
27         (gst_audio_cheb_limit_set_property):
28         * gst/audiofx/audiocheblimit.h:
29         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
30         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
31         (gst_audio_wsincband_set_property):
32         * gst/audiofx/audiowsincband.h:
33         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
34         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
35         (gst_audio_wsinclimit_set_property):
36         * gst/audiofx/audiowsinclimit.h:
37         Use a custom mutex for protecting the instance fields instead of
38         the GstObject lock. Using the latter can lead to deadlocks, especially
39         with the FIR filters when updating the latency.
40
41 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
42
43         * gst/audiofx/Makefile.am:
44         * gst/audiofx/audiofxbasefirfilter.c:
45         (gst_audio_fx_base_fir_filter_dispose),
46         (gst_audio_fx_base_fir_filter_base_init),
47         (gst_audio_fx_base_fir_filter_class_init),
48         (gst_audio_fx_base_fir_filter_init),
49         (gst_audio_fx_base_fir_filter_push_residue),
50         (gst_audio_fx_base_fir_filter_setup),
51         (gst_audio_fx_base_fir_filter_transform),
52         (gst_audio_fx_base_fir_filter_start),
53         (gst_audio_fx_base_fir_filter_stop),
54         (gst_audio_fx_base_fir_filter_query),
55         (gst_audio_fx_base_fir_filter_query_type),
56         (gst_audio_fx_base_fir_filter_event),
57         (gst_audio_fx_base_fir_filter_set_kernel):
58         * gst/audiofx/audiofxbasefirfilter.h:
59         * gst/audiofx/audiofxbaseiirfilter.c:
60         Implement a base class for generic audio FIR filters.
61
62         * gst/audiofx/audiowsincband.c:
63         (gst_gst_audio_wsincband_mode_get_type),
64         (gst_gst_audio_wsincband_window_get_type),
65         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
66         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
67         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
68         (gst_audio_wsincband_get_property):
69         * gst/audiofx/audiowsincband.h:
70         * gst/audiofx/audiowsinclimit.c:
71         (gst_audio_wsinclimit_mode_get_type),
72         (gst_audio_wsinclimit_window_get_type),
73         (gst_audio_wsinclimit_base_init),
74         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
75         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
76         (gst_audio_wsinclimit_set_property),
77         (gst_audio_wsinclimit_get_property):
78         * gst/audiofx/audiowsinclimit.h:
79         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
80         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
81         Use this new base class for audiowsincband and audiowsinclimit.
82         Also cleanup both elements.
83
84 2009-01-08  Michael Smith <msmith@songbirdnest.com>
85
86         * gst/qtdemux/qtdemux.c:
87           In push mode, error out if we get EOS before we've created any srcpads.
88           Handle (in pull mode) some files that have a truncated moov atom where
89           the final sub-atom is a 'free' atom and the contents of that are not
90           present in the file.
91
92 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
93
94         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
95         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
96         Some cleanups, refactoring and minor enhancements in caps handling.
97
98         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
99         (gst_matroska_mux_init), (gst_matroska_pad_reset),
100         (gst_matroska_pad_free), (gst_matroska_mux_reset),
101         (gst_matroska_mux_video_pad_setcaps),
102         (gst_matroska_mux_request_new_pad):
103         * tests/check/elements/matroskamux.c: (teardown_src_pad):
104         Only remove, release or reset what is appropriate upon state change.
105
106 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
107
108         * ext/pulse/pulsesink.c:
109         * ext/pulse/pulsesink.h:
110         Use a mutex to protect the current stream pointer, and ignore
111         callbacks for stream objects that have been destroyed already.
112         Fixes problems with unprepare/prepare cycles caused by the input
113         caps changing, without reintroducing bug #556986.
114
115 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
116
117         * sys/v4l2/gstv4l2src.c:
118         Remove () from translateable string, so that it makes more sense.
119
120 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
121
122         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
123         Minor fix/cleanup in header field calculation.
124
125 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
126
127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
128         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
129         * gst/matroska/matroska-mux.h:
130         Remove internal taglist and fully use tagsetter interface.
131
132 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
133
134         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
135         (gst_avi_mux_riff_get_avi_header):
136         * gst/avi/gstavimux.h:
137         Ensure header size invariance during subsequent rewrite by using
138         tags snapshot.
139
140 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
143         Don't wait for the pulse mainloop when destroying the stream.
144         Fixes a deadlock when the pulsedaemon goes away while pulsesink
145         is PLAYING. Fixes bug #556986.
146
147 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
148
149         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
150                   Luotao Fu <l dot fu at pengutronix dot de>
151
152         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
153         (gst_v4l2_get_caps_info):
154         Add support for grayscale v4l2 devices. Fixes bug #566616.
155
156 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
157
158         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
159         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
160         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
161         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
162         * gst/qtdemux/qtdemux.h:
163         * gst/qtdemux/quicktime.c: (plugin_init):
164         Streamline tag handling and pass unparsed tags as binary blob
165         in private tag.
166
167 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
168
169         * gst/audiofx/Makefile.am:
170         * gst/audiofx/audiofxbaseiirfilter.c:
171         (gst_audio_fx_base_iir_filter_base_init),
172         (gst_audio_fx_base_iir_filter_dispose),
173         (gst_audio_fx_base_iir_filter_class_init),
174         (gst_audio_fx_base_iir_filter_init),
175         (gst_audio_fx_base_iir_filter_calculate_gain),
176         (gst_audio_fx_base_iir_filter_set_coefficients),
177         (gst_audio_fx_base_iir_filter_setup), (process),
178         (gst_audio_fx_base_iir_filter_transform_ip),
179         (gst_audio_fx_base_iir_filter_stop):
180         * gst/audiofx/audiofxbaseiirfilter.h:
181         Implement a base class for IIR filters.
182
183         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
184         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
185         (generate_coefficients), (gst_audio_cheb_band_set_property),
186         (gst_audio_cheb_band_setup):
187         * gst/audiofx/audiochebband.h:
188         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
189         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
190         (generate_coefficients), (gst_audio_cheb_limit_set_property),
191         (gst_audio_cheb_limit_setup):
192         * gst/audiofx/audiocheblimit.h:
193         Use the IIR filter base class for the chebyshev filters.
194
195 2009-01-02  Michael Smith <msmith@songbirdnest.com>
196
197           Patch by: Justin Karnegas <justin@affinix.com> and
198                     Michael Smith <msmith@songbirdnest.com>
199         * sys/osxaudio/gstosxaudio.c:
200         * sys/osxaudio/gstosxaudioelement.c:
201         * sys/osxaudio/gstosxaudioelement.h:
202         * sys/osxaudio/gstosxaudiosink.c:
203         * sys/osxaudio/gstosxaudiosink.h:
204         * sys/osxaudio/gstosxaudiosrc.c:
205         * sys/osxaudio/gstosxaudiosrc.h:
206         * sys/osxaudio/gstosxringbuffer.c:
207         * sys/osxaudio/gstosxringbuffer.h:
208           Rewrite osxaudio to work more flexibly and more reliably, using a
209           different abstraction layer of coreaudio that is the recommended way of
210           doing low-level audio I/O on OSX.
211           Fixes byg #564948.
212
213 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
216         Add example RTP transcoding pipeline from any file decodedable with
217         uridecodebin.
218
219 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
220
221         * tests/examples/rtp/.cvsignore:
222         * tests/examples/rtp/Makefile.am:
223         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
224         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
225         Add two C examples of using gstrtpbin as a sender and a receiver.
226
227 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
228
229         * ChangeLog:
230         Remove conflict marker from ChangeLog
231
232 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
233
234         Patch by: j^ <j at oil21.org>
235
236         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
237         (qtdemux_audio_caps):
238         Add codec mapping for xvid, fmp4 and ac3 tracks.
239         Fixes #565850
240
241 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
242
243         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
244         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
245         (gst_smokeenc_chain), (gst_smokeenc_change_state):
246         * ext/jpeg/gstsmokeenc.h:
247         Implement getcaps function.
248         Set caps on the pad and on all outgoing buffers.
249         Fixes #565441.
250
251 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
252
253         * ext/pulse/pulsemixerctrl.c:
254           And remove temporary comment pointing to the bug ticket.
255
256         * gst/avi/gstavimux.c:
257           Move reoccuring logging to LOG and log instance too.
258
259 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
260
261         * ext/pulse/pulsemixerctrl.c:
262           Don't leak the pa_operation.
263
264 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
265
266         * configure.ac:
267           Require core cvs.
268
269 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
270
271         * gst/avi/gstavimux.c:
272           Rename api from _flush to _reset_tags. 
273
274 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
275
276         * gst/avi/gstavimux.c:
277           Use new tagsetter api to flush tags.
278
279 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
280
281         * tests/check/elements/deinterleave.c: (deinterleave_suite):
282         Increase timeout to 3 minutes to prevent timeouts.
283
284 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
285
286         * tests/check/elements/interleave.c: (interleave_suite):
287         Increase timeout to 3 minutes to prevent timeouts.
288
289 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
290
291         * gst/avi/gstavimux.c:
292         * gst/avi/gstavimux.h:
293           Totally remove the internal taglists and fully use tagsetter.
294
295 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
296
297         * gst/avi/gstavimux.c:
298           Instead of filtering wrongly just use the mergemode. Applications is
299           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
300           avi for real (I hope). Everyone chime in, before I fix the others.
301
302 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
303
304         * ext/pulse/pulsemixerctrl.c:
305           Add note about memleak.
306
307 2008-12-13  Edward Hervey  <bilboed@gmail.com>
308
309         * m4/Makefile.am:
310         A couple more .m4 that aren't shipped anymore with gettext 0.17.
311
312 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
313
314         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
315         (gst_flac_dec_init):
316         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
317         (gst_alaw_dec_init):
318         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
319         (gst_alaw_enc_init):
320         * gst/law/alaw.c: (plugin_init):
321         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
322         (gst_mulawdec_init):
323         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
324         (gst_mulawenc_init):
325         * gst/law/mulaw.c: (plugin_init):
326         Switch to using GstStaticPadTemplate.
327         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
328         Don't forget to free the addrinfo structure.
329         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
330         (gst_wavparse_sink_activate):
331         Don't forget to unref the GstAdapter.
332
333 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
334
335         * m4/Makefile.am:
336         inttypes.m4 hasn't been available since gettext-0.15, and since we now
337         require gettext >= 0.17 ... we can remove it from the list of files to
338         dist.
339
340 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
341
342         * gst/avi/gstavidemux.c:
343           More logging.
344
345         * gst/avi/gstavimux.c:
346           Handle more metadata fields. Better estimate of metadata size. Don't
347           merge received tags, if application has specified tags using
348           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
349
350 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
351
352         * tests/check/Makefile.am:
353         Also ignore pulsemixer for the states unit test.
354
355 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
358         Add an EOI marker at the end of the jpeg frame when it's missing.
359         Fixes #563056.
360
361 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
362
363         * tests/check/elements/videocrop.c: (check_1x1_buffer):
364         Update the unit test for the new color values for BT.601 red.
365         Fixes bug #563510.
366
367 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
368
369         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
370           Restore previous behaviour of not passing QoS and navigation
371           events upstream, which presumably wasn't meant to be changed.
372
373 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
374
375         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
376         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
377         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
378         (gst_dvdemux_chain), (gst_dvdemux_loop),
379         (gst_dvdemux_change_state):
380         Add srcpads only when needed and remove them again when going
381         back to READY. This prevents stalled pipelines if there's no
382         audio inside the DV stream, which happens for many MXF files.
383
384 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
385
386         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
387         (run_server):
388         The ports in libsoup are unsigned integers and not signed
389         integers.
390
391 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
392
393         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
394         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
395         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
396         (gst_dvdemux_chain), (gst_dvdemux_loop),
397         (gst_dvdemux_change_state):
398         Add srcpads only when they're needed. If we add all pads in any
399         case we will get a stalling audio pad if the stream contains
400         no audio, which is the case for many MXF files.
401
402 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
403
404         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
405         Forward all events upstream unless it's something we really
406         don't handle. This fixes latency configuration of pipelines.
407
408 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
409
410         * ext/dv/gstdv.c: (plugin_init):
411         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
412         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
413         Really call dv_init() exactly one time, not one time for
414         the demuxer and one time for the decoder.
415
416 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
419         Copy incomming timestamp to outgoing packets.
420
421 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
422
423         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
424         (gst_rtp_mp4v_pay_event):
425         Don't try to push packets before we could find a valid config
426         startcode. Fixes #563509.
427
428 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
429
430         Patch by: Brian Cameron <brian.cameron at sun dot com>
431
432         * sys/sunaudio/gstsunaudiomixerctrl.c:
433         (gst_sunaudiomixer_ctrl_open):
434         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
435
436 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
437
438         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
439
440         * configure.ac:
441         Make usage of libv4l optional by a configure parameter.
442         Fixes bug #563504.
443
444 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
445
446         * docs/plugins/Makefile.am:
447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
449         * docs/plugins/gst-plugins-good-plugins.args:
450         * docs/plugins/gst-plugins-good-plugins.hierarchy:
451         * docs/plugins/gst-plugins-good-plugins.interfaces:
452         * docs/plugins/inspect/plugin-1394.xml:
453         * docs/plugins/inspect/plugin-aasink.xml:
454         * docs/plugins/inspect/plugin-alaw.xml:
455         * docs/plugins/inspect/plugin-alpha.xml:
456         * docs/plugins/inspect/plugin-alphacolor.xml:
457         * docs/plugins/inspect/plugin-annodex.xml:
458         * docs/plugins/inspect/plugin-apetag.xml:
459         * docs/plugins/inspect/plugin-audiofx.xml:
460         * docs/plugins/inspect/plugin-auparse.xml:
461         * docs/plugins/inspect/plugin-autodetect.xml:
462         * docs/plugins/inspect/plugin-avi.xml:
463         * docs/plugins/inspect/plugin-cacasink.xml:
464         * docs/plugins/inspect/plugin-cairo.xml:
465         * docs/plugins/inspect/plugin-cutter.xml:
466         * docs/plugins/inspect/plugin-debug.xml:
467         * docs/plugins/inspect/plugin-dv.xml:
468         * docs/plugins/inspect/plugin-efence.xml:
469         * docs/plugins/inspect/plugin-effectv.xml:
470         * docs/plugins/inspect/plugin-equalizer.xml:
471         * docs/plugins/inspect/plugin-esdsink.xml:
472         * docs/plugins/inspect/plugin-flac.xml:
473         * docs/plugins/inspect/plugin-flxdec.xml:
474         * docs/plugins/inspect/plugin-gamma.xml:
475         * docs/plugins/inspect/plugin-gconfelements.xml:
476         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
477         * docs/plugins/inspect/plugin-goom.xml:
478         * docs/plugins/inspect/plugin-goom2k1.xml:
479         * docs/plugins/inspect/plugin-halelements.xml:
480         * docs/plugins/inspect/plugin-icydemux.xml:
481         * docs/plugins/inspect/plugin-id3demux.xml:
482         * docs/plugins/inspect/plugin-interleave.xml:
483         * docs/plugins/inspect/plugin-jpeg.xml:
484         * docs/plugins/inspect/plugin-level.xml:
485         * docs/plugins/inspect/plugin-matroska.xml:
486         * docs/plugins/inspect/plugin-monoscope.xml:
487         * docs/plugins/inspect/plugin-mulaw.xml:
488         * docs/plugins/inspect/plugin-multifile.xml:
489         * docs/plugins/inspect/plugin-multipart.xml:
490         * docs/plugins/inspect/plugin-navigationtest.xml:
491         * docs/plugins/inspect/plugin-ossaudio.xml:
492         * docs/plugins/inspect/plugin-png.xml:
493         * docs/plugins/inspect/plugin-pulseaudio.xml:
494         * docs/plugins/inspect/plugin-quicktime.xml:
495         * docs/plugins/inspect/plugin-replaygain.xml:
496         * docs/plugins/inspect/plugin-rtp.xml:
497         * docs/plugins/inspect/plugin-rtsp.xml:
498         * docs/plugins/inspect/plugin-shout2send.xml:
499         * docs/plugins/inspect/plugin-smpte.xml:
500         * docs/plugins/inspect/plugin-soup.xml:
501         * docs/plugins/inspect/plugin-spectrum.xml:
502         * docs/plugins/inspect/plugin-speex.xml:
503         * docs/plugins/inspect/plugin-taglib.xml:
504         * docs/plugins/inspect/plugin-udp.xml:
505         * docs/plugins/inspect/plugin-video4linux2.xml:
506         * docs/plugins/inspect/plugin-videobalance.xml:
507         * docs/plugins/inspect/plugin-videobox.xml:
508         * docs/plugins/inspect/plugin-videocrop.xml:
509         * docs/plugins/inspect/plugin-videoflip.xml:
510         * docs/plugins/inspect/plugin-videomixer.xml:
511         * docs/plugins/inspect/plugin-wavenc.xml:
512         * docs/plugins/inspect/plugin-wavpack.xml:
513         * docs/plugins/inspect/plugin-wavparse.xml:
514         * docs/plugins/inspect/plugin-ximagesrc.xml:
515         * gst/matroska/matroska-demux.c:
516         * gst/matroska/matroska-demux.h:
517         * gst/matroska/matroska-mux.c:
518         * gst/matroska/matroska-mux.h:
519         Add documentation for matroskamux and matroskademux and
520         update the inspection xml files.
521
522 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         * configure.ac:
525         Apparently AC_CONFIG_MACRO_DIR breaks when using more
526         than one macro directory, reverting last change.
527
528 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         * configure.ac:
531         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
532         our M4 macros.
533
534 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
535
536         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
537         Provide the parameters that are required for the format string
538         to fix a compiler warning.
539
540 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
541
542         * gst/autodetect/gstautoaudiosrc.c:
543           Fix classification.
544
545 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
546
547         Patch by: Cygwin Ports maintainer
548                   <yselkowitz at users dot sourceforge dot net>
549
550         * autogen.sh:
551         * configure.ac:
552         Require gettext 0.17 because older versions don't mix with libtool
553         2.2. At build time an older gettext version will still work.
554         Fixes bug #556091.
555
556 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         Patch by: Peter Kjellerstedt <pkj at axis com>
559
560         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
561         Make gst_multiudpsink_render() ignore errors from sendto() instead of
562         breaking streaming. Emit a warning instead. Fixes #562572.
563
564 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
565
566         Patch by: Ron McOuat <rmcouat at smartt dot com>
567
568         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
569         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
570         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
571         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
572         * ext/soup/gstsouphttpsrc.h:
573         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
574         (digest_auth_cb), (run_test), (GST_START_TEST),
575         (souphttpsrc_suite), (run_server):
576         Add support for basic and digest authentication in souphttpsrc.
577         Fixes bug #561775.
578
579 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
580
581         Patch by: Pepijn Van Eeckhoudt
582                       <pepijn dot vaneeckhoudt at luciad dot com>
583
584         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
585         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
586         * gst/wavenc/gstwavenc.h:
587         * gst/wavenc/riff.h:
588         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
589
590 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         Patch by: 이문형 <iwings at gmail dot com>
593
594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
595         Prevent further read/write actions taken to the connect-failed socket by
596         erroring out quickly. See #562258.
597
598 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
599
600         * tests/examples/level/level-example.c:
601           Set fakesink to sync. Otherwise people might question the message
602           interval. Nevertheless the timestamp in the message is what matters.
603
604 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * tests/icles/.cvsignore:
607         cvsignore newly generated file.
608
609 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/rtp/gstasteriskh263.c:
612         * gst/rtp/gstasteriskh263.h:
613         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
614         * gst/rtp/gstrtpL16depay.h:
615         * gst/rtp/gstrtpL16pay.c:
616         * gst/rtp/gstrtpL16pay.h:
617         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
618         * gst/rtp/gstrtpac3depay.h:
619         * gst/rtp/gstrtpamrdepay.c:
620         * gst/rtp/gstrtpamrdepay.h:
621         * gst/rtp/gstrtpamrpay.c:
622         * gst/rtp/gstrtpamrpay.h:
623         * gst/rtp/gstrtpdepay.c:
624         * gst/rtp/gstrtpdepay.h:
625         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
626         * gst/rtp/gstrtpg726depay.c:
627         * gst/rtp/gstrtpg726pay.c:
628         * gst/rtp/gstrtpg729depay.c:
629         * gst/rtp/gstrtpg729pay.c:
630         * gst/rtp/gstrtpgsmdepay.c:
631         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
632         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
633         * gst/rtp/gstrtph263depay.h:
634         * gst/rtp/gstrtph263pay.c:
635         * gst/rtp/gstrtph263pay.h:
636         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
637         * gst/rtp/gstrtph263pdepay.h:
638         * gst/rtp/gstrtph263ppay.c:
639         * gst/rtp/gstrtph263ppay.h:
640         * gst/rtp/gstrtph264depay.c:
641         * gst/rtp/gstrtph264depay.h:
642         * gst/rtp/gstrtph264pay.c:
643         * gst/rtp/gstrtph264pay.h:
644         * gst/rtp/gstrtpilbcdepay.c:
645         * gst/rtp/gstrtpilbcpay.c:
646         * gst/rtp/gstrtpjpegdepay.h:
647         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
648         * gst/rtp/gstrtpmp1sdepay.h:
649         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
650         * gst/rtp/gstrtpmp2tdepay.h:
651         * gst/rtp/gstrtpmp2tpay.c:
652         * gst/rtp/gstrtpmp2tpay.h:
653         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
654         * gst/rtp/gstrtpmp4apay.c:
655         * gst/rtp/gstrtpmp4apay.h:
656         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
657         * gst/rtp/gstrtpmp4gdepay.h:
658         * gst/rtp/gstrtpmp4gpay.c:
659         * gst/rtp/gstrtpmp4gpay.h:
660         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
661         * gst/rtp/gstrtpmp4vdepay.h:
662         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
663         * gst/rtp/gstrtpmp4vpay.h:
664         * gst/rtp/gstrtpmpadepay.c:
665         * gst/rtp/gstrtpmpadepay.h:
666         * gst/rtp/gstrtpmpapay.c:
667         * gst/rtp/gstrtpmpapay.h:
668         * gst/rtp/gstrtpmpvdepay.c:
669         * gst/rtp/gstrtpmpvdepay.h:
670         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
671         * gst/rtp/gstrtppcmapay.c:
672         * gst/rtp/gstrtppcmudepay.c:
673         * gst/rtp/gstrtppcmupay.c:
674         * gst/rtp/gstrtpspeexdepay.c:
675         * gst/rtp/gstrtpspeexpay.c:
676         * gst/rtp/gstrtpsv3vdepay.c:
677         * gst/rtp/gstrtpsv3vdepay.h:
678         * gst/rtp/gstrtptheoradepay.c:
679         * gst/rtp/gstrtptheoradepay.h:
680         * gst/rtp/gstrtptheorapay.c:
681         * gst/rtp/gstrtptheorapay.h:
682         * gst/rtp/gstrtpvorbisdepay.c:
683         * gst/rtp/gstrtpvorbisdepay.h:
684         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
685         * gst/rtp/gstrtpvorbispay.h:
686         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
687         * gst/rtp/gstrtpvrawpay.c:
688         Fix the descriptions and fix some email addresses.
689
690 2008-11-25  Julien Moutte  <julien@fluendo.com>
691
692         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
693         to supported qtdemux video codecs as I found some video clips using 
694         those.
695
696 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
699         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
700         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
701         (gst_auto_video_sink_detect):
702         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
703         Post an error when we can't set the internal ghostpad target.
704
705 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
708         (gst_video_crop_transform), (gst_video_crop_transform_caps),
709         (gst_video_crop_set_caps), (gst_video_crop_set_property):
710         * gst/videocrop/gstvideocrop.h:
711         Fix renegotiation when changing properties using the new basetransform
712         features. Fixes #561502.
713
714         * tests/icles/Makefile.am:
715         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
716         Add crazy interactive test unit for dynamically changing properties.
717
718 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
721         (gst_rtspsrc_parse_range):
722         Add some more debugging.
723         Use the reanges received from the server unconditionally.
724         Fixes #561625.
725
726 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
727
728         * ext/pulse/pulsesink.c:
729           Change #if 0 to something more expresive and add pointer to related
730           bug ticket.
731
732 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
733
734         Patch by: Tal Shalif <tshalif at nargila dot org>
735
736         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
737         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
738         the latter don't exist on some systems (mingw). Fixes bug #561990.
739
740 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
741
742         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
743
744         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
745         Add transferMode.dnla.org header to HTTP requests as this is
746         required by the DLNA specs and doesn't hurt in other situations.
747         Fixes bug #561802.
748
749 2008-11-20  Michael Smith <msmith@songbirdnest.com>
750
751         * sys/osxvideo/osxvideosink.h:
752         * sys/osxvideo/osxvideosink.m:
753           Handle video window resizing more correctly, avoiding crashes when
754           embedding the window and resizing it.
755
756 2008-11-20  Michael Smith <msmith@songbirdnest.com>
757
758         * gst/udp/gstmultiudpsink.c:
759         * gst/udp/gstudpnetutils.c:
760         * gst/udp/gstudpnetutils.h:
761         * gst/udp/gstudpsrc.c:
762           Fix multiudpsink on OSX by passing the specific length of the socket,
763           refactor that into a function shared with the same thing in udpsrc.
764
765 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
768         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
769         (gst_wavparse_stream_headers):
770         Fix the scaling code.
771         Fix parsing of the INFO chunks, we were reading the wrong number of
772         bytes.  Fixes #561580.
773
774 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
775
776         * gst/matroska/matroska-mux.c:
777         Fix NULL pointer dereference of an unset codec_id in the recently 
778         added Dirac paths
779
780 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * tests/check/Makefile.am:
783         Just keep disabling elements that hang the states test until it
784         works.
785
786 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
787
788         * ext/libpng/gstpngenc.c:
789         Don't flush downstream after every buffer - that's not what
790         this libpng callback is for at all!
791
792 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
793
794         * sys/v4l2/v4l2src_calls.c:
795           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
796           (gst_v4l2src_probe_caps_for_format):
797           Turns out we don't always get the frame sizes in a predefined
798           order from lowest to highest resolution, so let's just sort the
799           list by frame size once we've queried the possible resolutions
800           rather than assume any particular order. Fixes probed caps for
801           the camera in my HP2133 mini notebook and makes v4l2src default
802           to a decent size.
803
804 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
805
806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
807         * gst/matroska/matroska-ids.h:
808         Make mkvdemux aware of E-AC3.
809
810 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst/rtp/Makefile.am:
813         * gst/rtp/gstrtp.c: (plugin_init):
814         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
815         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
816         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
817         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
818         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
819         (gst_rtp_jpeg_depay_change_state),
820         (gst_rtp_jpeg_depay_plugin_init):
821         * gst/rtp/gstrtpjpegdepay.h:
822         Add a jpeg depayloader.
823
824         * gst/rtp/gstrtpjpegpay.c:
825         Set the default properties on the payloader to better defaults.
826
827 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
828
829         * sys/v4l2/gstv4l2.c:
830           Give it a primary rank for autovideosrc.
831
832 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
833
834         Patch by: Bjorn Ostby <bjornos at axis dot com>
835
836         * gst/rtp/Makefile.am:
837         * gst/rtp/gstrtp.c: (plugin_init):
838         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
839         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
840         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
841         (gst_rtp_jpeg_pay_read_quant_table),
842         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
843         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
844         (gst_rtp_jpeg_pay_plugin_init):
845         * gst/rtp/gstrtpjpegpay.h:
846         Add JPEG payloader. Fixes #560756.
847
848 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
849
850         Patch by: Fabricio Godoy <skarllot at gmail dot com>
851
852         * sys/oss/gstosssink.c: (gst_oss_sink_open):
853         * sys/oss/gstosssrc.c: (gst_oss_src_open):
854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
855         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
856         Fix some spelling mistakes. Fixes #556802.
857
858 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
859
860         * gst/equalizer/GstIirEqualizer10Bands.prs:
861         * gst/equalizer/GstIirEqualizer3Bands.prs:
862         * gst/equalizer/Makefile.am:
863         * gst/equalizer/gstiirequalizer10bands.c:
864         * gst/equalizer/gstiirequalizer3bands.c:
865           Add presets for equalizer. Fixes #522183.
866
867 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * gst/rtsp/Makefile.am:
870         * gst/rtsp/gstrtsp.c: (plugin_init):
871         * gst/rtsp/gstrtspgoogle.c:
872         * gst/rtsp/gstrtspgoogle.h:
873         Remove google extension again, it's not needed anymore because we never
874         send multiple transports anymore.
875
876 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
879
880         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
881         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
882         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
883         (gst_rtspsrc_stream_free),
884         (gst_rtspsrc_stream_configure_udp_sinks),
885         (gst_rtspsrc_stream_configure_transport),
886         (gst_rtspsrc_send_dummy_packets),
887         (gst_rtspsrc_create_transports_string),
888         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
889         * gst/rtsp/gstrtspsrc.h:
890         Add property to configure NAT traversal method.
891         Ignore EOS from the internal sinks.
892         Implement sending dummy packets as a (simple) method to open up
893         some firewalls.
894         Send PLAY request to the server after we started the udp sources.
895         Fixes #559545.
896
897 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         Patch by: Yotam <sh dot yotam at gmail dot com>
900
901         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
902         Flush the remaining frames on EOS. Fixes #560641.
903
904 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
905
906         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
907         Fix compiler warning about printf formatting.
908
909 2008-11-12  Andy Wingo  <wingo@pobox.com>
910
911         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
912         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
913         segment events instead of sending them from the seeking thread.
914         Fixes #559288.
915         (gst_qtdemux_push_pending_newsegment): New helper, sends out
916         queued newsegment events.
917         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
918         call it here, as we only seek when looping, and only push in the
919         movie state.
920
921 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
922
923         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
924         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
925         * gst/qtdemux/qtdemux_fourcc.h:
926         * gst/qtdemux/qtdemux_types.c:
927         Add cover and alternative copyright tag, and enhance some existing
928         ones by marking them as container atoms.
929
930 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
933         Don't ignore the return value of setcaps.
934
935 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
936
937         Patch by: Olivier Crete <tester at tester dot ca>
938
939         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
940         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
941         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
942         * gst/rtp/gstrtpg729pay.h:
943         Replace G729 payloader with an improved version. Fixes #532409.
944
945 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
948         (gst_rtspsrc_change_state):
949         Only send one transport at a time for improved compatibility with some
950         broken servers. See #537832.
951
952 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
953
954         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
955         (gst_rtspsrc_perform_seek):
956         Only pause/play in the seek handler when the source was playing.
957         Fixes #529379.
958
959 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
960
961         * gst/matroska/matroska-mux.c:
962         (gst_matroska_mux_handle_dirac_packet):
963         Fix muxing of Dirac streams if the input already has the format
964         we need, i.e. is the output of matroskademux.
965
966 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
967
968         * gst/avi/gstavimux.c:
969           Don't segfault on string typed tags being NULL. Fixes #560155.
970
971 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
972
973         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
974         (gst_matroska_mux_audio_pad_setcaps):
975         Fix mapping AAC profile to Matroska codec id.
976
977 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
978
979         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
980         (qtdemux_video_caps), (qtdemux_audio_caps):
981         Refactor some raw audio caps building, and handle >16-bit cases.
982         Fix/replace building caps from a string description.
983
984 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
985
986         * gst/audiofx/audiowsincband.c:
987         * gst/audiofx/audiowsinclimit.c:
988         * gst/cutter/gstcutter.c:
989           Make author name consistent with others.
990
991 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
994
995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
996         (gst_rtspsrc_stream_configure_udp_sink):
997         Pause the RTSP stream before doing a new play request.
998         Make sure that adding the udpsinks does not cause the rtspsrc to become
999         a sink. Fixes #559547.
1000
1001 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1002
1003         * gst/matroska/matroska-ids.h:
1004         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1005         (gst_matroska_mux_handle_dirac_packet),
1006         (gst_matroska_mux_write_data):
1007         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1008         put all Dirac packages up to a picture into a Matroska block.
1009
1010         TODO: Implement writing of the ReferenceBlock Matroska elements,
1011         currently the Dirac muxing is only 100% correct if Matroska version 2
1012         is selected for muxing.
1013
1014 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1015
1016         Patch by: Bastien Nocera <hadess at hadess dot net>,
1017                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1018
1019         * configure.ac:
1020         * sys/v4l2/Makefile.am:
1021         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1022         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1023         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1024         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1025         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1026         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1027         (gst_v4l2_get_input), (gst_v4l2_set_input):
1028         * sys/v4l2/v4l2_calls.h:
1029         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1030         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1031         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1032         (gst_v4l2src_fill_format_list),
1033         (gst_v4l2src_probe_caps_for_format_and_size),
1034         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1035         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1036         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1037         (gst_v4l2src_get_nearest_size):
1038         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1039
1040 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1041
1042         * ext/aalib/Makefile.am:
1043         * ext/annodex/Makefile.am:
1044         * ext/cairo/Makefile.am:
1045         * ext/dv/Makefile.am:
1046         * ext/esd/Makefile.am:
1047         * ext/flac/Makefile.am:
1048         * ext/gconf/Makefile.am:
1049         * ext/gdk_pixbuf/Makefile.am:
1050         * ext/hal/Makefile.am:
1051         * ext/jpeg/Makefile.am:
1052         * ext/ladspa/Makefile.am:
1053         * ext/libcaca/Makefile.am:
1054         * ext/libmng/Makefile.am:
1055         * ext/libpng/Makefile.am:
1056         * ext/mikmod/Makefile.am:
1057         * ext/pulse/Makefile.am:
1058         * ext/raw1394/Makefile.am:
1059         * ext/shout2/Makefile.am:
1060         * ext/soup/Makefile.am:
1061         * ext/speex/Makefile.am:
1062         * ext/taglib/Makefile.am:
1063         * ext/wavpack/Makefile.am:
1064         * gst/alpha/Makefile.am:
1065         * gst/apetag/Makefile.am:
1066         * gst/audiofx/Makefile.am:
1067         * gst/auparse/Makefile.am:
1068         * gst/autodetect/Makefile.am:
1069         * gst/avi/Makefile.am:
1070         * gst/cutter/Makefile.am:
1071         * gst/debug/Makefile.am:
1072         * gst/effectv/Makefile.am:
1073         * gst/equalizer/Makefile.am:
1074         * gst/flx/Makefile.am:
1075         * gst/goom/Makefile.am:
1076         * gst/goom2k1/Makefile.am:
1077         * gst/icydemux/Makefile.am:
1078         * gst/id3demux/Makefile.am:
1079         * gst/interleave/Makefile.am:
1080         * gst/law/Makefile.am:
1081         * gst/level/Makefile.am:
1082         * gst/matroska/Makefile.am:
1083         * gst/median/Makefile.am:
1084         * gst/monoscope/Makefile.am:
1085         * gst/multifile/Makefile.am:
1086         * gst/multipart/Makefile.am:
1087         * gst/oldcore/Makefile.am:
1088         * gst/qtdemux/Makefile.am:
1089         * gst/replaygain/Makefile.am:
1090         * gst/rtp/Makefile.am:
1091         * gst/rtsp/Makefile.am:
1092         * gst/smpte/Makefile.am:
1093         * gst/spectrum/Makefile.am:
1094         * gst/udp/Makefile.am:
1095         * gst/videobox/Makefile.am:
1096         * gst/videocrop/Makefile.am:
1097         * gst/videofilter/Makefile.am:
1098         * gst/videomixer/Makefile.am:
1099         * gst/wavenc/Makefile.am:
1100         * gst/wavparse/Makefile.am:
1101         * sys/directdraw/Makefile.am:
1102         * sys/directsound/Makefile.am:
1103         * sys/oss/Makefile.am:
1104         * sys/osxaudio/Makefile.am:
1105         * sys/osxvideo/Makefile.am:
1106         * sys/sunaudio/Makefile.am:
1107         * sys/v4l2/Makefile.am:
1108         * sys/waveform/Makefile.am:
1109         * sys/ximage/Makefile.am:
1110           Don't install static libs for plugins. Fixes #550851 for -good.
1111
1112 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1113
1114         * ext/flac/Makefile.am:
1115         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1116         This fixes compilation if FLAC is installed in an uncommon location
1117         that is not already handled by other CFLAGS. Fixes bug #558711.
1118
1119 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1120
1121         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1122         Guard more uncommon formats with ifdefs so that we can compile on older
1123         versions.
1124
1125 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1126
1127         Patch by: Nick Haddad <nick at haddads dot net>
1128
1129         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1130         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1131         (gst_avi_demux_stream_data):
1132         Invert other uncompressed RGB formats. Fixes #558554.
1133
1134 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1135
1136         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1137         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1138         * gst/wavenc/gstwavenc.h:
1139         Add support for float/double as input and remove the (nowadays)
1140         useless parsing of the depth as we require width==depth.
1141
1142 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1143
1144         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1145         * gst/rtp/gstrtpmpapay.c:
1146         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1147         mpeg version 1. Fixes #558427.
1148
1149 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1150
1151         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1152         (gst_rtp_L16_pay_getcaps):
1153         Only put an integral amount of samples in the RTP packet.
1154         Fixes #556641.
1155
1156 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1157
1158         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1159         * gst/rtp/gstrtpchannels.h:
1160         Add method to get possible channel positions.
1161
1162 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1163
1164         * gst/rtp/Makefile.am:
1165         Also commit updated makefile
1166
1167 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1168
1169         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1170         Don't allow width=32,depth=24 as input. WAV requires that the width
1171         is the next integer multiply of 8 from the depth.
1172
1173 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1174
1175         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1176         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1177         (gst_rtp_L16_pay_getcaps):
1178         * gst/rtp/gstrtpchannels.c: (check_channels),
1179         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1180         (gst_rtp_channels_create_default):
1181         * gst/rtp/gstrtpchannels.h:
1182         Add mappings for multichannel support. Does not completely just work
1183         because the getcaps function does not yet return the allowed channel
1184         mappings. See #556641.
1185
1186 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1187
1188         * gst/goom/Makefile.am:
1189         * gst/goom/README:
1190         * gst/goom/config_param.c:
1191         * gst/goom/convolve_fx.c:
1192         * gst/goom/drawmethods.c:
1193         * gst/goom/drawmethods.h:
1194         * gst/goom/filters.c:
1195         * gst/goom/filters_mmx.s:
1196         * gst/goom/flying_stars_fx.c:
1197         * gst/goom/goom.h:
1198         * gst/goom/goom_config.h:
1199         * gst/goom/goom_config_param.h:
1200         * gst/goom/goom_core.c:
1201         * gst/goom/goom_filters.h:
1202         * gst/goom/goom_fx.h:
1203         * gst/goom/goom_graphic.h:
1204         * gst/goom/goom_plugin_info.h:
1205         * gst/goom/goom_tools.c:
1206         * gst/goom/goom_tools.h:
1207         * gst/goom/goom_typedefs.h:
1208         * gst/goom/goom_visual_fx.h:
1209         * gst/goom/graphic.c:
1210         * gst/goom/ifs.c:
1211         * gst/goom/ifs.h:
1212         * gst/goom/lines.c:
1213         * gst/goom/lines.h:
1214         * gst/goom/mathtools.c:
1215         * gst/goom/mathtools.h:
1216         * gst/goom/mmx.c:
1217         * gst/goom/motif_goom1.h:
1218         * gst/goom/motif_goom2.h:
1219         * gst/goom/plugin_info.c:
1220         * gst/goom/ppc_drawings.h:
1221         * gst/goom/ppc_zoom_ultimate.h:
1222         * gst/goom/sound_tester.c:
1223         * gst/goom/sound_tester.h:
1224         * gst/goom/surf3d.c:
1225         * gst/goom/surf3d.h:
1226         * gst/goom/tentacle3d.c:
1227         * gst/goom/tentacle3d.h:
1228         * gst/goom/v3d.c:
1229         * gst/goom/v3d.h:
1230         * gst/goom/xmmx.c:
1231           Add license headers in all source files. Remove filter.c from
1232           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1233           which are not used right now. Fixes #557709.
1234
1235 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1236
1237         Patch by: Olivier Crete <tester at tester dot ca>
1238
1239         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1240         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1241         Implement getcaps in rtpL16pay. Fixes #556484.
1242
1243 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1246         (gst_rtp_L16_depay_process):
1247         Check if clock-rate and channels are valid.
1248         Don't ignore the return value of setcaps.
1249         No need to validate the buffer, the base class does that for us.
1250         Use the marker bit to set the DISCONT flag on outgoing buffers.
1251
1252         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1253         Don't ignore the return value of set_outcaps.
1254
1255         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1256         (gst_rtp_ac3_depay_process):
1257         Don't ignore the return value of set_caps.
1258         No need to validate the buffer, the base class does that for us.
1259
1260         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1261         (gst_rtp_amr_depay_process):
1262         * gst/rtp/gstrtpamrdepay.h:
1263         Don't ignore the return value of setcaps.
1264         No need to validate the buffer, the base class does that for us.
1265         No need to set output caps on the buffers, the base class does that for
1266         us.
1267         The subclass will make sure we are negotiated.
1268         
1269         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1270         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1271         * gst/rtp/gstrtpdvdepay.h:
1272         Clean up caps negotiation.
1273         The subclass will make sure we are negotiated.
1274
1275         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1276         (gst_rtp_g726_depay_process):
1277         Clean up caps negotiation.
1278         Use the marker bit to set the DISCONT flag on outgoing buffers.
1279
1280         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1281         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1282         * gst/rtp/gstrtpg729depay.h:
1283         The subclass will make sure we are negotiated.
1284         Use the marker bit to set the DISCONT flag on outgoing buffers.
1285
1286         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1287         (gst_rtp_gsm_depay_process):
1288         Clean up caps negotiation.
1289         Use the marker bit to set the DISCONT flag on outgoing buffers.
1290
1291         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1292         Clean up caps negotiation.
1293         Don't ignore the return value of set_outcaps.
1294
1295         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1296         (gst_rtp_h263_depay_process):
1297         Clean up caps negotiation.
1298         No need to validate the buffer, the base class does that for us.
1299
1300         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1301         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1302         * gst/rtp/gstrtph263pay.h:
1303         Don't ignore the return value of set_outcaps.
1304         Do some more timestamps.
1305
1306         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1307         (gst_rtp_h263p_depay_process):
1308         Clean up caps negotiation.
1309         Don't ignore the return value of setcaps.
1310         No need to validate the buffer, the base class does that for us.
1311
1312         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1313         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1314         (gst_rtp_h263p_pay_handle_buffer):
1315         * gst/rtp/gstrtph263ppay.h:
1316         Don't ignore the return value of set_outcaps.
1317         Do some more timestamps.
1318
1319         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1320         (gst_rtp_h264_depay_process):
1321         Clean up caps negotiation.
1322         Don't ignore the return value of setcaps.
1323         Fix possible caps leak.
1324         No need to validate the buffer, the base class does that for us.
1325
1326         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1327         Add some more debug info.
1328
1329         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1330         (gst_rtp_ilbc_depay_process):
1331         Clean up caps negotiation.
1332         Use the marker bit to set the DISCONT flag on outgoing buffers.
1333
1334         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1335         Clean up caps negotiation.
1336
1337         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1338         (gst_rtp_mp1s_depay_process):
1339         Clean up caps negotiation.
1340         Don't ignore the return value of setcaps.
1341         No need to validate the buffer, the base class does that for us.
1342         No need to set caps on buffers, subclass does that for us.
1343
1344         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1345         (gst_rtp_mp2t_depay_process):
1346         Clean up caps negotiation.
1347         Don't ignore the return value of setcaps.
1348         No need to validate the buffer, the base class does that for us.
1349         No need to set caps on buffers, subclass does that for us.
1350
1351         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1352         (gst_rtp_mp4a_depay_process):
1353         Clean up caps negotiation.
1354         Don't ignore the return value of setcaps.
1355         No need to validate the buffer, the base class does that for us.
1356
1357         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1358         (gst_rtp_mp4a_pay_setcaps):
1359         Don't ignore the return value of set_outcaps.
1360
1361         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1362         (gst_rtp_mp4g_depay_process):
1363         Clean up caps negotiation.
1364         Don't ignore the return value of setcaps.
1365         No need to validate the buffer, the base class does that for us.
1366         No need to set caps on buffers, subclass does that for us.
1367
1368         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1369         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1370         Don't ignore the return value of set_outcaps.
1371
1372         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1373         (gst_rtp_mp4v_depay_process):
1374         Clean up caps negotiation.
1375         Don't ignore the return value of setcaps.
1376         No need to validate the buffer, the base class does that for us.
1377         No need to set caps on buffers, subclass does that for us.
1378
1379         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1380         (gst_rtp_mp4v_pay_setcaps):
1381         Don't ignore the return value of set_outcaps.
1382
1383         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1384         (gst_rtp_mpa_depay_process):
1385         Clean up caps negotiation.
1386         Don't ignore the return value of setcaps.
1387         No need to validate the buffer, the base class does that for us.
1388         Use the marker bit to set the DISCONT flag on outgoing buffers.
1389
1390         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1391         Don't ignore the return value of set_outcaps.
1392
1393         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1394         (gst_rtp_mpv_depay_process):
1395         Clean up caps negotiation.
1396         Actually set output caps.
1397         No need to validate the buffer, the base class does that for us.
1398
1399         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1400         Don't ignore the return value of set_outcaps.
1401
1402         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1403         (gst_rtp_pcma_depay_process):
1404         Clean up caps negotiation.
1405         Set output buffer duration because we can.
1406         Use the marker bit to set the DISCONT flag on outgoing buffers.
1407
1408         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1409         Don't ignore the return value of set_outcaps.
1410
1411         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1412         (gst_rtp_pcmu_depay_process):
1413         Clean up caps negotiation.
1414         Use the marker bit to set the DISCONT flag on outgoing buffers.
1415
1416         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1417         Don't ignore the return value of set_outcaps.
1418
1419         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1420         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1421         Clean up caps negotiation.
1422         Set output caps on the pad and header buffers.
1423         Set duration on output buffers because we can.
1424
1425         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1426         Don't ignore the return value of set_outcaps.
1427
1428         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1429         (gst_rtp_sv3v_depay_process):
1430         Clean up caps negotiation.
1431         No need to validate the buffer, the base class does that for us.
1432         No need to set caps out output buffers, subclass does that.
1433
1434         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1435         (gst_rtp_theora_depay_process):
1436         Don't ignore the return value of setcaps.
1437         No need to validate the buffer, the base class does that for us.
1438
1439         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1440         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1441         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1442         (gst_rtp_theora_pay_handle_buffer):
1443         Don't ignore the return value of set_outcaps.
1444
1445         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1446         (gst_rtp_vorbis_depay_process):
1447         Don't ignore the return value of setcaps.
1448         No need to validate the buffer, the base class does that for us.
1449
1450         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1451         Don't ignore the return value of set_outcaps.
1452
1453         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1454         Clean up caps negotiation, don't ignore setcaps return.
1455
1456         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1457         Don't ignore the return value of set_outcaps.
1458
1459 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         * gst/matroska/matroska-demux.c:
1462         (gst_matroska_demux_handle_src_event):
1463         Forward unknown events upstream.
1464
1465 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1466
1467         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1468         Add some refcount check
1469
1470         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1471         Don't ignore the result of write(), fixes a  compiler warning for me.
1472
1473         * tests/icles/videobox-test.c: (main):
1474         Make the output a little more pretty.
1475
1476 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1477
1478         * ext/esd/esdmon.c:
1479           Add doc blob.
1480
1481 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1482
1483         * docs/plugins/Makefile.am:
1484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1486         * docs/plugins/gst-plugins-good-plugins.args:
1487         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1488         * docs/plugins/gst-plugins-good-plugins.interfaces:
1489         * docs/plugins/inspect/plugin-autodetect.xml:
1490           Add the docs of the new elements.
1491
1492 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1493
1494         * gst/autodetect/gstautoaudiosrc.c:
1495         (gst_auto_audio_src_class_init):
1496         * gst/autodetect/gstautovideosrc.c:
1497         (gst_auto_video_src_class_init):
1498         Fix "Since" tags in the documentation.
1499
1500 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1501
1502         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1503
1504         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1505         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1506         Add support for souphttpsrc to act as a live source. This makes it
1507         possible to get timestamped buffers in combination with the
1508         "do-timestamp" property. Fixes bug #556019.
1509
1510 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * gst/autodetect/Makefile.am:
1513         * gst/autodetect/gstautoaudiosink.c:
1514         * gst/autodetect/gstautoaudiosrc.c:
1515         * gst/autodetect/gstautoaudiosrc.h:
1516         * gst/autodetect/gstautodetect.c:
1517         * gst/autodetect/gstautovideosink.c:
1518         * gst/autodetect/gstautovideosrc.c:
1519         * gst/autodetect/gstautovideosrc.h:
1520           Implement src plugins. Little code/string cleanup in the sinks.
1521           Fixes #523813.
1522
1523 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1524
1525         Patch by: Peter Kjellerstedt <pkj at axis com>
1526
1527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1528         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1529         Fix a memory leak when pads are requested but the pipeline never
1530         goes into PLAYING.
1531
1532         Correctly remove request pads, no matter if they have collected
1533         data or not.
1534
1535         Fixes bug #557710.
1536
1537 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1538
1539         Patch by: <lrn1986 at gmail dot com>
1540
1541         * gst/udp/gstudpnetutils.h:
1542         Define the correct WINVER so getaddinfo() can be used when using
1543         mingw32. Fixes bug #557294.
1544
1545 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1546
1547         Patch by: <lrn1986 at gmail dot com>
1548
1549         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1550         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1551         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1552         Fix "argument type mismatch" compiler warnings on Windows.
1553         Fixes bug #557293.
1554
1555 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1556
1557         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1558         Don't calculate the filter coefficients for every single buffer
1559         but only when it's needed. Fixes bug #557260.
1560
1561 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1562
1563         * configure.ac:
1564         Back to development -> 0.10.11.1
1565
1566 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1567
1568         * gst-plugins-good.doap:
1569         Fix version number of 0.10.11 release in doap file
1570
1571 === release 0.10.11 ===
1572
1573 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1574
1575         * configure.ac:
1576           releasing 0.10.11, "Secondary Consideration"
1577
1578 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1579
1580         * configure.ac:
1581         Commit 0.10.10.4 pre-release
1582
1583 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1584
1585         * gst/avi/gstavimux.c:
1586         Fix VPRP chunk setup in avimux.
1587         Fixes: #556010
1588         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1589
1590 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1591
1592         * gst/videobox/gstvideobox.c:
1593         support dynamically changing properties in videobox
1594         Fixed: #557085
1595         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1596
1597 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1598
1599         * configure.ac:
1600         0.10.10.3 pre-release
1601
1602 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1603
1604         * tests/check/Makefile.am:
1605         Don't run the states test on pulsesrc and pulsesink
1606
1607 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1608
1609         * configure.ac:
1610         Commit 0.10.10.2 pre-release bump that actually went
1611         out on 2008-10-11
1612
1613 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1614
1615         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1616         Skip entries for streams that don't have a output pad yet, thereby
1617         avoiding calling pad functions with a NULL pad.
1618         Fixes #556424
1619
1620 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1621
1622         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1623         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1624         Remove problematic and useless refcount check.
1625         Fixes #556381
1626
1627 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1628
1629         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1630         Remove problematic and useless refcount check.
1631         Fixes #556381
1632
1633 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1634
1635         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1636         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1637         Cast some size_t arguments to guint to avoid compiler
1638         warnings on 64-bit systems.
1639
1640 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1641
1642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1643         Return TRUE instead of FALSE from the event handler when we swallowed the
1644         event.
1645
1646 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1647
1648         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1649         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1650         Reset header state. Fixes #555321.
1651
1652 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1653
1654         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1655         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1656         * gst/avi/gstavidemux.h:
1657         For timestamping audio packets we need to take into account the
1658         amount of blocks in one entry using the blockalign. Fixes some sync
1659         issues with zero-padded audio blocks in the beginning of avi files.
1660
1661 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1662
1663         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1664         (gst_multi_file_src_query):
1665         Implement DEFAULT and BUFFER position queries. See #555260.
1666
1667 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1668
1669         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1670         Fix build for systems that don't have XDamage.
1671
1672 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1673
1674         * tests/examples/rtp/client-H263p.sdp:
1675         * tests/examples/rtp/client-H263p.sh:
1676         * tests/examples/rtp/server-VTS-H263p.sh:
1677         Add some more H263p server and client examples.
1678
1679 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1680
1681         * configure.ac::
1682           Depend on released versions of core and base.
1683
1684 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1685
1686         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1687         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1688         Return -1 instead of 0 in error cases. Fixes #554771.
1689
1690 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1691
1692         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1693         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1694         Stop leaking the cursor image.
1695         Unref the last_ximage and the cached cursor image on shutdown.
1696         Fixes #551570.
1697
1698 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1699
1700         * sys/v4l2/gstv4l2object.h:
1701         Getting the Class from an instance is not just a matter of casting it to
1702         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1703         instance. Fixes #549784.
1704
1705 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1706
1707         * configure.ac:
1708           Fix libs for linking directsound.
1709         * sys/directsound/gstdirectsoundsink.c:
1710           Fix buffer sizing to prevent racing the ringbuffer at startup.
1711           Add volume property.
1712
1713 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1714
1715         * ext/pulse/pulsesink.c:
1716         Fix problems with pulsesink randomly erroring with code 'OK' after a
1717         format change on the stream by waiting when disconnecting the stream.
1718
1719 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1720
1721         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1722         (gst_rtp_amr_depay_process):
1723         Mark DISCONT on output buffers when the marker bit signals a new talk
1724         spurt.
1725
1726         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1727         Set the marker bit for buffers with a DISCONT flag to signal a talk
1728         spurt.
1729
1730 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1731
1732         * gst/rtp/Makefile.am:
1733         * gst/rtp/gstrtp.c: (plugin_init):
1734         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1735         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1736         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1737         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1738         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1739         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1740         * gst/rtp/gstrtpmp4apay.h:
1741         Added MP4A-LATM payloader to match the depayloader.
1742
1743 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1744
1745         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1746         (gst_videomixer_sink_event):
1747         Handle segments a little better. Fixes #537361.
1748
1749 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1750
1751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1752         Don't assume the server supports PAUSE by default. Fixes #551048.
1753
1754 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1755
1756         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1757         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1758         Switch on the socket family to get the addrlen size right.
1759
1760 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1761
1762         Patch by: Daniel Franke <df at dfranke dot us>
1763
1764         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1765         OS X's bind() implementation is picky about its addrlen parameter and
1766         fails with EINVAL if it is larger than expected for the socket's address
1767         family. Set the length to the expected length instead. Fixes #553191.
1768
1769 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1770
1771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1772         Handle the case where we cannot do desribe or when the describe result
1773         does not contain a valid SDP message.
1774
1775 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1776
1777         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1778         Fix setting the qos.
1779
1780 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1781
1782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1783         (gst_qtdemux_chain):
1784         Some 'broken' files out there have atom lengths of zero...
1785         which basically results in qtdemux consuming that atom again and again
1786         until the *end of night* !
1787         Detect that and emits an adequate element error message.
1788
1789 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1790
1791         * gst/interleave/Makefile.am:
1792         * gst/matroska/Makefile.am:
1793         Fix build flags order.
1794
1795         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1796         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1797         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1798         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1799         Format fixes.
1800
1801         * tests/check/elements/multifile.c:
1802         Pull in unistd.h
1803
1804 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1807         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1808         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1809         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1810         (gst_rtp_mp4g_depay_change_state):
1811         * gst/rtp/gstrtpmp4gdepay.h:
1812         Handle interleaved streams by reordering AU in a queue.
1813
1814 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1815
1816         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1817         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1818         Change some of the ranges in the caps, mostly for the amount of bits we
1819         can use.
1820         Added a little bitstream parse and use it to parse the AU header fields.
1821         Check for malformed and wrongly sized packets better.
1822         Implement more header field parsing.
1823         Handle the size of fragmented packets correctly.
1824
1825 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1826
1827         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1828         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1829         Add mapping for 'tiff' => image/tiff
1830         Fixes #552213
1831
1832 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1833
1834
1835         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1836         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1837           Pretend to care about the result of write() which works around
1838           compiler warnings.
1839
1840 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1841
1842         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1843           Make sure the desired default values are actually set, not only
1844           registered as defaults (actual problem is that the stereo-specific
1845           values are only updated if channels==2, which is not the case yet
1846           when the object is created, so the default values for the
1847           mid-side-stereo and loose-mid-side-stereo settings are never
1848           set in _update_quality()). Makes flacenc create smaller files by
1849           default (for stereo input), and fixes #550791.
1850
1851 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1852
1853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1854         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1855         (qtdemux_parse_trak), (qtdemux_video_caps):
1856         * gst/qtdemux/qtdemux.h:
1857         * gst/qtdemux/qtdemux_fourcc.h:
1858         * gst/qtdemux/qtdemux_types.c:
1859         Add support for video/mj2 mime-type and its additional atoms/boxes.
1860         Fixes #550646.
1861
1862 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * gst/debug/gsttaginject.c:
1865           Add warning when tags parameter is unparsable and give example for
1866           quoting in the docs.
1867
1868 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1869
1870         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1871         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1872         Add some alternative byteswapped mappings that seem to pop up sometimes.
1873         Fixes #550288.
1874
1875 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1876
1877         * po/LINGUAS:
1878         * po/POTFILES.in:
1879         * po/POTFILES.skip:
1880           Add 'ca' to LINGUAS; add some more files with translations and some
1881           files which should be ignored by translation tools.
1882
1883 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1884
1885         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1886         * ext/speex/gstspeexdec.h:
1887         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1888         * ext/speex/gstspeexenc.h:
1889         Use integer encoding and decoding functions instead of converting
1890         the integer input to float in the element. The libspeex integer
1891         functions are doing this for us already or, if libspeex was compiled
1892         in integer mode, they're doing everything using integer arithmetics.
1893         Also saves some copying around.
1894
1895 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1896
1897         * configure.ac:
1898           Fix --disable-external
1899
1900 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1903         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1904         * ext/wavpack/gstwavpackenc.h:
1905         Handle non-zero start timestamps and stream discontinuities
1906         correctly. This only has an effect if we're muxing into
1907         a container format as the raw WavPack stream must contain
1908         continous sample numbers.
1909
1910 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1911
1912         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1913         Correct the timestamp and granulepos calculation by one Speex
1914         frame.
1915
1916 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1917
1918         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1919         Correctly take the granulepos from upstream if possible and
1920         correctly handle the granulepos in various calculations: the
1921         granulepos is the sample number of the _last_ sample in a frame, not
1922         the first.
1923
1924         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1925         (gst_speex_enc_encode), (gst_speex_enc_chain),
1926         (gst_speex_enc_change_state):
1927         * ext/speex/gstspeexenc.h:
1928         Handle non-zero start timestamps in the encoder and detect/handle
1929         stream discontinuities. Fixes bug #547075.
1930
1931 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1932
1933         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1934
1935         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1936         Fix compiler warnings caused by passing a string as format string
1937         instead of "%s" and then the string. This is only exposed by -Wformat=2
1938         as used by default on Ubuntu. Fixes bug #550015.
1939
1940 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1941
1942         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1943         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1944         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1945         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1946         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1947           (gst_ebml_read_element_length):
1948         * gst/matroska/matroska-demux.c:
1949           (gst_matroska_demux_check_subtitle_buffer):
1950           Make stuff compile with GST_DISABLE_GST_DEBUG.
1951
1952 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1953
1954         * gst/law/alaw.c:
1955         * gst/law/mulaw.c:
1956           Ref caps before passing to gst_pad_template_new(), since that takes
1957           ownership.
1958
1959 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1960
1961         Patch by: Mersad Jelacic <mersad at axis dot com>
1962
1963         * gst/multipart/multipartdemux.c:
1964         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1965         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1966         demuxer. Fixes #549551.
1967
1968 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1969
1970         * sys/osxaudio/gstosxaudiosink.c:
1971         (gst_osx_audio_sink_select_device):
1972         * sys/osxaudio/gstosxaudiosrc.c:
1973         (gst_osx_audio_src_create_ringbuffer),
1974         (gst_osx_audio_src_select_device):
1975         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1976         Fix the build on macosx.
1977
1978 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1979
1980         * gst/icydemux/gsticydemux.c:
1981           Small docs fix: in the example pipeline, we need to pass
1982           iradio-mode=true to the source, so the server actually sends
1983           an ICY stream.
1984
1985 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1986
1987         * sys/osxaudio/gstosxaudio.c:
1988           Oops. Revert more completely.
1989
1990 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1991
1992         * sys/osxaudio/gstosxaudio.c:
1993           Revert accidental element rename from testing.
1994
1995 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1996
1997         * gst-plugins-good.doap:
1998         Pull in 0.10.10 doap entry from release branch
1999
2000 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2001
2002         * configure.ac:
2003         Update version number to reflect 0.10.10 release from
2004         branch.
2005
2006 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2007
2008         * sys/osxaudio/Makefile.am:
2009         * sys/osxaudio/gstosxaudio.c:
2010         * sys/osxaudio/gstosxaudiosink.c:
2011         * sys/osxaudio/gstosxaudiosink.h:
2012         * sys/osxaudio/gstosxaudiosrc.c:
2013         * sys/osxaudio/gstosxaudiosrc.h:
2014         * sys/osxaudio/gstosxringbuffer.c:
2015         * sys/osxaudio/gstosxringbuffer.h:
2016           Rewrite caps setting and ring buffer initialisation.
2017           Previously we never told CoreAudio what format we were going to send it,
2018           so it only worked due to luck, and not at all on some hardware.
2019           Now we explicitly advertise what formats the hardware supports, and then
2020           configure the selected one correctly.
2021
2022 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2023
2024         * sys/v4l2/gstv4l2object.c:
2025         * sys/v4l2/gstv4l2src.c:
2026         * sys/v4l2/gstv4l2src.h:
2027         * sys/v4l2/v4l2_calls.c:
2028         * sys/v4l2/v4l2src_calls.c:
2029           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2030           need to memset instance structures. Some more FIXME's and comments.
2031
2032 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2033
2034         * tests/icles/.cvsignore:
2035           Ignore more.
2036
2037 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2038
2039         * gst/goom/.cvsignore:
2040         * gst/goom2k1/.cvsignore:
2041           Ignore files.
2042
2043 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2044
2045         * ext/cairo/gsttextoverlay.c:
2046           Fix compiler warning.
2047
2048 2008-08-25  David Schleef  <ds@schleef.org>
2049
2050         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2051
2052 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2053
2054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2055         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2056         * gst/matroska/matroska-mux.c:
2057         (gst_matroska_mux_video_pad_setcaps),
2058         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2059         Add Real[Audio|Video] support to Matroska containers.
2060         It works fine for:
2061         * decoding real audio/video streams contained in mkv
2062         * 'transmuxing' real (.rm) files into .mkv files
2063         It will not work though for encoding real[audio/video] streams that
2064         don't contain the 'mdpr_data' extra data on the caps.
2065         The reason why this will not work is because I never intended to
2066         duplicate virtually all the 'mdpr' block creation into mkvmux.
2067         Fixes #536067
2068
2069 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2072         * gst/law/mulaw-conversion.c:
2073         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2074         (gst_mulawenc_chain):
2075         The encoder can't really renegotiate at the time they perform a
2076         pad-alloc so make the srcpads use fixed caps.
2077         Check the buffer size after a pad-alloc because the returned size might
2078         not be right when the downstream element does not know the size of the
2079         new buffer (capsfilter). Fixes #549073.
2080
2081 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2082
2083         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2084
2085         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2086         v4l2src doesn't have a property named "norm" so don't try to notify
2087         about changes to that property. The "norm" property and related
2088         code are commented out currently. Fixes bug #549090.
2089
2090 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2091
2092         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2093
2094         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2095         Reprobe devices again instead of taking a cached list as new
2096         devices could've been plugged in. Fixes bug #549062.
2097
2098 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2099
2100         * gst/autodetect/Makefile.am:
2101         Don't link the autodetect plugin with GConf as it doesn't
2102         use GConf. Fixes bug #545463.
2103
2104 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2105
2106         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2107         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2108         (gst_ebml_read_sint), (gst_ebml_read_float),
2109         (gst_ebml_read_header):
2110         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2111         possible to ignore errors and not post any ERROR messages on
2112         the bus.
2113
2114         * gst/matroska/matroska-demux.c:
2115         (gst_matroska_demux_parse_contents):
2116         Ignore any errors and not just EOS when parsing the contents of
2117         a SeekHead. Errors here are usually caused by truncated files
2118         and playback of the file works fine. Fixes playback of the
2119         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2120         archive.
2121
2122 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2123
2124         * gst/multipart/multipartdemux.c:
2125         * gst/multipart/multipartmux.c:
2126         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2127
2128 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2129
2130         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2131           gst_directdraw_sink_bufferpool_clear):
2132           Fix two more buffer ref leaks.
2133
2134 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2135
2136         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2137
2138         * sys/directdraw/gstdirectdrawsink.c:
2139           (gst_directdraw_sink_show_frame):
2140           Fix buffer ref leak.
2141
2142 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2143
2144         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2145         Revert the last commit. wavenc still supports width!=depth for 32 bit
2146         width. Thanks Tim.
2147
2148 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2149
2150         * gst/matroska/matroska-demux.c:
2151         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2152         If the duration of a block is unknown only use the timestamp for the
2153         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2154         laces. Otherwise every lace has the same timestamp which leads to
2155         various problems. Really fixes bug #548831.
2156
2157 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2158
2159         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2160         If we're not allowing width!=depth in wavenc we should also disable
2161         the code that was added to support width!=depth.
2162
2163 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2164
2165         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2166         Don't calculate the default duration of a frame from the audio sampling
2167         rate. This only works for raw audio if every frame contains a single
2168         sample and results in broken buffer durations for other formats
2169         if no specified default duration is given or the blocks have no
2170         duration. Fixes bug #548831.
2171
2172 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2173
2174         * gst/matroska/matroska-demux.c:
2175         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2176         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2177         are used for text/plain subtitles as a gap-filler in some files.
2178
2179 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2180
2181         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2182         (gst_v4l2_get_caps_info):
2183         Add S910 and PWC formats with a low priority.
2184
2185         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2186         (gst_v4l2src_probe_caps_for_format):
2187         Add more debugging.
2188
2189 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2190
2191         * ext/flac/gstflacenc.c:
2192           Fix compilation against older libflac versions.
2193
2194 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2195
2196         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2197         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2198         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2199         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2200         (gst_pulsemixer_ctrl_set_volume):
2201         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2202         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2203         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2204         (gst_pulsesink_init), (gst_pulsesink_open),
2205         (gst_pulsesink_prepare), (gst_pulsesink_write),
2206         (gst_pulsesink_delay), (gst_pulsesink_reset):
2207         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2208         (gst_pulsesrc_init):
2209         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2210         Fix a locking issue in pulsesink's prepare function.
2211
2212         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2213         Check if the created channel layout is valid for GStreamer.
2214
2215 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2216
2217         * gst/rtsp/gstrtspgoogle.c:
2218         Things that can happen when your brain is in google mode trying to
2219         deal with their google rtsp server extensions and trying to type your
2220         google mail account.
2221
2222 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2223
2224         * gst/rtsp/Makefile.am:
2225         * gst/rtsp/gstrtsp.c: (plugin_init):
2226         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2227         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2228         (_do_init), (gst_rtsp_google_base_init),
2229         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2230         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2231         (gst_rtsp_google_extension_init):
2232         * gst/rtsp/gstrtspgoogle.h:
2233         Add google RTSP extension, it can only handle udp and responds with
2234         unsupported if we do anything else. Fixes #546465.
2235
2236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2237         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2238         (gst_rtspsrc_create_transports_string),
2239         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2240         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2241         Make transport setup code a bit better using GString.
2242         Add some more debug.
2243         Check for closed connections before doing anything on them.
2244
2245 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2248         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2249         (gst_pulsesrc_prepare):
2250         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2251         (gst_pulse_channel_map_to_gst):
2252         * ext/pulse/pulseutil.h:
2253         If downstream provides no channel layout and >2 channels should be
2254         used use the default layout that pulseaudio chooses and also
2255         add this layout to the caps. Fixes bug #547258.
2256
2257 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2258
2259         Patch by: Peter Kjellerstedt <pkj at axis com>
2260
2261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2262         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2263         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2264         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2265         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2266         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2267         (gst_udpsrc_set_property):
2268         Avoid leaking internally allocated file descriptors when setting
2269         custom file descriptors. Fixes #543101.
2270
2271 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2274         Don't try to configure RTCP back to the server when the server did not
2275         give us a valid port number.
2276
2277 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2278
2279         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2280         Use new basetransform method to renegotiate. Fixes #544956.
2281
2282         * tests/icles/Makefile.am:
2283         * tests/icles/videobox-test.c: (make_pipeline), (main):
2284         Add videobox renegotiation example.
2285
2286 2008-08-19  David Schleef  <ds@schleef.org>
2287
2288         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2289         with sane values.  Fixes #548530.
2290
2291 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2292
2293         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2294         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2295         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2296         are already filled with the correct values by
2297         gst_ring_buffer_parse_caps() so there's no need to set them again
2298         with wrong values.
2299
2300 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2301
2302         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2303         (gst_avi_demux_read_subindexes_push):
2304         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2305         and instead of using the 'ix##' nomenclature, use '##ix'.
2306         They're still valid though, this fixes the duration and indexes for
2307         virtually all the ODML files I have.
2308
2309 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2310
2311         Patch by: Olivier Crete <tester at tester dot ca>
2312
2313         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2314         (gst_rtp_vorbis_depay_process):
2315         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2316         Update the vorbis RTP pay/depay to RFC 5215.
2317         Fixes #547842.
2318
2319 2008-08-14  David Schleef  <ds@schleef.org>
2320
2321         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2322           with 3:2 pulldown, i.e., 24p.
2323
2324 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2325
2326         * tests/check/elements/level.c: (GST_START_TEST):
2327         Fix compilation some more.
2328
2329 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2330
2331         * configure.ac::
2332           Require -base CVS for wavparse acid chunk parsing.
2333
2334 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2335
2336         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2337         (gst_pulsesink_init), (gst_pulsesink_finalize),
2338         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2339         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2340         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2341         * ext/pulse/pulsesink.h:
2342         Add "device-name" property to pulsesink too and currently commented
2343         out and not working support for a "volume" property.
2344
2345 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2346
2347         * configure.ac:
2348         Remove more cdio stuff (moved to ugly)
2349
2350 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2351
2352         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2353
2354         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2355         (gst_pulsesrc_get_property):
2356         Add "device-name" property, which provides a human readable string
2357         for the audio device, to make it more consisten with other audio
2358         sources. Fixes bug #547519.
2359
2360 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2361
2362         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2363         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2364         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2365         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2366         * ext/pulse/pulsemixerctrl.h:
2367         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2368         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2369         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2370         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2371         * ext/pulse/pulseprobe.h:
2372         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2373         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2374         (gst_pulsesrc_change_state):
2375         Improve debugging a bit by including the parent object in pulsemixerctrl
2376         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2377         GST_WARNING.
2378
2379         Use the parent GObject subclass instead of a random struct as GObject
2380         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2381         when probing for another property than "device".
2382
2383 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2384
2385         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2386
2387         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2388         Fix property probing after the device property is set by calling
2389         set_server when the server property changes. Fixes bug #547518.
2390
2391 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2392
2393         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2394
2395         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2396         (gst_pulsesink_implements_interface_init),
2397         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2398         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2399         (gst_pulsesink_get_type):
2400         * ext/pulse/pulsesink.h:
2401         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2402         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2403         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2404         * ext/pulse/pulsesrc.h:
2405         Implement GstPropertyProbe interface on pulsesink for detecting
2406         sink devices and on pulsesrc for detecting source devices.
2407         Fixes bugs #547227 and #547217.
2408
2409 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2410
2411         * gst/spectrum/gstspectrum.c:
2412           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2413
2414 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2415
2416         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2417         Properly set the maximum latency value, in the same way it is done in
2418         v4lsrc.
2419         * sys/v4l2/v4l2src_calls.c:
2420         Simplify fraction equality check, no need to use GValues for this.
2421
2422 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2423
2424         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2425         Add warning messages stating exactly why the latency query failed.
2426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2427         In some cases, the negotiated framerate might be the default one which
2428         is already set internally. But we still need to mark it down in fps_n
2429         and fps_d so that the latency query can happen properly.
2430
2431 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2432
2433         * docs/plugins/inspect/plugin-1394.xml:
2434         Whoops, forgot one doc file for people who can't/don't build the
2435         raw1394 plugin.
2436
2437 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2438
2439         * docs/plugins/Makefile.am:
2440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2442         * docs/plugins/inspect/plugin-cdio.xml:
2443         * ext/Makefile.am:
2444         * ext/cdio/Makefile.am:
2445         * ext/cdio/gstcdio.c:
2446         * ext/cdio/gstcdio.h:
2447         * ext/cdio/gstcdiocddasrc.c:
2448         * ext/cdio/gstcdiocddasrc.h:
2449
2450         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2451         CDDA source to -ugly.
2452
2453         * po/LINGUAS:
2454         * po/POTFILES.in:
2455         * po/id.po:
2456         Pull in new translation from 0.10.9.2 release branch.
2457
2458 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2459
2460         * docs/plugins/Makefile.am:
2461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2463         * docs/plugins/gst-plugins-good-plugins.args:
2464         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2465         * docs/plugins/gst-plugins-good-plugins.interfaces:
2466         Integrate documentation for new hdv1394src element.
2467
2468 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2469
2470         * ext/raw1394/Makefile.am:
2471         * ext/raw1394/gst1394.c: (plugin_init):
2472         * ext/raw1394/gsthdv1394src.c: (_do_init),
2473         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2474         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2475         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2476         (gst_hdv1394src_from_raw1394handle),
2477         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2478         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2479         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2480         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2481         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2482         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2483         (gst_hdv1394src_uri_handler_init):
2484         * ext/raw1394/gsthdv1394src.h:
2485         mpeg2-ts (HDV) variant of firewire capture element.
2486         Fixes #350830
2487
2488 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2489
2490         * gst/level/gstlevel.c: (gst_level_message_new):
2491          Fix compilation (also known as the classic 'fix code that someone
2492          committed without compiling it first').
2493
2494 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2495
2496         * tests/check/elements/level.c:
2497           Add a test for level in stereo mode.
2498
2499 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * tests/examples/spectrum/demo-audiotest.c:
2502         * tests/examples/spectrum/demo-osssrc.c:
2503           Demo how to draw analyzer results synced to the clock.
2504
2505 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2506
2507         * gst/level/gstlevel.c:
2508           Little renaming (l -> level).
2509
2510         * gst/spectrum/gstspectrum.c:
2511         * gst/spectrum/gstspectrum.h:
2512           Also send full timestamp/duration details here.
2513
2514 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2515
2516         * gst/level/gstlevel.c:
2517         * gst/level/gstlevel.h:
2518           Send same timestamp/duration details as videoanalysis. This gives
2519           applications better chance to sync analysis results with playback.
2520
2521 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2522
2523         * gst/matroska/matroska-mux.c:
2524         (gst_matroska_mux_handle_sink_event),
2525         (flac_streamheader_to_codecdata):
2526         We need to drop one additional buffer for FLAC as the fLaC
2527         marker and STREAMINFO block are merged into one buffer in the caps.
2528
2529         Also don't pretend to support NEWSEGMENT events, otherwise we
2530         will most probably write some invalid data.
2531
2532 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2533
2534         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2535         (gst_matroska_mux_audio_pad_setcaps):
2536         Add support for muxing FLAC into Matroska containers.
2537         Fixes bug #311586.
2538
2539 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2540
2541         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2542         Actually provide the variables required for the format string.
2543
2544 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2545
2546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2547         (gst_matroska_demux_element_send_event),
2548         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2549         * gst/matroska/matroska-demux.h:
2550         Close the current segment if we're doing a non-flushing seek and send
2551         the close-segment and the new segment of the seek from the streaming
2552         thread.
2553
2554 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2555
2556         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2557         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2558         (gst_flac_enc_change_state):
2559         * ext/flac/gstflacenc.h:
2560         Handle non-zero start timestamps correctly, mark header packets as
2561         IN_CAPS and print a warning and suggest using audiorate if stream
2562         discontinuities are detected. When FLAC supports flushing the encoder
2563         somehow this should be done for discontinuities instead.
2564
2565         Remove some unused variables from the instance struct.
2566
2567 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2568
2569         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2570         If seeking failed return the appropiate return value to FLAC.
2571         Otherwise it thinks seeking was successfull and tries to rewrite
2572         parts of the headers which then get appended to the output.
2573
2574 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2575
2576         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2577
2578         * ext/esd/gstesd.c: (plugin_init):
2579         * ext/flac/gstflac.c: (plugin_init):
2580         * ext/shout2/gstshout2.c: (plugin_init):
2581         * ext/wavpack/gstwavpack.c: (plugin_init):
2582         * sys/oss/gstossaudio.c: (plugin_init):
2583         * sys/v4l2/gstv4l2.c: (plugin_init):
2584         Make sure gettext returns translations in UTF-8 encoding rather
2585         than in the current locale encoding (#546822).
2586
2587 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2588
2589         * ext/flac/gstflacdec.c:
2590         Add FIXME for 0.11 to simply output everything with width=32 as given
2591         by FLAC and let audioconvert handle the conversions instead of doing
2592         them in flacdec.
2593
2594 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2595
2596         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2597         When outputting a pad template range for the size, include a framerate
2598         range too, to avoid 'not a real subset of template caps' errors.
2599
2600 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2601
2602         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2603
2604         * ext/flac/Makefile.am:
2605         * ext/flac/gstflac.c: (plugin_init):
2606         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2607         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2608         (gst_flac_tag_dispose), (gst_flac_tag_init),
2609         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2610         (gst_flac_tag_change_state):
2611         * ext/flac/gstflactag.h:
2612         Port flactag to 0.10, add documentation for it and clean it up a bit.
2613         Fixes bug #413841.
2614
2615         * docs/plugins/Makefile.am:
2616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2619         * docs/plugins/gst-plugins-good-plugins.interfaces:
2620         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2621         * docs/plugins/inspect/plugin-flac.xml:
2622         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2623         * ext/flac/gstflacdec.h:
2624         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2625         * ext/flac/gstflacenc.h:
2626         Add flactag and flacenc to the documentation and mark
2627         the private parts of the flacdec instance structure as private.
2628
2629         Also use gst_element_class_set_details_simple() in flacdec and
2630         flacenc.
2631
2632 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2633
2634         * gst/qtdemux/qtdemux.c:
2635           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2636           for it but ffmpeg does not.
2637
2638 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2639
2640         * gst/wavparse/gstwavparse.c:
2641           Handle the list chunk and use gst_riff_parse_info() to parse the info
2642           sub-chunk.
2643
2644 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * gst/wavparse/gstwavparse.c:
2647           Handle the acid chunk and send tempo as part of tags. Other fields are
2648           interesting too, but need more tag-definitions. Fixes #545433.
2649
2650 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * gst/wavparse/gstwavparse.c:
2653           Refactor wavparse. Call _reset() from dispose() and move old code from
2654           dispose into reset. This way we don't leak taglists when we abort
2655           parsing. Fix some comments. Move code for skipping a chunk into extra
2656           function. Replace chunk sizes with a const to ease readability.         
2657
2658 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2659
2660         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2661
2662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2663         Improve udp port setup. Fixes #545710.
2664
2665 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2666
2667         * gst/rtp/Makefile.am:
2668         * gst/rtp/gstrtp.c: (plugin_init):
2669         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2670         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2671         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2672         (gst_rtp_mp1s_depay_set_property),
2673         (gst_rtp_mp1s_depay_get_property),
2674         (gst_rtp_mp1s_depay_change_state),
2675         (gst_rtp_mp1s_depay_plugin_init):
2676         * gst/rtp/gstrtpmp1sdepay.h:
2677         Add MP1S depayloader.
2678
2679         * gst/rtsp/URLS:
2680         Some more sample rtsp streams.
2681
2682 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2683
2684         * gst/rtsp/URLS:
2685         Add another URL.
2686
2687         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2688         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2689         Add some more debug info.
2690
2691 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2692
2693         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2694         Provide cbSize field for audio extra_data size, and take care to
2695         pad extra_data.
2696
2697 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * gst/qtdemux/qtdemux.c:
2700           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2701           TRUE.
2702
2703 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * gst/qtdemux/qtdemux.c:
2706         * gst/qtdemux/qtdemux_fourcc.h:
2707           Add keyword tag support. Fixes #520694 for qtdemux.
2708
2709 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * gst/qtdemux/qtdemux.c:
2712           Add support for tmpo tag (BPM).
2713
2714 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2715
2716         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2717         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2718         Set an estimate for the total number of samples that will be encoded
2719         if possible to help decoders if the streaminfo can't be rewritten
2720         later (like when muxing into Ogg containers).
2721
2722         Add a warning if we get header packets after data packets as those
2723         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2724         work.
2725
2726 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2727
2728         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2729         (gst_flac_dec_write):
2730         Support decoding of all depths between 4 and 32 bits and read the
2731         depth from the streaminfo header if needed. Also support all sampling
2732         rates between 1 and 655350 Hz.
2733
2734         * ext/flac/gstflacenc.c:
2735         (gst_flac_enc_caps_append_structure_with_widths),
2736         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2737         (gst_flac_enc_chain):
2738         * ext/flac/gstflacenc.h:
2739         Support encoding in all bit depths supported by the streamable
2740         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2741         between 1 Hz and 655350 Hz.
2742
2743 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2744
2745         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2746         (gst_flac_enc_sink_getcaps):
2747         Support encoding of up to 8 channels.
2748
2749 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2750
2751         * ext/soup/gstsouphttpsrc.c:
2752         * ext/soup/gstsouphttpsrc.h:
2753         Fix seeking race condition in #540300
2754         Patch By: Wouter Cloetens  <wouter at mind be>
2755
2756 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2757
2758         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2759         (gst_matroska_demux_element_send_event),
2760         (gst_matroska_demux_handle_seek_event),
2761         (gst_matroska_demux_handle_src_event):
2762         When receiving a SEEK event on a specific pad first search for a seek
2763         table entry for the stream of the pad and then fall back to an entry
2764         for a different stream.
2765
2766 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2767
2768         * configure.ac:
2769         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2770         * gst/matroska/matroska-ids.h:
2771         Build depend on core CVS for the attachment tag.
2772
2773 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2774
2775         * configure.ac:
2776         * gst/matroska/Makefile.am:
2777         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2778         (copy_backptr), (lzo1x_decode), (main):
2779         * gst/matroska/lzo.h:
2780         * gst/matroska/matroska-demux.c:
2781         (gst_matroska_demux_read_track_encoding),
2782         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2783         (gst_matroska_decode_buffer),
2784         (gst_matroska_decode_content_encodings),
2785         (gst_matroska_demux_read_track_encodings),
2786         (gst_matroska_demux_add_stream),
2787         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2788         * gst/matroska/matroska-ids.h:
2789         Decode the codec private data and following ContentEncoding if
2790         necessary.
2791
2792         Support bzip2, lzo and header stripped compression. For lzo use the
2793         ffmpeg lzo implementation as liblzo is GPL licensed.
2794         
2795         Fix zlib decompression.
2796
2797 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2798
2799         * gst/matroska/matroska-mux.c:
2800         (gst_matroska_mux_audio_pad_setcaps):
2801         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2802         duration of a frame with the new mpegaudioversion caps field.
2803
2804 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2805
2806         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2807         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2808         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2809         (gst_matroska_demux_stream_from_num),
2810         (gst_matroska_demux_tracknumber_unique),
2811         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2812         (gst_matroska_demux_handle_seek_event),
2813         (gst_matroska_demux_sync_streams),
2814         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2815         (gst_matroska_demux_loop):
2816         * gst/matroska/matroska-demux.h:
2817         Allow an infinite number of stream inside Matroska containers and use
2818         a GPtrArray for storing them instead of allowing "only" 127 streams.
2819
2820 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2821
2822         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2823         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2824         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2825         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2826         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2827         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2828         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2829         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2830         (gst_ebml_read_master), (gst_ebml_read_binary),
2831         (gst_ebml_read_header):
2832         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2833         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2834         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2835         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2836         (gst_ebml_replace_uint):
2837         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2838         (gst_matroska_demux_read_track_encoding),
2839         (gst_matroska_demux_read_track_encodings),
2840         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2841         (gst_matroska_demux_send_event),
2842         (gst_matroska_demux_element_send_event),
2843         (gst_matroska_demux_handle_seek_event),
2844         (gst_matroska_demux_handle_src_event),
2845         (gst_matroska_demux_init_stream),
2846         (gst_matroska_demux_parse_tracks),
2847         (gst_matroska_demux_parse_index_cuetrack),
2848         (gst_matroska_demux_parse_index_pointentry),
2849         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2850         (gst_matroska_demux_parse_metadata_id_simple_tag),
2851         (gst_matroska_demux_parse_metadata_id_tag),
2852         (gst_matroska_demux_parse_metadata),
2853         (gst_matroska_demux_parse_attached_file),
2854         (gst_matroska_demux_parse_attachments),
2855         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2856         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2857         (gst_matroska_demux_push_flac_codec_priv_data),
2858         (gst_matroska_demux_push_xiph_codec_priv_data),
2859         (gst_matroska_demux_push_dvd_clut_change_event),
2860         (gst_matroska_demux_add_mpeg_seq_header),
2861         (gst_matroska_demux_add_wvpk_header),
2862         (gst_matroska_demux_check_subtitle_buffer),
2863         (gst_matroska_decode_buffer),
2864         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2865         (gst_matroska_demux_parse_cluster),
2866         (gst_matroska_demux_parse_contents_seekentry),
2867         (gst_matroska_demux_parse_contents),
2868         (gst_matroska_demux_loop_stream_parse_id),
2869         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2870         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2871         (gst_matroska_demux_subtitle_caps),
2872         (gst_matroska_demux_change_state):
2873         * gst/matroska/matroska-ids.c:
2874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2875         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2876         (gst_matroska_mux_video_pad_setcaps),
2877         (xiph3_streamheader_to_codecdata),
2878         (vorbis_streamheader_to_codecdata),
2879         (theora_streamheader_to_codecdata),
2880         (gst_matroska_mux_audio_pad_setcaps),
2881         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2882         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2883         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2884         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2885         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2886         Fix indention everywhere. A broken indent version has added newlines
2887         after every single declaration some time ago.
2888
2889 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2890
2891         * gst/matroska/matroska-demux.c:
2892         (gst_matroska_demux_loop_stream_parse_id):
2893         If no Tracks are found error out instead of trying it again until the
2894         end of time.
2895
2896 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2897
2898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2899         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2900         bit and signed otherwise, not the other way around.
2901
2902 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2903
2904         * gst/matroska/matroska-mux.c:
2905         Add more raw YUV formats to the list of supported formats.
2906
2907 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2908
2909         * gst/matroska/matroska-mux.c:
2910         (gst_matroska_mux_audio_pad_setcaps):
2911         Add support for muxing raw float audio now that the spec defines the
2912         endianness and add support for muxing raw integer audio with 24 and
2913         32 bits.
2914
2915         Allow muxing of more than 8 audio channels.
2916
2917 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2918
2919         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2920         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2921         Add locking to the global array of used track UIDs to prevent random
2922         crashes if more than a single matrosmux instance is used.
2923
2924         Use 64 bit values for the track UIDs.
2925
2926         Use the global GRandom of GLib instead of creating our own one
2927         for the few random numbers we need every single time.
2928
2929 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2930
2931         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2932         (gst_flac_dec_setup_stream_decoder),
2933         (gst_flac_dec_update_metadata):
2934         Always post the audio-codec tag, not only if other tags are present.
2935
2936 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2937
2938         * configure.ac:
2939         Back to development -> 0.10.9.1
2940
2941 === release 0.10.9 ===
2942
2943 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2944
2945         * configure.ac:
2946           releasing 0.10.9, "Steam Train Rolling"
2947
2948 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2949
2950         * ext/soup/gstsouphttpsrc.c:
2951         Don't throw an error when soup completes a msg with status
2952         'cancelled', as that indicates we cancelled a request while
2953         shutting down or seeking, and it's not an error.
2954         Fixes: #540300 again.
2955
2956 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2957
2958         * configure.ac:
2959         0.10.8.4 pre-release
2960
2961 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2962
2963         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2964         Fix segment-stop regression.
2965         Add documentation regarding segments in quicktime files by Wim Taymans.
2966         Fixes #544509
2967
2968 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2969
2970         * configure.ac:
2971         0.10.8.3 pre-release
2972
2973         * po/LINGUAS:
2974         * po/pt_BR.po:
2975         Add pt_BR translation
2976
2977 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2978
2979         * gst/goom/convolve_fx.c:
2980         * gst/goom/filters.c:
2981         * gst/goom/goom_config.h:
2982         * gst/goom/goom_core.c:
2983         * gst/goom/goom_tools.h:
2984           Fix build with MSVC: include glib.h to define inline appropriately,
2985           use header guards where needed.
2986         * gst/udp/gstudpnetutils.c:
2987         * gst/udp/gstudpsrc.c:
2988           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2989           g_snprintf rather than snprintf.
2990           Fixes #544433.
2991
2992 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2993
2994         * gst/debug/gsttaginject.c:
2995         * gst/debug/gsttaginject.h:
2996           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2997           partially.
2998
2999 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3000
3001         * configure.ac:
3002         0.10.8.2 pre-release
3003
3004 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3005
3006         * ext/Makefile.am:
3007         Finish hooking up pulseaudio plugin to the build.
3008
3009         * ext/pulse/pulsemixerctrl.c:
3010         Fix compilation error.
3011
3012 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3013
3014         * po/LINGUAS:
3015         * po/lt.po:
3016         Add new lithunian translation, and add french to the LINGUAS
3017         file.
3018
3019 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3020
3021         * ext/soup/gstsouphttpsrc.c:
3022         Fix Soup HTTP source seeking.
3023         Patch By: Wouter Cloetens  <wouter at mind be>
3024         Fixes: #540300
3025
3026         * tests/check/elements/.cvsignore:
3027         Ignore new check programs.
3028
3029 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3030
3031         * configure.ac:
3032         * docs/plugins/Makefile.am:
3033         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3034         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3035         * docs/plugins/gst-plugins-good-plugins.args:
3036         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3037         * docs/plugins/gst-plugins-good-plugins.interfaces:
3038         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3039         * docs/plugins/inspect/plugin-interleave.xml:
3040         * docs/plugins/inspect/plugin-replaygain.xml:
3041         * tests/check/Makefile.am:
3042
3043         Move replaygain and interleave plugins from -bad.
3044         Fixes: #543406
3045         Fixes: #536228
3046
3047 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3048
3049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3050         (qtdemux_parse_trak):
3051         Revert ISO base media spec based pixel-aspect-ratio calculation.
3052         Fixes #543300.
3053
3054 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3055
3056         * sys/osxvideo/osxvideosink.m:
3057         Fix minor build issues on macosx.
3058         Fixes #543054
3059
3060 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3061
3062         * configure.ac::
3063         * ext/taglib/Makefile.am::
3064           Only use -Wno-attributes (which is there to work around a
3065           bug in the taglib 1.5 headers) if the c++ compiler actually
3066           supports it (#543255).
3067
3068 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3069
3070         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3071
3072         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3073           Avoid compiler warning by initialising variable to NULL (#543259).
3074
3075 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3076
3077         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3078         Don't pass NULL taglists to gst_tag_list_is_empty().
3079
3080 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3083         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3084         (rtp_pipeline_run):
3085         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3086         Don't use declarations after statements.
3087
3088 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3089
3090         * ext/jpeg/gstjpegdec.c:
3091         Align documentation with reality.
3092
3093 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3094
3095         * gst/udp/gstudpnetutils.c:
3096         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3097         old value (1) if it's not defined which should not cause any problems
3098         as we're using it internal only anyway.
3099
3100 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3101
3102         Patch by: Alessandro Decina <alessandro at nnva dot org>
3103
3104         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3105         Fix build of avidemux on big endian architectures.
3106
3107 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3108
3109         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3110
3111         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3112         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3113
3114 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3115
3116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3117         (qtdemux_parse_trak):
3118         Set pixel-aspect-ratio in caps using display width and height
3119         provided in track.
3120
3121 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3122
3123         * configure.ac:
3124         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3125         flags that are invalid for C++. Fixes bug #516509.
3126
3127 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3128
3129         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3130         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3131         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3133         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3134         * tests/examples/equalizer/demo.c: (message_handler):
3135         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3136         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3137         Don't use declarations after statements and variable length arrays.
3138
3139 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3140
3141         Patch by: Daniel Drake <dsd at gentoo dot org>
3142
3143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3144         (gst_v4l2src_get_nearest_size):
3145         Try progressive video if interlaced fails. Fixes bug #541956
3146         and the usage of v4l2src on OLPC.
3147
3148 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3149
3150         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3151         (gst_rtp_speex_depay_process):
3152         * gst/rtp/gstrtpspeexdepay.h:
3153         Revert last change: Only the jitterbuffer is able to convert RTP to
3154         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3155         Reopens bug #541787.
3156
3157 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3158
3159         * gst/rtp/gstrtpvrawdepay.c:
3160           Include stdlib.h for atoi().
3161
3162         * gst/rtsp/gstrtspsrc.c:
3163           Use floating point math for latencies < 0 sec in log output.
3164
3165 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3166
3167         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3168
3169         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3170         (gst_rtp_speex_depay_process):
3171         * gst/rtp/gstrtpspeexdepay.h:
3172         Take timestamp from the RTP packet as a first step to fix problems
3173         with transmission over RTP when the network is not reliable.
3174         Fixes bug #541787.
3175
3176 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3177
3178         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3179
3180         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3181         Fix parsing of udp:// URIs containing IPv6 addresses.
3182         Fixes bug #541650.
3183
3184 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3185
3186         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3187         Do not leak incoming buffers.
3188
3189 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3190
3191         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3192
3193         * configure.ac:
3194         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3195         for htons() and htonl(). Fixes bug #541412.
3196
3197 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3198
3199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3200         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3201         (gst_matroska_demux_element_query),
3202         (gst_matroska_demux_handle_src_query),
3203         (gst_matroska_demux_handle_seek_event):
3204         Handle position and duration query in DEFAULT format if the
3205         pad's track has a default frame duration set.
3206
3207         Fix seeking now that the segment's duration doesn't contain the
3208         (possibly wrong or inaccurate) duration of the Matroska file.
3209
3210 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3211
3212         * gst/matroska/ebml-read.c: (_ext2dbl):
3213         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3214         in math.h except on MSVC where it is defined in xmath.h.
3215         Fixes compilation with MSVC.
3216
3217 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3218
3219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3220         (gst_matroska_demux_handle_src_query),
3221         (gst_matroska_demux_parse_info),
3222         (gst_matroska_demux_loop_stream_parse_id):
3223         * gst/matroska/matroska-demux.h:
3224         Don't set the segment duration to the duration from the Matroska
3225         header as this value could be wrong and is just informational.
3226
3227 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3228
3229         * gst/matroska/matroska-demux.c:
3230         (gst_matroska_demux_loop_stream_parse_id):
3231         If no Tracks element is found until the first Cluster is found
3232         search it and error out if none is found in the complete file.
3233
3234 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3235
3236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3237         Resync non-subtitle tracks too if a too large gap compared to other
3238         tracks is detected.
3239
3240 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3241
3242         * gst/rtp/Makefile.am:
3243         * gst/rtp/gstrtp.c: (plugin_init):
3244         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3245         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3246         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3247         (gst_rtp_vraw_depay_change_state),
3248         (gst_rtp_vraw_depay_plugin_init):
3249         * gst/rtp/gstrtpvrawdepay.h:
3250         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3251         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3252         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3253         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3254         (gst_rtp_vraw_pay_plugin_init):
3255         * gst/rtp/gstrtpvrawpay.h:
3256         Add raw video pay and depayloaders, see RFC4175.
3257
3258 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3259
3260         * ext/libpng/gstpngdec.c:
3261         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3262         whatever it returned.
3263
3264 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3265
3266         * gst/avi/avi-ids.h:
3267         Add vprp chunk related structures.
3268         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3269         (gst_avi_demux_parse_stream):
3270         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3271         to caps.  Fixes #539482.
3272         * gst/avi/gstavimux.h:
3273         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3274         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3275         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3276
3277 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3278
3279         * tests/check/elements/avimux.c: (check_avimux_pad):
3280         Adjust avimux unit test according to increased streamheader size.
3281
3282 2008-06-27  David Schleef  <ds@schleef.org>
3283
3284         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3285
3286 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3287
3288         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3289         * gst/avi/gstavimux.h:
3290         Add 8 bytes to current streamheader to make for a complete one
3291         and to make more players happy.  Fixes #519460.
3292
3293 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3294
3295         * sys/v4l2/v4l2_calls.c::
3296           Don't include unused gstv4l2xoverlay.h. Fixes build
3297           in case where X11 headers are not installed.
3298
3299 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3300
3301         * ext/dv/gstdv.c: (plugin_init):
3302         Fix compilation.
3303
3304 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3305
3306         * ext/dv/gstdv.c: (plugin_init):
3307         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3308         DV decoder available.
3309         Fixes #532393
3310
3311 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3312
3313         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3314         Call getsockname() after the call to bind() to get updated values
3315         for the port, etc. This fixes the usage of udpsrc on anonymous
3316         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3317         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3318
3319 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3320
3321         * tests/check/pipelines/wavpack.c: (bus_handler):
3322         Remove workaround for a bug in identity that is fixed in 0.10.20.
3323
3324 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3325
3326         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3327
3328         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3329         Fix HTTP auth support with user/password passed via the URI.
3330         Fixes bug #540067.
3331
3332 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3333
3334         * configure.ac:
3335           Depend on released versions of core and -base.
3336
3337 2008-06-23  Julien Moutte  <julien@fluendo.com>
3338
3339         * gst/matroska/matroska-demux.c:
3340         (gst_matroska_demux_read_track_encoding),
3341         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3342         format strings in macros. (makes it build on OS X again...)
3343
3344 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3345
3346         * gst/rtp/gstrtptheorapay.c:
3347         * gst/udp/gstmultiudpsink.c:
3348           Added debug.
3349
3350 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3351
3352         * configure.ac: switch v4l2src over to the normal build instead of
3353         being 'experimental'. Fixes bug #536831.
3354
3355 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3356
3357         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3358         Remove unused variable so that we can compile again.
3359
3360 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3361
3362         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3363         No need to check for audio/G723 and audio/32KADPCM here as they are
3364         no longer supported.
3365
3366 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3367
3368         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3369         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3370         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3371         known length.
3372
3373 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3374
3375         * gst/matroska/matroska-demux.c:
3376         (gst_matroska_demux_add_wvpk_header),
3377         (gst_matroska_demux_audio_caps):
3378         * gst/matroska/matroska-ids.h:
3379         Fix demuxing of WavPack files. Muxing is still broken.
3380
3381 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3384         (gst_matroska_demux_add_mpeg_seq_header),
3385         (gst_matroska_demux_add_wvpk_header),
3386         (gst_matroska_demux_check_subtitle_buffer),
3387         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3388         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3389         (gst_matroska_demux_subtitle_caps):
3390         * gst/matroska/matroska-ids.h:
3391         Add a "vfunc" to the track context for postprocessing frames and
3392         convert the wavpack and subtitle postprocessing to this vfunc.
3393         Copy buffer flags in those functions to the new buffers too.
3394
3395         Parse CodecState elements of Blocks.
3396
3397         Add a postprocessing function for MPEG video that adds the sequence
3398         header from the codec private data or codec state to the frames if
3399         it's not already there.
3400
3401 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3402
3403         * gst/matroska/matroska-demux.c:
3404         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3405         If a gap of more than 1/2 second is found in one stream send a
3406         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3407         This also fixes Matroska files where the first buffer doesn't start
3408         at timestamp 0. Fixes bug #429322.
3409
3410         The duration of a block is the default duration multiplied with the
3411         number of laces. Every lace is one frame and the default duration
3412         is the duration of one frame. This fixes playback of files that use
3413         lacing for some tracks.
3414
3415 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3416
3417         * gst/matroska/matroska-demux.c:
3418         (gst_matroska_demux_parse_contents_seekentry):
3419         Update FIXME/TODOs and only ignore EOS at the central, important place
3420         instead of several places.
3421
3422 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3423
3424         * gst/rtp/gstrtpg726pay.c:
3425         Fix caps, See #538891.
3426
3427 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3430         (gst_matroska_demux_stream_from_num),
3431         (gst_matroska_demux_encoding_cmp),
3432         (gst_matroska_demux_encoding_order_unique),
3433         (gst_matroska_demux_read_track_encoding),
3434         (gst_matroska_demux_read_track_encodings),
3435         (gst_matroska_demux_tracknumber_unique),
3436         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3437         (gst_matroska_demux_parse_tracks),
3438         (gst_matroska_demux_parse_index_cuetrack),
3439         (gst_matroska_demux_parse_index_pointentry),
3440         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3441         (gst_matroska_demux_parse_metadata_id_simple_tag),
3442         (gst_matroska_demux_parse_metadata_id_tag),
3443         (gst_matroska_demux_parse_metadata),
3444         (gst_matroska_demux_parse_attached_file),
3445         (gst_matroska_demux_parse_attachments),
3446         (gst_matroska_demux_parse_chapters),
3447         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3448         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3449         (gst_matroska_demux_parse_cluster),
3450         (gst_matroska_demux_parse_contents_seekentry),
3451         (gst_matroska_demux_parse_contents),
3452         (gst_matroska_demux_loop_stream_parse_id),
3453         (gst_matroska_demux_loop):
3454         Improve debug output everywhere and fix the EOS logic.
3455
3456         Check the values of the ContentEncoding elements more strictly and
3457         don't use tracks for which it's invalid.
3458
3459         Check that the track number is unique for this stream.
3460
3461         Check that seek positions are below G_MAXINT64 as our seeks are
3462         int64-based and overflows will fail badly.
3463
3464         After seeks also don't push SimpleBlocks until the first one
3465         containing a keyframe is found. Before this was done only for normal
3466         Blocks.
3467
3468         Update some FIXME/TODOs.
3469         
3470         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3471         (gst_ebml_read_utf8), (gst_ebml_read_header):
3472         Improve debug output.
3473
3474         * gst/matroska/matroska-ids.c:
3475         (gst_matroska_track_init_video_context):
3476         * gst/matroska/matroska-ids.h:
3477         * gst/matroska/matroska-mux.c:
3478         (gst_matroska_mux_video_pad_setcaps):
3479         Remove eye mode and don't parse it anymore. We can't use that
3480         information in GStreamer yet so it's useless.
3481
3482
3483 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         Patch by: Mersad Jelacic <mersad at axis dot com>
3486
3487         * gst/rtp/Makefile.am:
3488         * gst/rtp/gstrtp.c: (plugin_init):
3489         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3490         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3491         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3492         (gst_rtp_g726_depay_plugin_init):
3493         * gst/rtp/gstrtpg726depay.h:
3494         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3495         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3496         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3497         * gst/rtp/gstrtpg726pay.h:
3498         Added G726 pay/depayloaders. Fixes #538891.
3499
3500 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3501
3502         * gst/rtsp/URLS:
3503         Some more urls.
3504
3505         * gst/smpte/barboxwipes.c:
3506         Add a comment
3507
3508         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3509         Fix typo, add audioresample to the pipeline.
3510
3511 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3512
3513         * ext/libmng/Makefile.am:
3514         * ext/libmng/gstmng.c: (plugin_init):
3515         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3516         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3517         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3518         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3519         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3520         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3521         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3522         (gst_mng_dec_change_state):
3523         * ext/libmng/gstmngdec.h:
3524         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3525         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3526         (gst_mng_enc_init), (gst_mng_enc_chain),
3527         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3528         * ext/libmng/gstmngenc.h:
3529         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3530         bits ifdeffed out still.
3531
3532 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3533
3534         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3535         When comparing index elements with the same time compare their
3536         block number.
3537
3538 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3539
3540         * gst/matroska/matroska-demux.c:
3541           (gst_matroska_demux_parse_attached_file)
3542           Init variable to NULL to avoid compiler warning.
3543
3544 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3545
3546         * gst/matroska/Makefile.am:
3547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3548         (gst_matroska_demux_parse_attached_file),
3549         (gst_matroska_demux_parse_attachments),
3550         (gst_matroska_demux_parse_contents_seekentry),
3551         (gst_matroska_demux_loop_stream_parse_id):
3552         * gst/matroska/matroska-demux.h:
3553         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3554         * gst/matroska/matroska-ids.h:
3555         * gst/matroska/matroska.c: (plugin_init):
3556         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3557         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3558         and description of the attachments in the caps. Fixes bug #537622.
3559
3560 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3563         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3564         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3565         (gst_speex_enc_src_query), (gst_speex_enc_init),
3566         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3567         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3568         (gst_speex_enc_set_property):
3569         Add mode property.
3570         Some cleanups, add more debug info.
3571         Add latency query.
3572
3573 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3574
3575         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3576         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3577         If we get less bytes than requested we can't do anything except doing
3578         our EOS logic.
3579
3580 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3581
3582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3583         (gst_matroskademux_do_index_seek),
3584         (gst_matroska_demux_parse_index_cuetrack),
3585         (gst_matroska_demux_parse_index_pointentry),
3586         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3587         (gst_matroska_demux_parse_metadata):
3588         * gst/matroska/matroska-demux.h:
3589         * gst/matroska/matroska-ids.h:
3590         Use a GArray for storing the Cue (i.e. seek) information, store
3591         the CueTrackPositions for every track, store the block number
3592         and optimize searching in the array by sorting it after the last
3593         element was added.
3594
3595         Fix a small memory leak when trying to parse a tags element that was
3596         already parsed.
3597
3598 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3601         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3602         (gst_matroska_mux_write_data):
3603         * gst/matroska/matroska-mux.h:
3604         Don't write another SeekHead which indexes all Clusters to the end of
3605         the file. This isn't useful for anything and just increases filesize.
3606
3607 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3608
3609         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3610         Prevent unaligned memory access when reading floats.
3611
3612 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3613
3614         * gst/matroska/ebml-read.c:
3615         * gst/matroska/ebml-read.h:
3616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3617         (gst_matroska_demux_parse_metadata):
3618         * gst/matroska/matroska-demux.h:
3619         Make sure that every Tags element is only parsed once and it's
3620         containing tags are only posted once.
3621
3622 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3623
3624         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3625         (gst_ebml_read_header):
3626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3627         (gst_matroska_demux_parse_tracks),
3628         (gst_matroska_demux_parse_index_cuetrack),
3629         (gst_matroska_demux_parse_index_pointentry),
3630         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3631         (gst_matroska_demux_parse_metadata_id_simple_tag),
3632         (gst_matroska_demux_parse_metadata_id_tag),
3633         (gst_matroska_demux_parse_metadata),
3634         (gst_matroska_demux_parse_attachments),
3635         (gst_matroska_demux_parse_chapters),
3636         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3637         (gst_matroska_demux_parse_cluster),
3638         (gst_matroska_demux_parse_contents_seekentry),
3639         (gst_matroska_demux_parse_contents),
3640         (gst_matroska_demux_loop_stream_parse_id):
3641         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3642         already. They're not useful in the matroska parser and only cause
3643         additional code.
3644
3645 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3646
3647         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3648         (gst_ebml_finalize), (gst_ebml_read_change_state),
3649         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3650         * gst/matroska/matroska-demux.c:
3651         (gst_matroska_demux_parse_contents_seekentry):
3652         Reverse the level list as we usually are only interested in the
3653         first element or want to add a new first element. Having the
3654         first element stored at the end and calling g_list_last() and
3655         g_list_append() is more expensive.
3656
3657         Also use GSlice for allocating the GstEbmlLevel structs.
3658
3659 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3660
3661         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3662           (gst_tag_inject_class_init), (gst_tag_inject_init):
3663           Don't unref NULL taglist in finalize. Don't use c++ style
3664           comments.
3665
3666 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3667
3668         * gst/matroska/matroska-demux.c:
3669         (gst_matroska_demux_parse_metadata_id_simple_tag):
3670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3671         (gst_matroska_mux_write_data):
3672         Use gst_value_serialize() and gst_value_deserialize() for transforming
3673         tags from some GType to a string and the other way around. The default
3674         transformations in GLib don't include transformations from string to
3675         number types.
3676
3677 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3678
3679         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3680         (gst_matroska_demux_parse_tracks),
3681         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3682         (gst_matroska_demux_parse_attachments),
3683         (gst_matroska_demux_parse_chapters),
3684         (gst_matroska_demux_parse_contents_seekentry),
3685         (gst_matroska_demux_loop_stream_parse_id):
3686         * gst/matroska/matroska-demux.h:
3687         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3688         Tags multiple times. The first ones can appear more than once but must
3689         contain the same content as the first for backup purposes so we ignore
3690         all but the first one. Tags can appear multiple times with different
3691         content.
3692
3693         Jump to all elements except Clusters that are available from a
3694         SeekHead to make it more likely to have all required informations
3695         before getting to the first Clusters.
3696
3697         Add dummy functions for parsing Attachments and Chapters.
3698
3699 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3700
3701         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3702         (gst_udpsrc_create), (gst_udpsrc_set_property),
3703         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3704         * gst/udp/gstudpsrc.h:
3705         Add property to control automatic join/leave of multicast groups.
3706         Add G_LIKELY.
3707         Remove setting caps on buffers explicitly, basesrc does that for us now.
3708         Improve debug info.
3709         Convert some non-fatal error into warnings.
3710         Use g_ntohs for better portability.
3711         Leave multicast groups when stopping.
3712         When using external sockets, use getsockname() on them to fill up the
3713         addr structure before calling methods that use the structure.
3714         Should all fix #536903.
3715         API: GstUDPSrc::auto-multicast property
3716
3717 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3718
3719         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3720         Use g_ntohl for better portability.
3721
3722 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3725         (gst_multiudpsink_remove):
3726         Fix a typo and do some small cleanups.
3727
3728 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3729
3730         Patch by: Olivier Crete <tester at tester dot ca>
3731
3732         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3733         Make the delivery-method mandatory on the caps and only accept inline
3734         for now.
3735         Reverse strcmp checks for delivery-method.
3736
3737         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3738         Make delivery method optional when parsing caps and note this in the
3739         caps.
3740         Reverse strcmp checks for delivery-method.
3741
3742         * gst/rtp/gstrtpvorbispay.c:
3743         Update a comment to note that the delivery-method is optional, 
3744         Fixes #537675.
3745
3746 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3747
3748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3749         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3750         leaving them in READY. Fixes #537832.
3751
3752 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3753
3754         * gst/avi/gstavimux.c:
3755           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3756           for a random constant in tagmuxing code.
3757
3758 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3759
3760         * gst/debug/gsttaginject.c:
3761         * gst/debug/gsttaginject.h:
3762           Now actually adding the new element.
3763
3764 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3765
3766         * docs/plugins/Makefile.am:
3767         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3769         * docs/plugins/gst-plugins-good-plugins.args:
3770         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3771         * docs/plugins/gst-plugins-good-plugins.interfaces:
3772         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3773         * docs/plugins/inspect/plugin-aasink.xml:
3774         * docs/plugins/inspect/plugin-alaw.xml:
3775         * docs/plugins/inspect/plugin-alpha.xml:
3776         * docs/plugins/inspect/plugin-alphacolor.xml:
3777         * docs/plugins/inspect/plugin-annodex.xml:
3778         * docs/plugins/inspect/plugin-apetag.xml:
3779         * docs/plugins/inspect/plugin-audiofx.xml:
3780         * docs/plugins/inspect/plugin-auparse.xml:
3781         * docs/plugins/inspect/plugin-autodetect.xml:
3782         * docs/plugins/inspect/plugin-avi.xml:
3783         * docs/plugins/inspect/plugin-cacasink.xml:
3784         * docs/plugins/inspect/plugin-cairo.xml:
3785         * docs/plugins/inspect/plugin-cdio.xml:
3786         * docs/plugins/inspect/plugin-cutter.xml:
3787         * docs/plugins/inspect/plugin-debug.xml:
3788         * docs/plugins/inspect/plugin-dv.xml:
3789         * docs/plugins/inspect/plugin-efence.xml:
3790         * docs/plugins/inspect/plugin-effectv.xml:
3791         * docs/plugins/inspect/plugin-equalizer.xml:
3792         * docs/plugins/inspect/plugin-esdsink.xml:
3793         * docs/plugins/inspect/plugin-flac.xml:
3794         * docs/plugins/inspect/plugin-flxdec.xml:
3795         * docs/plugins/inspect/plugin-gamma.xml:
3796         * docs/plugins/inspect/plugin-gconfelements.xml:
3797         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3798         * docs/plugins/inspect/plugin-goom.xml:
3799         * docs/plugins/inspect/plugin-goom2k1.xml:
3800         * docs/plugins/inspect/plugin-halelements.xml:
3801         * docs/plugins/inspect/plugin-icydemux.xml:
3802         * docs/plugins/inspect/plugin-id3demux.xml:
3803         * docs/plugins/inspect/plugin-jpeg.xml:
3804         * docs/plugins/inspect/plugin-level.xml:
3805         * docs/plugins/inspect/plugin-matroska.xml:
3806         * docs/plugins/inspect/plugin-monoscope.xml:
3807         * docs/plugins/inspect/plugin-mulaw.xml:
3808         * docs/plugins/inspect/plugin-multifile.xml:
3809         * docs/plugins/inspect/plugin-multipart.xml:
3810         * docs/plugins/inspect/plugin-navigationtest.xml:
3811         * docs/plugins/inspect/plugin-ossaudio.xml:
3812         * docs/plugins/inspect/plugin-png.xml:
3813         * docs/plugins/inspect/plugin-quicktime.xml:
3814         * docs/plugins/inspect/plugin-rtp.xml:
3815         * docs/plugins/inspect/plugin-rtsp.xml:
3816         * docs/plugins/inspect/plugin-smpte.xml:
3817         * docs/plugins/inspect/plugin-soup.xml:
3818         * docs/plugins/inspect/plugin-spectrum.xml:
3819         * docs/plugins/inspect/plugin-speex.xml:
3820         * docs/plugins/inspect/plugin-taglib.xml:
3821         * docs/plugins/inspect/plugin-udp.xml:
3822         * docs/plugins/inspect/plugin-video4linux2.xml:
3823         * docs/plugins/inspect/plugin-videobalance.xml:
3824         * docs/plugins/inspect/plugin-videobox.xml:
3825         * docs/plugins/inspect/plugin-videocrop.xml:
3826         * docs/plugins/inspect/plugin-videoflip.xml:
3827         * docs/plugins/inspect/plugin-videomixer.xml:
3828         * docs/plugins/inspect/plugin-wavenc.xml:
3829         * docs/plugins/inspect/plugin-wavpack.xml:
3830         * docs/plugins/inspect/plugin-wavparse.xml:
3831         * docs/plugins/inspect/plugin-ximagesrc.xml:
3832         * gst/debug/Makefile.am:
3833         * gst/debug/breakmydata.c:
3834         * gst/debug/efence.c:
3835         * gst/debug/gstdebug.c:
3836         * gst/debug/gstnavseek.c:
3837         * gst/debug/gstpushfilesrc.c:
3838         * gst/debug/gstpushfilesrc.h:
3839         * gst/debug/negotiation.c:
3840         * gst/debug/progressreport.c:
3841         * gst/debug/progressreport.h:
3842         * gst/debug/rndbuffersize.c:
3843         * gst/debug/testplugin.c:
3844           Remove dummy plugin_init. Remove some undefined entries from doc-
3845           section file. Add taginject element and rebuild docs for it.
3846
3847 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3848
3849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3850         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3851         Update the counter for the number of streams when pads are added or
3852         removed. This will make sure that a seek table is generated for
3853         files with just one audio stream.
3854
3855 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3856
3857         * gst/matroska/matroska-demux.c:
3858         (gst_matroska_demux_parse_metadata_id_simple_tag):
3859         * gst/matroska/matroska-ids.h:
3860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3861         Add some more tags, improve debugging a bit and make sure that
3862         GValue transformation has succeeded before using the result
3863         as a tag.
3864
3865 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3866
3867         Patch by: Olivier Crete <tester at tester dot ca>
3868
3869         * gst/rtp/gstrtptheorapay.c:
3870         The Theora RTP payloader only supports the "inline" delievery method
3871         so let's declare this on the caps of the static pad template.
3872         Fixes bug #537675.
3873
3874 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3875
3876         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3877         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3878         Remove bogus check.
3879
3880 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3883         (gst_videomixer_blend_buffers):
3884         Use stream_time to synchronize the object properties.
3885         Use running_time of the master pad to timestamp outgoing buffers.
3886         Fix the initial segment event to extend an unknown amount of time.
3887         Fixes #537361.
3888
3889 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3890
3891         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3892         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3893         (gst_avi_demux_calculate_durations_from_index),
3894         (gst_avi_demux_stream_header_push),
3895         (gst_avi_demux_stream_header_pull):
3896         Try to ignore unparsable/unknown streams and give a warning instead of
3897         erroring out. Fixes #537377.
3898
3899 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3902         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3903
3904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3905         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3906         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3907         (gst_matroska_demux_read_track_encodings),
3908         (gst_matroska_demux_add_stream),
3909         (gst_matroska_demux_handle_src_query),
3910         (gst_matroska_demux_init_stream),
3911         (gst_matroska_demux_parse_index_cuetrack),
3912         (gst_matroska_demux_parse_index_pointentry),
3913         (gst_matroska_demux_parse_info),
3914         (gst_matroska_demux_parse_metadata_id_simple_tag),
3915         (gst_matroska_demux_parse_metadata),
3916         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3917         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3918         (gst_matroska_demux_parse_cluster),
3919         (gst_matroska_demux_parse_contents_seekentry),
3920         (gst_matroska_demux_loop_stream_parse_id),
3921         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3922         (gst_matroska_demux_audio_caps),
3923         (gst_matroska_demux_subtitle_caps):
3924         * gst/matroska/matroska-demux.h:
3925         * gst/matroska/matroska-ids.c:
3926         (gst_matroska_track_init_subtitle_context):
3927         * gst/matroska/matroska-ids.h:
3928         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3929         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3930         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3931         (gst_matroska_mux_video_pad_setcaps),
3932         (gst_matroska_mux_audio_pad_setcaps),
3933         (gst_matroska_mux_subtitle_pad_setcaps),
3934         (gst_matroska_mux_request_new_pad),
3935         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3936         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3937         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3938         (gst_matroska_mux_set_property):
3939         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3940         elements, do some checks for valid values in the demuxer, handle
3941         tracktimecodescale in the demuxer, set correct default values for all
3942         settings in the demuxer, review and add all missing matroska
3943         IDs and some more raw YUV formats, and some trivial cleanup.
3944
3945 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3946
3947         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3948         (gst_pulsemixer_class_init):
3949         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3950         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3951         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3952         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3953         (gst_pulsesrc_prepare):
3954         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3955         gst_element_class_set_details_simple() and fix coding style a bit
3956         more.
3957
3958 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3959
3960         * docs/plugins/Makefile.am:
3961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3963         * docs/plugins/gst-plugins-good-plugins.args:
3964         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3965         * docs/plugins/gst-plugins-good-plugins.interfaces:
3966         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3967         * docs/plugins/inspect/plugin-aasink.xml:
3968         * docs/plugins/inspect/plugin-alaw.xml:
3969         * docs/plugins/inspect/plugin-alpha.xml:
3970         * docs/plugins/inspect/plugin-alphacolor.xml:
3971         * docs/plugins/inspect/plugin-annodex.xml:
3972         * docs/plugins/inspect/plugin-apetag.xml:
3973         * docs/plugins/inspect/plugin-audiofx.xml:
3974         * docs/plugins/inspect/plugin-auparse.xml:
3975         * docs/plugins/inspect/plugin-autodetect.xml:
3976         * docs/plugins/inspect/plugin-avi.xml:
3977         * docs/plugins/inspect/plugin-cacasink.xml:
3978         * docs/plugins/inspect/plugin-cairo.xml:
3979         * docs/plugins/inspect/plugin-cdio.xml:
3980         * docs/plugins/inspect/plugin-cutter.xml:
3981         * docs/plugins/inspect/plugin-debug.xml:
3982         * docs/plugins/inspect/plugin-dv.xml:
3983         * docs/plugins/inspect/plugin-efence.xml:
3984         * docs/plugins/inspect/plugin-effectv.xml:
3985         * docs/plugins/inspect/plugin-equalizer.xml:
3986         * docs/plugins/inspect/plugin-esdsink.xml:
3987         * docs/plugins/inspect/plugin-flac.xml:
3988         * docs/plugins/inspect/plugin-flxdec.xml:
3989         * docs/plugins/inspect/plugin-gamma.xml:
3990         * docs/plugins/inspect/plugin-gconfelements.xml:
3991         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3992         * docs/plugins/inspect/plugin-goom.xml:
3993         * docs/plugins/inspect/plugin-goom2k1.xml:
3994         * docs/plugins/inspect/plugin-halelements.xml:
3995         * docs/plugins/inspect/plugin-icydemux.xml:
3996         * docs/plugins/inspect/plugin-id3demux.xml:
3997         * docs/plugins/inspect/plugin-jpeg.xml:
3998         * docs/plugins/inspect/plugin-level.xml:
3999         * docs/plugins/inspect/plugin-matroska.xml:
4000         * docs/plugins/inspect/plugin-monoscope.xml:
4001         * docs/plugins/inspect/plugin-mulaw.xml:
4002         * docs/plugins/inspect/plugin-multifile.xml:
4003         * docs/plugins/inspect/plugin-multipart.xml:
4004         * docs/plugins/inspect/plugin-navigationtest.xml:
4005         * docs/plugins/inspect/plugin-ossaudio.xml:
4006         * docs/plugins/inspect/plugin-png.xml:
4007         * docs/plugins/inspect/plugin-pulseaudio.xml:
4008         * docs/plugins/inspect/plugin-quicktime.xml:
4009         * docs/plugins/inspect/plugin-rtp.xml:
4010         * docs/plugins/inspect/plugin-rtsp.xml:
4011         * docs/plugins/inspect/plugin-smpte.xml:
4012         * docs/plugins/inspect/plugin-soup.xml:
4013         * docs/plugins/inspect/plugin-spectrum.xml:
4014         * docs/plugins/inspect/plugin-speex.xml:
4015         * docs/plugins/inspect/plugin-taglib.xml:
4016         * docs/plugins/inspect/plugin-udp.xml:
4017         * docs/plugins/inspect/plugin-video4linux2.xml:
4018         * docs/plugins/inspect/plugin-videobalance.xml:
4019         * docs/plugins/inspect/plugin-videobox.xml:
4020         * docs/plugins/inspect/plugin-videocrop.xml:
4021         * docs/plugins/inspect/plugin-videoflip.xml:
4022         * docs/plugins/inspect/plugin-videomixer.xml:
4023         * docs/plugins/inspect/plugin-wavenc.xml:
4024         * docs/plugins/inspect/plugin-wavpack.xml:
4025         * docs/plugins/inspect/plugin-wavparse.xml:
4026         * docs/plugins/inspect/plugin-ximagesrc.xml:
4027         * ext/pulse/plugin.c:
4028         * ext/pulse/pulsemixer.c:
4029         * ext/pulse/pulsesink.c:
4030         * ext/pulse/pulsesrc.c:
4031         Add documentation to the pulseaudio plugin and run make update
4032         in docs/plugins.
4033
4034 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4035
4036         Patch by: Brian Cameron <brian.cameron at sun dot com>
4037
4038         * sys/sunaudio/gstsunaudiomixerctrl.c:
4039         (gst_sunaudiomixer_ctrl_get_volume),
4040         (gst_sunaudiomixer_ctrl_set_volume):
4041         Improvements for the SunAudio mixer by handling mute as no gain
4042         for tracks that have a gain property but no mute property.
4043         Fixes bug #536067.
4044
4045 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         * configure.ac:
4048         * ext/pulse/Makefile.am:
4049         * ext/pulse/plugin.c: (plugin_init):
4050         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4051         (gst_pulsemixer_implements_interface_init),
4052         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4053         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4054         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4055         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4056         * ext/pulse/pulsemixer.h:
4057         * ext/pulse/pulsemixerctrl.c:
4058         (gst_pulsemixer_ctrl_context_state_cb),
4059         (gst_pulsemixer_ctrl_sink_info_cb),
4060         (gst_pulsemixer_ctrl_source_info_cb),
4061         (gst_pulsemixer_ctrl_subscribe_cb),
4062         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4063         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4064         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4065         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4066         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4067         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4068         * ext/pulse/pulsemixerctrl.h:
4069         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4070         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4071         * ext/pulse/pulsemixertrack.h:
4072         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4073         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4074         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4075         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4076         (gst_pulseprobe_new), (gst_pulseprobe_free),
4077         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4078         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4079         (gst_pulseprobe_set_server):
4080         * ext/pulse/pulseprobe.h:
4081         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4082         (gst_pulsesink_class_init), (gst_pulsesink_init),
4083         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4084         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4085         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4086         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4087         (gst_pulsesink_stream_request_cb),
4088         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4089         (gst_pulsesink_close), (gst_pulsesink_prepare),
4090         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4091         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4092         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4093         (gst_pulsesink_event), (gst_pulsesink_get_type):
4094         * ext/pulse/pulsesink.h:
4095         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4096         (gst_pulsesrc_implements_interface_init),
4097         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4098         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4099         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4100         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4101         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4102         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4103         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4104         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4105         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4106         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4107         (gst_pulsesrc_get_type):
4108         * ext/pulse/pulsesrc.h:
4109         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4110         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4111         * ext/pulse/pulseutil.h:
4112         Add pulseaudio GStreamer element from gst-pulse. Development will
4113         continue here instead of pulseaudio SVN. Fixes bug #400679.
4114         Only changes over gst-pulse SVN are added copyright to the top of
4115         files and coding style changes.
4116
4117 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4118
4119         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4120
4121         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4122           (gst_cdio_add_cdtext_album_tags):
4123         * ext/cdio/gstcdio.h:
4124         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4125           Also extract album title and album genre from CD-TEXT if
4126           available (#537021).
4127
4128 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4129
4130         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4131
4132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4133         Improve negotiation a bit more by picking the smallest possible
4134         resolution that is larger than the resolution specified in the
4135         first caps entry of the peer caps. Fixes bug #536994.
4136
4137 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4138
4139         Patch by: Bastien Nocera <hadess at hadess dot net>
4140
4141         * sys/v4l2/gstv4l2vidorient.c:
4142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4143         Fix compilation with newer GIT kernels that deprecated
4144         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4145
4146 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4147
4148         * configure.ac:
4149         * ext/cdio/gstcdio.c:
4150         * ext/cdio/gstcdio.h:
4151         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4152           Require libcdio >= 0.76.
4153
4154 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4155
4156         * gst/avi/gstavidemux.c:
4157         Catch UNEXPECTED when downstream has reached end of
4158         segment in reverse mode.
4159
4160 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4161
4162         * gst/avi/gstavidemux.c:
4163         Fix typo in comment
4164
4165 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4166
4167         * gst/avi/gstavidemux.c:
4168         Because we don't know the frame order we need to push till
4169         the next keyframe
4170
4171 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4174
4175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4176         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4177         Provide a custom negotiation function to make sure to pick the highest
4178         possible framerate and resolution. Fixes bug #536646.
4179
4180 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4181
4182         * gst/avi/gstavidemux.c:
4183         Set EOS when going out of the segment in reverse playback
4184
4185 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4186
4187         * ext/taglib/Makefile.am::
4188           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4189           taglib headers (with gcc 4.3.1).
4190
4191 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4192
4193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4194         Use the new gst_rtsp_connection_get_ip() to access the IP address
4195         of a GstRTSPConnection since it is a private member.
4196
4197 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4198
4199         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4200         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4201           Use new utility functions in libgsttag to process coverart (#512333).
4202
4203 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4204
4205         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4206         We actually support left/side, right/side and mid/side files. The
4207         conversion to normal, interleaved stereo is done by libflac.
4208
4209 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4210
4211         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4212         (gst_ebml_write_set_cache):
4213         Unref the write cache in finalize if it was set and add add "FIXME"
4214         to a comment that needs it.
4215
4216 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4219
4220         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4221         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4222         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4223         (gst_avi_demux_process_next_entry):
4224         * gst/avi/gstavidemux.h:
4225         Implement reverse playback. Fixes #535300.
4226         Small cleanups.
4227
4228 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4229
4230         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4231         (gst_videomixer_query_latency):
4232         When using gst_element_iterate_pads() one has to unref every pad
4233         after usage.
4234
4235 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4236
4237         Patch by: Bastien Nocera <hadess at hadess dot net>
4238         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4239         (qtdemux_parse_udta):
4240         * gst/qtdemux/qtdemux_fourcc.h:
4241         Improve meta-data handling, add 'comment', 'description' and
4242         'copyright' tag handling.
4243         Fixes #535935
4244
4245 2008-05-31  Julien Moutte  <julien@fluendo.com>
4246
4247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4248         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4249         (gst_qtdemux_seek_to_previous_keyframe),
4250         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4251         we don't clip the segment's stop using the main segment duration as
4252         that could crop quite some video frames. Make reverse playback support
4253         more robust and support edit lists. Support seeking to the last frame,
4254         and fix reverse looping playback. Add some debugging.
4255         * win32/common/config.h: Updated.
4256
4257 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4258
4259         * gst/equalizer/gstiirequalizer.c:
4260         (gst_iir_equalizer_transform_ip):
4261         Don't clip float/double samples, correctly unset passthrough mode
4262         and use better rounding for integer samples.
4263
4264 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4265
4266         * gst/equalizer/gstiirequalizer.c:
4267         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4268         (setup_filter), (set_passthrough), (update_coefficients),
4269         (gst_iir_equalizer_compute_frequencies),
4270         (gst_iir_equalizer_transform_ip):
4271         * gst/equalizer/gstiirequalizer.h:
4272         Update the filter coefficients only when needed in the transform_ip
4273         function and correctly set the element into passthrough mode if the
4274         gain of all bands is 0.
4275
4276 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4279
4280         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4281         (gst_alpha_set_property), (gst_alpha_get_property),
4282         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4283         Try to skip pixels or areas that are too dark or too bright for us to do
4284         meaningfull color detection.
4285         Added properties to control the sensitivity to light and darkness.
4286         Added some small cleanups. Fixes #512345.
4287
4288 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4289
4290         * docs/plugins/.cvsignore:
4291         * tests/check/elements/.cvsignore:
4292         Ignore some more generated things
4293
4294         * tests/check/Makefile.am:
4295         Ignore OSS elements in the state changes test too.
4296
4297 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * docs/plugins/Makefile.am:
4300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4302         Add SMPTE effect elements to docs.
4303
4304 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4305
4306         * docs/plugins/Makefile.am:
4307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4309         * ext/raw1394/gstdv1394src.c:
4310           Document whats first shown on the fdo plugin docs page :)
4311
4312 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4313
4314         * docs/plugins/Makefile.am:
4315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4317         * docs/plugins/gst-plugins-good-plugins.args:
4318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4319         * docs/plugins/inspect/plugin-audiofx.xml:
4320         * gst/audiofx/Makefile.am:
4321         * gst/audiofx/audiofx.c:
4322         * gst/audiofx/audiokaraoke.c:
4323         * gst/audiofx/audiokaraoke.h:
4324         * gst/audiofx/audiovoice.c:
4325         * gst/audiofx/audiovoice.h:
4326           Rename audiovoice to audiokaraoke and add it to the docs.
4327
4328 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4329
4330         * REQUIREMENTS:
4331         * docs/plugins/Makefile.am:
4332         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4333         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4334         * docs/plugins/gst-plugins-good-plugins.args:
4335         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4336         * docs/plugins/gst-plugins-good-plugins.interfaces:
4337         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4338         * docs/plugins/inspect/plugin-aasink.xml:
4339         * docs/plugins/inspect/plugin-alaw.xml:
4340         * docs/plugins/inspect/plugin-alpha.xml:
4341         * docs/plugins/inspect/plugin-alphacolor.xml:
4342         * docs/plugins/inspect/plugin-annodex.xml:
4343         * docs/plugins/inspect/plugin-apetag.xml:
4344         * docs/plugins/inspect/plugin-audiofx.xml:
4345         * docs/plugins/inspect/plugin-auparse.xml:
4346         * docs/plugins/inspect/plugin-autodetect.xml:
4347         * docs/plugins/inspect/plugin-avi.xml:
4348         * docs/plugins/inspect/plugin-cacasink.xml:
4349         * docs/plugins/inspect/plugin-cairo.xml:
4350         * docs/plugins/inspect/plugin-cdio.xml:
4351         * docs/plugins/inspect/plugin-cutter.xml:
4352         * docs/plugins/inspect/plugin-debug.xml:
4353         * docs/plugins/inspect/plugin-dv.xml:
4354         * docs/plugins/inspect/plugin-efence.xml:
4355         * docs/plugins/inspect/plugin-effectv.xml:
4356         * docs/plugins/inspect/plugin-equalizer.xml:
4357         * docs/plugins/inspect/plugin-esdsink.xml:
4358         * docs/plugins/inspect/plugin-flac.xml:
4359         * docs/plugins/inspect/plugin-flxdec.xml:
4360         * docs/plugins/inspect/plugin-gamma.xml:
4361         * docs/plugins/inspect/plugin-gconfelements.xml:
4362         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4363         * docs/plugins/inspect/plugin-goom.xml:
4364         * docs/plugins/inspect/plugin-goom2k1.xml:
4365         * docs/plugins/inspect/plugin-halelements.xml:
4366         * docs/plugins/inspect/plugin-icydemux.xml:
4367         * docs/plugins/inspect/plugin-id3demux.xml:
4368         * docs/plugins/inspect/plugin-jpeg.xml:
4369         * docs/plugins/inspect/plugin-level.xml:
4370         * docs/plugins/inspect/plugin-matroska.xml:
4371         * docs/plugins/inspect/plugin-monoscope.xml:
4372         * docs/plugins/inspect/plugin-mulaw.xml:
4373         * docs/plugins/inspect/plugin-multifile.xml:
4374         * docs/plugins/inspect/plugin-multipart.xml:
4375         * docs/plugins/inspect/plugin-navigationtest.xml:
4376         * docs/plugins/inspect/plugin-ossaudio.xml:
4377         * docs/plugins/inspect/plugin-png.xml:
4378         * docs/plugins/inspect/plugin-quicktime.xml:
4379         * docs/plugins/inspect/plugin-rtp.xml:
4380         * docs/plugins/inspect/plugin-rtsp.xml:
4381         * docs/plugins/inspect/plugin-smpte.xml:
4382         * docs/plugins/inspect/plugin-soup.xml:
4383         * docs/plugins/inspect/plugin-spectrum.xml:
4384         * docs/plugins/inspect/plugin-speex.xml:
4385         * docs/plugins/inspect/plugin-taglib.xml:
4386         * docs/plugins/inspect/plugin-udp.xml:
4387         * docs/plugins/inspect/plugin-video4linux2.xml:
4388         * docs/plugins/inspect/plugin-videobalance.xml:
4389         * docs/plugins/inspect/plugin-videobox.xml:
4390         * docs/plugins/inspect/plugin-videocrop.xml:
4391         * docs/plugins/inspect/plugin-videoflip.xml:
4392         * docs/plugins/inspect/plugin-videomixer.xml:
4393         * docs/plugins/inspect/plugin-wavenc.xml:
4394         * docs/plugins/inspect/plugin-wavpack.xml:
4395         * docs/plugins/inspect/plugin-wavparse.xml:
4396         * docs/plugins/inspect/plugin-ximagesrc.xml:
4397         * ext/aalib/gstaasink.c:
4398         * ext/libcaca/gstcacasink.c:
4399           Document aasink and cacasink.
4400
4401 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4404         (gst_videomixer_init), (gst_videomixer_query_duration),
4405         (gst_videomixer_query_latency), (gst_videomixer_query),
4406         (gst_videomixer_blend_buffers):
4407         * gst/videomixer/videomixer.h:
4408         Implement position (in time), duration and latency queries.
4409
4410 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4411
4412         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4413         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4414         (gst_videomixer_fill_queues), (forward_event_func),
4415         (forward_event), (gst_videomixer_src_event),
4416         (gst_videomixer_sink_event):
4417         * gst/videomixer/videomixer.h:
4418         Implement proper seek/newsegment handling.
4419         Based on adder's implementation.
4420         Fixes #535121
4421
4422 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4423
4424         Patch by: Jan Gerber <j at oil21 dot org>
4425
4426         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4427         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4428
4429 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4430
4431         * gst/audiofx/Makefile.am:
4432         * gst/audiofx/audiofx.c: (plugin_init):
4433         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4434         (gst_audio_voice_class_init), (gst_audio_voice_init),
4435         (update_filter), (gst_audio_voice_set_property),
4436         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4437         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4438         (gst_audio_voice_transform_ip):
4439         * gst/audiofx/audiovoice.h:
4440         Add simple voice removal element. Yay karaoke.
4441
4442 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4443
4444         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4445
4446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4447         Fix potential caps leak.
4448         If we can't get the framerate with an ioctl, try to get it with the
4449         current norm. Fixes #520092.
4450
4451 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4452
4453         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4454
4455         * sys/v4l2/v4l2src_calls.c:
4456         (gst_v4l2src_probe_caps_for_format_and_size):
4457         If we fail to get the frame intervals, simply don't touch the framerates
4458         on the template caps instead of discarding the format. See #520092.
4459
4460 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4461
4462         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4463
4464         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4465         (gst_v4l2_get_caps_info):
4466         Add NV12, NV21 and bayer support. See #520092.
4467
4468 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4469
4470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4471         (gst_qtdemux_activate_segment):
4472         Unbreak segment activation again. Fixes #531672.
4473
4474 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         * ext/flac/Makefile.am:
4477         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4478         Set the channel layout when decoding FLAC files with more than 2
4479         channels as defined by the FLAC spec. Fixes bug #534570.
4480
4481         Also don't try to decode left/side, right/side and mid/side files
4482         as we don't support this at all.
4483
4484 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4485
4486         * configure.ac:
4487           We need -base CVS (rtsp).
4488
4489 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4490
4491         * gst/udp/Makefile.am:
4492           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4493           when including netdb.h when building against glibc >= 2.8.
4494
4495 2008-05-22  Julien Moutte  <julien@fluendo.com>
4496
4497         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4498         debug statement arguments.
4499         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4500         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4501         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4502         on more platforms.
4503
4504 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4505
4506         * tests/check/elements/avimux.c: (setup_src_pad),
4507         (teardown_src_pad):
4508         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4509         (GST_START_TEST):
4510         * tests/check/elements/matroskamux.c: (setup_src_pad),
4511         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4512         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4513         (GST_START_TEST):
4514         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4515         (setup_wavpackparse), (cleanup_wavpackparse):
4516         Don't use gst_element_get_pad(), it's a bad, bad method.
4517
4518 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4519
4520         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4521         (do_toggle_element):
4522         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4523         (do_toggle_element):
4524         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4525         (do_toggle_element):
4526         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4527         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4528         (do_toggle_element):
4529         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4530         (do_toggle_element):
4531         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4532         (gst_auto_audio_sink_detect):
4533         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4534         (gst_auto_video_sink_detect):
4535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4536         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4537         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4538         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4539         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4540         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4541         * tests/icles/videocrop-test.c: (test_with_caps),
4542         (video_crop_get_test_caps):
4543         Don't use gst_element_get_pad(), it's a bad method.
4544
4545 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4546
4547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4548         (gst_multiudpsink_add_internal):
4549         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4550         (gst_udp_join_group):
4551         * gst/udp/gstudpnetutils.h:
4552         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4553         Joining a multicast group and setting the loop/ttl properties are
4554         totally unrelated tasks are must be separated.
4555
4556 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4557
4558         * gst/avi/gstavimux.c:
4559           Also support alaw/mulaw.
4560
4561 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4562
4563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4564         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4565         * gst/udp/gstmultiudpsink.h:
4566         Add a fixme for the auto-multicast property.
4567         Fix some confusing debug messages.
4568         Disable setting a qos value by default.
4569
4570 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4571
4572         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4573
4574         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4575         Ignore EPERM errors from sendto. Fixes #533619.
4576
4577 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4578
4579         Patch by: Henrik Eriksson <henriken at axis dot com>
4580
4581         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4582         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4583         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4584         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4585         * gst/udp/gstmultiudpsink.h:
4586         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4587
4588 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4589
4590         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4591         Improve debugging of the ident.
4592
4593 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4594
4595         Patch by: Bruno Santos <brunof at ua dot pt>
4596
4597         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4598         (gst_udp_join_group), (gst_udp_leave_group),
4599         (gst_udp_is_multicast):
4600         * gst/udp/gstudpnetutils.h:
4601         Provide a bunch of helper methods to deal with IPv4 and IPv6
4602         transparently.
4603
4604         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4605         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4606         (gst_multiudpsink_get_property), (join_multicast),
4607         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4608         (gst_multiudpsink_remove):
4609         * gst/udp/gstmultiudpsink.h:
4610         Add multicast TTL and loopback properties.
4611         Use the helper methods to implement ip4 and ip6.
4612
4613         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4614         * gst/udp/gstudpsrc.h:
4615         Use the helper methods to implement ip4 and ip6.
4616         Fixes #515962.
4617
4618 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4621
4622         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4623         (gst_multipart_demux_get_gstname),
4624         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4625         * gst/multipart/multipartdemux.h:
4626         Don't blindly copy the mime-type as the caps name because they not
4627         always map directly. Instead use a hashtable with common mappings.
4628         Fixes #533287.
4629
4630 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4631
4632         * ext/esd/esdsink.c: (gst_esdsink_write):
4633         When we post an error, we must return -1 to let the parent know that we
4634         cannot write the segment else it will loop and continue to call us again
4635         forever. Patch by Michael Meeks.
4636
4637 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4638
4639         * gst/videomixer/videomixer.c:
4640           Add missing incudes.
4641
4642 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4643
4644         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4645         (gst_rtp_h264_pay_handle_buffer):
4646         * gst/rtp/gstrtph264pay.h:
4647         Correct a typo (sinle -> single).
4648
4649 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4650
4651         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4652         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4653         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4654         (gst_rtp_h264_depay_process):
4655         * gst/rtp/gstrtph264depay.h:
4656         Add experimental support for outputting quicktime-like AVC output in
4657         addition to the existing bytestream output.
4658
4659         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4660         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4661         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4662         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4663         (gst_rtp_h264_pay_get_property):
4664         * gst/rtp/gstrtph264pay.h:
4665         Make the parsing mode configurable, for some inputs we don't need to
4666         scan every byte for start codes.
4667         Only set the marker bit on ACCESS units.
4668
4669 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4670
4671         * gst/equalizer/gstiirequalizer.c:
4672         Use a bigger type in integer mode for the intermediate results to
4673         prevent overflows. This fixes the crippled sound when using the
4674         equalizer in integer mode. Fixes bug #510865.
4675
4676 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4677
4678         * gst/videomixer/videomixer.c:
4679         * gst/videomixer/videomixer.h:
4680         Instead of a random number for the request pad id's,
4681         use a counter.
4682
4683         Register the videomixerpad class from the element's class_init
4684         where it's safer, and allows the docs generator to scan it.
4685
4686 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4687
4688         * gst/smpte/Makefile.am:
4689         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4690         * gst/smpte/gstsmpte.h:
4691         * gst/smpte/gstsmptealpha.c:
4692         (gst_smpte_alpha_transition_type_get_type),
4693         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4694         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4695         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4696         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4697         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4698         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4699         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4700         * gst/smpte/gstsmptealpha.h:
4701         * gst/smpte/plugin.c: (plugin_init):
4702         Add new plugin that adds the SMPTE transition in the alpha channel of
4703         I420 and AYUV frames so that they can be blended with videomixer later
4704         on. Uses all niceties such as using base transform for efficient alloc
4705         and negotiation. It currently requires GstController to control the
4706         position in the transition effect.
4707
4708 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4709
4710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4712         * docs/plugins/gst-plugins-good-plugins.args:
4713         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4714         * docs/plugins/gst-plugins-good-plugins.interfaces:
4715         * docs/plugins/gst-plugins-good-plugins.types:
4716         * gst/videomixer/videomixer.c:
4717           Try using thaytans new mechanism to get extra classes into plugin
4718           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4719           missing still.
4720
4721 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4722
4723         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4724         Set proper rate in avi stream header for PCM audio, and also do some
4725         more sanity checks on caps in this case.  Fixes #511489.
4726
4727 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4728
4729         * sys/v4l2/gstv4l2src.c:
4730         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4731         isn't implemented at all yet and this requires X headers to be
4732         installed. Fixes bug #533264.
4733
4734 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4735
4736         reviewed by: <delete if not using a buddy>
4737
4738         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4739         (gst_ebml_write_set_cache):
4740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4741         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4742         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4743         (gst_matroska_demux_read_track_encodings),
4744         (gst_matroska_demux_add_stream),
4745         (gst_matroska_demux_handle_src_query),
4746         (gst_matroska_demux_init_stream),
4747         (gst_matroska_demux_parse_index_cuetrack),
4748         (gst_matroska_demux_parse_index_pointentry),
4749         (gst_matroska_demux_parse_info),
4750         (gst_matroska_demux_parse_metadata_id_simple_tag),
4751         (gst_matroska_demux_parse_metadata),
4752         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4753         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4754         (gst_matroska_demux_parse_cluster),
4755         (gst_matroska_demux_parse_contents_seekentry),
4756         (gst_matroska_demux_loop_stream_parse_id),
4757         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4758         (gst_matroska_demux_audio_caps),
4759         (gst_matroska_demux_subtitle_caps):
4760         * gst/matroska/matroska-demux.h:
4761         * gst/matroska/matroska-ids.c:
4762         (gst_matroska_track_init_subtitle_context):
4763         * gst/matroska/matroska-ids.h:
4764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4765         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4766         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4767         * sys/v4l2/gstv4l2src.c:
4768         * tests/check/pipelines/wavpack.c: (bus_handler):
4769         * win32/common/config.h:
4770
4771 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4772
4773         * ext/wavpack/gstwavpackstreamreader.c:
4774         * tests/examples/spectrum/demo-audiotest.c:
4775         * tests/examples/spectrum/demo-osssrc.c:
4776         Fix some compiler warnings.
4777
4778 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4779
4780         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4781         Small comment added.
4782
4783         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4784         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4785         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4786         Debug string cleanups (remove trailing \n)
4787         Refactor and clean up the payloader a bit and make sure that we only
4788         put one NAL unit in an RTP packet even if the input buffer contains
4789         multiple NAL units.
4790         Add suport for AVC format input.
4791
4792 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4793
4794         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4795         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4796         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4797         * gst/rtp/gstrtph264pay.h:
4798         Make it possible to specify profile-level-id and sprop-parameter-sets
4799         using properties in case they are not available in-stream.
4800
4801 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4802
4803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4804         * docs/plugins/gst-plugins-good-plugins.args:
4805         * docs/plugins/inspect/plugin-ladspa.xml:
4806           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4807
4808 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4809
4810         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4811         Send an initial BYTE segment to inform downstream of later seeking,
4812         and to forego sync attempts.
4813
4814 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4815
4816         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4817         Fix wrong caps string.
4818
4819 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4820
4821         Based on patch by: Olivier Crete <tester at tester dot ca>
4822
4823         * gst/rtp/Makefile.am:
4824         * gst/rtp/gstrtp.c: (plugin_init):
4825         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4826         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4827         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4828         (gst_rtp_g729_depay_plugin_init):
4829         * gst/rtp/gstrtpg729depay.h:
4830         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4831         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4832         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4833         * gst/rtp/gstrtpg729pay.h:
4834         Added G729 pay and depayloaders. Fixes #532409.
4835
4836 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4837
4838         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4839         Fix the calculation of the duration of the concealment packets.
4840
4841 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4842
4843         Based on patch by: Olivier Crete <tester at tester dot ca>
4844
4845         * gst/rtp/Makefile.am:
4846         * gst/rtp/gstrtp.c: (plugin_init):
4847         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4848         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4849         (parse_encode), (gst_rtp_dv_depay_setcaps),
4850         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4851         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4852         (gst_rtp_dv_depay_plugin_init):
4853         * gst/rtp/gstrtpdvdepay.h:
4854         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4855         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4856         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4857         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4858         (gst_dv_pay_negotiate), (include_dif),
4859         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4860         * gst/rtp/gstrtpdvpay.h:
4861         Add DV pay and depayloaders. Fixes #532423.
4862
4863 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4864
4865         * gst/matroska/matroska-demux.c:
4866         (gst_matroska_demux_push_dvd_clut_change_event):
4867         Convert subtitle palette info in VobSub private data from VobSub's
4868         (buggy) RGB to YUV.
4869
4870 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4871
4872         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4873         Do not leave fourcc stream header field empty upon reset.
4874         Fixes #519301.
4875
4876 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4877
4878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4880         * docs/plugins/inspect/plugin-goom.xml:
4881         * docs/plugins/inspect/plugin-goom2k1.xml:
4882         * gst/goom/gstgoom.c:
4883         * gst/goom2k1/gstgoom.c:
4884         Add goom2k1 into the docs.
4885
4886 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4887
4888         Based on patch by: Wouter Cloetens  <wouter at mind be>
4889
4890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4891         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4892         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4893         (gst_rtsp_decode_quoted_string),
4894         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4895         (gst_rtspsrc_setup_auth):
4896         Support Digest authentication. Fixes #532065.
4897
4898 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * gst/level/gstlevel.c:
4901           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4902           about whats needed for liboil acceleration. Simplify docs a bit.
4903
4904 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4905
4906         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4907
4908         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4909         Update the track duration if the old one was invalid.
4910         Fixes bug #532117.
4911
4912 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4913
4914         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4915           Use GST_STR_NULL when trying to print sps and pps strings that could
4916           be NULL, as this might crash on some platforms.
4917
4918 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4919
4920         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4921
4922         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4923           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4924           set after creating the clipper.
4925
4926 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4927
4928         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4929
4930         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4931           Added checking of surface lost case after an unsuccessful
4932           IDirectDrawSurface7_Lock() call.
4933           If surface is lost, return GST_FLOW_OK.
4934
4935 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4936
4937         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4938
4939         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4940           WndProc, gst_directdraw_sink_window_thread):
4941           Improved Windows message loop and fixed window destruction issue.
4942           When the window which DirectDraw is rendering to is destroyed, the
4943           render/show_frame function will return GST_FLOW_ERROR.
4944           Partially fixes #520885.
4945
4946 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4947
4948         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4949
4950         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4951           Fixed mid stream resolution change bug, the offscreen surface is now
4952           released when set_caps is called.
4953           Partially fixes #520885.
4954
4955 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4956
4957         * sys/directdraw/gstdirectdrawsink.c
4958           (gst_directdraw_sink_buffer_alloc):
4959           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4960           width/height.
4961
4962           Especially when looking through the pool of buffers, make sure that
4963           the width/height of caps is used instead of the already negotiated
4964           dimensions.
4965           For example if a buffer with different caps is requested, i.e.
4966           higher resolution, the caller would get a buffer with the old
4967           dimensions and thus corrupt the heap.
4968
4969 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4970
4971         * sys/directdraw/gstdirectdrawsink.c
4972           (gst_directdraw_sink_buffer_alloc):
4973           Clear the flags on recycled buffers from buffer_alloc.
4974           Partially fixes #520885.
4975
4976 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4977
4978         * gst/rtp/gstrtpilbcpay.c:
4979           Added missing stdlib.h include for strtol(), and made include ordering and
4980           style consistent with the corresponding depayloader.
4981
4982 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4983
4984         * configure.ac:
4985           Error out if we don't have the required core/base versions.
4986
4987 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4988
4989         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4990
4991         * sys/osxvideo/cocoawindow.m:
4992         Fix compiler warnings on PPC64. Fixes bug #499318.
4993
4994 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4995
4996         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4997
4998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4999         Don't leak file descriptors on error. Fixes #531532.
5000
5001 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5002
5003         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5004         (gst_gconf_audio_src_change_state):
5005         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5006         (gst_gconf_video_sink_change_state):
5007         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5008         (gst_gconf_video_src_change_state):
5009         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5010         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5011         When we can't create a fakesink/fakesrc complain instead of unreffing
5012         NULL pointers and crashing later. See bug #530535.
5013
5014 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5015
5016         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5017         Add some more debug info and guard against small payloads.
5018
5019         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5020         Set duration on outgoing buffers because we can.
5021
5022 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5023
5024         Patch by: Olivier Crete <tester at tester dot ca>
5025
5026         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5027         (gst_speex_enc_init), (gst_speex_enc_chain):
5028         Add negotiation for the speex channels and rate. Fixes #465146.
5029
5030 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5031
5032         Patch by: Olivier Crete <tester at tester dot ca>
5033
5034         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5035         (gst_rtp_speex_pay_getcaps):
5036         Add negotiation for the speex channels and rate. See #465146.
5037
5038 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5039
5040         Patch by: Olivier Crete <tester at tester dot ca>
5041
5042         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5043         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5044         Add negotiation for the ILBC mode. See #465146.
5045
5046 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5047
5048         * ext/soup/gstsouphttpsrc.c:
5049           Include stdlib to fix the build. Use g_free instead of free, libsoup
5050           uses glib.
5051
5052 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5053
5054         Patch by: j^ <j@bootlab.org>
5055
5056         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5057         Add more mpeg2 variants. Fixes #530886.
5058
5059 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5060
5061         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5062
5063         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5064           Don't error out if we get an ICMP destination-unreachable
5065           message when trying to read packets on win32 (#529454).
5066
5067 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5068
5069         * configure.ac:
5070         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5071           Use new error code for encrypted streams (which requires core CVS).
5072
5073 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5074
5075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5076           (gst_qtdemux_audiosrc_template):
5077           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5078
5079 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5080
5081         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5082         (speex_dec_chain_parse_data):
5083         Produce concealment data when time progresses in a segment update.
5084
5085 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5086
5087         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5088         (speex_dec_chain):
5089         Try to preserve input timestamps when we can.
5090         Do beginnings of error concealment.
5091
5092 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5093
5094         * gst/debug/gstnavigationtest.c:
5095           MSVC doesn't provide rint(), define an adequate replacement locally as
5096           elsewhere.
5097
5098 2008-04-28  Julien Moutte  <julien@fluendo.com>
5099
5100         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5101         format to pacify Mac OSX's gcc.
5102
5103 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5106           (DEFAULT_MAX), (src_template), (sink_template),
5107           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5108           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5109           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5110           Bring rndbuffersize element into a state that doesn't require us
5111           to move it to -bad immediately. For one, fix up default min/max
5112           values so that the element actuall works using the default values.
5113           Also, don't ignore flow return values and do some kind of minimal
5114           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5115           other gratuitious clean-ups.
5116
5117 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * docs/plugins/Makefile.am:
5120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5122         * docs/plugins/gst-plugins-good-plugins.args:
5123         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5124         * docs/plugins/gst-plugins-good-plugins.interfaces:
5125         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5126         * docs/plugins/inspect/plugin-1394.xml:
5127         * docs/plugins/inspect/plugin-aasink.xml:
5128         * docs/plugins/inspect/plugin-alaw.xml:
5129         * docs/plugins/inspect/plugin-alpha.xml:
5130         * docs/plugins/inspect/plugin-alphacolor.xml:
5131         * docs/plugins/inspect/plugin-annodex.xml:
5132         * docs/plugins/inspect/plugin-apetag.xml:
5133         * docs/plugins/inspect/plugin-audiofx.xml:
5134         * docs/plugins/inspect/plugin-auparse.xml:
5135         * docs/plugins/inspect/plugin-autodetect.xml:
5136         * docs/plugins/inspect/plugin-avi.xml:
5137         * docs/plugins/inspect/plugin-cacasink.xml:
5138         * docs/plugins/inspect/plugin-cairo.xml:
5139         * docs/plugins/inspect/plugin-cdio.xml:
5140         * docs/plugins/inspect/plugin-cutter.xml:
5141         * docs/plugins/inspect/plugin-debug.xml:
5142         * docs/plugins/inspect/plugin-dv.xml:
5143         * docs/plugins/inspect/plugin-efence.xml:
5144         * docs/plugins/inspect/plugin-effectv.xml:
5145         * docs/plugins/inspect/plugin-equalizer.xml:
5146         * docs/plugins/inspect/plugin-esdsink.xml:
5147         * docs/plugins/inspect/plugin-flac.xml:
5148         * docs/plugins/inspect/plugin-flxdec.xml:
5149         * docs/plugins/inspect/plugin-gamma.xml:
5150         * docs/plugins/inspect/plugin-gconfelements.xml:
5151         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5152         * docs/plugins/inspect/plugin-goom.xml:
5153         * docs/plugins/inspect/plugin-halelements.xml:
5154         * docs/plugins/inspect/plugin-icydemux.xml:
5155         * docs/plugins/inspect/plugin-id3demux.xml:
5156         * docs/plugins/inspect/plugin-jpeg.xml:
5157         * docs/plugins/inspect/plugin-level.xml:
5158         * docs/plugins/inspect/plugin-matroska.xml:
5159         * docs/plugins/inspect/plugin-monoscope.xml:
5160         * docs/plugins/inspect/plugin-mulaw.xml:
5161         * docs/plugins/inspect/plugin-multifile.xml:
5162         * docs/plugins/inspect/plugin-multipart.xml:
5163         * docs/plugins/inspect/plugin-navigationtest.xml:
5164         * docs/plugins/inspect/plugin-ossaudio.xml:
5165         * docs/plugins/inspect/plugin-png.xml:
5166         * docs/plugins/inspect/plugin-quicktime.xml:
5167         * docs/plugins/inspect/plugin-rtp.xml:
5168         * docs/plugins/inspect/plugin-rtsp.xml:
5169         * docs/plugins/inspect/plugin-shout2send.xml:
5170         * docs/plugins/inspect/plugin-smpte.xml:
5171         * docs/plugins/inspect/plugin-spectrum.xml:
5172         * docs/plugins/inspect/plugin-speex.xml:
5173         * docs/plugins/inspect/plugin-taglib.xml:
5174         * docs/plugins/inspect/plugin-udp.xml:
5175         * docs/plugins/inspect/plugin-video4linux2.xml:
5176         * docs/plugins/inspect/plugin-videobalance.xml:
5177         * docs/plugins/inspect/plugin-videobox.xml:
5178         * docs/plugins/inspect/plugin-videocrop.xml:
5179         * docs/plugins/inspect/plugin-videoflip.xml:
5180         * docs/plugins/inspect/plugin-videomixer.xml:
5181         * docs/plugins/inspect/plugin-wavenc.xml:
5182         * docs/plugins/inspect/plugin-wavpack.xml:
5183         * docs/plugins/inspect/plugin-wavparse.xml:
5184         * docs/plugins/inspect/plugin-ximagesrc.xml:
5185           Add docs for gdkpixbufsink; update docs to CVS version.
5186
5187 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5188
5189         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5190         Remove test sync-offset by default.
5191
5192 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5195         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5196         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5197           Use GLib versions of htonl, htons, ntohl and ntohs in order
5198           to avoid problems on win32 (#529707).
5199
5200 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         Patch by: Jesús Corrius <jesus at softcatala org>
5203
5204         * gst/goom/filters.c: (zoomVector):
5205         * gst/goom/goom_core.c: (init_buffers):
5206           Fix build with mingw32: use rand() instead of random() and
5207           replace bzero() with memset(). Fixes #529692.
5208
5209 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5210
5211         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5212         Fix typo in comments.
5213
5214         * tests/examples/rtp/client-H263p-PCMA.sdp:
5215         * tests/examples/rtp/client-H263p-PCMA.sh:
5216         * tests/examples/rtp/client-H264-PCMA.sdp:
5217         * tests/examples/rtp/client-H264-PCMA.sh:
5218         * tests/examples/rtp/client-H264.sdp:
5219         * tests/examples/rtp/client-H264.sh:
5220         * tests/examples/rtp/client-PCMA.sdp:
5221         * tests/examples/rtp/client-PCMA.sh:
5222         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5223         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5224         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5225         Add some more docs and fix examples.
5226
5227 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * tests/check/elements/multifile.c:
5230         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5231         declared in the former, some have it declared in the latter.
5232
5233 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5234
5235         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5236         * gst/debug/tests.c: (md5_get_value):
5237         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5238         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5239         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5240         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5241         Stop using deprecated GLib functions.
5242
5243 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5244
5245         * configure.ac:
5246         Back to development -> 0.10.8.1
5247
5248 === release 0.10.8 ===
5249
5250 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5251
5252         * configure.ac:
5253           releasing 0.10.8, "One For The Money"
5254
5255 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5256
5257         * configure.ac:
5258         0.10.7.4 pre-release
5259
5260 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5261
5262         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5263         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5264         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5265         * gst/goom/flying_stars_fx.c: (fs_free):
5266         * gst/goom/goom_config_param.h:
5267         * gst/goom/goom_core.c: (goom_init), (goom_close):
5268         * gst/goom/goom_plugin_info.h:
5269         * gst/goom/gstgoom.c: (gst_goom_finalize):
5270         * gst/goom/lines.c: (goom_lines_free):
5271         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5272         * gst/goom/surf3d.c: (grid3d_free):
5273         * gst/goom/surf3d.h:
5274         * gst/goom/tentacle3d.c: (tentacle_free):
5275         Free a bunch of stuff, and initialise things to fix leaks
5276         and valgrind warnings in the testsuite.
5277
5278         Fixes: #529268
5279
5280 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5281
5282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5283         (gst_rtspsrc_configure_caps):
5284         Ref caps as the return value for the request_pt_map signal.
5285         Remove some caps weirdness when configuring a stream. See #528245.
5286
5287 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5288
5289         * tests/icles/gdkpixbufsink-test.c:
5290           Add cast to placate gcc 4.1.2.
5291
5292 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5293
5294         * configure.ac:
5295         0.10.7.3 pre-release
5296
5297 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5298
5299         * tests/check/Makefile.am:
5300         Disable some more elements in the state test.
5301         Add a define so the soup test can find the test files
5302         it needs at runtime.
5303
5304         * tests/check/elements/souphttpsrc.c: (run_server):
5305
5306         Add a define so the soup test can find the test files
5307         it needs at runtime.
5308
5309 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5310
5311         * gst/goom/convolve_fx.c: (convolve_apply):
5312         Don't ever draw the GOOM logo.
5313         Fixes: #528615
5314
5315 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5316
5317         * ext/cdio/gstcdiocddasrc.c:
5318         * ext/dv/gstdvdemux.c: 
5319         gst_atomic_int_set ==> g_atomic_int_set
5320
5321 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5322
5323         * configure.ac:
5324         * gst/goom/Makefile.am:
5325         * gst/goom/convolve_fx.c:
5326         * gst/goom/default_scripts.h:
5327         * gst/goom/goom.h:
5328         * gst/goom/goom_core.c: (choose_a_goom_line):
5329         * gst/goom/goom_plugin_info.h:
5330         * gst/goom/goomsl.c:
5331         * gst/goom/goomsl.h:
5332         * gst/goom/goomsl_hash.c:
5333         * gst/goom/goomsl_hash.h:
5334         * gst/goom/goomsl_heap.c:
5335         * gst/goom/goomsl_heap.h:
5336         * gst/goom/goomsl_private.h:
5337         * gst/goom/plugin_info.c:
5338           Strip out the config/script parsing stuff, we don't need it.
5339           Fixes #527999.
5340
5341 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5342
5343         * gst/goom/plugin_info.c: (setOptimizedMethods):
5344           Disable altivec optimisations for 32-bit PPC as well to make
5345           things build properly on all PPC systems. Fixes #528143
5346
5347 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst-plugins-good.spec.in:
5350           Update for souphttpsrc plugin which has moved to -good.
5351
5352 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5353
5354         * gst/matroska/matroska-demux.c:
5355         (gst_matroska_demux_handle_seek_event):
5356         Fix open-ended seeks in matroskademux
5357         Patch by: Mark Nauwelaerts <manauw skynet be>
5358         Fixes: #526557
5359
5360 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5361
5362         * tests/check/Makefile.am:
5363         Add soup test certificates to the dist.
5364
5365 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5366
5367         * ext/Makefile.am:
5368         Remove LADSPA reference I missed.
5369
5370 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5371
5372         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5373         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5374         over gnome-vfs and everything else. Fixes bug #527848.
5375
5376 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5377
5378         * configure.ac:
5379         * ext/Makefile.am:
5380         Remove LADSPA plugin. Fixes: #515978
5381
5382 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5383
5384         * configure.ac:
5385         * docs/plugins/Makefile.am:
5386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5388         * docs/plugins/gst-plugins-good-plugins.args:
5389         * docs/plugins/inspect/plugin-soup.xml:
5390         * ext/Makefile.am:
5391         * tests/check/Makefile.am:
5392         Move soup plugin from -bad (Fixes: #523124)
5393
5394 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5395
5396         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5397         Fix bounds checking of mode in Speex header, which may
5398         produce negative numbers in speex <= 1.1.12
5399
5400 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5401
5402         * gst/goom/Makefile.am:
5403         * gst/goom/gfontlib.c:
5404         * gst/goom/gfontlib.h:
5405         * gst/goom/gfontrle.c:
5406         * gst/goom/gfontrle.h:
5407         * gst/goom/goom.h:
5408         * gst/goom/goom_core.c: (goom_update):
5409         * gst/goom/goom_plugin_info.h:
5410         * gst/goom/gstgoom.c: (gst_goom_chain):
5411         * gst/goom/plugin_info.c:
5412           Remove a bunch of font/text related code that we don't need.
5413
5414 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         * gst/goom/ppc_drawings.s:
5417         * gst/goom/ppc_zoom_ultimate.s:
5418           Change license of these files to LGPL, as permitted by the
5419           author, Guillaume Borios. See #515073.
5420
5421 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * gst/goom/convolve_fx.c:
5424         * gst/goom/motif_goom1.h:
5425         * gst/goom/motif_goom2.h:
5426           As hinted in Bug #518213, revert one change and fix warnings properly.
5427           This fixes both #518213 and #520073 for me.     
5428
5429 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5430
5431         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5432         * gst/matroska/matroska-demux.c:
5433         (gst_matroska_demux_handle_seek_event),
5434         (gst_matroska_demux_parse_contents_seekentry),
5435         (gst_matroska_demux_loop):
5436         Fix the Forte build by making function declaration signatures
5437         match the implementations.
5438
5439 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5440
5441         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5442         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5443         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5444           More logging when probing (see #518474), some comments in _reset().
5445
5446 2008-04-07  Julien Moutte  <julien@fluendo.com>
5447
5448         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5449         because of a bad argument number.
5450
5451 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * tests/icles/.cvsignore:
5454         * tests/icles/Makefile.am:
5455         * tests/icles/gdkpixbufsink-test.c:
5456           Interactive test app for gdkpixbufsink.
5457
5458 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5459
5460         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5461
5462         * configure.ac:
5463         Actually build dlls when cross-compiling with mingw32.
5464         Fixes bug #526247.
5465
5466 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5467
5468         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5469           Don't munge device string to 'default:x' for capture devices.
5470           Fixes #525833.
5471
5472 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5473
5474         * ext/wavpack/gstwavpackparse.c:
5475         (gst_wavpack_parse_index_entry_free):
5476         Always use GSlice as we actually depend on GLib 2.12 already.
5477
5478 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5479
5480         * configure.ac:
5481           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5482           Also bump the GLib requirement to the current de-facto requirement
5483           (ie. 2.12).
5484
5485 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5486
5487         * gst/rtp/gstrtph264pay.c: (encode_base64),
5488         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5489         * gst/rtp/gstrtph264pay.h:
5490         Parse codec_data for future AVC compatibility.
5491         Fail when we encounter AVC data for now.
5492
5493 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5496           (gst_spectrum_init), (gst_spectrum_set_property),
5497           (gst_spectrum_get_property), (gst_spectrum_message_new):
5498           Rename property enums and default defines for the properties to match
5499           the property names and rephrase property descriptions to make them a
5500           bit clearer (hopefully). See #518188.
5501
5502 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * tests/check/Makefile.am:
5505         * tests/check/elements/.cvsignore:
5506         * tests/check/elements/gdkpixbufsink.c:
5507           Add unit test for gdkpixbufsink element.
5508
5509 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * ext/gdk_pixbuf/Makefile.am:
5512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5513         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5514           (gst_gdk_pixbuf_sink_base_init),
5515           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5516           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5517           (gst_gdk_pixbuf_sink_set_caps),
5518           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5519           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5520           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5521           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5522           (gst_gdk_pixbuf_sink_get_property):
5523         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5524           Add gdkpixbufsink element for easy snapshotting (#525946).
5525
5526 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5527
5528         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5529         Bump timeout from 3 to 60 seconds.
5530
5531 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5532
5533         * tests/check/pipelines/.cvignore:
5534         Remove useless file.
5535
5536         * tests/check/pipelines/.cvsignore:
5537         Add new test to .cvsignore.
5538
5539 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5540
5541         * tests/check/Makefile.am:
5542         * tests/check/pipelines/wavpack.c: (bus_handler),
5543         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5544         (wavpack_suite), (main):
5545         Add unit test that encodes and decodes some data, checks that it
5546         is still the same and that all timestamps/offsets are perfect.
5547
5548 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5549
5550         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5551         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5552         * ext/wavpack/gstwavpackparse.c:
5553         (gst_wavpack_parse_index_entry_new),
5554         (gst_wavpack_parse_index_entry_free),
5555         (gst_wavpack_parse_base_init),
5556         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5557         Use GSlice for allocating index entries and use
5558         gst_element_class_set_details_simple().
5559
5560 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         Patch by: Brian Cameron <brian.cameron at sun dot com>
5563
5564         * sys/sunaudio/gstsunaudio.c:
5565         * sys/sunaudio/gstsunaudiomixer.c:
5566         * sys/sunaudio/gstsunaudiomixer.h:
5567         * sys/sunaudio/gstsunaudiomixerctrl.c:
5568         * sys/sunaudio/gstsunaudiomixerctrl.h:
5569         * sys/sunaudio/gstsunaudiomixertrack.c:
5570         * sys/sunaudio/gstsunaudiomixertrack.h:
5571         * sys/sunaudio/gstsunaudiosink.c:
5572         * sys/sunaudio/gstsunaudiosink.h:
5573         * sys/sunaudio/gstsunaudiosrc.c:
5574         * sys/sunaudio/gstsunaudiosrc.h:
5575           Fix up copyrights (#525860).
5576
5577 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * gst/goom/goomsl.c: (gsl_read_file):
5580           Check return value of fread() to avoid compiler warnings.
5581
5582 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5583
5584         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5585
5586         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5587         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5588         * gst/law/alaw-decode.h:
5589         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5590         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5591         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5592         * gst/law/mulaw-decode.h:
5593         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5594         Make negotiation a bit modern.
5595         Use pad_alloc. Fixes #525359.
5596
5597 2008-03-31  David Schleef  <ds@schleef.org>
5598
5599         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5600           compiles consistently.  Fixes #522278.
5601
5602 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         Patch by: Brian Cameron <brian.cameron at sun dot com>
5605
5606         * sys/sunaudio/gstsunaudiomixerctrl.c:
5607           (gst_sunaudiomixer_ctrl_get_volume),
5608           (gst_sunaudiomixer_ctrl_set_volume):
5609         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5610           Fix up the mixer tracks to use a volume range of 0-255, which is what
5611           the sun audio API uses. This simplifies the code and avoids rounding
5612           errors. Fixes #524593.
5613
5614 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5615
5616         * sys/v4l2/gstv4l2object.c:
5617         * sys/v4l2/gstv4l2object.h:
5618         Add device-fd property to make it possible to apps to call ioctl's.
5619
5620 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5621
5622         * gst/qtdemux/qtdemux.c: (next_entry_size):
5623         Unbreak streaming mode again.
5624
5625 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5628           Remove superfluous DEBUG macro.
5629
5630 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         Based on patch by: William M. Brack <wbrack at mmm com hk>
5633
5634         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5635           (gst_v4l2src_set_capture):
5636           Check whether the device supports setting the framerate before
5637           trying to set it and then posting a warning or error if it doesn't
5638           work (#516649, #520092). Also compare fractions more correctly.
5639
5640 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5641
5642         * gst/goom/Makefile.am:
5643           Remove ppc assembler optimisations from the build until they
5644           actually build (they also seem to have GPL headers).
5645
5646 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * m4/Makefile.am:
5649           Better not dist files that don't exist any longer (lrint*m4).
5650
5651 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5652
5653         * configure.ac:
5654         * m4/lrint.m4:
5655         * m4/lrintf.m4:
5656         Remove lrint/lrintf checks. We don't use it anywhere.
5657
5658 2008-03-18  Andy Wingo  <wingo@pobox.com>
5659
5660         * sys/osxvideo/osxvideosink.m
5661         (gst_osx_video_sink_osxwindow_destroy)
5662         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5663         task, whoopdee.
5664         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5665         2 ms.
5666
5667 2008-03-18  Andy Wingo  <wingo@pobox.com>
5668
5669         * sys/osxvideo/osxvideosink.m
5670         (gst_osx_video_sink_osxwindow_destroy)
5671         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5672         task, whoopdee.
5673         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5674         2 ms.
5675         
5676 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         Patch by: William M. Brack <wbrack at mmm com hk>
5679
5680         * sys/v4l2/v4l2src_calls.c:
5681           (gst_v4l2src_probe_caps_for_format_and_size),
5682           (gst_v4l2src_probe_caps_for_format):
5683           Make sure the probed frame sizes are reversed in the resulting
5684           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5685           highest resolution first); also remove unused variable.
5686           (Partly fixes #520092)
5687
5688 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5689
5690         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5691
5692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5693         (gst_rtspsrc_finalize):
5694         Call WSAStartup() and WSACleanup before using the Winsock API.
5695         See #520808.
5696
5697 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5698
5699         * gst/avi/gstavidemux.c:
5700           Erm, the buffer-size is just guint, no need for the special format
5701           specifier.
5702
5703 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5704
5705         * gst/goom/plugin_info.c:
5706         * gst/goom/ppc_zoom_ultimate.h:
5707           Small fixes to build more on PPC: ifdef out code that uses unknown
5708           define; add newline at end of header file to avoid compiler warning.
5709           Assembler code still doesn't build though.
5710
5711 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5712
5713         * gst/avi/gstavidemux.c:
5714           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5715           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5716
5717 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5718
5719         * gst/avi/gstavidemux.c:
5720           Chunksize is uint32. Fix format specifier.
5721
5722 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5723
5724         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5725         mistake. Return file to pure MIT text.
5726
5727 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5728
5729         * gst/audiofx/audiofx.c:
5730         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5731         of hardcoding values.
5732
5733 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         Patch by: Mark Nauwelaerts <manauw skynet be>
5736
5737         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5738           (gst_oss_src_close):
5739         * sys/oss/gstosssrc.h:
5740           Cache probed caps, so _get_caps() during recording doesn't cause
5741           ioctl calls which may disrupt the recording (fixes #521875).
5742
5743 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5744
5745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5746         (gst_qtdemux_activate_segment),
5747         (gst_qtdemux_prepare_current_sample),
5748         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5749         Make sure we always send a DISCONT after a seek by setting the sample
5750         index to an undefined value after a seek.
5751
5752 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5755           (GST_IS_AVI_SUBTITLE_CLASS):
5756           Fix up IS_FOO macros, which makes gtk-doc much happier.
5757
5758 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5759
5760         * tests/icles/Makefile.am:
5761           Move the -lgstfoo where it belongs.
5762
5763 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5764
5765         * gst/matroska/ebml-ids.h:
5766         Add ID for EBML CRC32 elements.
5767
5768         * gst/matroska/Makefile.am:
5769         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5770         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5771         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5772         (gst_ebml_read_header):
5773         Support reading 80bit floats, add finalize method to clean up
5774         in any case, support reading length/id elements with any length
5775         as long as it's smaller than our supported maximum, don't leak
5776         buffers if reading as much data as we wanted failed and some
5777         smaller cleanup.
5778
5779 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5780
5781         Patch by: Olivier Crete <tester at tester dot ca>
5782
5783         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5784         Check that a buffer is large enough before reading from it.
5785         Fixes bug #521102.
5786         
5787 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5788
5789         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5790         Fix compilation after removing the GstPollMode from the
5791         constructor.
5792
5793 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5794
5795         * configure.ac:
5796         * gst/audiofx/Makefile.am:
5797         * gst/audiofx/audiochebband.c:
5798         * gst/audiofx/audiocheblimit.c:
5799         * gst/audiofx/math_compat.h:
5800         Check for sinh(), cosh() and asinh() and define our own
5801         implementations if they're not available. Fixes bug #520880.
5802
5803 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5804
5805         Patch by: Olivier Crete <tester at tester dot ca>
5806
5807         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5808         Unref the buffers only once when handling not-negotiated errors.
5809         Fixes bug #520764.
5810
5811 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5812
5813         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5814
5815         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5816         (gst_udpsrc_stop):
5817         Properly balance WSA_Cleanup with WSA_Startup.
5818         Also make the poll controllable on windows. Fixes #520888.
5819
5820 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5821
5822         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5823         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5824         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5825         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5826         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5827         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5828         (gst_ebml_read_date), (gst_ebml_read_master),
5829         (gst_ebml_read_binary), (gst_ebml_read_header):
5830         * gst/matroska/ebml-read.h:
5831         * gst/matroska/matroska-demux.c:
5832         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5833         (gst_matroska_demux_read_track_encodings),
5834         (gst_matroska_demux_add_stream),
5835         (gst_matroska_demux_handle_src_query),
5836         (gst_matroska_demux_handle_seek_event),
5837         (gst_matroska_demux_init_stream),
5838         (gst_matroska_demux_parse_tracks),
5839         (gst_matroska_demux_parse_index_cuetrack),
5840         (gst_matroska_demux_parse_index_pointentry),
5841         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5842         (gst_matroska_demux_parse_metadata_id_simple_tag),
5843         (gst_matroska_demux_parse_metadata_id_tag),
5844         (gst_matroska_demux_parse_metadata),
5845         (gst_matroska_demux_sync_streams),
5846         (gst_matroska_demux_push_hdr_buf),
5847         (gst_matroska_demux_push_flac_codec_priv_data),
5848         (gst_matroska_demux_push_xiph_codec_priv_data),
5849         (gst_matroska_demux_add_wvpk_header),
5850         (gst_matroska_demux_check_subtitle_buffer),
5851         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5852         (gst_matroska_demux_parse_cluster),
5853         (gst_matroska_demux_parse_contents_seekentry),
5854         (gst_matroska_demux_parse_contents),
5855         (gst_matroska_demux_loop_stream_parse_id),
5856         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5857         * gst/matroska/matroska-demux.h:
5858         * gst/matroska/matroska-ids.h:
5859         Handle return values from pull_range in a more granular way to properly
5860         shut down on seeks.
5861         Combine return values from push.
5862         Implement proper error handling.
5863         Prepare for handling seeking correctly.
5864
5865 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5866
5867         * gst/matroska/ebml-read.c:
5868         Use GINT64 formatting constants from GLIB.
5869
5870         * gst/matroska/matroska-demux.c:
5871         Add some guards to avoid a possible division by 0 and crashing
5872         with NULL events on some systems.
5873         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5874         conversion. 
5875
5876         * gst/matroska/matroska-mux.c:
5877         Check for invalid timestamps in a bunch of places to avoid
5878         writing bogus durations into the output file.
5879         Fix some double<->gint64 conversions that weren't using
5880         gst_guint64_to_gdouble
5881
5882 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5883
5884         * configure.ac:
5885         Move the checks for bison, flex and as to the program section and the
5886         check for gcc inline asm to the compiler characteristics section.
5887
5888 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5889
5890         * configure.ac:
5891         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5892         plug-ins are included/excluded. (#498222)
5893
5894 2008-02-29  Michael Smith <msmith@fluendo.com>
5895
5896         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5897           Don't call gst_object_sync_values() unless we have a valid timestamp.
5898
5899 2008-02-28  David Schleef  <ds@schleef.org>
5900
5901         * gst/matroska/matroska-demux.c:
5902         * gst/matroska/matroska-ids.h:
5903         * gst/matroska/matroska-mux.c:
5904           Fix Dirac mapping.  I had previously added a VfW-type
5905           mapping, but it looks like Dirac will get a native Matroska
5906           mapping, and this is the most likely method.
5907
5908 2008-02-28  David Schleef  <ds@schleef.org>
5909
5910         * gst/avi/gstavimux.c: Add Dirac encoding
5911
5912 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5913
5914         Patch by: Peter Kjellerstedt <pkj at axis com>
5915
5916         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5917         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5918         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5919         * gst/udp/gstudpsrc.h:
5920         Port to GstPoll. See #505417.
5921
5922 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5923
5924         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5925         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5926         yet on the srcpad. We need rate and channels before we
5927         can do any processing. Fixes bug #519088.
5928
5929 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5930
5931         * configure.ac:
5932         Detect and indicate if GCC inline assembly syntax is
5933         available.
5934
5935         * gst/goom/Makefile.am:
5936         * gst/goom/convolve_fx.c:
5937         * gst/goom/flying_stars_fx.c:
5938         * gst/goom/goom_config.h:
5939         * gst/goom/goom_core.c:
5940         * gst/goom/goomsl.c:
5941         * gst/goom/ifs.c:
5942         * gst/goom/mmx.c:
5943         * gst/goom/plugin_info.c:
5944         * gst/goom/xmmx.c:
5945         Fix various GCC-isms, and only build the inline assembly
5946         with compilers that support GCC inline assembly.
5947
5948         Fix a couple of other warnings shown with Forte.
5949
5950 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * gst/goom/xmmx.c:
5953           Use 'emms' instead of 'femms' to not crash on cpus that do not
5954           implement this 3dnow specific instruction.
5955
5956 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5957
5958         * gst/goom/plugin_info.c: (setOptimizedMethods):
5959         Use extended MMX for draw_line() too if available, not only
5960         normal MMX.
5961
5962 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5963
5964         * ext/jpeg/gstjpeg.c: (plugin_init):
5965         Remove (commented out) smoke typefinder. This is in base now.
5966
5967 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * gst/goom2k1/Makefile.am:
5970         * gst/goom2k1/gstgoom.c:
5971
5972         Rename the installed library, and don't register the same 
5973         GType name as the new goom.
5974
5975 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5976
5977         * configure.ac:
5978         * ext/taglib/Makefile.am:
5979           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5980           when building C++ code (#516509).
5981
5982 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5985         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5986           (setOptimizedMethods):
5987           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5988           anything useful. Export goom debug category so we can get
5989           rid of the VERBOSE define and the printfs.
5990
5991 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5992
5993         * gst/goom/goomsl_heap.c: (align_it):
5994         * gst/goom/plugin_info.c: (setOptimizedMethods):
5995           Compile fixes for x86-64.
5996
5997 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5998
5999         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6000         with warnings, but add other CFLAGS
6001
6002         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6003         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6004         (calculate_labels), (gsl_read_file):
6005         * gst/goom/goomsl_lex.l:
6006         * gst/goom/goomsl_yacc.y:
6007         * gst/goom/plugin_info.c: Remove a few live printf, and
6008         fprintf, replace exit() calls with g_assert_not_reached()
6009         if it not optimal for a library
6010
6011 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6012
6013         * gst/goom/Makefile.am: Remove the warnings being disabled,
6014         fix linkage on x86, spotted by Sebastian Dröge
6015         <slomo@circular-chaos.org>
6016
6017         * gst/goom/convolve_fx.c (convolve_init),
6018         (create_output_with_brightness), (convolve_apply):
6019         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6020         * gst/goom/goomsl.c:
6021         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6022         * gst/goom/plugin_info.c:
6023         * gst/goom/tentacle3d.c (tentacle_fx_create):
6024         Fix warnings, and disable the motifs in the convolve_fx
6025         plugin (they were causing warnings, and they were just
6026         "Goom" in funny letterring)
6027
6028 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6029
6030         * configure.ac: Add checks for Flex/Yacc/Bison and other
6031         furry animals, for the new goom 2k4 based plugin
6032
6033         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6034         CPU optimisations (not working yet), move the old plugin to...
6035
6036         * gst/goom2k1/*: ... here, in case somebody is sick enough
6037
6038         Fixes #515073
6039
6040 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6041
6042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6043         Post the server response code in an error message instead of a generic
6044         'error' message. Fixes #517237.
6045
6046 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6047
6048         * tests/check/Makefile.am:
6049         Ignore gconfaudiosrc for the states unit test too. It will fallback
6050         to alsasrc if the gconf settings can't be read and not everybody has
6051         alsa.
6052
6053 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6054
6055         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6056         (gst_wavpack_parse_create_src_pad):
6057         * ext/wavpack/gstwavpackparse.h:
6058         Always report the duration if we know it in push mode and don't
6059         return 0 just to make totem believe we can't seek in push mode.
6060         Newer totem version use the SEEKING query which properly reports
6061         if we can seek or not.
6062
6063 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6064
6065         Patch by: Jens Granseuer <jensgr at gmx dot net>
6066
6067         * tests/examples/equalizer/demo.c: (main):
6068         C89 fix, moving variable declarations to the beginning of
6069         the block. Fixes bug #517933.
6070
6071 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6072
6073         * configure.ac:
6074         Back to development...
6075
6076 === release 0.10.7 ===
6077
6078 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6079
6080         * configure.ac:
6081           releasing 0.10.7, "Red Door Black"
6082
6083 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6084
6085         * gst/alpha/Makefile.am:
6086         Link alpha plugin with libgstbase. Fixes bug #517386.
6087
6088 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6089
6090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6091         Init values to -1 instead of the default 0 value.
6092         Fixes #516524.
6093
6094 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6095
6096         * tests/examples/spectrum/spectrum-example.c:
6097         Add missing include to fix compilation when libxml usage is disabled.
6098         Fixes: #516371
6099
6100 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6101
6102         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6103         fixes: #514889
6104
6105         * gst/rtp/gstrtph264pay.c:
6106         * gst/rtp/gstrtpmp4gdepay.c:
6107         * gst/rtp/gstrtpmp4gpay.c:
6108         * gst/rtp/gstrtpmp4gpay.h:
6109         * gst/rtp/gstrtptheorapay.c:
6110         * gst/rtp/gstrtpvorbispay.c:
6111
6112         Fix various leaks shown up in valgrind
6113         - free sprops and buffer in error cases in H264 payloader
6114         - fix leak in mp4g depayloader when construction the caps
6115         - don't leak config string in the mp4g payloader
6116         - don't leak buffers and headers in theora and vorbis payloaders
6117
6118         * tests/check/elements/rtp-payloading.c:
6119
6120         Fix the RTP data test
6121         - Actually send valid amr data to the payloader instead of 20
6122         zero-bytes
6123         - The mp4g payloader expects codec_data on the caps
6124
6125 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6126
6127         * win32/MANIFEST:
6128         Add libgstpng.dsp to MANIFEST.
6129         * win32/vs6/libgstaudiofx.dsp:
6130         Add new source files to VS project file.
6131
6132 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6133
6134         * sys/ximage/gstximagesrc.c:
6135         Initialise variables when opening the X display rather
6136         than in _start(), as the display can be opened before that.
6137
6138         Fixes: #515985
6139
6140 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6141
6142         * sys/directdraw/gstdirectdrawsink.c:
6143         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6144         (gst_directdraw_sink_finalize):
6145         Properly chain up finalize functions. Fixes bug #515980.
6146
6147 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6148
6149         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6150         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6151         (gst_v4l2_buffer_pool_class_init):
6152         Chain up the finalize functions. Fixes bug #515984.
6153
6154 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6155
6156         * sys/ximage/ximageutil.c:
6157         Chain up in the finalize function for our custom
6158         buffer sub-class.
6159         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6160         Fixes: #515706
6161
6162 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6163
6164         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6165         (gst_fenced_buffer_class_init):
6166         Properly chain up finalize method. Fixes bug #515979.
6167
6168 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6169
6170         * sys/ximage/gstximagesrc.c:
6171         Free allocated Damage memory before closing our connection to the
6172         X server. Partially fixes: #515706
6173
6174 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6175
6176         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6177         * tests/check/Makefile.am:
6178         * tests/check/gst-plugins-good.supp:
6179         Add a few libjpeg suppressions and initialize a variable to
6180         make smokeenc valgrind clean. Fixes bug #515701.
6181
6182 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6183
6184         * gst/avi/gstavidemux.c:
6185         Revert patch which sends timestamps only on keyframes, as it
6186         breaks playback with current gst-ffmpeg.
6187
6188         Fixes: #515562
6189
6190 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6191
6192         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6193         * tests/check/elements/multifile.c: (GST_START_TEST):
6194         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6195
6196 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6197
6198         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6199         Use and unset the GError when pipeline creation fails instead of
6200         simply leaking it. Fixes bug #515704.
6201
6202 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6203
6204         * gst/audiofx/audioamplify.c:
6205         * gst/audiofx/audiochebband.c:
6206         * gst/audiofx/audiocheblimit.c:
6207         * gst/audiofx/audiodynamic.c:
6208         * gst/audiofx/audioinvert.c:
6209         * gst/audiofx/audiopanorama.c:
6210         * gst/audiofx/audiowsincband.c:
6211         * gst/audiofx/audiowsinclimit.c:
6212         Fix long description of audiofx elements. Fixes bug #515457.
6213
6214 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6215
6216         * docs/plugins/Makefile.am:
6217         * gst/spectrum/gstspectrum.c:
6218         * tests/examples/spectrum/.cvsignore:
6219         * tests/examples/spectrum/Makefile.am:
6220         * tests/examples/spectrum/spectrum-example.c:
6221
6222         Add a simple example application for the spectrum element, include it
6223         in the docs, and fix some documentation ambiguities.
6224
6225         Fixes: #348085
6226
6227 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6228
6229         * gst/equalizer/Makefile.am:
6230         * gst/spectrum/Makefile.am:
6231         Fix includes order
6232
6233         * tests/check/Makefile.am:
6234         Exclude v4l2src from the states test - it takes too long to start.
6235
6236         * tests/check/elements/spectrum.c:
6237         Make the test run properly with CK_FORK=no
6238
6239 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6240
6241         * gst/audiofix/Makefile.am: add missing header files 
6242
6243 2008-02-08  Julien Moutte  <julien@fluendo.com>
6244
6245         * gst/matroska/matroska-demux.c:
6246         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6247         keyframe and delta units correctly when dealign with a BlockGroup.
6248         Fixes: #514397
6249
6250 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6251
6252         * tests/check/elements/.cvsignore:
6253         Spell the new tests correctly in .cvsignore
6254
6255 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6256
6257         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6258           Need to use gsize here for the size, fixes compiler warning.
6259
6260         * tests/examples/equalizer/.cvsignore:
6261         * tests/examples/equalizer/Makefile.am:
6262         * tests/examples/spectrum/.cvsignore:
6263         * tests/examples/spectrum/Makefile.am:
6264           Add missing files to fix the build.
6265
6266 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6267
6268         * configure.ac:
6269         * docs/plugins/Makefile.am:
6270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6272         * docs/plugins/gst-plugins-good-plugins.args:
6273         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6274         * docs/plugins/inspect/plugin-multifile.xml:
6275         * tests/check/Makefile.am:
6276         * tests/check/elements/.cvsignore:
6277
6278         Move multifile plugin from -bad.
6279         Fixes: #490283
6280
6281 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6282
6283         * configure.ac:
6284         * docs/plugins/Makefile.am:
6285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6286         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6287         * docs/plugins/gst-plugins-good-plugins.args:
6288         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6289         * docs/plugins/inspect/plugin-spectrum.xml:
6290         * gst/spectrum/Makefile.am:
6291         * tests/check/Makefile.am:
6292         * tests/check/elements/.cvsignore:
6293         * tests/examples/Makefile.am:
6294
6295         Move spectrum plugin from -bad.
6296         Move examples into tests/examples/spectrum.
6297
6298 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6299
6300         * configure.ac:
6301         * docs/plugins/Makefile.am:
6302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6304         * docs/plugins/gst-plugins-good-plugins.args:
6305         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6306         * docs/plugins/gst-plugins-good-plugins.interfaces:
6307         * docs/plugins/inspect/plugin-equalizer.xml:
6308         * gst/equalizer/Makefile.am:
6309         * tests/check/Makefile.am:
6310         * tests/examples/Makefile.am:
6311         Move the equalizer plugin across from -bad
6312
6313         * tests/check/elements/.cvsignore:
6314         Add equalizer, audiosincwband and audiosincwlimit
6315
6316         * tests/check/elements/equalizer.c:
6317         Fix compiler warnings
6318
6319         Fixes: #415627
6320
6321 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6322
6323         * configure.ac:
6324         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6325         are treated like releases and build without it.
6326
6327 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6328
6329         * docs/plugins/Makefile.am:
6330         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6331         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6332         * docs/plugins/gst-plugins-good-plugins.args:
6333         * docs/plugins/inspect/plugin-audiofx.xml:
6334         * gst/audiofx/Makefile.am:
6335         * gst/audiofx/audiofx.c:
6336         * gst/audiofx/audiowsincband.c:
6337         * gst/audiofx/audiowsincband.h:
6338         * gst/audiofx/audiowsinclimit.c:
6339         * gst/audiofx/audiowsinclimit.h:
6340         * tests/check/Makefile.am:
6341         * tests/check/elements/audiowsincband.c:
6342         * tests/check/elements/audiowsinclimit.c:
6343
6344         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6345         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6346         respectively.
6347
6348         Fixes: #467666
6349
6350 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6351
6352         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6353         * tests/check/elements/icydemux.c:
6354           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6355           caps, and add a somewhat useful debug message. Plus test.
6356
6357 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6358
6359         * gst/rtsp/gstrtspsrc.c:
6360         Include unistd.h only if HAVE_UNISTD_H is defined
6361         * win32/common/config.h.in:
6362         * win32/common/config.h:
6363         Define socklen_t as it seems it's not defined in default 
6364         Visual Studio headers.
6365         * win32/vs6/libgstalpha.dsp:
6366         * win32/vs6/libgstapetag.dsp:
6367         * win32/vs6/libgstavi.dsp:
6368         * win32/vs6/libgstrtp.dsp:
6369         * win32/vs6/libgstrtsp.dsp:
6370         * win32/vs6/libgstvideomixer.dsp:
6371         Update project file dependencies and add new source files       
6372
6373 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6374
6375         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6376
6377         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6378         Don't leak buffers when we don't push them downstream.
6379         Fixes bug #514965.
6380
6381 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6382
6383         * configure.ac:
6384           Bump requirements to (good) released versions to avoid
6385           confusion and make implicit core requirement explicit.
6386
6387 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6388
6389         * docs/plugins/Makefile.am:
6390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6392         * docs/plugins/gst-plugins-good-plugins.args:
6393         * docs/plugins/inspect/plugin-audiofx.xml:
6394         * gst/audiofx/Makefile.am:
6395         * gst/audiofx/audiochebband.c:
6396         * gst/audiofx/audiochebband.h:
6397         * gst/audiofx/audiocheblimit.c:
6398         * gst/audiofx/audiocheblimit.h:
6399         * gst/audiofx/audiochebyshevfreqband.c:
6400         * gst/audiofx/audiochebyshevfreqband.h:
6401         * gst/audiofx/audiochebyshevfreqlimit.c:
6402         * gst/audiofx/audiochebyshevfreqlimit.h:
6403         * gst/audiofx/audiofx.c:
6404         * tests/check/Makefile.am:
6405         * tests/check/elements/.cvsignore:
6406         * tests/check/elements/audiochebband.c:
6407         * tests/check/elements/audiocheblimit.c:
6408         * tests/check/elements/audiochebyshevfreqband.c:
6409         * tests/check/elements/audiochebyshevfreqlimit.c:
6410
6411         Rename audiochebyshevfreqband -> audiochebband and
6412         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6413         surgery.
6414
6415         Closes: #491811
6416
6417 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6418
6419         Patch by: Orjan Friberg <orjanf at axis dot com>
6420
6421         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6422         Fix caps memory leak. Fixes #514573.
6423
6424 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6425
6426         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6427         If there's no entries in the subindex, don't try to do anything stupid,
6428         just return.
6429
6430 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         Patch by: John Millikin <jmillikin at gmail dot com>
6433
6434         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6435           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6436           Fix extraction of picture blocks with newer libflac versions again:
6437           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6438
6439 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         * tests/check/Makefile.am:
6442           Add rtp-payloading test to VALGRIND_TO_FIX.
6443
6444         * tests/check/elements/rtp-payloading.c:
6445           Add semicolons after GST_TEST_END so gst-indent gets the
6446           formatting right; make test less verbose in general, but
6447           more verbose in the error case (which should probably
6448           make the test fail anyway).
6449
6450 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6451
6452         * docs/plugins/Makefile.am:
6453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6455         * gst/avi/gstavisubtitle.c:
6456         Add documentation for avisubtitle and change class to
6457         Codec/Parser/Subtitle
6458
6459 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6460
6461         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6462         Treat ENOTTY (driver does not implement ioctl) the same as
6463         EINVAL since it implies there are no available standards.
6464
6465         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6466         (gst_v4l2src_get_nearest_size):
6467         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6468         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6469         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6470         reason, and if we aren't yet actively capturing.
6471
6472         * sys/v4l2/v4l2src_calls.h:
6473         Remove replaced function declaration.
6474
6475 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6476
6477         * configure.ac:
6478         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6479         API.
6480
6481 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6482
6483         * configure.ac:
6484         Fix typo.
6485
6486 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6487
6488         * gst/alpha/Makefile.am:
6489         * gst/alpha/gstalpha.c:
6490
6491         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6492         some stuff, and making buffer-alloc and resizing work automatically.
6493         No longer crashes on odd frame widths and heights, although there
6494         seems to be a disagreement with ffmpegcolorspace about what size
6495         an AYUV frame with odd height should be.
6496
6497 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6498
6499         Patch by: Alessandro Decina <alessandro at nnva dot org>
6500
6501         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6502         * ext/libpng/gstpngenc.h:
6503         Preallocate the output buffer so that g_memdup() and
6504         gst_buffer_merge() aren't needed anymore. This greatly improves
6505         performances and fixes #512544.
6506
6507 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6508
6509         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6510         (gst_avi_demux_stream_data):
6511         GStreamer timestamps are PTS values while AVI only knows about DTS
6512         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6513         we are dealing with a key frame.
6514
6515 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6516
6517         * tests/check/Makefile.am:
6518         * tests/check/elements/.cvsignore:
6519         * tests/check/elements/rtp-payloading.c:
6520           Add add testsuite for the rtp-payloader that tries simulating
6521           dataflow. Needs more test data.
6522
6523 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * tests/check/elements/alphacolor.c:
6526           Remove two unused variables.
6527
6528 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6531           Use g_ascii_strtoll() instead of atoll, which is only
6532           available in C99.
6533
6534 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6535
6536         * gst/rtp/Makefile.am:
6537         * gst/rtp/gstrtp.c:
6538         * gst/rtp/gstrtpmpvpay.c:
6539         * gst/rtp/gstrtpmpvpay.h:
6540         Add MPEG2 video payloader
6541
6542 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6543
6544         * gst/level/gstlevel.c:
6545         Use #include <math.h> instead of #include "math.h".
6546
6547 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6548
6549         * tests/check/Makefile.am:
6550         Fix up some CFLAGS sets.
6551         Don't include gconfvideosrc in the states test.
6552
6553         * tests/check/elements/autodetect.c: (GST_START_TEST):
6554         Add some error strings to fail_unless arguments to fix some weird
6555         compiler errors on Solaris.
6556
6557 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6558
6559         * configure.ac:
6560         Detect video4linux headers on Solaris too.
6561         * sys/v4l2/gstv4l2colorbalance.h:
6562         * sys/v4l2/gstv4l2object.h:
6563         * sys/v4l2/v4l2_calls.c:
6564         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6565         (gst_v4l2_buffer_new):
6566
6567         Make v4l2 build on Solaris.
6568         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6569         Fixes: #510505
6570
6571 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6572
6573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6574           Update list from (still local) scanning script.
6575
6576 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6577
6578         Based on a patch by:
6579             Victor STINNER <victor dot stinner at haypocalc dot com>
6580
6581         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6582         Set variable to NULL after freeing it to prevent double frees
6583         or make failures by another use of it afterwards more obvious
6584         and fix use of it after the freeing. Fixes bug #510592.
6585
6586 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6587
6588         * gst/udp/gstmultiudpsink.c:
6589         use GST_WARNING for logging
6590
6591 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6592
6593         * gst/udp/gstmultiudpsink.c:
6594         Don't try to leave a multicast group with an invalid socket
6595
6596 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         * ext/flac/gstflacdec.c:
6599           Fix compilation against flac 1.1.2 (as on debian stable), where
6600           the picture metadata defines and structs don't exist yet.
6601           Fixes #509301.
6602
6603 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6604
6605         Patch by: Olivier Crete <tester at tester dot ca>
6606
6607         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6608         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6609         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6610         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6611         * gst/udp/gstmultiudpsink.h:
6612         Add property to automatically join a multicast group or not. This can be
6613         useful when sharing a socket between multiple elements.
6614         Fixes #509531.
6615
6616 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6617
6618         * gst/videomixer/Makefile.am:
6619           Add controller flags.
6620
6621 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6622
6623         * gst/videomixer/videomixer.c:
6624           Also commit the missing gst_object_sync_values().
6625
6626 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6627
6628         * docs/plugins/Makefile.am:
6629           Remove duplicate entry.
6630
6631 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6632
6633         * docs/plugins/Makefile.am:
6634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6636         * docs/plugins/inspect/plugin-gamma.xml:
6637         * docs/plugins/inspect/plugin-monoscope.xml:
6638         * docs/plugins/inspect/plugin-video4linux2.xml:
6639           Add 3 more plugins to docs.
6640
6641 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6642
6643         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6644         * sys/osxvideo/osxvideosink.h:
6645           Revert previous change caused by a file that got stuck on an old
6646           revision.
6647
6648 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6649
6650         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6651         * gst/multipart/Makefile.am:
6652         * gst/multipart/multipartdemux.c:
6653         * gst/multipart/multipartdemux.h:
6654         * gst/multipart/multipartmux.c:
6655         * gst/multipart/multipartmux.h:
6656           Re-add multipartdemux to the docs. Last round of section cleanup.
6657
6658 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6659
6660         * docs/plugins/Makefile.am:
6661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6662         * sys/osxaudio/gstosxaudiosink.h:
6663         * sys/osxvideo/osxvideosink.h:
6664           Managed to resolve most unused declarations. Filed a bug for one left.          
6665
6666 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6667
6668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6669           Cleanup section file.
6670
6671 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * docs/plugins/Makefile.am:
6674         * docs/plugins/gst-plugins-good-plugins.args:
6675         * docs/plugins/gst-plugins-good-plugins.signals:
6676         * docs/plugins/inspect/plugin-alaw.xml:
6677         * docs/plugins/inspect/plugin-alpha.xml:
6678         * docs/plugins/inspect/plugin-alphacolor.xml:
6679         * docs/plugins/inspect/plugin-annodex.xml:
6680         * docs/plugins/inspect/plugin-apetag.xml:
6681         * docs/plugins/inspect/plugin-audiofx.xml:
6682         * docs/plugins/inspect/plugin-auparse.xml:
6683         * docs/plugins/inspect/plugin-autodetect.xml:
6684         * docs/plugins/inspect/plugin-avi.xml:
6685         * docs/plugins/inspect/plugin-cairo.xml:
6686         * docs/plugins/inspect/plugin-cdio.xml:
6687         * docs/plugins/inspect/plugin-cutter.xml:
6688         * docs/plugins/inspect/plugin-debug.xml:
6689         * docs/plugins/inspect/plugin-dv.xml:
6690         * docs/plugins/inspect/plugin-efence.xml:
6691         * docs/plugins/inspect/plugin-effectv.xml:
6692         * docs/plugins/inspect/plugin-flac.xml:
6693         * docs/plugins/inspect/plugin-flxdec.xml:
6694         * docs/plugins/inspect/plugin-gconfelements.xml:
6695         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6696         * docs/plugins/inspect/plugin-goom.xml:
6697         * docs/plugins/inspect/plugin-halelements.xml:
6698         * docs/plugins/inspect/plugin-icydemux.xml:
6699         * docs/plugins/inspect/plugin-id3demux.xml:
6700         * docs/plugins/inspect/plugin-jpeg.xml:
6701         * docs/plugins/inspect/plugin-ladspa.xml:
6702         * docs/plugins/inspect/plugin-level.xml:
6703         * docs/plugins/inspect/plugin-matroska.xml:
6704         * docs/plugins/inspect/plugin-mulaw.xml:
6705         * docs/plugins/inspect/plugin-multipart.xml:
6706         * docs/plugins/inspect/plugin-navigationtest.xml:
6707         * docs/plugins/inspect/plugin-png.xml:
6708         * docs/plugins/inspect/plugin-quicktime.xml:
6709         * docs/plugins/inspect/plugin-rtp.xml:
6710         * docs/plugins/inspect/plugin-rtsp.xml:
6711         * docs/plugins/inspect/plugin-shout2send.xml:
6712         * docs/plugins/inspect/plugin-smpte.xml:
6713         * docs/plugins/inspect/plugin-speex.xml:
6714         * docs/plugins/inspect/plugin-taglib.xml:
6715         * docs/plugins/inspect/plugin-udp.xml:
6716         * docs/plugins/inspect/plugin-videobalance.xml:
6717         * docs/plugins/inspect/plugin-videobox.xml:
6718         * docs/plugins/inspect/plugin-videocrop.xml:
6719         * docs/plugins/inspect/plugin-videoflip.xml:
6720         * docs/plugins/inspect/plugin-videomixer.xml:
6721         * docs/plugins/inspect/plugin-wavenc.xml:
6722         * docs/plugins/inspect/plugin-wavpack.xml:
6723         * docs/plugins/inspect/plugin-wavparse.xml:
6724           Update plugin docs.
6725
6726         * gst/videomixer/Makefile.am:
6727         * gst/videomixer/videomixer.c:
6728         * gst/videomixer/videomixer.h:
6729         * gst/videomixer/videomixerpad.h:
6730           Split out header to fix warnings from the doc-build.
6731
6732 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6733
6734         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6735
6736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6737         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6738
6739 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6743           Initialise variables to work around (false) 'foo might be used
6744           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6745
6746 2008-01-11  David Schleef  <ds@schleef.org>
6747
6748         * docs/plugins/.cvsignore:
6749         * tests/check/pipelines/.cvsignore:
6750           Ignore more files for the buildbot.
6751
6752 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6753
6754         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6755         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6756         Generate the image-type values correctly. Leave them out of the caps
6757         when outputting a "preview image" tag, since it only makes sense
6758         to have one of those - the type is irrelevant.
6759
6760         * sys/sunaudio/gstsunaudiomixerctrl.c:
6761         (gst_sunaudiomixer_ctrl_open):
6762         If we can, mark the mixer multiple open when we use it, in case
6763         (for some reason) the process wants to open it again elsewhere.
6764
6765 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6766
6767         Patch by: Olivier Crete <tester at tester dot ca>
6768
6769         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6770         * gst/rtp/gstrtptheorapay.c:
6771         Fix the clock rate to 90000 as required by the RFC.
6772         Fixes #508644.
6773
6774 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6777           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6778
6779 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6780
6781         * autogen.sh:
6782           Add -Wno-portability to the automake parameters to stop warnings
6783           about GNU make extensions being used. We require GNU make in almost
6784           every Makefile anyway.
6785           
6786         * configure.ac:
6787           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6788           at the same time is required for per target flags.
6789
6790 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6791
6792         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6793         Fix error from my last commit.
6794
6795 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6798
6799         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6800           Make sure the ISO 639-X language code in ID3v2 COMM frames
6801           is actually valid UTF-8 (or rather: ASCII), so we don't end
6802           up with non-UTF8 strings in tags if there's garbage in the
6803           language field. Also make sure the language code is always
6804           lower case. Fixes: #508291.
6805
6806 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6807
6808         * ChangeLog:
6809           Fix ChangeLog typo.
6810
6811 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6812
6813         * Makefile.am:
6814           Include lcov.mak to allow building coverage reports. Guard
6815           check-torture target like in the other packages.
6816
6817 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6818
6819         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6820
6821         * gst/videomixer/videomixer.c:
6822         (gst_videomixer_set_master_geometry), (_do_init),
6823         (gst_videomixer_child_proxy_get_child_by_index),
6824         (gst_videomixer_child_proxy_get_children_count),
6825         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6826         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6827         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6828         Implement GstChildProxy interface.
6829         Send newsegment at the right moment
6830         Fixes #488879
6831
6832 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6833
6834         * gst/alpha/Makefile.am:
6835         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6836         (gst_alpha_sink_event), (gst_alpha_chain),
6837         (gst_alpha_change_state), (plugin_init):
6838         Make the various properties of 'alpha' controllable. This allows doing
6839         niceties like fade-in/fade-out.
6840
6841 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6842
6843         * gst/rtp/gstasteriskh263.c:
6844         * gst/rtp/gstrtpL16depay.c:
6845         * gst/rtp/gstrtpac3depay.c:
6846         * gst/rtp/gstrtpamrpay.c:
6847         * gst/rtp/gstrtpdepay.c:
6848         * gst/rtp/gstrtpgsmdepay.c:
6849         * gst/rtp/gstrtph263depay.c:
6850         * gst/rtp/gstrtph263pdepay.c:
6851         * gst/rtp/gstrtph263ppay.c:
6852         * gst/rtp/gstrtph264depay.c:
6853         * gst/rtp/gstrtph264pay.c:
6854         * gst/rtp/gstrtpmp2tdepay.c:
6855         * gst/rtp/gstrtpmp4adepay.c:
6856         * gst/rtp/gstrtpmp4gdepay.c:
6857         * gst/rtp/gstrtpmp4gpay.c:
6858         * gst/rtp/gstrtpmp4vdepay.c:
6859         * gst/rtp/gstrtpmpadepay.c:
6860         * gst/rtp/gstrtpmpvdepay.c:
6861         * gst/rtp/gstrtpsv3vdepay.c:
6862         * gst/rtp/gstrtptheoradepay.c:
6863         * gst/rtp/gstrtptheorapay.c:
6864         * gst/rtp/gstrtpvorbisdepay.c:
6865         * gst/rtp/gstrtpvorbispay.c:
6866           Remove copy/paste unused code (property setters and getter) found by
6867           the coverage suite (yay, saves ~20k on disk).
6868
6869 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6872           (videosink_templ):
6873           Also fix up pad templates to indicate that image/jpeg doesn't
6874           absolutely require the framerate property to be set (#504081).
6875
6876 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         Based on patch by: Wouter Cloetens  <wouter at mind be>
6879
6880         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6881           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6882           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6883         * gst/matroska/matroska-mux.h:
6884           Keep track of first and last timestamps for each incoming stream,
6885           so we can calculate the total duration for live sources and other
6886           input where we can't query the duration from the start or where
6887           there's no constant framerate from which we can deduce the
6888           duration; also use calculated/observed duration if it is bigger
6889           than the previously queried duration. Furthermore, use
6890           gst_pad_query_peer_duration() and take into account that it may
6891           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6892           screws up comparisons when using unsigned integers. Fixes #504081.
6893
6894 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6895
6896         * configure.ac:
6897         * gst/audiofx/audioamplify.c:
6898         (gst_audio_amplify_clipping_method_get_type),
6899         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6900         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6901         (gst_audio_dynamic_transform_ip):
6902         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6903         (gst_audio_invert_transform_ip):
6904         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6905         (gst_audio_panorama_transform):
6906         * gst/level/gstlevel.c: (gst_level_init):
6907         Make elements GST_BUFFER_FLAG_GAP aware and call
6908         gst_base_transform_set_gap_aware for this.
6909         Bump core requirement to CVS.
6910         
6911         * gst/audiofx/audiochebyshevfreqband.c:
6912         (gst_audio_chebyshev_freq_band_transform_ip):
6913         * gst/audiofx/audiochebyshevfreqlimit.c:
6914         (gst_audio_chebyshev_freq_limit_transform_ip):
6915         Also sync GObject properties to the controller if operating
6916         in passthrough mode.
6917
6918 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * sys/directdraw/gstdirectdrawsink.c:
6921           (gst_directdraw_sink_window_thread):
6922           FALSE is not a gpointer.
6923
6924 2008-01-05  Julien Moutte  <julien@fluendo.com>
6925
6926         * sys/directdraw/gstdirectdrawsink.c:
6927         (gst_directdraw_sink_set_window_id),
6928         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6929         (gst_directdraw_sink_buffer_alloc),
6930         (gst_directdraw_sink_draw_borders),
6931         (gst_directdraw_sink_show_frame),
6932         (gst_directdraw_sink_setup_ddraw),
6933         (gst_directdraw_sink_window_thread),
6934         (gst_directdraw_sink_get_ddrawcaps),
6935         (gst_directdraw_sink_surface_create): Make sure we create our
6936         internal window only when we need it. That will give a chance to
6937         the application to get the prepare-xwindow-id bus message. Draw
6938         black borders when keeping aspect ratio. Handle the case where our
6939         rendering window disappears (closed or errors) like other sinks
6940         do. Various 80 columns fixes, improve state change order. That
6941         element could need some more love.
6942
6943 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6944
6945         * ext/taglib/gstapev2mux.h:
6946         * ext/taglib/gstid3v2mux.h:
6947         Remove useless typedefs without new type name. Fixes a warning with
6948         gcc 4.3.
6949
6950 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6951
6952         Patch by: John Millikin <jmillikin at gmail dot com>
6953
6954         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6955         (gst_flac_dec_setup_stream_decoder),
6956         (gst_flac_normalize_picture_mime_type),
6957         (gst_flac_extract_picture_buffer),
6958         (gst_flac_dec_metadata_callback):
6959         Emit metadata messages when a PICTURE block is encountered.
6960         Fixes #506715.
6961
6962 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6963
6964         * gst/avi/gstavi.c:
6965         increase rank because no known issues anymore ...
6966         * gst/avi/gstavisubtitle.c:
6967         send subtitle name to the srcpad
6968
6969 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6970
6971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6972         * gst/rtsp/gstrtspsrc.h:
6973         Implement redirect for the DESCRIBE reply. Fixes #506025.
6974
6975 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6976
6977         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6978         Fix 'xyz may be used uninitialized' compiler warnings caused
6979         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6980         abort() in any case but properly report the error.
6981
6982 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6985         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6986         * sys/ximage/gstximagesrc.c: (composite_pixel):
6987           Fix 'xyz may be used uninitialized' compiler warnings caused
6988           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6989           not really nice to abort in any case). Fixes #505745.
6990
6991 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6994           Small unit test fix (has no practical impact at the moment,
6995           since we're only feeding utf8 and hence just create a sub-
6996           buffer for the output).
6997
6998 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6999
7000         * gst/avi/gstavisubtitle.c:
7001         * tests/check/elements/avisubtitle.c:
7002         Add seeking support for avi subtitle
7003
7004 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7005
7006         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7007         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7008         (gst_flac_dec_write):
7009         * ext/flac/gstflacdec.h:
7010         Remove some unused vars.
7011         Do more cleanup of leftover events and tags.
7012         Output tags after the segment event. Fixes #504018.
7013
7014 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7017           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7018           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7019           Detect other UTF byte order markers and convert to UTF-8 as
7020           appropriate.
7021
7022 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         * gst/avi/gstavisubtitle.c: (src_template),
7025           (gst_avi_subtitle_extract_utf8_file),
7026           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7027           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7028           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7029         * gst/avi/gstavisubtitle.h:
7030           Refactor a bit; fix name extraction; don't assume all the data
7031           in the chunk is actually subtitle data, there may be padding at
7032           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7033           file so it's there to send again after a seek (for future use).
7034
7035 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7036
7037         * gst/avi/Makefile.am:
7038         * gst/avi/gstavi.c:
7039         * gst/avi/gstavisubtitle.c:
7040         * gst/avi/gstavisubtitle.h:
7041         * tests/check/Makefile.am:
7042         * tests/check/elements/avisubtitle.c:
7043         * win32/common/config.h:
7044                 Add avi subtitle element for bug #442034. Need seeking support
7045                 and more support for character conversion.
7046
7047 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         * Makefile.am:
7050           Include common/win32.mak for CRLF check of win32 project
7051           files (see #393626).
7052
7053         * win32/vs6/libgstpng.dsp:
7054           Fix line endings and do cvs admin -kb.
7055
7056 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7057
7058         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7059         Actually drop the buffers which are outside the currently configured
7060         segment instead of just emitting a WARNING.
7061
7062 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7063
7064         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7065         (gst_flac_dec_write):
7066         * ext/flac/gstflacdec.h:
7067         Send segments from the streaming thread. Fixes #502187.
7068         Fix segment seeking and a bunch of other seeking cases.
7069
7070 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7073           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7074           which is where it would end up if the same information was
7075           put in a vorbis comment (don't think it's worth adding a
7076           new URI tag for this). Fixes #488112.
7077
7078 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7079
7080         * configure.ac:
7081           We need core/base 0.10.15 or later.
7082
7083 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7084
7085         Patch by: Mark Nauwelaerts <manauw skynet be>
7086
7087         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7088         Fix regression in stream numbering. Fixes #502655.
7089
7090 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7091
7092         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7093
7094         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7095         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7096         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7097         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7098         (gst_rtp_h264_pay_handle_buffer):
7099         * gst/rtp/gstrtph264pay.h:
7100         Use higher performance start-code searching.
7101         Parse NALs and store SPS, PPS and profile in the caps so that they can
7102         be used in the SDP. Fixes #502814.
7103
7104 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7107         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7108           Init some structs to zero before we pass them to ioctl, which
7109           avoids valgrind warnings.  Also fix a small memory leak.
7110
7111 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7112
7113         Patch by: Wouter Cloetens <wouter at mind dot be>
7114
7115         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7116         Copy timestamp from input to output. Not very perfect yet but better
7117         than nothing. Fixes #503023.
7118
7119 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7120
7121         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7122           Also print a useful error message with the old Wavpack API
7123           if possible.
7124
7125 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         * ext/wavpack/gstwavpackdec.c:
7128           More build fixes for old libwavpack versions: include config.h so
7129           that WAVPACK_OLD_API is actually defined as detected; only use
7130           WavpackGetErrorMessage if it is available. This fixes the build
7131           on debian stable for me.
7132
7133 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7134
7135         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7136         * ext/wavpack/gstwavpackparse.c:
7137           (gst_wavpack_parse_create_src_pad):
7138           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7139           versions below 4.40.0.
7140
7141 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7142
7143         * configure.ac:
7144           And now do it right for real...
7145
7146 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7147
7148         * configure.ac:
7149           Correctly reset $LIBS to not contain -lm.
7150
7151 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7152
7153         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7154
7155         * configure.ac:
7156         * ext/cairo/gsttimeoverlay.c:
7157           (gst_cairo_time_overlay_print_smpte_time):
7158           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7159           and checking for rint() and implementing it ourself if it doesn't
7160           exist. Fixes #497293.
7161
7162 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7163
7164         * configure.ac:
7165           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7166
7167 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7168
7169         * sys/oss/gstosshelper.c:
7170         Verify that the format returned after the ioctl is the one
7171         we requested. It is valid for the ioctl to succeed while
7172         substituting an alternate 'supported' sample format.
7173
7174 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         * sys/oss/gstossaudio.c: (plugin_init):
7177         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7178         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7179           Post decent (and translated) error message when we can't
7180           open the audio device for some reason.
7181
7182 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7183
7184         * sys/oss/gstosssink.c:
7185         * sys/oss/gstosssrc.c:
7186         Allow the AUDIODEV environment variable to redirect us
7187         to a different default OSS device, like sunaudiosink does
7188         on Solaris (makes audio play automatically on SunRays).
7189
7190 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7191
7192         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7193         * gst/audiofx/audiochebyshevfreqband.c:
7194         (gst_audio_chebyshev_freq_band_transform_ip):
7195         * gst/audiofx/audiochebyshevfreqlimit.c:
7196         (gst_audio_chebyshev_freq_limit_transform_ip):
7197         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7198         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7199         The transform_ip() methods should do nothing if in passthrough mode.
7200         It might get non-writable buffers in that case but the buffer might
7201         as well be writable.
7202
7203         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7204         The transform() methods won't be called in passthrough mode and
7205         otherwise the buffer is always writable so don't check here.
7206
7207 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7208
7209         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7210           Fix seeking in .wav files again (#501775).  Some people seem to think
7211           they don't need to test their changes when they're just 'reflowing'
7212           some code.
7213
7214 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst/autodetect/gstautovideosink.c:
7217         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7218         (gst_auto_video_sink_init),
7219         (gst_auto_video_sink_create_element_with_pretty_name),
7220         (gst_auto_video_sink_find_best),
7221         (gst_auto_video_sink_set_property),
7222         (gst_auto_video_sink_get_property):
7223         * gst/autodetect/gstautovideosink.h:
7224         Fix docs.
7225         Use same error reporting code as autoaudiosink.
7226         Add property to filter sinks based on caps. Only select raw video sinks
7227         by default for backwards compat.
7228         API: GstAutoVideoSink::filter-caps
7229
7230 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7233
7234         * gst/autodetect/gstautoaudiosink.c:
7235         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7236         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7237         (gst_auto_audio_sink_set_property),
7238         (gst_auto_audio_sink_get_property):
7239         * gst/autodetect/gstautoaudiosink.h:
7240         Add property to filter sinks based on caps. Only select raw audio sinks
7241         by default for backwards compat.  Fixes #417420.
7242         API: GstAutoAudioSink::filter-caps
7243
7244 2007-11-29  Michael Smith <msmith@fluendo.com>
7245
7246         Patch by: Arek Korbik <arkadini@gmail.com>
7247
7248         * gst/videobox/gstvideobox.c: (plugin_init):
7249           Initialise liboil in plugin_init()
7250
7251 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7252
7253         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7254         Post error before sending EOS. Fixes #499178.
7255
7256 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7257
7258         * win32/vs6/gst_plugins_good.dsw:
7259         * win32/vs6/libgstpng.dsp:
7260         Add a project file for libgstpng
7261
7262 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7263
7264         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7265         (gst_rtp_h263_depay_process):
7266         Code beautification.
7267         Added debug statements.
7268         Don't bit-shift everything, just do operations on last/first byte
7269         instead.
7270
7271 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7272
7273         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7274
7275         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7276         Fix wrong comparison in overrun check. Fixes #499239 some more.
7277
7278 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7279
7280         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7281         (gst_rtp_h263_depay_process):
7282         * gst/rtp/gstrtph263depay.h:
7283         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7284         stream.
7285
7286 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7287
7288         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7289
7290         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7291         (gst_rtp_mp4a_depay_process):
7292         * gst/rtp/gstrtpmp4adepay.h:
7293         Fix depayloading when multiple frames are inside one RTP packet.
7294         Fixes #499239.
7295
7296 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7297
7298         * gst/level/gstlevel.c:
7299           Add GAP-flag support.
7300
7301 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7302
7303         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7304         Read the I flag for Mode A h263 rtp stream and set the
7305         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7306         Fixes #499383
7307
7308 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7309
7310         * gst/level/gstlevel.c:
7311           Remove some dead code and do cleanups.
7312
7313 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7314
7315         * tests/check/pipelines/simple-launch-lines.c:
7316           Improve the tests by allowing to set a target state.
7317
7318 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7319
7320         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7321         Don't check the caps of the output buffer if they're equal some
7322         other caps. The caps can change in a backward compatible way
7323         and did at this point.
7324
7325 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7326
7327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7328         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7329         (gst_qtdemux_seek_to_previous_keyframe),
7330         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7331         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7332         reverse playback support.
7333
7334 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7335
7336         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7337         Also set the channel layout on the Wavpack caps if we're having
7338         a mono layout. Of course only do it for "audio/x-wavpack".
7339
7340 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7341
7342         * ext/wavpack/gstwavpackcommon.c:
7343         (gst_wavpack_get_default_channel_mask),
7344         (gst_wavpack_set_channel_layout),
7345         (gst_wavpack_get_default_channel_positions),
7346         (gst_wavpack_get_channel_mask_from_positions),
7347         (gst_wavpack_set_channel_mapping):
7348         * ext/wavpack/gstwavpackcommon.h:
7349         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7350         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7351         * ext/wavpack/gstwavpackdec.h:
7352         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7353         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7354         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7355         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7356         (gst_wavpack_enc_rewrite_first_block),
7357         (gst_wavpack_enc_sink_event):
7358         * ext/wavpack/gstwavpackenc.h:
7359         * ext/wavpack/gstwavpackparse.c:
7360         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7361         (gst_wavpack_parse_scan_to_find_sample),
7362         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7363         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7364         * ext/wavpack/gstwavpackparse.h:
7365         Add support for encoding, parsing and decoding multichannel
7366         files with up to 8 channels. This also improves the robustness
7367         of parsing quite a bit.
7368
7369         * ext/wavpack/gstwavpackstreamreader.c:
7370         (gst_wavpack_stream_reader_read_bytes),
7371         (gst_wavpack_stream_reader_get_pos),
7372         (gst_wavpack_stream_reader_set_pos_abs),
7373         (gst_wavpack_stream_reader_set_pos_rel),
7374         (gst_wavpack_stream_reader_push_back_byte),
7375         (gst_wavpack_stream_reader_get_length),
7376         (gst_wavpack_stream_reader_can_seek),
7377         (gst_wavpack_stream_reader_write_bytes):
7378         Improve debugging.
7379
7380 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7381
7382         * ext/libpng/gstpngdec.c:
7383         * ext/libpng/gstpngdec.h:
7384           Don't release the png-memory from within the callback.
7385
7386 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7387
7388         Patch by: René Stadler <mail at renestadler dot de>
7389
7390         * ext/libpng/gstpngenc.c:
7391           Don't leak buffer data memory. Fixes #498395.
7392
7393 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7394
7395         Patch by: René Stadler <mail at renestadler dot de>
7396
7397         * tests/check/pipelines/simple-launch-lines.c:
7398           Tests for #498395.
7399
7400 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7401
7402         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7403         (gst_tag_lib_mux_adjust_event_offsets):
7404         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7405         * sys/osxaudio/Makefile.am:
7406         * sys/osxvideo/cocoawindow.h:
7407         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7408
7409 2007-11-15  David Schleef  <ds@schleef.org>
7410
7411         * ext/cairo/gsttextoverlay.c:
7412           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7413
7414 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7415
7416         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7417
7418         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7419         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7420         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7421         * gst/rtp/gstrtpmp2tpay.h:
7422         Fill the MTU with as many packets as possible. Fixes #491323.
7423
7424 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7425
7426         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7427
7428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7429         Fix some more leaks. Fixes #497007.
7430
7431 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7432
7433         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7434
7435         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7436         (gst_rtspsrc_stream_configure_tcp):
7437         Fix 3 pad leaks. Fixes #496983.
7438
7439 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7440
7441         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7442
7443         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7444         Fix small leak. Fixes #497017.
7445
7446 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7447
7448         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7449         (gst_qtdemux_prepare_current_sample),
7450         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7451         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7452         * gst/qtdemux/qtdemux_fourcc.h:
7453         * gst/qtdemux/qtdemux_types.c:
7454         Add suppport for theora in quicktime according to XiphQT.
7455
7456 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7457
7458         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7459         (gst_v4l2src_init), (gst_v4l2src_set_property),
7460         (gst_v4l2src_get_property):
7461         * sys/v4l2/gstv4l2src.h:
7462         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7463           Always copy buffers by default (handle safer with bugged drivers)
7464           and added a property to make it possible to use mmap effectively (no
7465           copy if possible) when application wants to. Fixes: #480557.
7466
7467 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * gst/id3demux/id3tags.c:
7470         * gst/id3demux/id3tags.h:
7471         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7472           We don't want the same string multiple times in a tag list for the
7473           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7474           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7475
7476 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7479           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7480           into ID3v2 TXXX frames (fixes #347848).
7481
7482 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7485           Don't leak sdp message contents (fixes #496773).
7486
7487         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7488           Don't leak URI string.
7489
7490 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         Patch by: Julien Puydt <julien dot puydt at laposte net>
7493
7494         * ext/raw1394/Makefile.am:
7495         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7496           (gst_1394_property_probe_get_properties),
7497           (gst_1394_property_probe_probe_property),
7498           (gst_1394_property_probe_needs_probe),
7499           (gst_1394_property_probe_get_values),
7500           (gst_1394_property_probe_interface_init),
7501           (gst_1394_type_add_property_probe_interface):
7502         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7503         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7504           (gst_dv1394src_init), (gst_dv1394src_dispose),
7505           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7506           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7507           (gst_dv1394src_update_device_name):
7508         * ext/raw1394/gstdv1394src.h:
7509           Implement GstPropertyProbe interface and add "device-name" property,
7510           so applications can use this to probe for available devices in the
7511           same way they can already with v4lsrc and v4l2src (however horrible
7512           this property probe interface may be). Fixes #358841.
7513
7514 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7517
7518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7519           (gst_rtspsrc_parse_range):
7520           Don't leak event, don't leak range (fixes #496752).
7521
7522 2007-11-14  Michael Smith <msmith@fluendo.com>
7523
7524         Patch by: Arek Korbik <arkadini@gmail.com>
7525
7526         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7527           Detect RGBA/BGRA correctly on little endian systems.
7528
7529 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7532           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7533           corresponding ioctl() call fails even though the driver claims to
7534           support this format, just fall back to the pre-2.6.19 kernel
7535           routine that creates caps with suitable height and width ranges
7536           (see #448278).
7537
7538 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         Patch by: Mark Nauwelaerts <manauw skynet be>
7541
7542         * gst/matroska/matroska-demux.c:
7543           (gst_matroska_demux_push_dvd_clut_change_event),
7544           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7545           (gst_matroska_demux_subtitle_caps):
7546         * gst/matroska/matroska-ids.h:
7547           Extract palette data for dvd subpicture streams and send it
7548           downstream as custom gstreamer dvd event (fixes #453417).
7549
7550 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7553           Implement minimal parsing of the passed pango font description
7554           string, so passing a font size works the same as with the
7555           pango textoverlay plugin; fixes #455086.
7556           (Maybe we could just use pangocairo here at some point).
7557
7558 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * gst/avi/gstavidemux.c:
7561         * gst/wavparse/gstwavparse.c:
7562           Return the result in _activate_pull(). Don't ref element there.
7563
7564 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7565
7566         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7567         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7568         (gst_wavparse_srcpad_event):
7569           Ref the element when we should, but not when we its not needed. Reflow
7570           the event_handling to not leak the event.       
7571
7572 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7573
7574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7575         (qtdemux_parse_samples):
7576         Properly free QTDemuxSamples array.
7577         Protect table write with a sensible check, some files apparently DO contain
7578         stts values starting with 0 :(
7579
7580 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7581
7582         * gst/avi/gstavidemux.c:
7583         * gst/qtdemux/qtdemux.c:
7584           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7585           previous commit messed up.
7586
7587 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7588
7589         * gst/avi/gstavidemux.c:
7590         * gst/qtdemux/qtdemux.c:
7591           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7592           element when we should, but not when we its not needed.
7593
7594 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * gst/wavparse/gstwavparse.c:
7597           Return FALSE if we can't handle a query instead of changing the
7598           format. Ignore fact when dealing with mpeg audio.
7599
7600 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7603
7604         * configure.ac:
7605         * gst/udp/gstdynudpsink.c:
7606         * gst/udp/gstdynudpsink.h:
7607         * gst/udp/gstmultiudpsink.c:
7608         * gst/udp/gstmultiudpsink.h:
7609         * gst/udp/gstudpsink.c:
7610         * gst/udp/gstudpsink.h:
7611           Fix includes for MSVC and GLib-2.14.0 (#492388).
7612
7613         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7614           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7615
7616 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7617
7618         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7619         (gst_mulawdec_chain):
7620         * gst/law/mulaw-decode.h:
7621         Calculate outgoing buffer duration if incoming buffer didn't have a
7622         valid duration.
7623
7624 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7625
7626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7627         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7628         Smarter combine_flow code that also deals with downstream elements
7629         returning UNEXPECTED when they receive data out of the segment
7630         boundaries. Fixes #491305.
7631
7632 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * sys/v4l2/v4l2src_calls.c:
7635           Fix 'unused variable' compiler warning when compiling against
7636           older kernel headers.
7637
7638 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * ext/taglib/gstid3v2mux.cc (add_funcs):
7641           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7642
7643 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7644
7645         * tests/check/pipelines/simple-launch-lines.c:
7646            Improve the tests a little more.
7647
7648 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7649
7650         patch by: Yun Zheng Hu
7651
7652         * sys/osxaudio/gstosxaudiosrc.c:
7653         Use default input device instead of default output device and
7654         only memcpy actual available bytes.
7655
7656 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7657
7658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7659           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7660           early. It is temporary until we find something better.
7661
7662 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7663
7664         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7665
7666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7667         Fix race when pausing a RTSP stream in interleaved.
7668         Fixes #475784.
7669
7670 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         Patch by: Peter Kjellerstedt <pkj at axis com>
7673
7674         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7675         Use correct unref function for buffers. #488844.
7676
7677 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7678
7679         * gst/avi/gstavimux.c:
7680         * tests/check/elements/avimux.c:
7681           Add some debug and sync tests with the fix.     
7682
7683 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7684
7685         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7686
7687         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7688         When the socket is used by the app for other purposes, don't generate an
7689         error if there is activaty on the socket that is not data related.
7690         Fixes #487488.
7691
7692 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7693
7694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7695         (gst_v4l2src_grab_frame):
7696         Add some more debug info. Generate an error when we run out of buffers
7697         for some reason. See #480557.
7698
7699 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7700
7701         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7702
7703         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7704         Set marker bit correctly.
7705
7706 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7709         Use allowed name for the GstStructure.
7710
7711 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7712
7713         * ext/gconf/gstswitchsink.c:
7714         * gst/autodetect/gstautoaudiosink.c:
7715           Use new gst_bus_pop_filtered().
7716
7717 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * sys/v4l2/gstv4l2src.c:
7720         * sys/v4l2/v4l2src_calls.c:
7721           When probing the formats and sizes a camera supports, make
7722           sure the best ones (highest resolution, prefered format)
7723           end up at the beginning of the probed caps and the less
7724           desirable ones at the end.  This is important because the
7725           order within the caps matters for things like fixation and
7726           negotiation, ie. what format is chosen in the end.
7727           With recent kernels, the current probing code will end up
7728           querying the supported sizes from lowest resolution to
7729           highest resolution, adding them to the probed caps in that
7730           order, resulting to v4l2src fixating to the lowest possible
7731           resolution if downstream does not express a size preference.
7732           Also make up a somewhat random ranking of prefered output
7733           formats for the same reason. Fixes #485828.
7734         
7735 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7736
7737         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7738
7739         * gst/id3demux/id3v2frames.c:
7740           Extract license/copyright URIs from ID3v2 WCOP frames
7741           (Fixes #447000).
7742
7743         * tests/check/elements/id3demux.c:
7744         * tests/files/Makefile.am:
7745         * tests/files/id3-447000-wcop.tag:
7746           Add simple unit test.
7747
7748 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7749
7750         * ext/taglib/gstid3v2mux.cc:
7751           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7752           Prerequisite for #447000.
7753
7754 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7755
7756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7757         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7758         a GstClockTime.
7759
7760 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7761
7762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7763         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7764         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7765         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7766         (gst_rtspsrc_change_state):
7767         More seeking fixes, mostly passing around the new playback segment in
7768         order to configure it properly.
7769         Also reset base_time of udp sources when setting them back to PLAYING as
7770         a temporary hack until core supports seek in live sources properly.
7771
7772 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7773
7774         * gst/rtp/gstrtpmp4adepay.c:
7775         Fix caps as to not confuse autopluggers.
7776
7777 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7778
7779         * gst/id3demux/gstid3demux.c:
7780         * gst/id3demux/gstid3demux.h:
7781         * gst/id3demux/id3tags.c:
7782         * gst/id3demux/id3tags.h:
7783         * gst/id3demux/id3v2frames.c:
7784           Port ID3 tag demuxer over to the new GstTagDemux in -base
7785           (now would be a good time to test re-importing your music
7786           collection).
7787
7788 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * gst/apetag/Makefile.am:
7791         * gst/apetag/gstapedemux.c:
7792         * gst/apetag/gstapedemux.h:
7793         * gst/apetag/gsttagdemux.c:
7794         * gst/apetag/gsttagdemux.h:
7795           Port APE tag demuxer over to the new GstTagDemux in -base.
7796
7797 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7798
7799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7800         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7801         (gst_rtspsrc_handle_internal_src_query),
7802         (gst_rtspsrc_handle_src_query), (new_session_pad),
7803         (gst_rtspsrc_stream_configure_tcp),
7804         (gst_rtspsrc_stream_configure_transport),
7805         (gst_rtspsrc_loop_send_cmd):
7806         Improve flushing behaviour.
7807         Set state of the udp sources to PAUSE/PLAYING correctly.
7808         Handle events and queries for UDP and TCP transport now.
7809
7810 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7811
7812         * gst/rtp/gstrtpgsmdepay.c:
7813         * gst/rtp/gstrtpgsmpay.c:
7814           Add log category.
7815
7816 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7817
7818         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7819
7820         * tests/check/Makefile.am:
7821         * tests/check/pipelines/simple-launch-lines.c:
7822           Add unit tests for payloaders/depayloaders.
7823
7824 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7825
7826         * gst/avi/gstavimux.c:
7827         * gst/avi/gstavimux.h:
7828           Also save codec data for audio streams. Fixes #482495.
7829
7830 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7831
7832         * gst/avi/gstavimux.c:
7833           Fix "Index entry has invalid stream nr 1".
7834           Add support for muxing aac - work in progress (see #482495).
7835
7836 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7837
7838         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7839         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7840         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7841         * gst/rtsp/gstrtspsrc.h:
7842         Parse bandwidth modifiers, they are not yet configured in the session
7843         manager because we don't have an API for that yet.
7844
7845 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7846
7847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7848         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7849         Use shiny new function in -base to get the default clock-rate.
7850         Update some docs.
7851
7852 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7853
7854         * win32/MANIFEST:
7855         Add files to win32 manifest.
7856         * win32/vs6/libgstaudiofx.dsp:
7857         * win32/vs6/libgstqtdemux.dsp:
7858         * win32/vs6/libgstrtp.dsp:
7859         * win32/vs6/libgstrtsp.dsp:
7860         Update project files.
7861
7862 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7863
7864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7865         (gst_rtspsrc_play):
7866         * gst/rtsp/gstrtspsrc.h:
7867         In TCP mode, only timestamp the first buffer. TCP is not real time and
7868         it does not make sense to try to skew compensate, also some servers send
7869         the first batch of data in a burst.
7870
7871 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * gst/matroska/matroska-demux.c:
7874           Fix setting the discont flag on the first buffer
7875           pushed downstream for formats with private codec
7876           data that needs to be deserialised into buffers
7877           (such as vorbis and FLAC when in a matroska container).
7878
7879 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7880
7881         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7882
7883         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7884         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7885         (gst_rtp_mp4v_pay_handle_buffer):
7886         * gst/rtp/gstrtpmp4vpay.h:
7887         Free the config string. Fixes #480707.
7888         Clean up the timestamp code a little.
7889
7890 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7891
7892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7893         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7894         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7895         * gst/rtsp/gstrtspsrc.h:
7896         Set timestamps on RTP buffers in interleaved mode.
7897         Mark first buffers with a DISCONT.
7898         Remove flush hack now that sync for live sources has been figured out.
7899
7900 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7901
7902         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7903         Update documentation.
7904
7905 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7906
7907         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7908         (gst_rtp_xqt_depay_change_state):
7909         * gst/qtdemux/gstrtpxqtdepay.h:
7910         Fail if we don't know the quicktime format.
7911
7912 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         * ext/flac/gstflacenc.c:
7915         * ext/flac/gstflacenc.h:
7916           Save the flow return from the last gst_pad_push() and
7917           make sure we pass the right flow return value upstream
7918           in the case of failure; minor clean-ups.
7919
7920 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * ext/taglib/gstapev2mux.cc:
7923         * ext/taglib/gstid3v2mux.cc:
7924         * gst/apetag/gstapedemux.c:
7925           Add support for the new GST_TAG_COMPOSER (#459809).
7926
7927 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * gst/law/alaw-decode.c:
7930         * gst/law/alaw-decode.h:
7931         * gst/law/alaw-encode.c:
7932         * gst/law/alaw-encode.h:
7933         * gst/law/alaw.c:
7934         * gst/law/mulaw-conversion.h:
7935           Compulsive clean-ups: use boilerplate macros, add debug
7936           categories, fix up things to conform to symbol nomenklatura,
7937           etc.
7938
7939 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7942
7943         * gst/law/alaw-decode.c:
7944         * gst/law/alaw-encode.c:
7945           Use static tables for A-Law decoding and encoding; this makes
7946           A-Law decoding and encoding less CPU-intensive, but increases
7947           the binary size a bit. Leaving old code around for now,
7948           selectable by a define in the code. Fixes #435435.
7949
7950 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7951
7952         * configure.ac:
7953         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7954         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7955         in configure.ac.
7956
7957 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7958
7959         Patch by: Jan Gerber <j at bootlab dot org>
7960
7961         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7962         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7963
7964 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7965
7966         * sys/oss/gstosshelper.c:
7967           Use GST_WARNING instead of a g_critical. This situation is not caused
7968           by the application.
7969
7970 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7971
7972         * po/LINGUAS:
7973         * po/nl.po:
7974           Updated translations.
7975
7976 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7977
7978         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7979
7980         * po/eu.po:
7981           Added Basque translation.
7982
7983 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         translated by: Abel Cheung <abelcheung@gmail.com>
7986
7987         * po/zh_HK.po:
7988         * po/zh_TW.po:
7989           Added Chinese (traditional and Hong Kong) translation.
7990
7991 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7992
7993         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7994
7995         * po/pl.po:
7996           Added Polish translation.
7997
7998 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7999
8000         translated by: Ilkka Tuohela <hile@iki.fi>
8001
8002         * po/fi.po:
8003           Added Finnish translation.
8004
8005 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8006
8007         translated by: Jorge González González <aloriel@gmail.com>
8008
8009         * po/es.po:
8010           Added Spanish translation.
8011
8012 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8013
8014         translated by: Mogens Jaeger <mogens@jaeger.tf>
8015
8016         * po/da.po:
8017           Added Danish translation.
8018
8019 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8020
8021         translated by: Funda Wang <fundawang@linux.net.cn>
8022
8023         * po/zh_CN.po:
8024           Added Chinese (simplified) translation.
8025
8026 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8027
8028         translated by: Alexander Shopov <ash@contact.bg>
8029
8030         * po/bg.po:
8031           Added Bulgarian translation.
8032
8033 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8034
8035         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8036         Set outgoing packet duration because we can. Fixes #478244 some more.
8037
8038 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8039
8040         * ext/cairo/gsttextoverlay.c:
8041           Add info about static leak.
8042         
8043         * tests/check/Makefile.am:
8044         * tests/check/generic/states.c:
8045           Improved state change unit test.
8046
8047 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * docs/plugins/.cvsignore:
8050         * tests/check/.cvsignore:
8051           Ignore registries in any format.
8052
8053 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8054
8055         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8056         Removed some unused code.
8057
8058         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8059         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8060         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8061         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8062         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8063         (gst_rtp_theora_pay_flush_packet):
8064         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8065         Try to preserve the incomming buffer duration on the outgoing
8066         packets. Fixes #478244.
8067
8068 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8069
8070         * ext/taglib/gstapev2mux.cc:
8071         * ext/taglib/gstid3v2mux.cc:
8072           Work around compiler warnings with g++-4.2 when assigning a
8073           string constant to a gchar * (partially fixes #478092).
8074
8075 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8076
8077         * configure.ac:
8078           We require core CVS now for gst_base_src_set_do_timestamp().
8079
8080 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8081
8082         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8084         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8085         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8086         (gst_rtspsrc_handle_message):
8087         Fix compiler warnings shown with Forte.
8088
8089 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8090
8091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8092         (gst_rtspsrc_dup_printf):
8093         Give meaningfull error when all streams failed to configure for some
8094         reason.
8095
8096 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8097
8098         * gst/rtp/README:
8099         Update README with the design for synchronisation rules of RTP on
8100         sender and receiver.
8101
8102 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8103
8104         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8105         (gst_wavparse_chain):
8106         Don't push EOS from the chain function, the element
8107         driving the pipeline is responsible for this. The bug
8108         this was meant to fix seems to be queue not forwarding
8109         EOS in all cases (see #476514).
8110
8111 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8112
8113         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8114         (gst_level_transform_ip):
8115         * gst/level/gstlevel.h:
8116         Use basetransform segment so that it is correctly managed on flushes and
8117         start/stop.
8118         Report message timestamp as stream time, which is what an application
8119         can understand.
8120
8121 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8122
8123         * ext/taglib/gstapev2mux.cc:
8124         * ext/taglib/gstapev2mux.h:
8125         * ext/taglib/gsttaglibmux.c:
8126         * tests/check/elements/apev2mux.c:
8127         Update my mail address.
8128
8129 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8130
8131         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8132         (gst_wavparse_loop), (gst_wavparse_chain):
8133         Add EOS logic for the push-based mode too. Fixes #476514.
8134
8135 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8136
8137         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8138         * gst/law/alaw-encode.h:
8139         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8140         (gst_mulawenc_chain):
8141         * gst/law/mulaw-encode.h:
8142         Fix law encoder timestamps.
8143
8144 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8145
8146         * ext/gconf/gstgconfaudiosink.c:
8147           Fix warning when building without debug.
8148
8149         * sys/oss/gstossmixertrack.c:
8150           Use const like in alsamixertrack.c (fixes warnings).
8151
8152 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * sys/v4l2/v4l2src_calls.c:
8155         (gst_v4l2src_probe_caps_for_format_and_size):
8156         Fix framerate detection code some more.
8157         Handle the case where there is a weird step in the stepwise framerates.
8158         Don't overwrite the min interval with the framerate, use a temp variable
8159         instead.
8160         Use max in the Continuous framerate intervals instead of step, which is
8161         1 according to the docs. Fixes #475424.
8162
8163 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8164
8165         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8166         Make udpsrc timestamp outgoing buffers based on when they were received.
8167         Also make it output a segment in time.
8168
8169 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8170
8171         * gst/avi/gstavidemux.c:
8172           Plug a little leak. Little code cleanups.
8173
8174 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * configure.ac:
8177           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8178           flac versions, 's good for cross-compilation karma.
8179
8180 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8183
8184         * gst/rtp/gstrtph263pay.c:
8185           Fix up header structure so that compilers don't add padding
8186           between the structure fields, since that would lead to us
8187           sending RTP packets with broken headers (as is currently the
8188           case when compiling with MSVC). Also see similar fixes in
8189           libgstrtp in gst-plugins-base. (#474616; #471194)
8190
8191 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8192
8193         * sys/v4l2/v4l2src_calls.c:
8194         (gst_v4l2src_probe_caps_for_format_and_size):
8195         Don't overwrite our GValue with 0 but instead use the previously
8196         computed value. Fixes #471823 some more.
8197
8198 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8201           No tabs in this file please, or gtk-doc will end up documenting
8202           rather absurd class hierarchies.
8203
8204 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8205
8206         * ext/gconf/gstswitchsink.c:
8207           If the new kid element fails to change state for some reason
8208           (e.g. esdsink not being able to connect to the sound server),
8209           forward the error message it posted on the bus instead of just
8210           posting a generic 'Internal state change error: please file a
8211           bug' error message. Fixes #471364.
8212
8213 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * gst/qtdemux/Makefile.am:
8216         * gst/qtdemux/qtdemux.c:
8217           Don't assume tags are encoded as UTF-8 (#473670).
8218
8219 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8220
8221         * sys/v4l2/gstv4l2src.c:
8222         * sys/v4l2/gstv4l2src.h:
8223         * sys/v4l2/v4l2src_calls.c:
8224           Implement LATENCY queries in the crudest way possible so I don't
8225           have to use sync=false any longer when testing with videosinks.
8226
8227 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8228
8229         * configure.ac:
8230           Fix build.
8231
8232 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8233
8234         * sys/v4l2/v4l2src_calls.c:
8235         (gst_v4l2src_probe_caps_for_format_and_size):
8236         Add some more debugging in the framerate function.
8237         Iterate stepwise framerate up to and _including_ the max and if nothing
8238         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8239         don't end up with an empty list. Fixes #471823
8240
8241 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8244         (gst_multiudpsink_set_clients_string),
8245         (gst_multiudpsink_get_clients_string),
8246         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8247         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8248         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8249         (gst_multiudpsink_clear):
8250         Add property do configure destination address/port pairs
8251         API:GstMultiUDPSink::clients
8252
8253 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8254
8255         * tests/examples/Makefile.am:
8256         * tests/examples/rtp/Makefile.am:
8257         * tests/examples/rtp/client-H263p-AMR.sh:
8258         * tests/examples/rtp/client-H263p-PCMA.sdp:
8259         * tests/examples/rtp/client-H263p-PCMA.sh:
8260         * tests/examples/rtp/client-H264-PCMA.sdp:
8261         * tests/examples/rtp/client-H264-PCMA.sh:
8262         * tests/examples/rtp/client-PCMA.sh:
8263         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8264         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8265         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8266         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8267         Added some RTP example scripts for sending and receiving RTP streams.
8268
8269 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8270
8271         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8272         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8273         Restructure the setcaps function so that we can also compute the
8274         expected GStreamer output size of the video frames.
8275         Set frame_byte_size correctly so that read-based devices have a chance
8276         of working correctly.
8277         When grabbing a frame, discard frames that are not of the expected size.
8278         Some cameras don't output the right framesize for the first buffer.
8279         Try only a couple of times to get a valid frame, else error out.
8280
8281         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8282         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8283         Add some more debug info when scanning the device.
8284
8285         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8286         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8287         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8288         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8289         Add some more debug info when dequeing a frame.
8290
8291 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8292
8293         * gst/wavparse/gstwavparse.c:
8294           More code cleanups. Add some more comment and improve debugs logs.
8295
8296 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8297
8298         * gst/wavparse/gstwavparse.c:
8299         * gst/wavparse/gstwavparse.h:
8300           Implement seek-query. Refactor duration calculations. Appropriate use
8301           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8302           out of loops.
8303
8304 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8305
8306         * gst/avi/gstavidemux.c:
8307           Implement seek-query.
8308
8309 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8310
8311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8312         (gst_rtspsrc_dup_printf):
8313         Use new basesink async property to make sparse RTCP packet not wait for
8314         preroll.
8315
8316 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8317
8318         * gst/audiofx/Makefile.am:
8319         Dist the right file.
8320
8321 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8322
8323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8324         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8325         Make sure we generate and parse floating point values in the POSIX
8326         locale instead of the current locale. 
8327
8328 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8329
8330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8331         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8332         (gst_rtspsrc_play):
8333         * gst/rtsp/gstrtspsrc.h:
8334         Fix method detection again.
8335         Keep track of when we must send a Range header.
8336         Use segment values for Range, Speed and Scale headers.
8337         Parse Speed and Scale headers to update the segment values.
8338
8339 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8340
8341         patch by: Mark Nauwelaerts <manauw@skynet.be>
8342
8343         * sys/v4l2/v4l2src_calls.c:
8344           Handle optional v4l2 ioctls gracefully.
8345
8346 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8347
8348         * gst/rtp/Makefile.am:
8349         * gst/rtp/gstrtp.c: (plugin_init):
8350         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8351         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8352         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8353         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8354         (gst_rtp_h263_depay_get_property),
8355         (gst_rtp_h263_depay_change_state),
8356         (gst_rtp_h263_depay_plugin_init):
8357         * gst/rtp/gstrtph263depay.h:
8358         Added an H263 depayloader. Fixes #369392.
8359
8360         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8361         (gst_rtp_h263p_depay_process):
8362         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8363         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8364         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8365         payloads.
8366         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8367
8368 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8369
8370         * gst/audiofx/audiochebyshevfreqband.c:
8371         * gst/audiofx/audiochebyshevfreqlimit.c:
8372         Add small comparision with the windowed sinc filters in the docs.
8373
8374 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8375
8376         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8377         (audiochebyshevfreqband_suite):
8378         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8379         (audiochebyshevfreqlimit_suite):
8380         Also test 32 bit float mode and the type 2 variants of the filters.
8381
8382 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8383
8384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8385         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8386         (gst_rtspsrc_loop):
8387         Refactor the udp and interleaved loop function a bit.
8388
8389 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8390
8391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8392         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8393         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8394         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8395         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8396         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8397         * gst/rtsp/gstrtspsrc.h:
8398         Protect connection activity with a new lock, avoids deadlocks when going
8399         to PAUSED. Fixes #455808.
8400
8401 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8402
8403         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8404         Fix debug statement.
8405
8406 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8407
8408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8409         Fix stray %u in debug line as spotted by Saur on IRC.
8410
8411 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8412
8413         * gst/audiofx/audiochebyshevfreqband.c:
8414         (gst_audio_chebyshev_freq_band_class_init):
8415         * gst/audiofx/audiochebyshevfreqlimit.c:
8416         (gst_audio_chebyshev_freq_limit_class_init):
8417         Use generator macros for the process functions for the different
8418         sample types, add lower upper boundaries for the GObject properties
8419         so automatically generated UIs can use sliders and add a note about
8420         the number of poles as a too high number of poles combined with
8421         very low or very high frequencies will produce only noise.
8422         * docs/plugins/gst-plugins-good-plugins.args:
8423         Regenerated for the property changes.
8424
8425 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8426
8427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8428         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8429         (gst_rtspsrc_stream_configure_udp_sink),
8430         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8431         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8432         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8433         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8434         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8435         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8436         * gst/rtsp/gstrtspsrc.h:
8437         Improve timeout handling.
8438         Use the same socket for sending and receiving RTCP packets so that some
8439         servers can track clients better.
8440         Improve connection closed handling. Try to reconnect.
8441         Don't overwrite our content base with NULL.
8442         Improve debugging.
8443         Improve range parsing and handling.
8444         Remove flushing hack now that core does the right thing.
8445
8446 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8447
8448         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8449         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8450         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8451         (gst_multiudpsink_close), (gst_multiudpsink_add):
8452         * gst/udp/gstmultiudpsink.h:
8453         Add support for getting and setting the socket to use.
8454
8455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8456         (gst_udpsrc_create), (gst_udpsrc_get_property):
8457         Add support for getting the currently used socket.
8458
8459 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8460
8461         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8462
8463         * gst/audiofx/Makefile.am:
8464         * gst/audiofx/audiochebyshevfreqband.c:
8465         (gst_audio_chebyshev_freq_band_mode_get_type),
8466         (gst_audio_chebyshev_freq_band_base_init),
8467         (gst_audio_chebyshev_freq_band_dispose),
8468         (gst_audio_chebyshev_freq_band_class_init),
8469         (gst_audio_chebyshev_freq_band_init),
8470         (generate_biquad_coefficients), (calculate_gain),
8471         (generate_coefficients),
8472         (gst_audio_chebyshev_freq_band_set_property),
8473         (gst_audio_chebyshev_freq_band_get_property),
8474         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8475         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8476         (gst_audio_chebyshev_freq_band_start):
8477         * gst/audiofx/audiochebyshevfreqband.h:
8478         * gst/audiofx/audiochebyshevfreqlimit.c:
8479         (gst_audio_chebyshev_freq_limit_mode_get_type),
8480         (gst_audio_chebyshev_freq_limit_base_init),
8481         (gst_audio_chebyshev_freq_limit_dispose),
8482         (gst_audio_chebyshev_freq_limit_class_init),
8483         (gst_audio_chebyshev_freq_limit_init),
8484         (generate_biquad_coefficients), (calculate_gain),
8485         (generate_coefficients),
8486         (gst_audio_chebyshev_freq_limit_set_property),
8487         (gst_audio_chebyshev_freq_limit_get_property),
8488         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8489         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8490         (gst_audio_chebyshev_freq_limit_start):
8491         * gst/audiofx/audiochebyshevfreqlimit.h:
8492         * gst/audiofx/audiofx.c: (plugin_init):
8493         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8494         Fixes #464800.
8495
8496         * tests/check/Makefile.am:
8497         * tests/check/elements/.cvsignore:
8498         * tests/check/elements/audiochebyshevfreqband.c:
8499         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8500         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8501         * tests/check/elements/audiochebyshevfreqlimit.c:
8502         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8503         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8504         Add unit tests for the chebyshev filters.
8505
8506         * docs/plugins/Makefile.am:
8507         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8509         * docs/plugins/gst-plugins-good-plugins.args:
8510         * docs/plugins/inspect/plugin-1394.xml:
8511         * docs/plugins/inspect/plugin-audiofx.xml:
8512         * docs/plugins/inspect/plugin-dv.xml:
8513         * docs/plugins/inspect/plugin-flac.xml:
8514         * docs/plugins/inspect/plugin-jpeg.xml:
8515         * docs/plugins/inspect/plugin-png.xml:
8516         * docs/plugins/inspect/plugin-rtp.xml:
8517         * docs/plugins/inspect/plugin-shout2send.xml:
8518         * docs/plugins/inspect/plugin-wavpack.xml:
8519         And add docs for the chebyshev filters. While doing
8520         that also run make update in docs/plugins.
8521
8522 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8523
8524         * ext/annodex/gstcmmltag.c:
8525         * gst/rtp/gstrtpvorbispay.c:
8526           Make ro memory to share.
8527
8528 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8529
8530         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8531         Improve UDP performance by avoiding a select() when we have data
8532         available immediatly.
8533
8534 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8535
8536         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8537         (gst_rtp_dec_class_init):
8538         * gst/rtsp/gstrtpdec.h:
8539         Add (dummy) SSRC management signals.
8540
8541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8542         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8543         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8544         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8545         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8546         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8547         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8548         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8549         * gst/rtsp/gstrtspsrc.h:
8550         Add connection-speed property.
8551         Add find_stream helper functions.
8552         Handle stream EOS based on BYE messages or SSRC timeout.
8553         Returns SUCCESS from the state change function as we hide our async
8554         elements from the parent.
8555
8556 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8557
8558         * gst/debug/rndbuffersize.c:
8559           Fix da leak.
8560
8561 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8562
8563         * gst/debug/Makefile.am:
8564         * gst/debug/breakmydata.c:
8565         * gst/debug/gstdebug.c:
8566         * gst/debug/negotiation.c:
8567         * gst/debug/progressreport.c:
8568         * gst/debug/rndbuffersize.c:
8569         * gst/debug/testplugin.c:
8570           Add new test element and clean-up the others a little.
8571
8572 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8573
8574         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8575         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8576
8577 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8578
8579         * gst/rtp/gstrtpilbcdepay.c:
8580           Include stdlib.
8581
8582 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8583
8584         * gst/rtp/gstrtpmpvdepay.c:
8585         Set the mpegversion in the caps so that autoplugging does not get
8586         confused.
8587
8588 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8589
8590         * po/hu.po:
8591         * po/uk.po:
8592         * po/vi.po:
8593           Updated translations.
8594
8595 2007-08-08  Michael Smith <msmith@fluendo.com>
8596
8597         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8598           Render right border in the correct location.
8599
8600 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8601
8602         Patch by: Olivier Crete <tester at tester dot ca>
8603
8604         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8605         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8606         Make mode property a string. Fixes #464475.
8607
8608 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8609
8610         * ext/flac/gstflacenc.c:
8611           Widen caps to match decoder a bit and add more FIXMEs.
8612
8613 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8614
8615         patch by: Mark Nauwelaerts <manauw@skynet.be>
8616
8617         * gst/avi/gstavimux.c:
8618           Fix ODML index tag numbering. Fixes #463624.
8619
8620 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8621
8622         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8623         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8624         (gst_rtspsrc_stream_configure_tcp),
8625         (gst_rtspsrc_stream_configure_udp_sink):
8626         Fix default clock-rate for realmedia.
8627         Fix parsing of transport.
8628         Don't try to link NULL pads.
8629
8630 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8631
8632         * po/POTFILES.skip:
8633           Add POTFILES.skip with list of source files that aren't disted at the
8634           moment but contain translatable strings. Should hopefully pacify
8635           broken tools and make it clearer that these files are left out
8636           intentionally (#461600).
8637
8638 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8639
8640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8641         If the buffer was entirely clipped ... don't try sending it :)
8642
8643 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8644
8645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8646         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8647         (gst_rtspsrc_create_transports_string),
8648         (gst_rtspsrc_prepare_transports):
8649         If we don't hav a session manager, set the caps on outgoing buffers
8650         ourselves.
8651         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8652         Append final bit of the transport string even when it does not contain a
8653         placeholder.
8654
8655 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8656
8657         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8658         (gst_rtsp_ext_list_connect):
8659         * gst/rtsp/gstrtspext.h:
8660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8661         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8662         Clean up the interface list.
8663         Allow connecting to interface signals for the extensions.
8664         Remove old extension code.
8665         Free list on cleanup.
8666         Allow extensions to send additional RTSP messages.
8667
8668 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8669
8670         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8671         Handle a NULL gconf key gracefully by rendering the default element.
8672
8673 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8674
8675         * gst/rtsp/gstrtspext.h:
8676         Fix include path for extension interface.
8677
8678 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8679
8680         * gst/audiofx/audioamplify.h:
8681         Also remove a now unecessary variable here.
8682
8683 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8684
8685         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8686         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8687         * gst/audiofx/audiodynamic.c:
8688         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8689         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8690         * gst/audiofx/audiodynamic.h:
8691         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8692         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8693         * gst/audiofx/audioinvert.h:
8694         Don't save format information ourselves, this is already saved in
8695         GstAudioFilter.
8696
8697 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8698
8699         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8700         (gst_rtsp_ext_list_stream_select):
8701         * gst/rtsp/gstrtspext.h:
8702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8703         Use rank to filter out extensions.
8704         Add url to stream_select interface call.
8705
8706 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8707
8708         * gst/rtsp/Makefile.am:
8709         * gst/rtsp/base64.c:
8710         * gst/rtsp/base64.h:
8711         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8712         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8713         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8714         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8715         (gst_rtsp_ext_list_setup_media),
8716         (gst_rtsp_ext_list_configure_stream),
8717         (gst_rtsp_ext_list_get_transports),
8718         (gst_rtsp_ext_list_stream_select):
8719         * gst/rtsp/gstrtspext.h:
8720         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8721         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8722         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8723         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8724         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8725         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8726         (gst_rtspsrc_stream_configure_tcp),
8727         (gst_rtspsrc_stream_configure_mcast),
8728         (gst_rtspsrc_stream_configure_udp),
8729         (gst_rtspsrc_stream_configure_udp_sink),
8730         (gst_rtspsrc_stream_configure_transport),
8731         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8732         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8733         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8734         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8735         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8736         (gst_rtspsrc_parse_methods),
8737         (gst_rtspsrc_create_transports_string),
8738         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8739         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8740         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8741         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8742         * gst/rtsp/gstrtspsrc.h:
8743         * gst/rtsp/rtsp.h:
8744         * gst/rtsp/rtspconnection.c:
8745         * gst/rtsp/rtspconnection.h:
8746         * gst/rtsp/rtspdefs.c:
8747         * gst/rtsp/rtspdefs.h:
8748         * gst/rtsp/rtspext.h:
8749         * gst/rtsp/rtspextwms.c:
8750         * gst/rtsp/rtspextwms.h:
8751         * gst/rtsp/rtspmessage.c:
8752         * gst/rtsp/rtspmessage.h:
8753         * gst/rtsp/rtsprange.c:
8754         * gst/rtsp/rtsprange.h:
8755         * gst/rtsp/rtsptransport.c:
8756         * gst/rtsp/rtsptransport.h:
8757         * gst/rtsp/rtspurl.c:
8758         * gst/rtsp/rtspurl.h:
8759         * gst/rtsp/sdp.h:
8760         * gst/rtsp/sdpmessage.c:
8761         * gst/rtsp/sdpmessage.h:
8762         * gst/rtsp/test.c:
8763         Use shiny new RTSP and SDP library.
8764         Implement RTSP extensions using the new interface.
8765         Remove a lot of old code.
8766
8767 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8768
8769         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8770         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8771
8772 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8773
8774         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8775         Don't unref the outgoing buffer twice when dropping it because it's
8776         outside of the segment.
8777
8778 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8779
8780         * configure.ac:
8781         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8782         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8783         Use the new buffer clipping function from gstaudio here and
8784         require gst-plugins-base CVS.
8785         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8786         For framed Wavpack buffers we require a valid timestamp.
8787
8788 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8789
8790         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8791         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8792         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8793         Clip raw audio and video when we can, keep track of current output
8794         segment.
8795         Don't leak buffers and events when there is no output pad.
8796         Improve debugging here and there.
8797
8798 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8799
8800         * configure.ac:
8801           Sync liboil check with plugins-base.
8802
8803 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8804
8805         * ext/annodex/Makefile.am:
8806           Fix CFLAGS/LIBS.
8807
8808         * ext/cdio/gstcdiocddasrc.c:
8809         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8810           Include stdlib
8811
8812         * ext/cairo/Makefile.am:
8813         * gst/videofilter/Makefile.am:
8814         * tests/examples/level/Makefile.am:
8815           Use $(LIBM) instead of -lm
8816
8817 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8818
8819         * sys/v4l2/gstv4l2src.c:
8820           Add another example pipeline.
8821
8822 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8823
8824         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8825
8826         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8827           Use define here.
8828
8829         * sys/v4l2/gstv4l2tuner.c:
8830         (gst_v4l2_tuner_set_frequency_and_notify):
8831           Don't touch the property - its still disabled.
8832
8833         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8834         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8835         * sys/v4l2/v4l2src_calls.h:
8836           Improve fallback format negotionation. Fixes #451388
8837
8838 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8839
8840         * tests/check/elements/videocrop.c: (GST_START_TEST):
8841           Fix the test.
8842
8843 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * docs/plugins/Makefile.am:
8846         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8847         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8848         * docs/plugins/inspect/plugin-jpeg.xml:
8849         * docs/plugins/inspect/plugin-png.xml:
8850         * ext/jpeg/gstjpegdec.c:
8851         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8852         (gst_pngdec_sink_setcaps):
8853           More docs. More logs in pngdec.
8854
8855 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8856
8857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8858           Initialize num_buffers with minimum value.
8859
8860         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8861         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8862           Handle frame-size query failure gracefully.
8863
8864 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8865
8866         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8867         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8868         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8869         of qt/aac files.
8870
8871 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8872
8873         * ext/wavpack/gstwavpackdec.c:
8874         (gst_wavpack_dec_clip_outgoing_buffer):
8875         Fix buffer clipping to correctly clip to the segment stop.
8876
8877 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8878
8879         * configure.ac:
8880         * tests/Makefile.am:
8881         Remove bogus check for libcheck, since we check for
8882         gstreamer-check and it pulls in the required info from there,
8883         and we weren't actually _using_ the information for libcheck
8884         ourselves anyway.
8885
8886 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8887
8888         * configure.ac:
8889           Use pkg-config to locate check.
8890
8891 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8892
8893         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8894         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8895         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8896         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8897         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8898         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8899         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8900         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8901         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8902         * gst/effectv/gstrev.c: (gst_revtv_transform):
8903         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8904         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8905         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8906         * gst/matroska/matroska-demux.c:
8907         (gst_matroska_demux_add_wvpk_header),
8908         (gst_matroska_demux_check_subtitle_buffer),
8909         (gst_matroska_decode_buffer):
8910         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8911           Fix build against core CVS.
8912
8913 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8914
8915         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8916         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8917         don't have enough granularity to convert that boolean into a
8918         GstFlowReturn.
8919
8920 2007-07-06  Michael Smith <msmith@fluendo.com>
8921
8922         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8923         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8924         (gst_alawdec_change_state):
8925         * gst/law/alaw-decode.h:
8926         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8927         (gst_mulawdec_class_init), (gst_mulawdec_init),
8928         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8929         * gst/law/mulaw-decode.h:
8930           Fix capsnego bogosity in *law decoders. 
8931
8932 2007-07-06  Michael Smith <msmith@fluendo.com>
8933
8934         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8935         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8936         (gst_smokeenc_change_state):
8937         * ext/jpeg/gstsmokeenc.h:
8938           Remove stupidity in get/set caps functions.
8939           Fix some refcounting problems.
8940
8941 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8942
8943         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8944         Remove endianness-flipping hack that seems to have been required
8945         only because of a bug in ffmpegcolorspace.
8946         Partially Fixes: #451908
8947
8948 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8949
8950         * docs/plugins/Makefile.am:
8951           Simplify --extra-dir as gtkdoc scans recursively.
8952
8953 2007-07-03  Wim Taymans  <wim@fluendo.com>
8954
8955         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8956
8957         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8958         Set the encoding-name in the rtp caps to all uppercase, as required by
8959         the caps spec.
8960         Some small cleanups in the error paths. Fixes #453037.
8961
8962 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8963
8964         * ext/wavpack/gstwavpackparse.c:
8965         (gst_wavpack_parse_index_get_last_entry),
8966         (gst_wavpack_parse_index_get_entry_from_sample),
8967         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8968         (gst_wavpack_parse_scan_to_find_sample):
8969         * ext/wavpack/gstwavpackparse.h:
8970         Use a GSList for the GArray that is used like a list anyway.
8971
8972 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8975         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8976         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8977           Add state change function where we set 0/1 as default framerate in
8978           case our setcaps function isn't called, like it might not in a
8979           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8980           gdkpixbufdec trying to create caps with a 0/0 framerate.
8981           Also post an error message on the bus if gst_pad_push() fails when
8982           called from our sink event handler (+1 for flow returns for event
8983           functions in 0.11) instead of failing silently.
8984
8985 2007-06-27  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8988         Cast stack args to the proper types. Fixes #451249.
8989
8990 2007-06-27  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8993         (new_session_pad), (gst_rtspsrc_setup_streams):
8994         * gst/rtsp/gstrtspsrc.h:
8995         For container formats we only need to activate one of the streams so
8996         that we correctly signal no-more-pads. Fixes #451015.
8997
8998 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8999
9000         * docs/plugins/gst-plugins-good-plugins.args:
9001         * docs/plugins/inspect/plugin-aasink.xml:
9002         * docs/plugins/inspect/plugin-alaw.xml:
9003         * docs/plugins/inspect/plugin-alpha.xml:
9004         * docs/plugins/inspect/plugin-alphacolor.xml:
9005         * docs/plugins/inspect/plugin-annodex.xml:
9006         * docs/plugins/inspect/plugin-apetag.xml:
9007         * docs/plugins/inspect/plugin-audiofx.xml:
9008         * docs/plugins/inspect/plugin-auparse.xml:
9009         * docs/plugins/inspect/plugin-autodetect.xml:
9010         * docs/plugins/inspect/plugin-avi.xml:
9011         * docs/plugins/inspect/plugin-cacasink.xml:
9012         * docs/plugins/inspect/plugin-cairo.xml:
9013         * docs/plugins/inspect/plugin-cdio.xml:
9014         * docs/plugins/inspect/plugin-cutter.xml:
9015         * docs/plugins/inspect/plugin-debug.xml:
9016         * docs/plugins/inspect/plugin-efence.xml:
9017         * docs/plugins/inspect/plugin-effectv.xml:
9018         * docs/plugins/inspect/plugin-esdsink.xml:
9019         * docs/plugins/inspect/plugin-flac.xml:
9020         * docs/plugins/inspect/plugin-flxdec.xml:
9021         * docs/plugins/inspect/plugin-gconfelements.xml:
9022         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9023         * docs/plugins/inspect/plugin-goom.xml:
9024         * docs/plugins/inspect/plugin-halelements.xml:
9025         * docs/plugins/inspect/plugin-icydemux.xml:
9026         * docs/plugins/inspect/plugin-id3demux.xml:
9027         * docs/plugins/inspect/plugin-jpeg.xml:
9028         * docs/plugins/inspect/plugin-ladspa.xml:
9029         * docs/plugins/inspect/plugin-level.xml:
9030         * docs/plugins/inspect/plugin-matroska.xml:
9031         * docs/plugins/inspect/plugin-mulaw.xml:
9032         * docs/plugins/inspect/plugin-multipart.xml:
9033         * docs/plugins/inspect/plugin-navigationtest.xml:
9034         * docs/plugins/inspect/plugin-ossaudio.xml:
9035         * docs/plugins/inspect/plugin-png.xml:
9036         * docs/plugins/inspect/plugin-quicktime.xml:
9037         * docs/plugins/inspect/plugin-rtp.xml:
9038         * docs/plugins/inspect/plugin-rtsp.xml:
9039         * docs/plugins/inspect/plugin-smpte.xml:
9040         * docs/plugins/inspect/plugin-speex.xml:
9041         * docs/plugins/inspect/plugin-taglib.xml:
9042         * docs/plugins/inspect/plugin-udp.xml:
9043         * docs/plugins/inspect/plugin-videobalance.xml:
9044         * docs/plugins/inspect/plugin-videobox.xml:
9045         * docs/plugins/inspect/plugin-videocrop.xml:
9046         * docs/plugins/inspect/plugin-videoflip.xml:
9047         * docs/plugins/inspect/plugin-videomixer.xml:
9048         * docs/plugins/inspect/plugin-wavenc.xml:
9049         * docs/plugins/inspect/plugin-wavparse.xml:
9050         * docs/plugins/inspect/plugin-ximagesrc.xml:
9051           Update docs with caps info.
9052
9053 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * po/POTFILES.in:
9056           Add more files with translatable strings (#450878).
9057
9058 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9059
9060         * MAINTAINERS:
9061         Updating all the maintainers files
9062
9063 2007-06-22  Edward Hervey  <edward@fluendo.com>
9064
9065         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9066         * gst/interleave/deinterleave.c: (deinterleave_init),
9067         (deinterleave_sink_link):
9068         * gst/interleave/interleave.c: (interleave_init):
9069         * gst/median/gstmedian.c: (gst_median_init):
9070         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9071         Fix memory leaks.
9072         * tests/check/elements/id3demux.c: (pad_added_cb):
9073         Remove unused variable.
9074
9075 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9076
9077         * ext/gconf/gconf.h:
9078         Make the prototype of gst_gconf_get_key_for_sink_profile
9079         match the implementation.
9080         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9081         Fixes: #449747
9082
9083 2007-06-20  Michael Smith <msmith@fluendo.com>
9084
9085         * gst/rtp/gstrtpdepay.c:
9086           Fix description - rtpdepay is not a payloader.
9087
9088 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9089
9090         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9091         (qtdemux_video_caps):
9092         * gst/qtdemux/qtdemux_fourcc.h:
9093           Add MJPG to the variants of motion jpeg.
9094
9095 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9096
9097         * tests/check/Makefile.am:
9098         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9099         * tests/check/elements/videocrop.c: (GST_START_TEST):
9100         * tests/check/elements/videofilter.c:
9101         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9102         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9103           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9104           error flags are included and it errors out on compiler warnings
9105           for CVS builds; remove unused variables in various unit tests.
9106
9107 2007-06-19  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9110         (rtsp_connection_close), (rtsp_connection_free):
9111         Use threadsafe inet_ntop to convert an ip number to a string. 
9112         Fixes #447961.
9113         Don't leak fd (and ip) when freeing a connection without first closing
9114         it.
9115
9116 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9117
9118         * configure.ac:
9119         Back to CVS
9120
9121         * gst-plugins-good.doap:
9122         Add 0.10.6 to the doap file.
9123
9124 === release 0.10.6 ===
9125
9126 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9127
9128         * configure.ac:
9129           releasing 0.10.6, "Wobble Board"
9130
9131 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9134         (rtsp_connection_free):
9135           Revert previous commit again, since we are frozen (sorry).
9136
9137 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         Patch by: Peter Kjellerstedt <pkj at axis com>
9140
9141         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9142         (rtsp_connection_free):
9143           inet_ntoa() uses a static buffer internally, so we need to copy the
9144           returned string if we want to store it for later (#447961).
9145
9146 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9147
9148         * win32/vs6/autogen.dsp:
9149         * win32/vs6/gst_plugins_good.dsw:
9150         * win32/vs6/libgstalaw.dsp:
9151         * win32/vs6/libgstalpha.dsp:
9152         * win32/vs6/libgstalphacolor.dsp:
9153         * win32/vs6/libgstapetag.dsp:
9154         * win32/vs6/libgstaudiofx.dsp:
9155         * win32/vs6/libgstauparse.dsp:
9156         * win32/vs6/libgstautodetect.dsp:
9157         * win32/vs6/libgstavi.dsp:
9158         * win32/vs6/libgstcutter.dsp:
9159         * win32/vs6/libgstdirectdraw.dsp:
9160         * win32/vs6/libgstdirectsound.dsp:
9161         * win32/vs6/libgsteffectv.dsp:
9162         * win32/vs6/libgstflx.dsp:
9163         * win32/vs6/libgstgoom.dsp:
9164         * win32/vs6/libgsticydemux.dsp:
9165         * win32/vs6/libgstid3demux.dsp:
9166         * win32/vs6/libgstinterleave.dsp:
9167         * win32/vs6/libgstjpeg.dsp:
9168         * win32/vs6/libgstlevel.dsp:
9169         * win32/vs6/libgstmatroska.dsp:
9170         * win32/vs6/libgstmedian.dsp:
9171         * win32/vs6/libgstmonoscope.dsp:
9172         * win32/vs6/libgstmulaw.dsp:
9173         * win32/vs6/libgstmultipart.dsp:
9174         * win32/vs6/libgstqtdemux.dsp:
9175         * win32/vs6/libgstrtp.dsp:
9176         * win32/vs6/libgstrtsp.dsp:
9177         * win32/vs6/libgstsmpte.dsp:
9178         * win32/vs6/libgstspeex.dsp:
9179         * win32/vs6/libgstudp.dsp:
9180         * win32/vs6/libgstvideobalance.dsp:
9181         * win32/vs6/libgstvideobox.dsp:
9182         * win32/vs6/libgstvideocrop.dsp:
9183         * win32/vs6/libgstvideoflip.dsp:
9184         * win32/vs6/libgstvideomixer.dsp:
9185         * win32/vs6/libgstwaveform.dsp:
9186         * win32/vs6/libgstwavenc.dsp:
9187         * win32/vs6/libgstwavparse.dsp:
9188         Mark *.dsp & *.dsw as binary files and convert to DOS line
9189         endings, as they don't load into VS6 correctly otherwise.
9190
9191 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9192
9193         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9194         (rtsp_connection_connect):
9195         Fix the MingW build. 
9196         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9197         Fixes: #446981
9198
9199 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9200
9201         * tests/check/elements/.cvsignore:
9202         * tests/icles/.cvsignore:
9203         Hush the buildbots up
9204
9205 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9206
9207         * configure.ac:
9208         * sys/Makefile.am:
9209         * sys/directdraw/Makefile.am:
9210         * sys/directsound/Makefile.am:
9211         * sys/waveform/Makefile.am:
9212         Make sure to dist everything needed for win32 builds.
9213
9214 2007-06-14  Edward Hervey  <edward@fluendo.com>
9215
9216         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9217         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9218         caps.
9219         Fixes #447458
9220
9221 2007-06-13  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9224         Make sure we allocate enough memory for the codec_data.
9225         Fixes #447210.
9226
9227 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9228
9229         * win32/MANIFEST:
9230         Add videocrop project file to the win32 manifest.
9231         * win32/vs6/gst_plugins_good.dsw:
9232         Add qtdemux,videocrop and waveform projects to the workspace.
9233         * win32/vs6/libgstqtdemux.dsp:
9234         Add zlib to the link list of qtdemux.
9235         * win32/vs6/libgstvideocrop.dsp:
9236         Add a project file for videocrop.
9237
9238 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9239
9240         * po/POTFILES.in:
9241         Add qtdemux for translation
9242
9243 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9244
9245         * configure.ac:
9246         * docs/plugins/Makefile.am:
9247         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9248         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9249         * docs/plugins/inspect/plugin-videocrop.xml:
9250         * gst-plugins-good.spec.in:
9251         * sys/Makefile.am:
9252         * tests/check/Makefile.am:
9253         * tests/icles/Makefile.am:
9254         * tests/icles/videocrop-test.c:
9255         Move videocrop and osxvideo from -bad.
9256
9257 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9258
9259         * configure.ac:
9260         * docs/plugins/Makefile.am:
9261         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9262         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9263         * docs/plugins/gst-plugins-good-plugins.args:
9264         * docs/plugins/inspect/plugin-qtdemux.xml:
9265         * docs/plugins/inspect/plugin-quicktime.xml:
9266         * win32/MANIFEST:
9267         Move qtdemux from -bad.
9268
9269         * gst-plugins-good.spec.in:
9270         Update spec file to reflect moving of qtdemux and wavpack
9271
9272 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9273         
9274         * win32/MANIFEST:
9275         * docs/plugins/Makefile.am:
9276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9278         * docs/plugins/inspect/plugin-directdraw.xml:
9279         * docs/plugins/inspect/plugin-directsound.xml:
9280         * docs/plugins/inspect/plugin-waveform.xml:
9281         Move the waveform plugin from -bad too. Update the inspect xml
9282         files to mention Plugins Good instead of Plugins Bad.
9283
9284 2007-06-12  Andy Wingo  <wingo@pobox.com>
9285
9286         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9287         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9288         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9289         finalization and resuscitation. No longer public.
9290         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9291         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9292         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9293         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9294         miniobject semantics, and be threadsafe.
9295         (gst_v4l2src_queue_frame): Remove this function, as we just call
9296         the ioctls directly in the two places where we queue buffers.
9297         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9298         directly.
9299         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9300         to allocate the pool, which also preallocates the GstBuffers.
9301         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9302         queueing the frames directly.
9303         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9304         mmap buffers have been dequeued.
9305
9306         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9307         real MiniObject instead of rolling our own refcounting and
9308         finalizing. Give it a lock.
9309         (struct _GstV4l2Buffer): Remove one intermediary object, having
9310         the buffers hold the struct v4l2_buffer directly.
9311
9312         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9313         capture_init so that it can set them on the buffers that it will
9314         create.
9315         (gst_v4l2src_get_read): For better or for worse, include the
9316         timestamping and offsetting code here; really we should be using
9317         bufferalloc though.
9318         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9319         preallocated, mmap'd buffers.
9320
9321 2007-06-11  Wim Taymans  <wim@fluendo.com>
9322
9323         Patch by: daniel fischer <dan at f3c dot com>
9324
9325         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9326         (gst_ximage_src_get_caps):
9327         Actually use the display_name property so that we can dump any
9328         available X display. Fixes #445905.
9329
9330 2007-06-11  Wim Taymans  <wim@fluendo.com>
9331
9332         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9333
9334         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9335         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9336         Add missing rate fields to caps. Fixes #441118.
9337
9338 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9339
9340         * win32/vs6/gst_plugins_good.dsw:
9341         * win32/vs8/gst-plugins-good.sln:
9342         Add DirectSound and DirectDraw sinks project files to
9343         workspace and solution files.
9344
9345 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9346
9347         Patch by: Josh Coalson <xflac at yahoo dot com>,
9348         updated by Alexis Ballier <aballier at gentoo dot org>:
9349
9350         * configure.ac:
9351         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9352         (gst_flac_dec_setup_seekable_decoder),
9353         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9354         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9355         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9356         * ext/flac/gstflacdec.h:
9357         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9358         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9359         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9360         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9361         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9362         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9363         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9364         * ext/flac/gstflacenc.h:
9365         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9366         
9367 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9368
9369         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9370         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9371         not necessary anymore as we need at least that core version. 
9372
9373 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9374
9375         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9376         (gst_wavpack_dec_chain):
9377         * ext/wavpack/gstwavpackdec.h:
9378         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9379         (gst_wavpack_parse_push_buffer):
9380         * ext/wavpack/gstwavpackparse.h:
9381         Improve discont handling by checking if the next Wavpack block has
9382         the expected, following block index.
9383
9384 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9385
9386         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9387           Fix element description.
9388
9389 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9390
9391         * configure.ac:
9392         * docs/plugins/Makefile.am:
9393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9395         * docs/plugins/gst-plugins-good-plugins.args:
9396         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9397         * docs/plugins/gst-plugins-good-plugins.signals:
9398         * docs/plugins/inspect/plugin-autodetect.xml:
9399         * docs/plugins/inspect/plugin-gconfelements.xml:
9400         * docs/plugins/inspect/plugin-ladspa.xml:
9401         * docs/plugins/inspect/plugin-rtp.xml:
9402         * docs/plugins/inspect/plugin-wavpack.xml:
9403         * ext/Makefile.am:
9404         * tests/check/Makefile.am:
9405           move wavpack plugin.  See #352605.
9406
9407 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9408
9409         * configure.ac:
9410         * docs/plugins/Makefile.am:
9411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9413         * docs/plugins/gst-plugins-good-plugins.args:
9414         * sys/Makefile.am:
9415         * win32/MANIFEST:
9416         Add DirectDraw & DirectSound plugins to the build and docs.
9417
9418 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9419
9420         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9421         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9422           When operating in pull mode, error out correct on not-linked.
9423
9424 2007-06-06  Andy Wingo  <wingo@pobox.com>
9425
9426         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9427         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9428         format and size if the ioctls are defined; should fix compilation
9429         on Linux < 2.16.19.
9430
9431 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9434           Printf fixes in debug statements; use LOG level for debug statements
9435           that are printed for each and every frame; convert c++ comments to
9436           C-style comments; not much point using g_try_malloc() if we then not
9437           even check the return value.
9438
9439 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * configure.ac:
9442           Bump requirements to released versions (core and base 0.10.13).
9443
9444         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9445           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9446           own implementation.
9447
9448 2007-06-05  Andy Wingo  <wingo@pobox.com>
9449
9450         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9451         some useless comments.
9452
9453         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9454         frames before calling STREAMON, that might leave them in a state
9455         where they can't be dequeued if we go back to NULL without calling
9456         STREAMON, according to the docs.
9457         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9458         before we call STREAMON.
9459         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9460         failures. (For me this code hung.) The pool refcounting is still
9461         crack; added a note to that effect.
9462
9463 2007-06-05  Wim Taymans  <wim@fluendo.com>
9464
9465         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9466         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9467         Add support for mapping gst structure names to the MIME type equivalent.
9468         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9469
9470 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9471
9472         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9473         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9474         (gst_wavenc_chain), (gst_wavenc_change_state):
9475         * gst/wavenc/gstwavenc.h:
9476         Properly write wav files with width!=depth by having the depth most
9477         significant bytes set and all others zero. Fixes #442535.
9478
9479 2007-06-01  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/rtsp/rtspconnection.c:
9482         Add include to make buildbot happy.
9483
9484 2007-06-01  Wim Taymans  <wim@fluendo.com>
9485
9486         Patch by: Peter Kjellerstedt  <pkj at axis com>
9487
9488         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9489         (rtsp_connection_connect), (add_date_header),
9490         (rtsp_connection_send), (parse_response_status),
9491         (parse_request_line), (parse_line), (rtsp_connection_receive):
9492         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9493         * gst/rtsp/rtspdefs.h:
9494         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9495         (rtsp_message_init_request), (rtsp_message_init_response),
9496         (rtsp_message_remove_header), (rtsp_message_append_headers),
9497         (rtsp_message_dump):
9498         * gst/rtsp/rtspmessage.h:
9499         Improves version checking, allowing an RTSP server to reply with "505
9500         RTSP Version not supported.
9501         Adds a Date header to all messages.
9502         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9503         want to be able to send a response even if something in the request was
9504         invalid. EINVAL is only used when passing wrong arguments to functions.
9505         Do not handle an invalid method in parse_request_line(). Defer this to
9506         the caller so it can respond with "405 Method Not Allowed".
9507         Improves parsing of the timeout parameter to the Session header,
9508         allowing whitespace after the semicolon. 
9509         Avoids a compiler warning due to variables shadowing a function argument.
9510
9511 2007-06-01  Wim Taymans  <wim@fluendo.com>
9512
9513         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9514
9515         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9516         (gst_rtp_amr_depay_process):
9517         * gst/rtp/gstrtpamrdepay.h:
9518         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9519         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9520         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9521         * gst/rtp/gstrtpamrpay.h:
9522         Add support for AMR-WB.
9523         Small cleanups such as using BOILERPLATE.
9524
9525 2007-05-31  Wim Taymans  <wim@fluendo.com>
9526
9527         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9528         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9529
9530 2007-05-30  Andy Wingo  <wingo@pobox.com>
9531
9532         * sys/v4l2/gstv4l2object.h: 
9533         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9534         unintended changes.
9535
9536         * sys/v4l2/v4l2src_calls.h: 
9537         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9538         the format list in the order that the driver gives it to us.
9539         (gst_v4l2src_probe_caps_for_format_and_size)
9540         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9541         based on the capabilities of the device.
9542         (gst_v4l2src_grab_frame): Update for object variable renaming.
9543         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9544         as in the set_caps below.
9545         (gst_v4l2src_capture_init): Update for object variable renaming,
9546         and reflow.
9547         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9548         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9549         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9550         (gst_v4l2src_get_fps): Remove; these functions don't have much
9551         meaning outside of an atomic set_caps method.
9552         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9553         known.
9554
9555         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9556         call to update_fps; not sure about this change.
9557         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9558         moment we don't have an update_fps_func.
9559
9560         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9561         structures in the object, just store what we need. Do store the
9562         probed caps of the device. Don't store the current frame rate.
9563
9564         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9565         update_fps_function, for now. Update for new object variable
9566         naming.
9567         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9568         new object variable naming.
9569         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9570         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9571         (gst_v4l2src_get_caps): Rework to probe the device for supported
9572         frame sizes and frame rates.
9573         (gst_v4l2src_set_caps): Rework to be strict in the given
9574         parameters: if someone asks us to have a certain size and rate,
9575         that is what we configure.
9576         (gst_v4l2src_get_read): Update for object variable naming. Don't
9577         leak buffers on short reads.
9578         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9579         comments.
9580         (gst_v4l2src_create): Update for object variable naming.
9581
9582 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9583
9584         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9585         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9586         * gst/avi/gstavidemux.h:
9587           Parse subtitle text streams instead of erroring out (#442034). Still
9588           needs a parser for the subtitles to actually show up.
9589
9590 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9593         (gst_avi_demux_loop):
9594           Make _push_event() return TRUE if the event could be pushed on at
9595           least one pad and not only if it could be pushed on all pads,
9596           otherwise we'll end up posting an error message on EOS if one or
9597           more source pads are not connected.
9598
9599 2007-05-28  Wim Taymans  <wim@fluendo.com>
9600
9601         * gst/rtsp/rtsptransport.c:
9602         Use renamed RTP bin.
9603
9604 2007-05-28  Wim Taymans  <wim@fluendo.com>
9605
9606         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9607
9608         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9609         (gst_video_box_set_property), (gst_video_box_transform_caps),
9610         (video_box_recalc_transform), (gst_video_box_set_caps),
9611         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9612         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9613         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9614         (gst_video_box_i420_i420), (gst_video_box_transform),
9615         (plugin_init):
9616         Add AYUV->AYUV and AYUV->I420 formats. 
9617         Fix negotiation and I420->AYUV conversion.
9618         Fixes #429329.
9619
9620 2007-05-26  Wim Taymans  <wim@fluendo.com>
9621
9622         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9623         Use different variables for nested for loops so that the outer loop
9624         functions properly and speex files with multiple frames per buffer work
9625         properly.
9626         Fixes #441408.
9627
9628 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9629
9630         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9631           Don't leak newsegment events.
9632
9633 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * gst/wavparse/Makefile.am:
9636           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9637           drags it in.
9638
9639 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9642         (notgst_value_array_append_buffer),
9643         (gst_flac_enc_process_stream_headers),
9644         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9645         (gst_flac_enc_change_state):
9646         * ext/flac/gstflacenc.h:
9647           Collect headers, add "streamheader" field to output caps and set
9648           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9649           produces output according to the official FLAC-to-Ogg mapping
9650           instead of completely broken files. Fixes #426044.
9651
9652 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9653
9654         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9655         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9656         (gst_id3demux_sink_event):
9657         * gst/id3demux/gstid3demux.h:
9658         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9659         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9660         (gst_tag_demux_send_new_segment):
9661         Handle and adjust new-segment events so that downstream really
9662         sees a stream with the tag pieces stripped off the front and back.
9663         Fixes strangeness in seeking when mp3 decoders use the new-segment
9664         byte position to estimate their current playback position timestamp
9665         and then the arriving buffers don't match up.
9666
9667 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9668
9669         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9670           Don't unnecessarily perform a READY->NULL->READY transition on the
9671           detected audio sink when starting up. Fixes: #440127
9672
9673 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9676         (gst_flac_enc_chain):
9677           Don't crash in chain function if setcaps hasn't been called.
9678
9679 2007-05-24  Wim Taymans  <wim@fluendo.com>
9680
9681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9682         Init value to avoid infinte loops.
9683
9684 2007-05-24  Wim Taymans  <wim@fluendo.com>
9685
9686         Patch by: Peter Kjellerstedt  <pkj at axis com>
9687
9688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9689         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9690         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9691         (gst_rtspsrc_play):
9692         (rtsp_connection_send), (rtsp_connection_receive):
9693         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9694         Fix for new API.
9695
9696         * gst/rtsp/rtspconnection.c: (add_auth_header),
9697         Only add authorisation and session headers when sending messages.
9698
9699         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9700         (rtsp_message_init_request), (rtsp_message_init_response),
9701         (rtsp_message_unset), (rtsp_message_add_header),
9702         (rtsp_message_remove_header), (rtsp_message_get_header),
9703         (rtsp_message_append_headers), (dump_key_value),
9704         (rtsp_message_dump):
9705         * gst/rtsp/rtspmessage.h:
9706         Add support for multiple headers of the same type by storing the parsed
9707         headers in a GArray instaed of a hashtable.
9708
9709 2007-05-21  Wim Taymans  <wim@fluendo.com>
9710
9711         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9712         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9713         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9714         safer shutdown.
9715
9716 2007-05-21  Wim Taymans  <wim@fluendo.com>
9717
9718         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9719         * gst/rtsp/gstrtpdec.h:
9720         Added signal for backwards compat.
9721
9722 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9723         
9724         Patch by: René Stadler <mail at renestadler dot de>
9725
9726         * configure.ac:
9727         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9728         (gst_au_parse_parse_header), (gst_au_parse_chain):
9729         * gst/auparse/gstauparse.h:
9730         Use audioconvert for converting from non-native endianness floats
9731         in auparse instead of doing it ourself. Fixes #424527.
9732         This needs the audioconvert from plugins-base CVS.
9733         
9734 2007-05-21  Wim Taymans  <wim@fluendo.com>
9735
9736         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9737         (gst_rtp_h263p_pay_flush):
9738         Fix enum registration.
9739
9740 2007-05-21  Wim Taymans  <wim@fluendo.com>
9741
9742         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9743
9744         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9745         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9746         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9747         (gst_rtp_h263p_pay_flush):
9748         * gst/rtp/gstrtph263ppay.h:
9749         Add new fragmentation mode base on GOB headers. Fixes #438940.
9750
9751 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9754           Printf format fix.
9755
9756 2007-05-18  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9759         Don't crash when an unsupported transport error was returned by the
9760         server, just try to configure the next stream. Fixes #439255.
9761
9762 2007-05-18  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9765         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9766         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9767         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9768         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9769         * gst/rtsp/gstrtspsrc.h:
9770         Add TCP timeout property and use it for all TCP connection.
9771
9772         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9773         (rtsp_connection_write), (rtsp_connection_next_timeout),
9774         (rtsp_connection_reset_timeout):
9775         Make connect and writes cancelable and make them use the timeout.
9776
9777 2007-05-18  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9780         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9781         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9782         (gst_rtspsrc_setup_streams):
9783         Refactor timeout handling.
9784         Also send keep-alive when dealing with TCP transport.
9785
9786         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9787         (rtsp_connection_free), (rtsp_connection_next_timeout),
9788         (rtsp_connection_reset_timeout):
9789         * gst/rtsp/rtspconnection.h:
9790         Use a timer to handle the session timeouts, add some methods to deal
9791         with timeouts.
9792
9793 2007-05-17  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9796         (gst_rtspsrc_setup_streams):
9797         Ignore streams that fail the setup command, we will retry with a
9798         different transport later on.
9799
9800         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9801         (rtsp_ext_wms_configure_stream):
9802         Fix encoding name case.
9803
9804 2007-05-16  Edward Hervey  <edward@fluendo.com>
9805
9806         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9807         Fix build on macosx.
9808
9809 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9810
9811         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9812         Replace direct comparison of a string with the string literal "" with
9813         a comparison of the first character with '\0'. Fixes #438926.
9814
9815 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9816
9817         * gst/debug/breakmydata.c (gst_break_my_data_init):
9818           One more try. This should be the proper fix now.
9819
9820 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9821
9822         * gst/debug/breakmydata.c:
9823           Ooops, no // comments please.
9824
9825 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9826
9827         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9828         (gst_break_my_data_init):
9829           Fix gst_buffer_is_writable() assertion.
9830
9831 2007-05-14  David Schleef  <ds@schleef.org>
9832
9833         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9834           video/x-raw-bayer.  Fixes #314160.
9835
9836 2007-05-14  Wim Taymans  <wim@fluendo.com>
9837
9838         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9839         (gst_rtp_theora_depay_parse_configuration):
9840         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9841         (gst_rtp_theora_pay_finish_headers),
9842         (gst_rtp_theora_pay_handle_buffer):
9843         Update theora pay/depayloader in a similar to vorbis.
9844
9845         * gst/rtp/gstrtpvorbisdepay.c:
9846         (gst_rtp_vorbis_depay_parse_configuration):
9847         Update docs.
9848
9849 2007-05-14  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9852         When we try to execute a method that is not supported by the server,
9853         don't error out but remove the method from the accepted methods so that
9854         we never try to perform this method again.
9855
9856 2007-05-14  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9859         Remove annoying _dump_mem.
9860
9861 2007-05-14  Wim Taymans  <wim@fluendo.com>
9862
9863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9864         Parse range correctly.
9865
9866         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9867         The baseurl now always has a '/' at the start.
9868
9869 2007-05-14  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9872         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9873         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9874         Factor out caps configuration and configure more stuff such as the time
9875         ranges and speed/scale values.
9876
9877         * gst/rtsp/rtsptransport.c:
9878         Add Copyright after non-trival fixes.
9879
9880 2007-05-12  Wim Taymans  <wim@fluendo.com>
9881
9882         Patch by: Peter Kjellerstedt  <pkj at axis com>
9883
9884         * gst/rtsp/gstrtspsrc.h:
9885         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9886         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9887         (rtsp_message_get_header):
9888         * gst/rtsp/rtspmessage.h:
9889         Make channel guint8 where possible.
9890         Make rtsp_message_init_data() take the channel as a guint8.
9891
9892         * gst/rtsp/rtspdefs.c:
9893         Fixed a typo: Timout -> Timeout
9894
9895         * gst/rtsp/rtspdefs.h:
9896         Make RTSP_CHECK() behave as a statement.
9897
9898         * gst/rtsp/sdpmessage.c:
9899         Avoid a compiler warning in INIT_ARRAY().
9900         Fixes #437692.
9901
9902 2007-05-12  Wim Taymans  <wim@fluendo.com>
9903
9904         Patch by: Peter Kjellerstedt  <pkj at axis com>
9905
9906         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9907         (rtsp_url_get_request_uri):
9908         * gst/rtsp/rtspurl.h:
9909         Add support for query parameters to RTSP URLs.
9910
9911 2007-05-12  Wim Taymans  <wim@fluendo.com>
9912
9913         Patch by: Peter Kjellerstedt  <pkj at axis com>
9914
9915         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9916         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9917         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9918         (rtsp_transport_parse), (rtsp_transport_as_text):
9919         * gst/rtsp/rtsptransport.h:
9920         Add validation to rtsp_transport_parse().
9921         Add rtsp_transport_as_text() to generate an RTSP header from an
9922         RTSPTransport.
9923         Change ssrc to guint (was a string) since that is what it is, even
9924         though it is sent as a hex string.
9925         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9926         incorrect, which can be seen when looking at the examples in the RFC).
9927         Fixes #437670.
9928
9929 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9930
9931         Patch by: Eric Anholt
9932
9933         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9934           gst_ximage_src_ximage_get):
9935         Use union of all damage between frames to make it faster.
9936         Fixes bug #342463.
9937         Also fix crasher when cursor is at bottom right of window.
9938
9939 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9940
9941         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9942           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9943           streaming mode regression for file from #343837 with 'bext' chunk
9944           before the 'fmt' chunk.
9945
9946 2007-05-11  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9949         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9950         (gst_rtspsrc_handle_src_event),
9951         (gst_rtspsrc_stream_configure_manager),
9952         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9953         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9954         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9955         * gst/rtsp/gstrtspsrc.h:
9956         * gst/rtsp/rtspdefs.h:
9957         Preliminary seek support.
9958         Activate internal pads so that we can receive events on them.
9959         Don't try to parse a range string when it's NULL.
9960
9961 2007-05-11  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst/rtp/README:
9964         Update README with new RTP variables that will be used for
9965         synchronisation.
9966
9967         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9968         (gst_rtp_vorbis_depay_parse_configuration),
9969         (gst_rtp_vorbis_depay_process):
9970         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9971         (gst_rtp_vorbis_pay_finish_headers),
9972         (gst_rtp_vorbis_pay_handle_buffer):
9973         Update vorbis pay and depayloader to draft-04.
9974
9975 2007-05-11  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst/rtsp/rtsptransport.c:
9978         UDP MCAST is actually the default for RTP/AVP.
9979 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9980
9981         * gst/level/gstlevel.c: (gst_level_transform_ip):
9982         Use guint8 * instead of gpointer then vs6 can build 
9983         in_data += (filter->width / 8).
9984
9985 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9986
9987         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9988           gst_ximage_src_ximage_get):
9989         * sys/ximage/gstximagesrc.h (last_ximage):
9990         When using Damage actually keep the last frame, and not assume
9991         that the buffer we get already has the last frame on it.
9992         Copy the cursor over if we specify a non-zero start x and
9993         start y.
9994
9995 2007-05-11  Wim Taymans  <wim@fluendo.com>
9996
9997         * gst/rtsp/rtsptransport.c:
9998         Make UDP the default transport when not specified.
9999
10000 2007-05-09  David Schleef  <ds@schleef.org>
10001
10002         * gst/level/gstlevel.c:
10003           Revert last change.
10004
10005 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10006
10007         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10008         (gst_level_transform_ip):
10009         Use guint8 * instead of gpointer then vs6 know the size of data
10010         pointed when moving the pointer.
10011         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10012         Move instructions after variables declaration.
10013         * win32/vs6/autogen.dsp:
10014         * win32/vs6/libgstrtp.dsp:
10015         * win32/vs6/libgstrtsp.dsp:
10016         Update vs6 project files.
10017
10018 2007-05-09  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/rtsp/Makefile.am:
10021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10022         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10023         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10024         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10025         (rtsp_range_free):
10026         * gst/rtsp/rtsprange.h:
10027         Add code to parse time ranges.
10028         Report DURATION on the stream when possible.
10029
10030 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10033         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10034         (gst_videomixer_collected):
10035           Fix strides calculation for AYUV (it's just width*4) (#436910).
10036
10037 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10038
10039         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10040         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10041         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10042         Sync the GObject properties before each processing step to properly
10043         work with the controller.
10044
10045 2007-05-04  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10048         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10049         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10050         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10051         (gst_rtspsrc_change_state):
10052         Let more error state trickle down so that we can catch more error
10053         cases.
10054         Handle keep-alive a little smarter by selecting a method the server
10055         actually supports.
10056         Fix a race in UDP streaming shutdown.
10057
10058 2007-05-04  Wim Taymans  <wim@fluendo.com>
10059
10060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10061         Ignore errors when trying to use the keep-alive messages.
10062
10063 2007-05-04  Wim Taymans  <wim@fluendo.com>
10064
10065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10066         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10067         (gst_rtspsrc_stream_configure_manager),
10068         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10069         (gst_rtspsrc_stream_configure_mcast),
10070         (gst_rtspsrc_stream_configure_udp),
10071         (gst_rtspsrc_stream_configure_udp_sink),
10072         (gst_rtspsrc_stream_configure_transport):
10073         Send RTCP messages back to the server over the TCP connection.
10074
10075         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10076         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10077         (rtsp_connection_receive):
10078         * gst/rtsp/rtspconnection.h:
10079         Factor out and expose lowlevel _write and _read methods.
10080         Implement sending data messages to the server.
10081
10082 2007-05-03  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10085         (gst_multipart_mux_collected):
10086         Fix timestamps on outgoing buffers.
10087
10088 2007-05-03  Wim Taymans  <wim@fluendo.com>
10089
10090         * gst/multipart/multipartmux.c:
10091         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10092         (gst_multipart_mux_change_state):
10093         Emit NEWSEGMENT events before pushing the first buffer.
10094
10095 2007-05-03  Wim Taymans  <wim@fluendo.com>
10096
10097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10098         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10099         (gst_rtspsrc_handle_src_query),
10100         (gst_rtspsrc_stream_configure_manager),
10101         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10102         (gst_rtspsrc_stream_configure_mcast),
10103         (gst_rtspsrc_stream_configure_udp),
10104         (gst_rtspsrc_stream_configure_udp_sink),
10105         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10106         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10107         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10108         (gst_rtspsrc_pause):
10109         Refactor transport configuration code.
10110         Create internal pads for TCP transport so that we can implement events
10111         and queries.
10112         Handle events and queries.
10113         Parse range from the SDP.
10114         Fix race in pause handler where the connection could still be flushing.
10115
10116 2007-05-02  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10119         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10120         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10121         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10122         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10123         (gst_rtspsrc_change_state):
10124         * gst/rtsp/gstrtspsrc.h:
10125         Fix race when multiple udp sources post timeouts, just act on the first
10126         received timeout.
10127         Protect stream list with a recursive lock to fix some races.
10128         Flush connection when we need to do a reconnect or stop.
10129         Make state lock recursive.
10130
10131         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10132         (rtsp_connection_close):
10133         Some small cleanups.
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_stream_data):
10139         Only set DISCONT when there actually is a discont or when we just
10140         started.
10141
10142 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10143
10144         * ext/flac/gstflac.c: (plugin_init):
10145         Call bindtextdomain() to get localized strings.
10146
10147 2007-05-02  Wim Taymans  <wim@fluendo.com>
10148
10149         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10150         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10151         (gst_wavparse_stream_data):
10152         * gst/wavparse/gstwavparse.h:
10153         Be a bit more clever when dealing with VBR files with FACT tags, we
10154         don't want to timestamp buffers in that case but the estimated BPS can
10155         be used for seeking.
10156         Only send close segment in the streaming thread.
10157
10158 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10159
10160         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10161         Correctly post an error on the bus if something went wrong in the loop
10162         function. This fixes a few cases where the task was paused and nothing
10163         happened anymore.
10164
10165 2007-05-02  Wim Taymans  <wim@fluendo.com>
10166
10167         * gst/rtsp/test.c: (main):
10168         Fix compilation of deprecated test just because I'm too lazy to delete
10169         it.
10170
10171 2007-05-02  Wim Taymans  <wim@fluendo.com>
10172
10173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10174         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10175         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10176         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10177         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10178         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10179         * gst/rtsp/gstrtspsrc.h:
10180         Fix sending RTCP to the right place.
10181         Fix bug in reffing the wrong UDP element.
10182         Use new pad names for the session manager.
10183         Implement handling server requests in interleaved and UDP modes.
10184         Handle session keep-alive in UDP modes.
10185         Remove GCond for handling UDP timeouts.
10186
10187         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10188         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10189         (rtsp_connection_receive), (rtsp_connection_close):
10190         * gst/rtsp/rtspconnection.h:
10191         Store connection IP address for later.
10192         Add timeout args to all operations that might block forever.
10193         Parse session timeout.
10194         Only close sockets when not already closed.
10195
10196         * gst/rtsp/rtspdefs.c:
10197         * gst/rtsp/rtspdefs.h:
10198         Add timeout return value and error string.
10199
10200         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10201         Add small comment.
10202
10203 2007-05-01  Wim Taymans  <wim@fluendo.com>
10204
10205         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10206
10207         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10208         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10209         * gst/rtp/gstrtpmp4vpay.h:
10210         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10211
10212 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10213
10214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10215           Remove v4l2src from docs, since it breaks the docs build, and the
10216           plugin is only built if --enable-experimental is used anyway.
10217
10218         * docs/plugins/Makefile.am:
10219           Spaces => tab.
10220
10221 2007-04-29  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10224         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10225         Add code to drop membership of a multicast group.
10226
10227         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10228         (gst_udpsink_set_uri):
10229         Implement URI handler.
10230
10231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10232         (gst_rtspsrc_parse_rtpinfo):
10233         Use URI handler to make udpsink instace.
10234         Improve code to configure port and destination.
10235
10236 2007-04-29  Wim Taymans  <wim@fluendo.com>
10237
10238         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10239         Fix multicast detection.
10240         Don't try to join a multicast group if the address is not multicast.
10241
10242         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10243         Small debug improvement.
10244
10245 2007-04-27  Wim Taymans  <wim@fluendo.com>
10246
10247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10248         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10249         (gst_rtspsrc_handle_message):
10250         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10251         parent.
10252
10253 2007-04-27  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/rtp/gstrtpilbcdepay.h:
10256         Fix mode property when specified as an arg.
10257
10258 2007-04-26  Edward Hervey  <edward@fluendo.com>
10259
10260         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10261         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10262         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10263         * docs/plugins/inspect/plugin-osxaudio.xml:
10264         Add documentation for osxaudio plugin.
10265
10266 2007-04-26  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10269         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10270         (gst_rtspsrc_open), (gst_rtspsrc_close),
10271         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10272         (gst_rtspsrc_pause):
10273         * gst/rtsp/gstrtspsrc.h:
10274         Protect state changes with a lock.
10275
10276         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10277         (parse_line):
10278         * gst/rtsp/rtspconnection.h:
10279         Remove some unused stuff.
10280
10281 2007-04-26  Wim Taymans  <wim@fluendo.com>
10282
10283         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10284         Handle the case where there are exactly 0 bytes to read and the ioctl
10285         did not report an error. Fixes #433530.
10286
10287 2007-04-26  Wim Taymans  <wim@fluendo.com>
10288
10289         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10290         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10291         * gst/wavparse/gstwavparse.h:
10292         Apply DISCONT to buffers.
10293         Only apply timestamp to the first sample after a DISCONT, too many VBR
10294         files cause random jitter in the timestamps. Fixes #433119.
10295
10296 2007-04-25  Wim Taymans  <wim@fluendo.com>
10297
10298         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10299         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10300         (gst_rtp_dec_get_property):
10301         * gst/rtsp/gstrtpdec.h:
10302         Add dummy latency property to be backwards compat with rtpbin.
10303
10304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10305         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10306         (gst_rtspsrc_stream_configure_transport),
10307         (gst_rtspsrc_parse_rtpinfo):
10308         * gst/rtsp/gstrtspsrc.h:
10309         Add latency property and configure in the session manager.
10310         Don't set invalid clock-base and seqnum-base on caps, some servers
10311         sometimes don't send them.
10312
10313 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10314
10315         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10316         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10317           Double-check that RGB input caps are really RGBA caps (apparently
10318           the core doesn't always catch it if those caps aren't a subset of
10319           our template caps, also see #421543). Fixes #429319 in a way.
10320           Also, don't leak the pad template in the transform_caps function.
10321
10322         * tests/check/Makefile.am:
10323         * tests/check/elements/.cvsignore:
10324         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10325         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10326         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10327         (GST_START_TEST), (alphacolor_suite):
10328           Add some basic unit tests for alphacolor.
10329
10330 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10333           If we get a fatal flow return in the loop function, first post the
10334           error message and only then send the EOS event downstream, otherwise
10335           applications might get an eos message before the error message and
10336           think everything was ok (related to #429319).
10337
10338 2007-04-25  Wim Taymans  <wim@fluendo.com>
10339
10340         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10341         Read the channel byte as an unsigned byte.
10342
10343 2007-04-25  Wim Taymans  <wim@fluendo.com>
10344
10345         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10346         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10347         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10348         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10349         (gst_rtp_gsm_depay_setcaps):
10350         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10351         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10352         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10353         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10354         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10355         (gst_ilbc_depay_get_property):
10356         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10357         * gst/rtp/gstrtpmp4adepay.c:
10358         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10359         (gst_rtp_pcma_depay_setcaps):
10360         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10361         (gst_rtp_pcmu_depay_setcaps):
10362         Make sure we configure the clock_rate in the baseclass in the setcaps
10363         function. Fixes #431282.
10364
10365 2007-04-25  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10368         (gst_rtspsrc_stream_free), (request_pt_map),
10369         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10370         * gst/rtsp/gstrtspsrc.h:
10371         Parse server address from SDP.
10372         Hook up a udpsink to send RTCP back to the server.
10373
10374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10375         * gst/rtsp/rtsptransport.h:
10376         Add some docs.
10377
10378 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10379
10380         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10381           Make header field check conditional. Fixes #433135
10382
10383 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10384
10385         * docs/plugins/Makefile.am:
10386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10388         * docs/plugins/inspect/plugin-alphacolor.xml:
10389         * gst/alpha/Makefile.am:
10390         * gst/alpha/gstalphacolor.c:
10391         * gst/alpha/gstalphacolor.h:
10392           Add minimal docs blurb to alphacolor; split out headers into
10393           separate header file for gtk-doc.
10394
10395 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10396
10397         * gst/debug/progressreport.c: (gst_progress_report_report):
10398           Don't try to post NULL message (in case we can't query upstream
10399           position or duration).
10400
10401 2007-04-18  Michael Smith  <msmith@fluendo.com>
10402
10403         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10404         (gst_cutter_get_caps):
10405         * gst/cutter/gstcutter.h:
10406           Fix some of the most obvious bugs in cutter. Now doesn't leak
10407           everything if input is silent.
10408
10409 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10410
10411         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10412         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10413         * gst/wavenc/gstwavenc.h:
10414         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10415         else results in a invalid block align and invalid files.
10416
10417 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         Patch by: Snaik <snaik32 gmail com>
10420
10421         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10422           Add missing break statement for BOX_HORIZONTAL case.
10423
10424 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10425
10426         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10427
10428         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10429         Use correct format strings for integer types.
10430
10431 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10432
10433         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10434         (gst_wavparse_create_sourcepad):
10435         Use gst_riff_create_audio_template_caps () instead of the local caps.
10436         This makes updates of the local caps unecessary whenever libgstriff
10437         gets support for new formats.
10438
10439 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10442
10443         * sys/sunaudio/gstsunaudio.c:
10444         * sys/sunaudio/gstsunaudiomixer.c:
10445         * sys/sunaudio/gstsunaudiomixer.h:
10446         * sys/sunaudio/gstsunaudiomixerctrl.c:
10447         * sys/sunaudio/gstsunaudiomixerctrl.h:
10448         * sys/sunaudio/gstsunaudiomixertrack.h:
10449         * sys/sunaudio/gstsunaudiosink.c:
10450         * sys/sunaudio/gstsunaudiosink.h:
10451         * sys/sunaudio/gstsunaudiosrc.c:
10452         * sys/sunaudio/gstsunaudiosrc.h:
10453           Fix and/or update copyright attributions (#430228).
10454
10455 2007-04-13  Wim Taymans  <wim@fluendo.com>
10456
10457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10458         Fix docs.
10459
10460         * gst/rtsp/URLS:
10461         Add some more example urls.
10462
10463         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10464         (gst_rtp_dec_chain_rtp):
10465         Better debugging.
10466
10467         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10468         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10469         (gst_rtspsrc_parse_rtpinfo):
10470         Remove unused code.
10471
10472 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10473
10474         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10475         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10476         (gst_wavparse_stream_data):
10477           Relax the audio/mpeg caps again and add FIXME: comment.
10478
10479 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10480
10481         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10482         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10483         (gst_wavparse_stream_data):
10484         * gst/wavparse/gstwavparse.h:
10485           More sanity check for the header fields. Fix type for 'rate' header
10486           field.
10487
10488 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10491         (gst_icydemux_unicodify):
10492           If the metadata strings we get in the stream are not UTF-8, try to
10493           interpret them according to the character encodings specified in the
10494           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10495           only fall back to locale/ISO-8859-1 if those aren't set or don't
10496           work. Should fix #428901.
10497
10498 2007-04-12  Wim Taymans  <wim@fluendo.com>
10499
10500         * gst/rtp/gstrtph264depay.c:
10501         Use the proper sync word for SPS and PPS.
10502
10503 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10504
10505         * gst/rtp/Makefile.am:
10506         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10507           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10508         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10509           Add a simple hashing implementation that we can use to generate
10510           a 24-bit ident value based on the codebooks for vorbis and theora.
10511         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10512           gst_rtp_theora_pay_handle_buffer):
10513         * gst/rtp/gstrtpvorbisdepay.c
10514           (gst_rtp_vorbis_depay_parse_configuration,
10515           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10516         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10517           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10518           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10519           Use the hashing function, ensuring that the same codebooks result
10520           in the same ident and thus the same SDP description.
10521           Various log fixes/changes.
10522
10523 2007-04-12  Wim Taymans  <wim@fluendo.com>
10524
10525         Patch by: jerry tan <jerry dot tan at sun dot com>
10526
10527         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10528         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10529         application's responsibility to make sure it open the device once.
10530         Remove a careless error if AUDIODEV is set. Fixes #392620.
10531
10532 2007-04-12  Wim Taymans  <wim@fluendo.com>
10533
10534         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10535         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10536         * gst/rtsp/gstrtpdec.h:
10537         Make backward compat with rtpbin by adding the request-pt-map signals.
10538
10539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10540         (new_session_pad), (request_pt_map),
10541         (gst_rtspsrc_stream_configure_transport),
10542         (gst_rtspsrc_stream_configure_caps),
10543         (gst_rtspsrc_activate_streams):
10544         * gst/rtsp/gstrtspsrc.h:
10545         Implement request-pt-map signals instead of setting caps on the buffers
10546         for the session manager.
10547
10548 2007-04-11  Wim Taymans  <wim@fluendo.com>
10549
10550         * gst/udp/gstudp.c: (plugin_init):
10551         Register GstNetBuffer in plugin_init so that the type can be used from
10552         multiple threads without races.
10553
10554 2007-04-10  Wim Taymans  <wim@fluendo.com>
10555
10556         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10557         (gst_rtp_amr_depay_process):
10558         Fix depayloader clock_rate and some cleanups.
10559
10560         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10561         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10562         * gst/rtp/gstrtph264depay.h:
10563         Don't push codec_data in the adapter because it might get flushed when
10564         we get a discont.
10565
10566         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10567         Handle multiple AU per packet.
10568
10569         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10570         (gst_rtp_sv3v_depay_plugin_init):
10571         Disable rank, this one does not work.
10572         Remove timestamping, base class does that.
10573
10574 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10575
10576         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10577           limit caps to the formats we announce in the template
10578
10579         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10580         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10581         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10582           fix some crashers/asserts when dealing with broken files
10583
10584 2007-04-10  Wim Taymans  <wim@fluendo.com>
10585
10586         Patch by: Peter Kjellerstedt  <pkj at axis com>
10587
10588         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10589         * gst/rtp/gstrtpL16depay.c:
10590         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10591         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10592         (gst_rtp_speex_depay_setcaps):
10593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10594         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10595         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10596         Fix some compiler warnings. Fixes #428182.
10597
10598 2007-04-06  Wim Taymans  <wim@fluendo.com>
10599
10600         * gst/rtsp/Makefile.am:
10601         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10602         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10603         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10604         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10605         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10606         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10607         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10608         (create_rtcp), (gst_rtp_dec_request_new_pad),
10609         (gst_rtp_dec_release_pad):
10610         * gst/rtsp/gstrtpdec.h:
10611         * gst/rtsp/gstrtsp.c: (plugin_init):
10612         Morph RTPDec into something compatible with RTPBin as a fallback.
10613         Various other style fixes.
10614
10615         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10616         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10617         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10618         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10619         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10620         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10621         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10622         * gst/rtsp/gstrtspsrc.h:
10623         Implement RTPBin session manager handling.
10624         Don't try to add empty properties to caps.
10625         Implement fallback session manager, handling.
10626         Don't combine errors from RTCP streams, just ignore them.
10627
10628         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10629         * gst/rtsp/rtsptransport.h:
10630         Implement fallback session manager.
10631         Make RTPBin the default one when available.
10632
10633 2007-04-05  Wim Taymans  <wim@fluendo.com>
10634
10635         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10636         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10637         This element is ready to be autoplugged.
10638
10639 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10640
10641         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10642         Don't leave the offsets defined by upstream element on the
10643         compressed data buffer we are pushing downstream. Make them
10644         GST_BUFFER_OFFSET_NONE.
10645
10646 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10647
10648         * gst/avi/README:
10649         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10650         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10651         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10652         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10653         (gst_avi_demux_calculate_durations_from_index),
10654         (gst_avi_demux_stream_header_push),
10655         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10656         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10657           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10658
10659 2007-04-03  Wim Taymans  <wim@fluendo.com>
10660
10661         * gst/smpte/barboxwipes.c:
10662         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10663
10664 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10665
10666         * gst/wavparse/gstwavparse.c:
10667         Support audio/x-raw-float in wav files. This only works with
10668         plugins-base CVS, using an older version doesn't have any
10669         disadvantages though.
10670
10671 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10672
10673         * configure.ac:
10674         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10675         (gst_au_parse_parse_header), (gst_au_parse_chain):
10676         * gst/auparse/gstauparse.h:
10677         Revert last change as we don't want plugins-good to depend on
10678         plugins-base CVS now.
10679
10680 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10681
10682         * configure.ac:
10683         Require gst-plugins-base CVS for audioconvert with non-native
10684         float support and width/depth fix in libgstriff.
10685
10686         Patch by: René Stadler <mail at renestadler dot de>
10687
10688         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10689         (gst_au_parse_parse_header), (gst_au_parse_chain):
10690         * gst/auparse/gstauparse.h:
10691         Don't swap the floats ourself if they're not in native endianness.
10692         Instead let audioconvert handle this. Fixes #339838.
10693
10694 2007-03-29  Wim Taymans  <wim@fluendo.com>
10695
10696         * gst/rtp/gstasteriskh263.h:
10697         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10698         (gst_rtp_h263p_depay_change_state):
10699         * gst/rtp/gstrtph263pdepay.h:
10700         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10701         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10702         (gst_rtp_h264_depay_change_state):
10703         * gst/rtp/gstrtph264depay.h:
10704         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10705         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10706         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10707         Flush adapter on disconts.
10708
10709 2007-03-29  Wim Taymans  <wim@fluendo.com>
10710
10711         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10712         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10713         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10714         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10715         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10716         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10717         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10718         (gst_rtp_mp4v_depay_process):
10719         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10720         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10721         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10722         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10723         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10724         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10725         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10726         Use more efficient adapter and rtpbuffer methods when possible.
10727
10728 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10729
10730         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10731         (gst_wavenc_sink_setcaps):
10732         Correctly handle width!=depth input.
10733         * gst/wavparse/gstwavparse.c:
10734         Already export in the caps that width==8 uses unsigned samples and
10735         everything else uses signed samples.
10736
10737 2007-03-29  Wim Taymans  <wim@fluendo.com>
10738
10739         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10740
10741         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10742         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10743         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10744         (gst_dynudpsink_close):
10745         * gst/udp/gstdynudpsink.h:
10746         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10747         (gst_udpsrc_create), (gst_udpsrc_set_property),
10748         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10749         * gst/udp/gstudpsrc.h:
10750         Rework the socket allocation a bit based on the sockfd argument so that
10751         it becomes usable.
10752         Add a closefd property to instruct the udp elements to close the custom
10753         file descriptors when going to READY. Fixes #423304.
10754         API:GstUDPSrc::closefd property
10755         API:GstDynUDPSink::closefd property
10756
10757 2007-03-29  Wim Taymans  <wim@fluendo.com>
10758
10759         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10760
10761         * gst/rtp/Makefile.am:
10762         * gst/rtp/gstrtp.c: (plugin_init):
10763         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10764         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10765         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10766         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10767         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10768         (gst_rtp_h264_pay_plugin_init):
10769         * gst/rtp/gstrtph264pay.h:
10770         Added H264 payloader. Fixes #423782.
10771
10772         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10773         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10774         Small fixes.
10775
10776 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10777
10778         * gst/wavparse/gstwavparse.c:
10779         Actually support depths from 1 to 32, not only 8 to 32.
10780
10781 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10782
10783         * gst/wavparse/gstwavparse.c:
10784         Add support for wav files containing audio/x-raw-int with random
10785         depths between 1 and 32 bits.
10786
10787 2007-03-28  Wim Taymans  <wim@fluendo.com>
10788
10789         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10790
10791         * gst/rtp/Makefile.am:
10792         * gst/rtp/gstrtp.c: (plugin_init):
10793         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10794         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10795         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10796         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10797         (gst_rtp_mp4a_depay_get_property),
10798         (gst_rtp_mp4a_depay_change_state),
10799         (gst_rtp_mp4a_depay_plugin_init):
10800         * gst/rtp/gstrtpmp4adepay.h:
10801         Added MP4A-LATM depayloader. Fixes #417792.
10802
10803         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10804         (gst_rtp_mp4v_depay_process):
10805         Fixup depayloader, setting codec_data, using more efficient adaptor and
10806         rtpbuffer handling.
10807
10808         * gst/rtsp/URLS:
10809         Add url to test above.
10810
10811 2007-03-25  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10814         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10815         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10816         (gst_rtspsrc_media_to_caps),
10817         (gst_rtspsrc_stream_configure_transport),
10818         (gst_rtspsrc_stream_configure_caps),
10819         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10820         * gst/rtsp/gstrtspsrc.h:
10821         Handle default clock-rates for static payload types, rearrange stuff so
10822         that the rtpmap field in the sdp can override the defaults.
10823         Parse RTP-Info field to get the seqnum and timebase fields that should
10824         go in the caps.
10825         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10826         the server. 
10827
10828 2007-03-22  Wim Taymans  <wim@fluendo.com>
10829
10830         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10831
10832         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10833         Accept complex pipeline descriptions as an audio profile instead of just
10834         a single element. Fixes #420658.
10835
10836 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10839           Rename registered type in preparation of GstTagDemux moving to
10840           -base at some point in the future.
10841
10842 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10845           Streaming mode fixes: don't unref buffer we don't own any longer;
10846           remove bogus adapter flush. Fixes #419338.
10847
10848 2007-03-17  David Schleef  <ds@schleef.org>
10849
10850         * REQUIREMENTS: Change the format to key/value, add a bunch of
10851           information, remove a bunch of requirements that are for
10852           other GStreamer packages.
10853
10854 2007-03-17  David Schleef  <ds@schleef.org>
10855
10856         * REQUIREMENTS: Fix a few things.  This file really needs a
10857         good once-over.
10858
10859 2007-03-15  Edward Hervey  <edward@fluendo.com>
10860
10861         * sys/Makefile.am:
10862         Don't forget to distribute the sys/osxaudio/ directory.
10863
10864 2007-03-15  Edward Hervey  <edward@fluendo.com>
10865
10866         * configure.ac:
10867         * sys/Makefile.am:
10868         * sys/osxaudio/Makefile.am:
10869         * sys/osxaudio/gstosxaudio.c:
10870         * sys/osxaudio/gstosxaudiosink.c:
10871         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10872         (gst_osx_audio_sink_getcaps),
10873         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10874         * sys/osxaudio/gstosxaudiosrc.c:
10875         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10876         (gst_osx_audio_src_create_ringbuffer):
10877         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10878         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10879         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10880         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10881         * sys/osxaudio/gstosxringbuffer.h:
10882         Activate osxaudio in gst-plugins-good with proper build setup.
10883         Add inlined documentation.
10884         Fix debug statements
10885         Fix ringbuffer when pausing.
10886         Fixes #323471
10887
10888 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10889         * gst/rtp/gstrtppcmapay.c:
10890         * gst/rtp/gstrtppcmapay.h:
10891         * gst/rtp/gstrtppcmupay.c:
10892         * gst/rtp/gstrtppcmupay.h:
10893         Ported mulaw and alaw payloaders to use new base class
10894
10895 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897         * po/af.po:
10898         * po/az.po:
10899         * po/cs.po:
10900         * po/en_GB.po:
10901         * po/it.po:
10902         * po/nl.po:
10903         * po/or.po:
10904         * po/sq.po:
10905         * po/sr.po:
10906         * po/sv.po:
10907         * po/uk.po:
10908         * po/vi.po:
10909           Update translations.
10910
10911 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         * configure.ac:
10914           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10915
10916 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10919           Fix handling of -1 values for start and stop values when seeking,
10920           and SEEK_CUR+SEEK_END here as well.
10921
10922 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10923
10924         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10925           Fix handling of -1 values for start and stop values when seeking, 
10926           and SEEK_CUR+SEEK_END.
10927
10928 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10931           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10932           the image format a variable-length NUL-terminated string; in
10933           versions before that the image format is a fixed-length string of
10934           3 characters (see #348644 for a sample tag).
10935           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10936
10937 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10938
10939         * win32/MANIFEST:
10940         Add new project files to MANIFEST.
10941         * win32/vs6/libgstaudiofx.dsp:
10942         * win32/vs6/libgstrtp.dsp:
10943         * win32/vs6/libgstrtsp.dsp:
10944         Update project files.
10945         
10946 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10949         (gst_avi_demux_parse_index):
10950         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10951         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10952           Printf format fixes; also add some missing quotes in translated
10953           strings. Fixes #416728 and #416727.
10954
10955 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10956
10957         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10958           Tim and I can't think of any reason the child audio sink needs to 
10959           be set back to NULL after successfully determining that it can 
10960           reach READY - it gets immediately set back to READY by the caller
10961           anyway, causing an unnecessary close/open of any audio devices
10962           involved.
10963
10964 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * po/LINGUAS:
10967         * po/ja.po:
10968           Add ja.po file from #377306.
10969
10970 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10973         * sys/sunaudio/gstsunaudiomixertrack.c:
10974         (gst_sunaudiomixer_track_new):
10975           Actually translate sunaudio mixer track labels instead of just
10976           marking the strings as translatable (#377306); clean up weird
10977           label string mapping code that serves no apparent purpose. Also
10978           set the 'untranslated-label' property when creating mixer tracks
10979           if the GstMixerTrack base class supports this.
10980
10981         * tests/check/Makefile.am:
10982         * tests/check/elements/.cvsignore:
10983         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10984         (sunaudio_suite):
10985           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10986           actually tested on a system where sunaudiomixer is available).
10987
10988 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10989
10990         * tests/check/Makefile.am:
10991         Re-enable the states test and see if it works on the buildbots.
10992
10993 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10996         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10997         (gst_dvdec_change_state):
10998         * ext/dv/gstdvdec.h:
10999         Infer pixel-aspect-ratio from the video frame format if it isn't
11000         provided by the container, as happens when playing DV from AVI
11001         or Quicktime containers.
11002
11003         Patch by: Wim Taymans <wim@fluendo.com>
11004         Fixes #380944
11005
11006 2007-03-09  Wim Taymans  <wim@fluendo.com>
11007
11008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11009         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11010         will later be handled by the jitterbuffer.
11011
11012 2007-03-09  Wim Taymans  <wim@fluendo.com>
11013
11014         * ext/taglib/gstid3v2mux.cc:
11015         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11016         Fixes #414496.
11017         
11018         Patch by: Alex Lancaster <alexl at users sourceforge net>
11019
11020 2007-03-09  Wim Taymans  <wim@fluendo.com>
11021
11022         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11023         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11024         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11025         (gst_avi_demux_chain):
11026         Fix stream position reporting after a seek. Fixes #416445.
11027
11028 2007-03-08  Wim Taymans  <wim@fluendo.com>
11029
11030         Patch by: René Stadler <mail at renestadler dot de>
11031
11032         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11033         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11034         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11035         Make avidemux accept optional header chunks in any order.
11036         Fixes #415446.
11037
11038 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11039
11040         * tests/check/Makefile.am:
11041         Disable the states check until the remaining Valgrind errors
11042         are fixed or suppressed.
11043
11044 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11045
11046         * tests/check/elements/.cvsignore:
11047           Add audiodynamic check to .cvsignore
11048
11049 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11050
11051         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11052
11053         * gst/audiofx/Makefile.am:
11054         * gst/audiofx/audiodynamic.c:
11055         (gst_audio_dynamic_characteristics_get_type),
11056         (gst_audio_dynamic_mode_get_type),
11057         (gst_audio_dynamic_set_process_function),
11058         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11059         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11060         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11061         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11062         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11063         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11064         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11065         (gst_audio_dynamic_transform_hard_knee_expander_int),
11066         (gst_audio_dynamic_transform_hard_knee_expander_float),
11067         (gst_audio_dynamic_transform_soft_knee_expander_int),
11068         (gst_audio_dynamic_transform_soft_knee_expander_float),
11069         (gst_audio_dynamic_transform_ip):
11070         * gst/audiofx/audiodynamic.h:
11071         * gst/audiofx/audiofx.c: (plugin_init):
11072         Add new audiodynamic element which can act as a compressor or
11073         expander. Supported are hard-knee and soft-knee operation modes with
11074         user-specified ratio and threshold.
11075         Attack and release parameters are not yet implemented but will follow.
11076         * docs/plugins/Makefile.am:
11077         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11079         * docs/plugins/gst-plugins-good-plugins.args:
11080         * docs/plugins/inspect/plugin-audiofx.xml:
11081         Integrate audiodynamic into the docs.
11082         * tests/check/Makefile.am:
11083         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11084         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11085         Add unit test for audiodynamic.
11086
11087 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11090         Free handles that we allocated when exiting via the error paths.
11091
11092 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11093
11094         * gst/level/gstlevel.c: (gst_level_class_init),
11095         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11096         (gst_level_transform_ip):
11097         * gst/level/gstlevel.h:
11098           Resolve message timestamps against the playback segment.
11099
11100 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11103         (gst_id3demux_sink_activate):
11104           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11105           caps passed to it (previously one code path assumed it took ownership
11106           while another one assumed it didn't, while in fact it sometimes did and
11107           sometimes didn't ...).
11108
11109         * configure.ac:
11110         * tests/files/Makefile.am:
11111         * tests/files/id3-407349-1.tag:
11112         * tests/files/id3-407349-2.tag:
11113           Add directory where data for unit tests can be stored.
11114
11115         * tests/Makefile.am:
11116         * tests/check/Makefile.am:
11117         * tests/check/elements/.cvsignore:
11118         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11119         (read_tags_from_file), (run_check_for_file),
11120         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11121           Add unit test for id3demux, and in particular for bug #407349. Only
11122           testing pull-mode for now; push mode doesn't work yet because the test
11123           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11124
11125 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * tests/check/Makefile.am:
11128           Add missing backslash at end of line.
11129
11130 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11131
11132         Trigger rebuild.
11133
11134 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11137         * gst/id3demux/id3tags.h:
11138         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11139         (parse_obsolete_tdat_frame):
11140           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11141           the four-digit number will be interpreted as a year, whereas it is
11142           month and day in DDMM format. Instead, parse TDAT frames and fix up
11143           the date in the GST_TAG_DATE tag later if we also extracted a year.
11144           Fixes #407349.
11145
11146 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11147
11148         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11149         (gst_switch_commit_new_kid):
11150         Fix up the dispose logic so it doesn't leak, and fix setting of 
11151         the child state so that we don't set a child to our current state 
11152         just as we are changing it to something else.
11153
11154 2007-03-06  Wim Taymans  <wim@fluendo.com>
11155
11156         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11157         (gst_goom_chain):
11158         * gst/goom/gstgoom.h:
11159         Document, fix and improve goom adapter behaviour.
11160         Fixes #407006.
11161
11162 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11163
11164         * ext/esd/esdsink.c: (gst_esdsink_open):
11165         Unref static pad template after using it.
11166
11167 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11168
11169         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11170         (gst_switch_commit_new_kid):
11171         Fix up the reference counting of the child elements.
11172
11173 2007-03-05  Wim Taymans  <wim@fluendo.com>
11174
11175         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11176         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11177         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11178         Fix encoding-name case.
11179
11180 2007-03-05  Wim Taymans  <wim@fluendo.com>
11181
11182         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11183         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11184         (gst_rtp_speex_depay_process):
11185         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11186         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11187         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11188         (gst_rtp_speex_pay_change_state):
11189         * gst/rtp/gstrtpspeexpay.h:
11190         Fix speex (de)payloader. Fixes #358040.
11191
11192 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11193
11194         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11195         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11196         Install fakesink in NULL by fixing some broken logic. This obviates
11197         the need to manually set _IS_SINK.
11198         Add some comments and remove a little cruft while I'm at it.
11199
11200 2007-03-05  Wim Taymans  <wim@fluendo.com>
11201
11202         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11203         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11204
11205 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * po/POTFILES.in:
11208           Update.
11209
11210 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11211
11212         * tests/check/Makefile.am:
11213         Gah! Also disable gconfvideosink from the tests, otherwise
11214         it will instantiate autovideosink, and dfbvideosink and
11215         leak on the buildbots.
11216
11217 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11220         (gst_cdio_cdda_src_finalize):
11221         Make sure we always destroy our libcdio handle.
11222
11223 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11224
11225         * tests/check/Makefile.am:
11226         Disable autovideosink so the buildbots don't barf over memory
11227         leaked in the directfb sink.
11228
11229 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11230
11231         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11232         Chain up in dispose
11233
11234 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11235
11236         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11237         (gst_multipart_find_pad_by_mime):
11238         Use gst_pad_new_from_static_template instead of
11239         static_pad_template_get+pad_new.
11240
11241 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11242
11243         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11244         Catch the case where no clock has been set.
11245
11246 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11247
11248         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11249         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11250         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11251         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11252         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11253         (gst_gconf_audio_src_finalize), (do_toggle_element):
11254         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11255         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11256         (do_toggle_element):
11257         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11258         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11259         (gst_gconf_video_src_finalize), (do_toggle_element):
11260         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11261         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11262         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11263         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11264         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11265         (gst_shout2send_init), (gst_shout2send_finalize):
11266         * gst/debug/testplugin.c: (gst_test_class_init),
11267         (gst_test_finalize):
11268         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11269         (gst_flxdec_dispose):
11270         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11271         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11273         (gst_rtspsrc_finalize):
11274         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11275         * gst/rtsp/rtspextwms.h:
11276         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11277         (gst_smpte_finalize):
11278         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11279         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11280         (gst_udpsink_finalize):
11281         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11282         (gst_wavparse_sink_activate):
11283         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11284         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11285         (gst_oss_src_finalize):
11286         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11287         * sys/v4l2/gstv4l2object.h:
11288         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11289         (gst_v4l2src_finalize):
11290         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11291
11292         Fix a bunch of leaks shown by the newly-added states test.
11293
11294 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11295
11296         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11297         Use gst_pad_new_from_static_template instead of 
11298         static_pad_template_get+pad_new.
11299
11300 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11303
11304         * ext/libcaca/Makefile.am:
11305         * gst/debug/Makefile.am:
11306           Don't mix tabs and spaces (#414168).
11307
11308 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11309
11310         * tests/check/generic/.cvsignore:
11311           Ignore files to please buildbot.
11312
11313 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11314
11315         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11316         (gst_wavparse_stream_data):
11317           Unbreak my previous commit (swapped nominator & denominator). Tim,
11318           thanks for spotting.
11319
11320 2007-03-02  Wim Taymans  <wim@fluendo.com>
11321
11322         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11323         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11324         (gst_cdio_cdda_src_finalize):
11325         Small code cleanups.
11326         Don't use pad_alloc as the base class cannot deal with the error codes.
11327
11328 2007-03-02  Wim Taymans  <wim@fluendo.com>
11329
11330         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11331         (gst_udpsrc_create):
11332         Fix doc.
11333
11334 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11335
11336         Patch by: René Stadler <mail@renestadler.de>
11337
11338         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11339         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11340         (gst_wavparse_stream_data):
11341           Handle rounding better to not drop last sample frame. Fixes #356692
11342
11343 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11344
11345         * tests/check/Makefile.am:
11346         Disable cacasink from the states check too - it also calls exit(1)
11347         on us when it can't find a terminal to talk to.
11348
11349 2007-03-02  Wim Taymans  <wim@fluendo.com>
11350
11351         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11352
11353         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11354         (gst_udpsrc_create), (gst_udpsrc_set_property),
11355         (gst_udpsrc_get_property):
11356         * gst/udp/gstudpsrc.h:
11357         Add support to strip proprietary headers. Fixes #350296.
11358
11359 2007-03-02  Wim Taymans  <wim@fluendo.com>
11360
11361         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11362         Fix compilation.
11363
11364 2007-03-02  Wim Taymans  <wim@fluendo.com>
11365
11366         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11367
11368         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11369         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11370         (gst_rtp_mp2t_depay_set_property),
11371         (gst_rtp_mp2t_depay_get_property):
11372         * gst/rtp/gstrtpmp2tdepay.h:
11373         Add support to strip off proprietary headers. Fixes #350278.
11374
11375 2007-03-02  Wim Taymans  <wim@fluendo.com>
11376
11377         * ext/hal/hal.c:
11378         Fix compilation.
11379
11380 2007-03-02  Wim Taymans  <wim@fluendo.com>
11381
11382         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11383         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11384         (gst_sunaudiosrc_open):
11385         * sys/sunaudio/gstsunaudiosrc.h:
11386         Remove device-name from GstSunAudioSrc. Fixes #412597.
11387
11388 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11389
11390         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11391         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11392         Having NULL as UDI previously selected the default sink/src. Change
11393         this back but mention it in the debug output.
11394         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11395         (gst_hal_get_oss_element), (gst_hal_get_string),
11396         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11397         (gst_hal_get_audio_src):
11398         * ext/hal/hal.h:
11399         Refactor a bit, check all error conditions, greatly improve debugging
11400         and fix some possible memory leaks. Also implement OSS support
11401         and allow specifying an UDI that points to a real device. For this the
11402         child device which supports ALSA (preferred) or OSS is used.
11403         As a side effect this makes it impossible now to get a alsasink in
11404         halaudiosrc and a alsasrc in halaudiosink.
11405
11406 2007-03-01  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11409         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11410         Errors from the udp sources are not fatal unless all of them are in
11411         error.
11412
11413 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11414
11415         * tests/check/Makefile.am:
11416         Disable aasink in the states test. I suspect this is the element that
11417         is calling exit(1) when it can't proceed.
11418
11419 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11420
11421         * tests/check/Makefile.am:
11422         Draw plugins in from the build tree sys/ dir, rather than picking
11423         up the already installed versions.
11424
11425 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11426
11427         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11428         Error out correctly when getting xcontext fails.
11429
11430 2007-03-01  Wim Taymans  <wim@fluendo.com>
11431
11432         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11433         Make state change to PAUSED NO_PREROLL because that's what it will be in
11434         the future and rtspsrc relies on it.
11435
11436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11437         (gst_rtspsrc_change_state):
11438         Don't error out when we don't get an error from the state change
11439         function.
11440
11441 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11442
11443         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11444         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11445           Check if the device UDI is set before trying to query HAL
11446           about it and give a useful error message if it wasn't set.
11447         * ext/hal/hal.c: (gst_hal_get_string):
11448           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11449           gives an assertion failure in D-Bus when running with
11450           DBUS_FATAL_WARNINGS=1.
11451
11452 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11453
11454         * configure.ac:
11455           Convert to new AG_GST style.
11456
11457 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11458
11459         * tests/check/Makefile.am:
11460         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11461           add test for states
11462
11463 2007-02-28  Wim Taymans  <wim@fluendo.com>
11464
11465         * tests/check/elements/.cvsignore:
11466         Add new videofilter check to .cvsignore.
11467
11468 2007-02-28  Wim Taymans  <wim@fluendo.com>
11469
11470         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11471         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11472         (gst_avi_demux_loop), (gst_avi_demux_chain):
11473         Fix combined flow return. Fixes #412608.
11474
11475 2007-02-28  Wim Taymans  <wim@fluendo.com>
11476
11477         * gst/videofilter/Makefile.am:
11478         Dist header..
11479
11480 2007-02-28  Wim Taymans  <wim@fluendo.com>
11481
11482         * gst/videofilter/gstgamma.h:
11483         Add header too.
11484
11485 2007-02-28  Wim Taymans  <wim@fluendo.com>
11486
11487         Patch by: Mark Nauwelaerts <manauw at skynet be>
11488
11489         * gst/videofilter/Makefile.am:
11490         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11491         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11492         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11493         (oil_tablelookup_u8), (gst_gamma_set_caps),
11494         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11495         Port gamma filter to 0.10. Fixes #412704.
11496
11497         * tests/check/Makefile.am:
11498         * tests/check/elements/videofilter.c: (setup_filter),
11499         (cleanup_filter), (check_filter), (GST_START_TEST),
11500         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11501         Add unit tests for videofilters.
11502
11503 2007-02-28  Wim Taymans  <wim@fluendo.com>
11504
11505         * gst/rtsp/URLS:
11506         Add another interesting test url.
11507
11508         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11509         Don't allow getting header fields from data packets.
11510
11511 2007-02-28  Michael Smith  <msmith@fluendo.com>
11512
11513         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11514         (gst_shout2send_init), (gst_shout2send_start),
11515         (gst_shout2send_set_property), (gst_shout2send_get_property):
11516         * ext/shout2/gstshout2.h:
11517           Add a property for username.
11518
11519 2007-02-27  Christian Schallerr <christian@fluendo.com>
11520
11521         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11522
11523 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11524
11525         * gst/rtsp/Makefile.am:
11526         Fix make check too.
11527
11528 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11529
11530         * gst/rtsp/base64.c: (util_base64_encode):
11531         * gst/rtsp/base64.h:
11532         Commit missing files for base64 encoding.
11533
11534 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11537
11538         * configure.ac:
11539         * ext/annodex/Makefile.am:
11540         * ext/jpeg/Makefile.am:
11541         * ext/speex/Makefile.am:
11542         * gst/alpha/Makefile.am:
11543         * gst/cutter/Makefile.am:
11544         * gst/debug/Makefile.am:
11545         * gst/effectv/Makefile.am:
11546         * gst/goom/Makefile.am:
11547         * gst/level/Makefile.am:
11548         * gst/smpte/Makefile.am:
11549         * gst/videofilter/Makefile.am:
11550           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11551
11552 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11553
11554         * gst/rtsp/Makefile.am:
11555         * gst/rtsp/rtspconnection.c: (append_auth_header),
11556         (rtsp_connection_send), (rtsp_connection_set_auth):
11557         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11558         from icecast to replace it. Relicensed from GPL courtesy of Mike
11559         Smith.
11560
11561 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11562
11563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11564         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11565         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11566         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11567         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11568         (gst_rtspsrc_uri_set_uri):
11569         * gst/rtsp/gstrtspsrc.h:
11570         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11571         (append_auth_header), (rtsp_connection_send),
11572         (rtsp_connection_free), (rtsp_connection_set_auth):
11573         * gst/rtsp/rtspconnection.h:
11574         * gst/rtsp/rtspdefs.h:
11575         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11576         * gst/rtsp/rtspurl.h:
11577
11578         Implement simple Basic Authentication support so that urls like
11579         rtsp://user:pass@hostname/rtspstream work on hosts that require
11580         authentication.
11581
11582 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11583
11584         * sys/v4l2/gstv4l2object.c:
11585         * sys/v4l2/gstv4l2tuner.c:
11586         * sys/v4l2/v4l2_calls.c:
11587         Fix segfault when oppening a radio device.
11588         
11589 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11590
11591         * gst/level/gstlevel.c: (gst_level_set_caps),
11592         (gst_level_transform_ip):
11593         * sys/v4l2/README:
11594         * tests/check/elements/level.c: (GST_START_TEST):
11595           Fix level for multi-channel case.
11596
11597 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11598
11599         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11600         (gst_level_transform_ip):
11601         * gst/level/gstlevel.h:
11602           Use function pointer for process function and add process functions
11603           for float audio.
11604
11605 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11606
11607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11608         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11609         (gst_v4l2src_capture_init):
11610           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11611           fixes #407369
11612
11613 2007-02-18  Wim Taymans  <wim@fluendo.com>
11614
11615         * gst/rtp/Makefile.am:
11616         * gst/rtp/gstrtp.c: (plugin_init):
11617         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11618         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11619         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11620         (gst_rtp_mp2t_pay_plugin_init):
11621         * gst/rtp/gstrtpmp2tpay.h:
11622         Added simple mpeg transport stream payloader.
11623
11624 2007-02-16  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/rtsp/URLS:
11627         Add example H264 rtsp url.
11628
11629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11630         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11631         Don't convert values to lowercase or we might mess up base64 encoded
11632         properties.
11633
11634 2007-02-16  Wim Taymans  <wim@fluendo.com>
11635
11636         * gst/rtp/README:
11637         Fix case of string params.
11638
11639         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11640         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11641         Fix depayloader, support more packet types.
11642         Add sync codes to make sure the packetizer can do its job.
11643
11644         * gst/rtp/gstrtpmp4gdepay.c:
11645         * gst/rtp/gstrtpmp4gpay.c:
11646         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11647         Fix caps case again.
11648
11649 2007-02-15  Wim Taymans  <wim@fluendo.com>
11650
11651         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11652         Set right caps on output buffers.
11653
11654 2007-02-14  Wim Taymans  <wim@fluendo.com>
11655
11656         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11657         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11658         Clear stack allocated SDPMedia struct before calling _init() on it.
11659         Clarify this in the docs as well.
11660
11661 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11662
11663         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11664         (do_change_child):
11665         Don't reset the profile when going switching states, as it makes
11666         the element non-reusable.
11667
11668 2007-02-14  Wim Taymans  <wim@fluendo.com>
11669
11670         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11671         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11672         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11673         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11674         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11675         (sdp_parse_line):
11676         * gst/rtsp/sdpmessage.h:
11677         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11678         Fix memory management of SDP messages. Fixes #407793.
11679
11680 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11681
11682         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11683
11684         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11685         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11686
11687 2007-02-14  Wim Taymans  <wim@fluendo.com>
11688
11689         Patch by: jp.liu <jp_liu at astrocom dot cn>
11690
11691         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11692         Fix parsing of password field in url. Fixes #407797.
11693
11694 2007-02-14  Wim Taymans  <wim@fluendo.com>
11695
11696         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11697         (gst_wavparse_reset), (gst_wavparse_init),
11698         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11699         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11700         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11701         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11702         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11703         (gst_wavparse_loop), (gst_wavparse_chain),
11704         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11705         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11706         (plugin_init):
11707         * gst/wavparse/gstwavparse.h:
11708         Update docs.
11709         Use boilerplate.
11710         Various code cleanups.
11711         When the bitrate is not known (bps == 0 or compressed formats) let
11712         downstream element guestimate the duration and position and don't
11713         generate timestamps or durations. Fixes #405213.
11714         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11715         error flowreturn upstream.
11716
11717 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * ext/gconf/Makefile.am:
11720         * ext/gconf/gconf.c: (gst_gconf_get_string),
11721         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11722         (gst_gconf_render_bin_with_default):
11723         * ext/gconf/gconf.h:
11724         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11725         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11726         (gst_gconf_audio_sink_dispose), (do_change_child),
11727         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11728         (cb_change_child), (gst_gconf_audio_sink_change_state):
11729         * ext/gconf/gstgconfaudiosink.h:
11730         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11731         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11732         (gst_switch_sink_init), (gst_switch_sink_dispose),
11733         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11734         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11735         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11736         * ext/gconf/gstswitchsink.h:
11737         * gst/autodetect/gstautoaudiosink.c:
11738         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11739         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11740         (gst_auto_audio_sink_detect):
11741         * gst/autodetect/gstautovideosink.c:
11742         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11743         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11744         (gst_auto_video_sink_detect):
11745         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11746         and a child that implements the GConf key monitoring. The end goal of
11747         this is an audio sink that can be changed on the fly, but at the 
11748         moment it still only changes on the next READY transition.
11749
11750 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11751
11752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11753         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11754         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11755         (gst_avi_demux_calculate_durations_from_index),
11756         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11757         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11758         (gst_avi_demux_loop):
11759           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11760
11761 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11762
11763         * configure.ac:
11764         * docs/plugins/Makefile.am:
11765           Add crossreferences to glib/gobject/gstream docs.
11766
11767 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11768
11769         * gst/monoscope/Makefile.am:
11770         * gst/monoscope/gstmonoscope.c:
11771           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11772           (but no LIBS, since we only use defines from the headers).
11773
11774 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11775
11776         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11777
11778         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11779         (gst_wavparse_stream_data):
11780           Fix massive memory leak when operating in streaming mode due to
11781           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11782           Fixes #407057.
11783
11784 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11785
11786         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11787         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11788         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11789         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11790         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11791         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11792         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11793         (gst_avi_demux_calculate_durations_from_index),
11794         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11795         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11796         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11797         * gst/avi/gstavidemux.h:
11798           Save some memory (8%) by repacking the index entry structure (more to
11799           come). Add more FIXMEs to questionable parts.
11800
11801 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11802
11803         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11804         (gst_v4l2src_get_caps):
11805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11806         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11807         (gst_v4l2src_capture_init):
11808           More FIXME comments and messaging changes.
11809
11810 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11811
11812         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11813         (gst_goom_change_state):
11814         * gst/goom/gstgoom.h:
11815           Improved docs and use GST_DEBUG_FUNCPTR.
11816
11817         * gst/level/gstlevel.c: (gst_level_class_init):
11818           Use GST_DEBUG_FUNCPTR.
11819
11820         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11821         (gst_monoscope_chain), (gst_monoscope_change_state):
11822           Improved docs source cleanups.
11823
11824 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11825
11826         * gst/debug/Makefile.am:
11827         * gst/debug/gstdebug.c: (plugin_init):
11828         * gst/debug/gstpushfilesrc.c:
11829         * gst/debug/gstpushfilesrc.h:
11830           Add code for a pushfilesrc element that implements a pushfile:// URI
11831           handler, to make debugging push-mode operation of demuxer/decoders
11832           that support both easier in connection with seek/playbin/etc.
11833           The element isn't registered at the moment.
11834
11835 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11836
11837         * gst/avi/gstavimux.c:
11838           Comment a #if 0 in caps template definition as VS6 seems to 
11839         do not support it.
11840         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11841           Use gst_guint64_to_gdouble for conversion.
11842         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11843           Move variables declaration before the first instruction.
11844         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11845           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11846           And don't include netdb.h for G_OS_WIN32
11847         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11848           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11849           by VS6 then use an other way to initialize SDPMedia structure.
11850         * gst/udp/gstdynudpsink.h:
11851         * gst/udp/gstdynudpnetutils.h:
11852           Do not include <sys/time.h> for G_OS_WIN32
11853         * gst/udp/gstudpsrc.c:
11854           Define socklen_t as int for G_OS_WIN32
11855         * win/common/config.h.in:
11856           Undef HAVE_NETINET_IN_H
11857         * win32/vs6/gst_plugins_good.dsw:
11858         * win32/vs6/libgstrtp.dsp:
11859         * win32/vs6/libgstrtsp.dsp:
11860         * win32/vs6/libgstautogen.dsp:
11861         * win32/vs6/libgstaudiofx.dsp:
11862         * win32/vs6/libgstudp.dsp:
11863           Add and update project files.
11864         * win32/common/gstudp-enumtypes.c:
11865         * win32/common/gstudp-enumtypes.h:
11866           Add a copy of udp enumtypes to win32/common as in core 
11867           and base.
11868         
11869 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11870
11871         * configure.ac:
11872           Activate monoscope when building with --enable-experimental. Fix
11873           --enable-external configure switch description.
11874
11875         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11876         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11877           Help gst-indent.
11878
11879 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11882           Explicitly cast result of pointer arithmetic to integer in order to
11883           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11884
11885 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11886
11887         * gst/debug/progressreport.c:
11888           Some more docs.
11889
11890 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11891
11892         * docs/plugins/inspect/plugin-rtp.xml:
11893           Update for new elements.
11894
11895         * gst/debug/progressreport.h:
11896           Commit newly-created header file as well.
11897
11898 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         * docs/plugins/Makefile.am:
11901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11903         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11904         * gst/debug/Makefile.am:
11905         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11906         (gst_progress_report_do_query), (gst_progress_report_report):
11907           Make progressreport element post messages with the current progress
11908           on the bus. Also add some basic docs for it.
11909
11910 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11911
11912         * ext/hal/hal.c: (gst_hal_get_string):
11913         * ext/hal/hal.h:
11914           Some small cleanups; deal with errors when parsing the HAL ALSA
11915           capabilities a bit better.
11916
11917 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11920           Let's try this again and use the right cast this time.
11921
11922 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11925           Add cast to avoid compiler warnings with older GLib versions
11926           where the nick/name members in GEnumValue are not declared as
11927           constant strings.
11928
11929 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11932         (gst_gconf_render_bin_from_key),
11933         (gst_gconf_get_default_audio_sink):
11934         * ext/gconf/gconf.h:
11935         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11936         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11937         (gst_gconf_audio_sink_get_property):
11938           In gconfaudiosink, get the right key as the old key in do_toggle
11939           (ie. one dependent on the profile selected). Log some more stuff so
11940           we can see what's actually going on.
11941
11942 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11943
11944         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11945         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11946         (gst_audio_amplify_set_process_function),
11947         (gst_audio_amplify_setup):
11948         * gst/audiofx/audioamplify.h:
11949         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11950         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11951         * gst/audiofx/audioinvert.h:
11952         Some small cleanups and port both elements to the new GstAudioFilter
11953         base class to save a few lines of common code.
11954         * gst/audiofx/Makefile.am:
11955         Link against libgstaudio for the above changes
11956
11957 2007-01-29  Wim Taymans  <wim@fluendo.com>
11958
11959         * tests/check/elements/.cvsignore:
11960         Some more ignores.
11961
11962 2007-01-26  Wim Taymans  <wim@fluendo.com>
11963
11964         Patch by: charles <charlesg3 at gmail dot com>
11965
11966         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11967         (set_shout_metadata), (gst_shout2send_event):
11968         * ext/shout2/gstshout2.h:
11969         Properly handle tags in shout2send. Fixes #399825.
11970
11971 2007-01-25  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11974         (gst_rtspsrc_activate_streams):
11975         Convert SDP fields to upper/lowercase following the rules in the SDP to
11976         caps document. 
11977
11978 2007-01-25  Wim Taymans  <wim@fluendo.com>
11979
11980         * gst/rtp/README:
11981         * gst/rtp/gstrtpilbcdepay.c:
11982         * gst/rtp/gstrtpilbcpay.c:
11983         * gst/rtp/gstrtpmp4gdepay.c:
11984         * gst/rtp/gstrtpmp4gpay.c:
11985         * gst/rtp/gstrtpspeexdepay.c:
11986         * gst/rtp/gstrtpspeexpay.c:
11987         * gst/rtp/gstrtpsv3vdepay.c:
11988         * gst/rtp/gstrtptheoradepay.c:
11989         * gst/rtp/gstrtptheorapay.c:
11990         * gst/rtp/gstrtpvorbisdepay.c:
11991         * gst/rtp/gstrtpvorbispay.c:
11992         Fix case of encoding-name and key/value pairs to match the document.
11993         This is to make interoperation with SDP case-insensitive as required by
11994         the relevant RFCs.
11995
11996 2007-01-25  Wim Taymans  <wim@fluendo.com>
11997
11998         * configure.ac:
11999         Bump required -core/-base to CVS
12000
12001 2007-01-25  Wim Taymans  <wim@fluendo.com>
12002
12003         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12004         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12005         * gst/rtp/gstrtpL16pay.h:
12006         Fill up to MTU using adapter.
12007         Timestamp rtp packets.
12008
12009 2007-01-25  Edward Hervey  <edward@fluendo.com>
12010
12011         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12012         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12013         Use G_GSIZE_FORMAT in print statements for portability.
12014         Fixes build on macosx.
12015
12016 2007-01-24  Wim Taymans  <wim@fluendo.com>
12017
12018         * gst/rtp/Makefile.am:
12019         * gst/rtp/gstrtp.c: (plugin_init):
12020         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12021         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12022         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12023         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12024         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12025         (gst_rtp_L16_depay_plugin_init):
12026         * gst/rtp/gstrtpL16depay.h:
12027         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12028         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12029         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12030         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12031         (gst_rtp_L16_pay_plugin_init):
12032         * gst/rtp/gstrtpL16pay.h:
12033         Port and enable raw audio payloader/depayloader. Needs a bit more work
12034         on the payloader side.
12035
12036 2007-01-24  Wim Taymans  <wim@fluendo.com>
12037
12038         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12039         (gst_rtspsrc_stream_configure_transport),
12040         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12041         * gst/rtsp/gstrtspsrc.h:
12042         Only unblock the udp pads when we linked and activated them all.
12043         Fixes #395688.
12044
12045 2007-01-24  Wim Taymans  <wim@fluendo.com>
12046
12047         * gst/rtp/Makefile.am:
12048         * gst/rtp/gstrtp.c: (plugin_init):
12049         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12050         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12051         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12052         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12053         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12054         * gst/rtp/gstrtpac3depay.h:
12055         Added simple AC3 depayloader (RFC 4184).
12056
12057         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12058         Fix a leak.
12059
12060 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12061
12062         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12063
12064         * gst/audiofx/Makefile.am:
12065         * gst/audiofx/audioamplify.c:
12066         (gst_audio_amplify_clipping_method_get_type),
12067         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12068         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12069         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12070         (gst_audio_amplify_set_caps),
12071         (gst_audio_amplify_transform_int_clip),
12072         (gst_audio_amplify_transform_int_wrap_negative),
12073         (gst_audio_amplify_transform_int_wrap_positive),
12074         (gst_audio_amplify_transform_float_clip),
12075         (gst_audio_amplify_transform_float_wrap_negative),
12076         (gst_audio_amplify_transform_float_wrap_positive),
12077         (gst_audio_amplify_transform_ip):
12078         * gst/audiofx/audioamplify.h:
12079         * gst/audiofx/audiofx.c: (plugin_init):
12080         Add new element "audioamplify". This allows scaling of raw audio
12081         samples, similar to the "volume" element, but provides different modes
12082         for clipping and allows unlimited amplification. It's mainly targeted
12083         for creative sound design and not as a replacement of the "volume"
12084         element. Fixes #397162
12085         * docs/plugins/Makefile.am:
12086         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12087         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12088         * docs/plugins/gst-plugins-good-plugins.args:
12089         * docs/plugins/inspect/plugin-audiofx.xml:
12090         Add docs for audioamplify and integrate them into the build system
12091         * tests/check/Makefile.am:
12092         * tests/check/elements/audioamplify.c: (setup_amplify),
12093         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12094         Add fairly extensive unit test suite for audioamplify
12095
12096 2007-01-24  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12099         Unblock pads after adding the pads to the element so that autopluggers
12100         get a change to link something. Possibly fixes #395688.
12101
12102 2007-01-24  Wim Taymans  <wim@fluendo.com>
12103
12104         * gst/rtp/gstrtpamrdepay.c:
12105         * gst/rtp/gstrtpgsmdepay.c:
12106         * gst/rtp/gstrtph263pdepay.c:
12107         * gst/rtp/gstrtph263ppay.c:
12108         * gst/rtp/gstrtph264depay.c:
12109         * gst/rtp/gstrtpilbcdepay.c:
12110         * gst/rtp/gstrtpmp2tdepay.c:
12111         * gst/rtp/gstrtpmp4gdepay.c:
12112         * gst/rtp/gstrtpmp4gpay.c:
12113         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12114         * gst/rtp/gstrtpmp4vpay.c:
12115         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12116         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12117         (gst_rtp_mpa_depay_process):
12118         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12119         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12120         * gst/rtp/gstrtppcmadepay.c:
12121         * gst/rtp/gstrtppcmudepay.c:
12122         * gst/rtp/gstrtpspeexdepay.c:
12123         * gst/rtp/gstrtpspeexpay.c:
12124         * gst/rtp/gstrtpsv3vdepay.c:
12125         * gst/rtp/gstrtptheoradepay.c:
12126         * gst/rtp/gstrtptheorapay.c:
12127         * gst/rtp/gstrtpvorbisdepay.c:
12128         * gst/rtp/gstrtpvorbispay.c:
12129         Fix caps with payload numbers.
12130         Add some fixed payload numbers to caps when possible.
12131
12132 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12133
12134         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12135
12136         * gst/audiofx/Makefile.am:
12137         * gst/audiofx/audiofx.c: (plugin_init):
12138         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12139         (gst_audio_invert_class_init), (gst_audio_invert_init),
12140         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12141         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12142         (gst_audio_invert_transform_float),
12143         (gst_audio_invert_transform_ip):
12144         * gst/audiofx/audioinvert.h:
12145         Add new audiofx element "audioinvert". This element swaps the upper
12146         and lower half of samples and can be used for example for a
12147         wide-stereo effect. Fixes #396057
12148         * docs/plugins/Makefile.am:
12149         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12150         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12151         * docs/plugins/gst-plugins-good-plugins.args:
12152         * docs/plugins/inspect/plugin-audiofx.xml:
12153         Add docs for the audioinvert element and add them to the build system.
12154         * tests/check/Makefile.am:
12155         * tests/check/elements/audioinvert.c: (setup_invert),
12156         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12157         Add unit test suite for the audioinvert element.
12158
12159 2007-01-23  Wim Taymans  <wim@fluendo.com>
12160
12161         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12162         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12163         Parse config params as string and int.
12164         Parse and use AU header length
12165
12166 2007-01-23  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12169         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12170         * gst/smpte/gstmask.c: (_gst_mask_register):
12171         * gst/smpte/gstmask.h:
12172         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12173         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12174         (gst_smpte_paint_triangle_clock):
12175         constify some static structs.
12176         Don't update the mask if nothing changed to the params.
12177         Make sure we never draw outside of the picture. Fixes #398325.
12178
12179 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12182           Error out properly when pull_range fails while we're reading the
12183           headers, instead of just pausing the task silently. Fixes #399338.
12184
12185 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12188           Some more sanity checks to make sure the input formats match and the
12189           input pads are actually negotiated, in case someone tries to feed
12190           buffers from fakesrc or filesrc. Fixes #398299.
12191           Also const-ify an array, just because we can.
12192
12193 2007-01-19  Edward Hervey  <edward@fluendo.com>
12194
12195         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12196         Ignore previous commit, that was only valid for widths and heights
12197         that are multiples of 4.
12198         Copy over size/stride macros from jpegdec. This allows the element
12199         to work with any width,height...
12200         ... but puts in evidence that the actual transformations only work
12201         with width/height that are multiples of 4.
12202
12203 2007-01-19  Edward Hervey  <edward@fluendo.com>
12204
12205         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12206         Allocate buffers of the right size.
12207         The proper size of a I420 buffer in bytes is:
12208         
12209             width * height * 3
12210             ------------------
12211                     2
12212
12213 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12216           Proxy getcaps on sink pads too, so that we either end up with the
12217           same dimensions on all pads or error out if that's not possible
12218           (seems to work even!). Fixes #398086, I think.
12219
12220 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12223         * docs/plugins/gst-plugins-good-plugins.args:
12224         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12225           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12226           fix integer properties with -1 as minimum value.
12227
12228         * docs/plugins/inspect/plugin-1394.xml:
12229         * docs/plugins/inspect/plugin-aasink.xml:
12230         * docs/plugins/inspect/plugin-alaw.xml:
12231         * docs/plugins/inspect/plugin-alpha.xml:
12232         * docs/plugins/inspect/plugin-alphacolor.xml:
12233         * docs/plugins/inspect/plugin-annodex.xml:
12234         * docs/plugins/inspect/plugin-apetag.xml:
12235         * docs/plugins/inspect/plugin-audiofx.xml:
12236         * docs/plugins/inspect/plugin-auparse.xml:
12237         * docs/plugins/inspect/plugin-autodetect.xml:
12238         * docs/plugins/inspect/plugin-avi.xml:
12239         * docs/plugins/inspect/plugin-cacasink.xml:
12240         * docs/plugins/inspect/plugin-cairo.xml:
12241         * docs/plugins/inspect/plugin-cdio.xml:
12242         * docs/plugins/inspect/plugin-cutter.xml:
12243         * docs/plugins/inspect/plugin-debug.xml:
12244         * docs/plugins/inspect/plugin-dv.xml:
12245         * docs/plugins/inspect/plugin-efence.xml:
12246         * docs/plugins/inspect/plugin-effectv.xml:
12247         * docs/plugins/inspect/plugin-esdsink.xml:
12248         * docs/plugins/inspect/plugin-flac.xml:
12249         * docs/plugins/inspect/plugin-flxdec.xml:
12250         * docs/plugins/inspect/plugin-gconfelements.xml:
12251         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12252         * docs/plugins/inspect/plugin-goom.xml:
12253         * docs/plugins/inspect/plugin-halelements.xml:
12254         * docs/plugins/inspect/plugin-icydemux.xml:
12255         * docs/plugins/inspect/plugin-id3demux.xml:
12256         * docs/plugins/inspect/plugin-jpeg.xml:
12257         * docs/plugins/inspect/plugin-level.xml:
12258         * docs/plugins/inspect/plugin-matroska.xml:
12259         * docs/plugins/inspect/plugin-mulaw.xml:
12260         * docs/plugins/inspect/plugin-multipart.xml:
12261         * docs/plugins/inspect/plugin-navigationtest.xml:
12262         * docs/plugins/inspect/plugin-ossaudio.xml:
12263         * docs/plugins/inspect/plugin-png.xml:
12264         * docs/plugins/inspect/plugin-rtp.xml:
12265         * docs/plugins/inspect/plugin-rtsp.xml:
12266         * docs/plugins/inspect/plugin-shout2send.xml:
12267         * docs/plugins/inspect/plugin-smpte.xml:
12268         * docs/plugins/inspect/plugin-speex.xml:
12269         * docs/plugins/inspect/plugin-taglib.xml:
12270         * docs/plugins/inspect/plugin-udp.xml:
12271         * docs/plugins/inspect/plugin-videobalance.xml:
12272         * docs/plugins/inspect/plugin-videobox.xml:
12273         * docs/plugins/inspect/plugin-videoflip.xml:
12274         * docs/plugins/inspect/plugin-videomixer.xml:
12275         * docs/plugins/inspect/plugin-wavenc.xml:
12276         * docs/plugins/inspect/plugin-wavparse.xml:
12277         * docs/plugins/inspect/plugin-ximagesrc.xml:
12278           Update to CVS.
12279
12280 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12281
12282         Patch by: Sebastian Dröge <slomo circular-chaos org>
12283
12284         * gst/audiofx/audiopanorama.c:
12285           Fix doc section name (Fixes #397946)
12286
12287 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12288
12289         * sys/v4l2/gstv4l2object.c:
12290         (gst_v4l2_object_install_properties_helper),
12291         (gst_v4l2_object_set_property_helper),
12292         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12293         * sys/v4l2/gstv4l2object.h:
12294         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12295         (gst_v4l2src_init), (gst_v4l2src_set_property),
12296         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12297         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12298         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12299         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12300         (gst_v4l2src_capture_deinit):
12301           Fix EIO handing when capturing. Add new property to specify the number of
12302           buffers to enque (and remove the borked num-buffers usage).
12303
12304 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12305
12306         Patch by: Sebastian Dröge <slomo circular-chaos org>
12307
12308         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12309         (gst_audio_panorama_set_process_function):
12310           Use a function array for process methods, add more docs and define the
12311           startindex of enums.
12312
12313 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12314
12315         Patch by: Mark Nauwelaerts <manauw at skynet be>
12316
12317         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12318         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12319         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12320         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12321         (gst_avi_mux_riff_get_avi_header),
12322         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12323         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12324         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12325         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12326         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12327         (gst_avi_mux_change_state):
12328         * gst/avi/gstavimux.h:
12329         * tests/check/elements/avimux.c: (teardown_src_pad):
12330           Add support for more than one audio stream; write better AVIX
12331           header; refactor code a bit; don't announce vorbis caps on our audio
12332           sink pads since we don't support it anyway. Closes #379298.
12333
12334 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         Patch by: Sebastian Dröge <slomo circular-chaos org>
12337
12338         * gst/audiofx/audiopanorama.c:
12339         (gst_audio_panorama_method_get_type),
12340         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12341         (gst_audio_panorama_set_process_function),
12342         (gst_audio_panorama_set_property),
12343         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12344         (gst_audio_panorama_transform_m2s_int_simple),
12345         (gst_audio_panorama_transform_s2s_int_simple),
12346         (gst_audio_panorama_transform_m2s_float_simple),
12347         (gst_audio_panorama_transform_s2s_float_simple):
12348         * gst/audiofx/audiopanorama.h:
12349           Add 'method' property and provide a simple (non-psychoacustic)
12350           processing method (#394859).
12351
12352         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12353         (panorama_suite):
12354           Tests for new method.
12355
12356 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12359         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12360           Set correct caps on outgoing pulled buffers, or things blow up
12361           after recent core changes.
12362
12363 2007-01-11  Wim Taymans  <wim@fluendo.com>
12364
12365         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12366
12367         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12368         (gst_multipart_mux_request_new_pad),
12369         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12370         (gst_multipart_mux_change_state):
12371         Return FLOW errors ASAP. Fixes #394977.
12372         Misc cleanups.
12373
12374 2007-01-11  Wim Taymans  <wim@fluendo.com>
12375
12376         Patch by: Lutz Mueller <lutz at topfrose dot de>
12377
12378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12379         Check for stream pad before activating. 
12380
12381 2007-01-10  Wim Taymans  <wim@fluendo.com>
12382
12383         Patch by: Peter Kjellerstedt  <pkj at axis com>
12384
12385         * gst/rtsp/COPYING.MIT:
12386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12387         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12388         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12389         (gst_rtspsrc_stream_configure_transport),
12390         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12391         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12392         (gst_rtspsrc_parse_methods),
12393         (gst_rtspsrc_create_transports_string),
12394         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12395         (gst_rtspsrc_open), (gst_rtspsrc_close):
12396         * gst/rtsp/gstrtspsrc.h:
12397         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12398         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12399         (parse_request_line), (parse_line), (rtsp_connection_read),
12400         (rtsp_connection_close):
12401         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12402         (rtsp_method_as_text), (rtsp_header_as_text),
12403         (rtsp_status_as_text), (rtsp_find_header_field),
12404         (rtsp_find_method):
12405         * gst/rtsp/rtspdefs.h:
12406         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12407         (rtsp_ext_wms_configure_stream):
12408         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12409         (rtsp_message_new_request), (rtsp_message_init_request),
12410         (rtsp_message_new_response), (rtsp_message_init_response),
12411         (rtsp_message_init_data), (rtsp_message_unset),
12412         (rtsp_message_free), (rtsp_message_add_header),
12413         (rtsp_message_get_header), (rtsp_message_set_body),
12414         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12415         * gst/rtsp/rtspmessage.h:
12416         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12417         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12418         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12419         (sdp_message_dump):
12420         Allow url to be NULL to be able to use it for server connections.
12421         Can now send responses as well as requests.
12422         No longer hangs in an endless loop if EOF is received.
12423         Can now convert a status code to a text string.
12424         Return RTSP_HDR_INVALID for unknown headers.
12425         Return RTSP_INVALID for unknown methods.
12426         Copy CSeq and Session headers from the request.
12427         Only free memory corresponding to the currently set message type.
12428         Added const to function arguments as appropriate.
12429         Avoid a compiler warning when initializing nmedia.
12430         Use guint rather than gint to avoid compiler warnings.
12431         Fix crasher in wms extension.
12432         Factor out stream setup from open_connection.
12433         Delay activation of streams when actual data is received from the
12434         server, this prepares us to do proper protocol switching.
12435         Added new license.
12436         Fixes #380895.
12437
12438
12439 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         Patch by: Sebastian Dröge <slomo ubuntu com>
12442
12443         * docs/plugins/Makefile.am:
12444         * gst/audiofx/audiopanorama.c:
12445           Some small docs fixes (#394851).
12446
12447 2007-01-09  Wim Taymans  <wim@fluendo.com>
12448
12449         * gst/avi/gstavidemux.c:
12450         Fix docs.
12451
12452 2007-01-09  Wim Taymans  <wim@fluendo.com>
12453
12454         * gst/rtp/Makefile.am:
12455         * gst/rtp/gstrtp.c: (plugin_init):
12456         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12457         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12458         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12459         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12460         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12461         * gst/rtp/gstrtpmpvdepay.h:
12462           Added RFC 2250 MPEG Video Depayloader.
12463
12464         * gst/rtp/gstrtpL16depay.h:
12465         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12466         (gst_rtp_h263p_depay_process):
12467         Fix Header file. Small cleanups.
12468
12469         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12470         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12471         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12472         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12473         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12474         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12475         (gst_rtp_mp4v_depay_change_state):
12476         Remove usused code. Remove Adapter from state Change. Added debug.
12477
12478         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12479         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12480         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12481         * gst/rtp/gstrtpmpadepay.h:
12482         Subclass base depayloader.
12483         Added debug.
12484         Support static payload type assignment as well.
12485
12486         * gst/rtp/gstrtpmpapay.c:
12487         Fix caps.
12488
12489 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12490
12491         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12492
12493         * ext/jpeg/gstjpegdec.c:
12494         * ext/jpeg/gstjpegenc.c:
12495         * ext/jpeg/smokecodec.c:
12496           These libjpeg callbacks should return a 'boolean' (unsigned char
12497           apparently) and not a 'gboolean' (which maps to gint). Fixes
12498           warnings when compiling with MingW (#393427).
12499
12500         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12501           Use ioctlsocket on win32.
12502
12503         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12504           Some printf format fixes for win32.
12505
12506 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12507
12508         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12509           Use gst_guint64_to_gdouble for conversion.
12510         * win32/vs6/libgstmatroska.dsp:
12511           Add zlib to the link.
12512         * win32/vs6/libgstvideobox.dsp:
12513           Update liboil library name (project is linked to 
12514           liboil-0.3-0.lib now).
12515           
12516 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * gst/matroska/Makefile.am:
12519           If zlib is available and used, we must link it explicitly for
12520           things to work on MingW (fixes #392855).
12521
12522 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * ext/esd/esdsink.c: (gst_esdsink_delay):
12525           Don't return bogus values when esd_get_delay() fails for some
12526           reason (#392189).
12527
12528 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * sys/ximage/gstximagesrc.c: (composite_pixel):
12531           Fix presumably copy'n'pasto for 16bpp depth.
12532
12533 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * gst/matroska/matroska-mux.c:
12536         (gst_matroska_mux_audio_pad_setcaps):
12537           The "signed" field in audio caps is of boolean type, trying to use
12538           gst_structure_get_int() to extract it will fail. Fixing this makes
12539           matroskamux accept raw audio input (#387121) (use at your own risk
12540           though, due to the matroska spec being not entirely useful in this
12541           respect).
12542           Also fix up raw audio structures in template caps so that they
12543           represent what our setcaps function will actually accept, so that
12544           converters know what to convert to.
12545           Finally, don't fail if there isn't an "endianness" field in 8-bit
12546           PCM caps.
12547
12548 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12549
12550         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12551         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12552         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12553         (teardown_cmmldec):
12554         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12555         (teardown_cmmlenc):
12556         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12557           reapply consistent pad (de)activation
12558
12559 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12560
12561         * configure.ac:
12562         Back to CVS
12563
12564         * gst-plugins-good.doap:
12565         Add 0.10.5 doap entry
12566
12567 === release 0.10.5 ===
12568
12569 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12570
12571         * configure.ac:
12572           releasing 0.10.5, "The Path of Thorns"
12573
12574 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12575
12576         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12577         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12578         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12579         (teardown_cmmldec):
12580         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12581         (teardown_cmmlenc):
12582         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12583           revert my freeze breakage
12584
12585 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12586
12587         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12588         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12589         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12590         (teardown_cmmldec):
12591         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12592         (teardown_cmmlenc):
12593         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12594           consistent pad (de)activation
12595
12596 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12597
12598         * configure.ac:
12599         * ext/Makefile.am:
12600         Disable LADPSA, as it has moved to the -bad module for the duration.
12601
12602 2006-12-18  Wim Taymans  <wim@fluendo.com>
12603
12604         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12605         (gst_signal_processor_event):
12606         Reset flow_state back to _OK after a flush stop so that we exit our
12607         error state after the flush. Fixes #374213
12608
12609 2006-12-16  David Schleef  <ds@schleef.org>
12610
12611         * sys/osxvideo/osxvideosink.h:
12612         * sys/osxvideo/osxvideosink.m:
12613           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12614
12615 2006-12-16  David Schleef  <ds@schleef.org>
12616
12617         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12618
12619         * sys/osxvideo/Makefile.am:
12620         * sys/osxvideo/osxvideosink.h:
12621         * sys/osxvideo/osxvideosink.m:
12622           Preliminary patch for porting osxvideosink
12623
12624 2006-12-16  Wim Taymans  <wim@fluendo.com>
12625
12626         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12627
12628         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12629         (gst_videomixer_set_master_geometry),
12630         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12631         (gst_videomixer_reset), (gst_videomixer_init),
12632         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12633         (gst_videomixer_release_pad), (gst_videomixer_collected),
12634         (gst_videomixer_change_state):
12635         Introduce some locking around the videomixer state so that it does not
12636         crash when adding/removing pads. Fixes #383043.
12637
12638 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         * configure.ac:
12641           Make sure libcaca can actually be used instead of just checking for
12642           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12643           cross-compiling (fixes #384587).
12644
12645 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12646
12647         * Makefile.am:
12648         * gst-plugins-good.doap:
12649         * gst-plugins-good.spec.in:
12650           adding doap file
12651
12652 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * configure.ac:
12655           libflac-1.1.3 changed API again, but we can't build against it yet,
12656           so make sure our check doesn't use libflac-1.1.3 and add a comment
12657           to this effect.
12658
12659 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12662         (gst_quarktv_planetable_clear):
12663           Add some NULL pointer checks (possibly related to #385623).
12664
12665 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12666
12667         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12668         (gst_tag_demux_chain):
12669         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12670           In streaming mode, if the first buffer we get doesn't have an
12671           offset, fix it up to be 0, otherwise trimming won't work later on
12672           and we'll be typefinding application/x-id3, which may result in
12673           decodebin plugging an endless number of id3demux elements as a
12674           consequence. Fixes #385031.
12675           
12676 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12677
12678         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12679           Ignore the buffer_time the sound device reports. Turns out it is 
12680           sometimes completely bogus and we're better off without it.
12681
12682 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12685         (gst_matroska_demux_video_caps):
12686         * gst/matroska/matroska-ids.c:
12687         (gst_matroska_track_init_video_context):
12688         * gst/matroska/matroska-ids.h:
12689           Try harder to extract the framerate for video tracks correctly and
12690           save it directly instead of converting it back and forth a few
12691           times. Mostly makes a difference for very small framerates (<1).
12692           Fixes #380199.
12693
12694 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12697         (gst_gconf_audio_src_dispose), (do_toggle_element):
12698         * ext/gconf/gstgconfaudiosrc.h:
12699           Remove gconf notify hook when the gconfaudiosrc element is
12700           destroyed, otherwise the callback may be called on an
12701           already-destroyed instance and bad things happen. Should fix
12702           #378184.
12703           Also ignore gconf key changes when the source is already running.
12704
12705 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         Patch by: Sebastian Dröge  <mail at slomosnail de>
12708
12709         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12710           We need to be able to read and parse any possible floating point string
12711           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12712           will parse the former only in certain locales though, so we really need
12713           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12714           make sure we can parse either version at all times.
12715           Fixes #382982 for real.
12716
12717 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12718
12719         * sys/sunaudio/gstsunaudiomixerctrl.c:
12720         * sys/sunaudio/gstsunaudiosrc.c:
12721
12722         Use the sunaudio debug category.
12723
12724         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12725         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12726         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12727         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12728         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12729         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12730         (gst_sunaudiosink_reset):
12731         * sys/sunaudio/gstsunaudiosink.h:
12732
12733         Uses the sunaudio debug category for all debug output
12734         Implements the _delay() callback to synchronise video playback better
12735         Change the segtotal and segsize values back to the parent class 
12736           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12737           respectively)
12738         Measure the samples written to the device vs. played.
12739         Keep track of segments in the device by writing empty eof frames, and
12740         sleep using a GCond when we get too far ahead and risk overrunning the
12741         sink's ringbuffer.
12742
12743         Fixes: #360673
12744
12745 2006-12-08  Wim Taymans  <wim@fluendo.com>
12746
12747         Patch by: Sebastian Dröge  <mail at slomosnail de >
12748
12749         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12750         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12751         * gst/audiofx/audiopanorama.h:
12752         Fix audiopanorame with float samples. Fixes #383726.
12753
12754 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12755
12756         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12757         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12758         (gst_sunaudiosrc_reset):
12759
12760         Implement reset functions to unblock the src/sink more quickly on 
12761         state change requests.
12762         Patch by: Brian Cameron <brian dot cameron at sun com>
12763
12764 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12765
12766         * sys/sunaudio/gstsunaudiomixer.c:
12767         (gst_sunaudiomixer_change_state):
12768         Construct the correct mixer device name when the AUDIODEV env var
12769         is set.
12770
12771         Patch by: Jerry Tan <jerry.tan at sun dot com>
12772         Fixes: #383596
12773
12774 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12775
12776         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12777         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12778         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12779         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12780         Patch by: Jerry Tan <jerry.tan at sun dot com>
12781         Fixes: #349015
12782
12783 2006-12-07  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst/smpte/gstmask.h:
12786         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12787         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12788         (gst_smpte_collected), (gst_smpte_set_property),
12789         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12790         * gst/smpte/gstsmpte.h:
12791         Port to 0.10 some more. 
12792         Added duration property to specify the duration of the transition.
12793         Make framerate a fraction.
12794         Deprecate fps property, we only use negotiated fps.
12795         Added docs.
12796         Fix collectpad usage.
12797         Reset state in READY.
12798         Send NEWSEGMENT event.
12799         Fix racy updates of object properties.
12800         Added debug category.
12801         Fixes #383323.
12802
12803 2006-12-06  Wim Taymans  <wim@fluendo.com>
12804
12805         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12806
12807         * gst/videomixer/videomixer.c:
12808         (gst_videomixer_set_master_geometry),
12809         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12810         Don't reset xpos and ypos in the setcaps function because causes
12811         unexpected behaviour.
12812         Fixes #382179.
12813
12814 2006-12-06  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12817         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12818         Keep track of the buffer timestamp in the collectdata member instead
12819         of modifying the buffer without making the metadata writable first.
12820         Fixes #382277.
12821
12822 2006-12-06  Wim Taymans  <wim@fluendo.com>
12823
12824         Patch by: Rob Taylor <robtaylor at floopily dot org>
12825
12826         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12827         If using multicast in udpsrc, bind to the multicast address rather than
12828         IN_ADDR_ANY.
12829         This allows the simultanous use of multiple udpsrcs listening on
12830         different multicat addresses. Without this all udpsrcs will receive all
12831         packets from all subscribed multicast addresses.
12832         Fixes #383001.
12833
12834 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12835
12836         * ext/taglib/gstid3v2mux.cc:
12837         Don't attempt to write a NULL frame into the ID3 tag set when the 
12838         createFrame method returned NULL.
12839         Fixes: #381857
12840         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12841
12842 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12843
12844         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12845         Use g_strtod() instead of sscanf to parse doubles, so that it will
12846         try parsing in the C locale if the current locale fails.
12847         Fixes: #382982
12848         Patch by: Sebastian Dröge  <mail at slomosnail de >
12849
12850 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12851
12852         * win32/MANIFEST:
12853         Fix compilation on win32 under VS8
12854         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12855         Partially fixes #381175
12856
12857 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12858
12859         * gst/avi/gstavimux.c:
12860           accept all mpegversions,fixes #380825
12861           spotted by: Jerome Alet  
12862
12863 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12864
12865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12866         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12867         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12868         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12869           cleanup the error message a bit more
12870
12871 2006-11-28  Wim Taymans  <wim@fluendo.com>
12872
12873         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12874         Fix width and height properties.
12875
12876         * ext/libcaca/gstcacasink.h:
12877         Fix compilation on newer libcaca that require us to include a new
12878         header. Fixes #379918.
12879
12880 2006-11-28  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12883         * gst/rtsp/gstrtspsrc.h:
12884         * gst/rtsp/rtspext.h:
12885         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12886         (rtsp_ext_wms_get_context):
12887         Add method so that extensions can choose to disable the setup of
12888         a stream.
12889         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12890
12891 2006-11-27  Wim Taymans  <wim@fluendo.com>
12892
12893         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12894
12895         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12896         Push header in a separate buffer instead of memcpy:ing all data.
12897         Change LF => CRLF in headers.
12898         Move trailing LF to header. Fixes #379792.
12899
12900 2006-11-27  Wim Taymans  <wim@fluendo.com>
12901
12902         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12903         Small buffer overflow fix and improve debugging.
12904
12905 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12906
12907         * ext/esd/esdmon.h:
12908         * ext/esd/esdsink.h:
12909           remove obsolete _factory_init protos
12910
12911 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12912
12913         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12914         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12915         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12916         (gst_avi_demux_read_subindexes_push),
12917         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12918         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12919         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12920         (gst_avi_demux_massage_index),
12921         (gst_avi_demux_calculate_durations_from_index),
12922         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12923         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12924         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12925           remove dead code, tweak debugs statements, add comments, use
12926           _uint64_scale instead _uint64_scale_int when using guint64 values,
12927           small optimizations, reflow some error handling
12928
12929 2006-11-22  Edward Hervey  <edward@fluendo.com>
12930
12931         * po/.cvsignore:
12932         We never put .pot files in cvs. Let's ignore them all.
12933
12934 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * po/POTFILES.in:
12937           ... but better exclude files that aren't disted.
12938
12939 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12940
12941         * po/POTFILES.in:
12942           Add v4l2 source files to list of files with translations, so the
12943           strings are actually extracted (however bad they still may be).
12944
12945 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12946
12947         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12948           Minor clean-ups: const-ify static array, remove trailing comma from
12949           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12950
12951 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12952
12953         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12954         Make sure that g_free always gets called on the same pointer that was 
12955         returned by g_malloc.  Fixes #376594.
12956         Do not leak memory if decompressed size is wrong.
12957         Remove unneeded check of return value of g_malloc.
12958         Patch by: René Stadler <mail@renestadler.de>
12959
12960 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12963           Add missing curly brackets.
12964
12965 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12966
12967         * sys/v4l2/v4l2src_calls.c:
12968         Fix capture_deinit.
12969
12970 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12973         (gst_matroska_mux_request_new_pad):
12974           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12975
12976         * tests/check/elements/matroskamux.c: (setup_src_pad),
12977         (setup_sink_pad), (GST_START_TEST):
12978         Activate pads before using them.
12979
12980 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12983           Initialise variable to get rid of bogus compiler warning.
12984
12985 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12986
12987         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12988
12989         * gst/rtp/gstrtph263pay.c:
12990         * gst/rtp/gstrtph263pdepay.c:
12991         * gst/rtp/gstrtph263ppay.c:
12992           Specify H.263 variant and version in the caps (fixes #361637)
12993
12994 2006-11-15  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/rtsp/rtspconnection.c: (read_body):
12997         Don't set a data pointer to NULL and a size > 0 when we deal
12998         with empty packets.
12999
13000         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13001         (rtsp_message_init_response), (rtsp_message_init_data),
13002         (rtsp_message_unset), (rtsp_message_free),
13003         (rtsp_message_take_body):
13004         Check that we can't create invalid empty packets. 
13005
13006 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13007
13008         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13009
13010         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13011         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13012         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13013         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13014         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13015         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13016         * gst/matroska/matroska-mux.h:
13017           Add basic tag writing support; implement releasing pads (#374658).
13018
13019 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13022         (gst_matroska_demux_audio_caps):
13023           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13024
13025 2006-11-14  David Schleef  <ds@schleef.org>
13026
13027         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13028
13029 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13032
13033         * win32/vs8/gst-plugins-good.sln:
13034         * win32/vs8/libgst1394.vcproj:
13035         * win32/vs8/libgstaasink.vcproj:
13036         * win32/vs8/libgstalaw.vcproj:
13037         * win32/vs8/libgstalpha.vcproj:
13038         * win32/vs8/libgstalphacolor.vcproj:
13039         * win32/vs8/libgstannodex.vcproj:
13040         * win32/vs8/libgstapetag.vcproj:
13041         * win32/vs8/libgstaudiofx.vcproj:
13042         * win32/vs8/libgstauparse.vcproj:
13043         * win32/vs8/libgstautodetect.vcproj:
13044         * win32/vs8/libgstavi.vcproj:
13045         * win32/vs8/libgstcacasink.vcproj:
13046         * win32/vs8/libgstcdio.vcproj:
13047         * win32/vs8/libgstcutter.vcproj:
13048         * win32/vs8/libgstdv.vcproj:
13049         * win32/vs8/libgsteffectv.vcproj:
13050         * win32/vs8/libgstflac.vcproj:
13051         * win32/vs8/libgstflxdec.vcproj:
13052         * win32/vs8/libgstgoom.vcproj:
13053         * win32/vs8/libgsticydemux.vcproj:
13054         * win32/vs8/libgstid3demux.vcproj:
13055         * win32/vs8/libgstjpeg.vcproj:
13056         * win32/vs8/libgstladspa.vcproj:
13057         * win32/vs8/libgstlevel.vcproj:
13058         * win32/vs8/libgstmatroska.vcproj:
13059         * win32/vs8/libgstmikmod.vcproj:
13060         * win32/vs8/libgstmng.vcproj:
13061         * win32/vs8/libgstmonoscope.vcproj:
13062         * win32/vs8/libgstmulaw.vcproj:
13063         * win32/vs8/libgstmultipart.vcproj:
13064         * win32/vs8/libgstpng.vcproj:
13065         * win32/vs8/libgstrtp.vcproj:
13066         * win32/vs8/libgstrtsp.vcproj:
13067         * win32/vs8/libgstshout2.vcproj:
13068         * win32/vs8/libgstsmpte.vcproj:
13069         * win32/vs8/libgstspeex.vcproj:
13070         * win32/vs8/libgsttaglib.vcproj:
13071         * win32/vs8/libgstudp.vcproj:
13072         * win32/vs8/libgstvideobalance.vcproj:
13073         * win32/vs8/libgstvideobox.vcproj:
13074         * win32/vs8/libgstvideoflip.vcproj:
13075         * win32/vs8/libgstvideomixer.vcproj:
13076         * win32/vs8/libgstwavenc.vcproj:
13077         * win32/vs8/libgstwavparse.vcproj:
13078           Make end-of-line returns unixy, so that when the files are checked
13079           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13080           Hopefully fixes #366492.
13081
13082 2006-11-14  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13085         Disable init_frames delay timestamp adjustment, it does not
13086         seem to be needed at all. Fixes #369621.
13087
13088 2006-11-13  Wim Taymans  <wim@fluendo.com>
13089
13090         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13091
13092         * gst/videomixer/videomixer.c:
13093         (gst_videomixer_set_master_geometry),
13094         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13095         (gst_videomixer_collect_free), (gst_videomixer_reset),
13096         (gst_videomixer_init), (gst_videomixer_finalize),
13097         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13098         (gst_videomixer_collected), (gst_videomixer_change_state):
13099         Fix memleak by unref'ing collectpads instance (when finalizing)
13100         Implement releasing a request pad. Fixes #374479.
13101
13102 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13105
13106         * win32/vs8/gst-plugins-good.sln:
13107         * win32/vs8/libgst1394.vcproj:
13108         * win32/vs8/libgstaasink.vcproj:
13109         * win32/vs8/libgstalaw.vcproj:
13110         * win32/vs8/libgstalpha.vcproj:
13111         * win32/vs8/libgstalphacolor.vcproj:
13112         * win32/vs8/libgstannodex.vcproj:
13113         * win32/vs8/libgstapetag.vcproj:
13114         * win32/vs8/libgstaudiofx.vcproj:
13115         * win32/vs8/libgstauparse.vcproj:
13116         * win32/vs8/libgstautodetect.vcproj:
13117         * win32/vs8/libgstavi.vcproj:
13118         * win32/vs8/libgstcacasink.vcproj:
13119         * win32/vs8/libgstcdio.vcproj:
13120         * win32/vs8/libgstcutter.vcproj:
13121         * win32/vs8/libgstdv.vcproj:
13122         * win32/vs8/libgsteffectv.vcproj:
13123         * win32/vs8/libgstflac.vcproj:
13124         * win32/vs8/libgstflxdec.vcproj:
13125         * win32/vs8/libgstgoom.vcproj:
13126         * win32/vs8/libgsticydemux.vcproj:
13127         * win32/vs8/libgstid3demux.vcproj:
13128         * win32/vs8/libgstjpeg.vcproj:
13129         * win32/vs8/libgstladspa.vcproj:
13130         * win32/vs8/libgstlevel.vcproj:
13131         * win32/vs8/libgstmatroska.vcproj:
13132         * win32/vs8/libgstmikmod.vcproj:
13133         * win32/vs8/libgstmng.vcproj:
13134         * win32/vs8/libgstmonoscope.vcproj:
13135         * win32/vs8/libgstmulaw.vcproj:
13136         * win32/vs8/libgstmultipart.vcproj:
13137         * win32/vs8/libgstpng.vcproj:
13138         * win32/vs8/libgstrtp.vcproj:
13139         * win32/vs8/libgstrtsp.vcproj:
13140         * win32/vs8/libgstshout2.vcproj:
13141         * win32/vs8/libgstsmpte.vcproj:
13142         * win32/vs8/libgstspeex.vcproj:
13143         * win32/vs8/libgsttaglib.vcproj:
13144         * win32/vs8/libgstudp.vcproj:
13145         * win32/vs8/libgstvideobalance.vcproj:
13146         * win32/vs8/libgstvideobox.vcproj:
13147         * win32/vs8/libgstvideoflip.vcproj:
13148         * win32/vs8/libgstvideomixer.vcproj:
13149         * win32/vs8/libgstwavenc.vcproj:
13150         * win32/vs8/libgstwavparse.vcproj:
13151           Add VS8 project files (note that many of the plugins in ext are
13152           disabled by default). Fixes #366492.
13153
13154 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13155
13156         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13157           we do not translate debug messages
13158
13159 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13160
13161         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13162           fix categorisation, make short desc more explicit, remove unused code
13163           Fixes #372021
13164
13165 2006-11-08  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst/rtp/gstrtpL16depay.c:
13168         * gst/rtp/gstrtpamrdepay.c:
13169         * gst/rtp/gstrtpamrpay.c:
13170         * gst/rtp/gstrtpgsmdepay.c:
13171         * gst/rtp/gstrtph263pay.c:
13172         * gst/rtp/gstrtph263pdepay.c:
13173         * gst/rtp/gstrtph263ppay.c:
13174         * gst/rtp/gstrtph264depay.c:
13175         * gst/rtp/gstrtpmp2tdepay.c:
13176         * gst/rtp/gstrtpmp4gdepay.c:
13177         * gst/rtp/gstrtpmp4gpay.c:
13178         * gst/rtp/gstrtpmp4vdepay.c:
13179         * gst/rtp/gstrtpmp4vpay.c:
13180         * gst/rtp/gstrtpmpadepay.c:
13181         * gst/rtp/gstrtpmpapay.c:
13182         * gst/rtp/gstrtppcmadepay.c:
13183         * gst/rtp/gstrtppcmapay.c:
13184         * gst/rtp/gstrtppcmudepay.c:
13185         * gst/rtp/gstrtppcmupay.c:
13186         * gst/rtp/gstrtpspeexdepay.c:
13187         * gst/rtp/gstrtpspeexpay.c:
13188         * gst/rtp/gstrtpsv3vdepay.c:
13189         Fix element descriptions.
13190
13191 2006-11-08  Wim Taymans  <wim@fluendo.com>
13192
13193         * gst/rtp/gstrtpvorbisdepay.c:
13194         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13195         Fix description.
13196         Small cleanup in the payloader.
13197
13198 2006-11-08  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst/rtp/Makefile.am:
13201         * gst/rtp/gstrtp.c: (plugin_init):
13202         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13203         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13204         (gst_rtp_theora_depay_finalize),
13205         (gst_rtp_theora_depay_parse_configuration),
13206         (gst_rtp_theora_depay_setcaps),
13207         (gst_rtp_theora_depay_switch_codebook),
13208         (gst_rtp_theora_depay_process),
13209         (gst_rtp_theora_depay_set_property),
13210         (gst_rtp_theora_depay_get_property),
13211         (gst_rtp_theora_depay_change_state),
13212         (gst_rtp_theora_depay_plugin_init):
13213         * gst/rtp/gstrtptheoradepay.h:
13214         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13215         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13216         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13217         (gst_rtp_theora_pay_init_packet),
13218         (gst_rtp_theora_pay_flush_packet),
13219         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13220         (gst_rtp_theora_pay_handle_buffer),
13221         (gst_rtp_theora_pay_plugin_init):
13222         * gst/rtp/gstrtptheorapay.h:
13223         Add theora pay/depayloaders.
13224
13225 2006-11-06  Wim Taymans  <wim@fluendo.com>
13226
13227         * gst/rtp/Makefile.am:
13228         We depend on gsttag to generate the vorbis comments.
13229
13230         * gst/rtp/gstrtpvorbisdepay.c:
13231         (gst_rtp_vorbis_depay_parse_configuration),
13232         (gst_rtp_vorbis_depay_setcaps),
13233         (gst_rtp_vorbis_depay_switch_codebook),
13234         (gst_rtp_vorbis_depay_process):
13235         * gst/rtp/gstrtpvorbisdepay.h:
13236         Parse configuration string in the depayloader.
13237         Implement selecting and switching to a new codebook.
13238         Receiving vorbis over RTP now works.
13239
13240         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13241         (gst_rtp_vorbis_pay_init_packet),
13242         (gst_rtp_vorbis_pay_finish_headers),
13243         (gst_rtp_vorbis_pay_handle_buffer):
13244         * gst/rtp/gstrtpvorbispay.h:
13245         Set timestamps on outgoing buffers and RTP packets.
13246         Fix configuration string, prepend number of Packet headers.
13247         Fix encoding of ident string.
13248         Add delivery-method to caps.
13249         Streaming vorbis over RTP now works.
13250
13251 2006-11-06  Wim Taymans  <wim@fluendo.com>
13252
13253         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13254         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13255         (gst_rtp_vorbis_pay_handle_buffer):
13256         * gst/rtp/gstrtpvorbispay.h:
13257         Generate a valid configuration string in the caps based on the
13258         vorbis headers.
13259
13260 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13261
13262         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13263         * ext/cdio/gstcdio.h:
13264         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13265           Move CD-TEXT utility function into common file so it can also be
13266           used by a future cdioparanoiasrc.
13267
13268 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13269         
13270         * sys/v4l2/Makefile.am:
13271         * sys/v4l2/gstv4l2object.c:
13272         * sys/v4l2/gstv4l2src.c:
13273         * sys/v4l2/gstv4l2xoverlay.c:
13274         * sys/v4l2/v4l2_calls.c:
13275         * sys/v4l2/v4l2src_calls.c:
13276         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13277         xoverlay code that is still not implemented.
13278
13279 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13282           We require a -base more recent than 0.10.9, so it's safe to use
13283           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13284
13285         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13287           Use _newsegment_full() now that we depend on a recent enough core.
13288
13289         * gst/wavparse/gstwavparse.c:
13290           Remove cruft that we don't need any longer now that we depend on
13291           a recent enough -base.
13292
13293 2006-10-31  Wim Taymans  <wim@fluendo.com>
13294
13295         * gst/rtp/Makefile.am:
13296         * gst/rtp/gstrtp.c: (plugin_init):
13297         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13298         (gst_rtpilbcpay_setcaps):
13299         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13300
13301 2006-10-31  Wim Taymans  <wim@fluendo.com>
13302
13303         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13304         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13305         Some small cleanups, use _scale.
13306
13307 2006-10-31  Wim Taymans  <wim@fluendo.com>
13308
13309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13310         Use higher precision scale function.
13311
13312 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13313
13314         Patch by: Michal Benes  <michal dot benes at itonis tv>
13315
13316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13317         (gst_matroska_demux_read_track_encodings),
13318         (gst_matroska_decode_buffer):
13319           Fix several issues with encoded/compressed/encrypted/signed tracks;
13320           also, remove superfluous newline characters from some debug
13321           statements. (#366155)
13322
13323 2006-10-30  Wim Taymans  <wim@fluendo.com>
13324
13325         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13326         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13327         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13328         (gst_smokedec_change_state):
13329         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13330         (gst_smokeenc_init), (gst_smokeenc_finalize),
13331         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13332         (gst_smokeenc_resync), (gst_smokeenc_chain),
13333         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13334         (gst_smokeenc_change_state):
13335         Various cleanups, capsnego and leak fixes.
13336
13337 2006-10-30  Wim Taymans  <wim@fluendo.com>
13338
13339         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13340
13341         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13342         Fix videomixer so that it can handle any combination of framerates.
13343         Fixes #367221.
13344
13345 2006-10-28  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13348         (gst_avi_demux_parse_file_header),
13349         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13350         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13351         (gst_avi_demux_chain):
13352         Fix position query for audio. also fixes timestamps in streaming
13353         mode and bug #364958.
13354         Small cleanups.
13355
13356 2006-10-27  Wim Taymans  <wim@fluendo.com>
13357
13358         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13359         * ext/libpng/gstpngenc.h:
13360         Fix strides. Fixes #364856.
13361         Cleanup capsnego.
13362         Set caps on outgoing buffers.
13363
13364 2006-10-18  Wim Taymans  <wim@fluendo.com>
13365
13366         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13367
13368         * gst/rtp/gstrtpgsmpay.c:
13369         * gst/rtp/gstrtph263pay.c:
13370         * gst/rtp/gstrtpmpapay.c:
13371         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13372         (gst_rtp_pcma_pay_handle_buffer):
13373         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13374         Add static payload numbers in addition to the dynamic ones.
13375         Fixes #361639.
13376
13377 2006-10-18  Wim Taymans  <wim@fluendo.com>
13378
13379         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13380         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13381         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13382         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13383         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13384         * gst/rtsp/rtspdefs.h:
13385         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13386         * gst/rtsp/rtspurl.h:
13387         Reuse already existing enum for lower transport.
13388         Add rtspt and rtspu protocols.
13389         Send redirect to rtspt when udp times out.
13390
13391 2006-10-18  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13394         (gst_wavparse_stream_data):
13395         Fix seeking some more, mostly for speed changes.
13396
13397 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         Patch by: Fredrik Persson  <frepe at bredband net>
13400
13401         * sys/v4l2/gstv4l2tuner.c:
13402         * sys/v4l2/gstv4l2tuner.h:
13403           Fix _set_channel(): remove useless g_object_notify() for "channel"
13404           property that doesn't exist any longer and therefore now also
13405           useless redirect (#338818).
13406
13407 2006-10-17  Wim Taymans  <wim@fluendo.com>
13408
13409         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13410         Some drivers do not support unsetting the non-blocking flag once the
13411         device is opened. In those cases, close/open the device in
13412         non-blocking mode. Fixes #362673.
13413
13414 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13415
13416         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13417         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13418         (gst_v4l2src_get_fps):
13419           dear stefan, framespersecond is not frameperiod, reverting but adding
13420           comment
13421
13422 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13423
13424         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13425         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13426         (gst_v4l2src_get_fps):
13427           Numerator is numerator and denominator is denominator. Say that aloud
13428           5 times and retry after next beer.
13429
13430 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         Patch by: Josep Torra Valles  <josep at fluendo com>
13433
13434         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13435         * ext/esd/esdsink.c: (gst_esdsink_write):
13436         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13437         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13438         (gst_flac_dec_send_newsegment):
13439         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13440         (gst_flac_enc_tell_callback):
13441         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13442         (smokecodec_parse_header), (smokecodec_decode):
13443         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13444         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13445         * gst/goom/Makefile.am:
13446         * gst/goom/gstgoom.c:
13447         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13448         * gst/rtsp/gstrtspsrc.c:
13449         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13450         * gst/udp/gstudpsink.c:
13451         * gst/udp/gstudpsrc.c:
13452         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13453         * sys/sunaudio/gstsunaudiomixertrack.h:
13454           Fix a bunch of problems discovered by the Forte compiler, mostly type
13455           mixups and pointer arithmetics with void pointers. Fixes #362603.
13456
13457 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         * ext/speex/gstspeex.c: (plugin_init):
13460         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13461         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13462         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13463         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13464         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13465         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13466         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13467         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13468         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13469         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13470         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13471         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13472         * ext/speex/gstspeexenc.h:
13473           Miscellaneous clean-ups, among other things: speexenc => enc to
13474           enhance code readability; change speexenc => speex_enc; in chain
13475           function unref input buffer in case of error; take reference in
13476           event function; use boilerplate macro; use gst_pad_query_peer_*
13477           convenience functions.
13478
13479 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13482         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13483         (gst_speexenc_set_header_on_caps):
13484           Fix some mem leaks.
13485
13486 2006-10-11  Wim Taymans  <wim@fluendo.com>
13487
13488         * gst/rtsp/URLS:
13489         Added some other URL.
13490
13491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13492         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13493         (gst_rtspsrc_open), (gst_rtspsrc_play),
13494         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13495         * gst/rtsp/gstrtspsrc.h:
13496         Work on fallback to TCP connection when the UDP socket times out.
13497         Handler server requests, just reply with OK for now.
13498
13499         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13500         * gst/rtsp/rtspdefs.h:
13501         Added some more Real extension headers.
13502
13503         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13504         Fix parsing of urls with a ':' that is not part of the hostname:port
13505         part of the url.
13506
13507 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13508
13509         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13510         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13511         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13512           Activate pad before adding it to the already-running element.
13513
13514         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13515           Activate newly-created pad too.
13516
13517 2006-10-11  Wim Taymans  <wim@fluendo.com>
13518
13519         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13520
13521         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13522         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13523         (gst_udpsrc_start):
13524         Fix some leaks in caps and uris. Fixes #361252.
13525
13526 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * gst/wavparse/Makefile.am:
13529           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13530
13531 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13532
13533         * sys/v4l2/gstv4l2xoverlay.c:
13534         * sys/v4l2/gstv4l2xoverlay.h:
13535         Fix build as per the patch in #338818 comment 36.
13536
13537 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13540           Activate pads before adding them to the source.
13541
13542 2006-10-06  Wim Taymans  <wim@fluendo.com>
13543
13544         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13545         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13546         Activate pads before adding.
13547
13548 2006-10-06  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13551         (gst_multipart_find_pad_by_mime):
13552         Activate pads before adding.
13553
13554         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13555         BOILERPLATE sets parent_class for us.
13556
13557 2006-10-06  Wim Taymans  <wim@fluendo.com>
13558
13559         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13560         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13561         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13562         (gst_rtspsrc_alloc_udp_ports),
13563         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13564         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13565         (gst_rtspsrc_create_transports_string),
13566         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13567         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13568         * gst/rtsp/gstrtspsrc.h:
13569         Rework how the transport string is constructed, try to share channels
13570         and udp ports.
13571         Make most of the stuff less dependant on RTP as we are also going to use
13572         it for RDT.
13573         Add support for transport specific session managers.
13574
13575         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13576         Implement _flush().
13577
13578         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13579         * gst/rtsp/rtspdefs.h:
13580         Add generic error return code.
13581
13582         * gst/rtsp/rtspext.h:
13583         Add support for pluggable tranport strings.
13584
13585         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13586         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13587         (rtsp_ext_wms_get_context):
13588         Detect WMServer and activate the extension.
13589
13590         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13591         (rtsp_transport_get_manager), (rtsp_transport_parse):
13592         * gst/rtsp/rtsptransport.h:
13593         Added methods to get mime/manager for certain transports.
13594
13595 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13596
13597         * ext/cairo/gsttimeoverlay.c:
13598         (gst_cairo_time_overlay_update_font_height):
13599         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13600         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13602         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13603         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13604         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13605         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13606         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13607         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13608         (gst_avi_demux_stream_data):
13609         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13610         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13611         (gst_fenced_buffer_copy):
13612         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13614         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13616         (gst_rtspsrc_handle_message):
13617         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13618         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13619           Printf format fixes.
13620
13621 2006-10-04  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/rtsp/Makefile.am:
13624         Dist new .h file too.
13625
13626 2006-10-04  Wim Taymans  <wim@fluendo.com>
13627
13628         * gst/rtsp/Makefile.am:
13629         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13630         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13631         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13632         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13633         (gst_rtspsrc_parse_rtpmap),
13634         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13635         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13636         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13637         * gst/rtsp/gstrtspsrc.h:
13638         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13639         * gst/rtsp/rtspdefs.h:
13640         * gst/rtsp/rtspext.h:
13641         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13642         (rtsp_ext_wms_get_context):
13643         * gst/rtsp/rtspextwms.h:
13644         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13645         (rtsp_transport_parse):
13646         * gst/rtsp/rtsptransport.h:
13647         Factor out extension in separate module.
13648         Fix getcaps to filter against the padtemplate.
13649         Use Content-Base if the server gives one.
13650         Rework the transport parsing a bit for future extensions.
13651         Added some Real Header field definitions.
13652
13653 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13654
13655         * docs/plugins/Makefile.am:
13656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13658           added v4l2 stubs
13659         * gst-plugins-good.spec.in:
13660           add v4l2
13661
13662 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13665           Extract disc/album/medium number and count and try harder
13666           to extract track number/count.
13667
13668 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13669
13670         * configure.ac:
13671         * sys/Makefile.am:
13672           add build stuff for v4l2, needs --enable-experimental until
13673           the last bits are resolved
13674
13675 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13676
13677         * tests/check/Makefile.am:
13678           Disable autodetect test temporarily, so that the build bots
13679           update -bad and the ranks of unreliable video sinks in there.
13680
13681         * tests/check/elements/autodetect.c: (GST_START_TEST):
13682           Skip test if no usable videosink is found.
13683
13684 2006-09-29  Wim Taymans  <wim@fluendo.com>
13685
13686         * gst/rtsp/URLS:
13687         Add some more URLs.
13688
13689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13690         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13691         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13692         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13693         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13694         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13695         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13696         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13697         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13698         * gst/rtsp/gstrtspsrc.h:
13699         Add timeout property to control UDP timeouts.
13700         Fix error messages.
13701         Also start a loop function when operating in UDP mode so that we can
13702         do some more stuff async.
13703         Handle element messages from udpsrc to detect timeouts. If a timeout
13704         happens we currently generate an error.
13705         API: rtspsrc::timeout property.
13706
13707         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13708         (gst_udpsrc_create):
13709         Really implement the timeout in microseconds and not milliseconds.
13710
13711 2006-09-29  Wim Taymans  <wim@fluendo.com>
13712
13713         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13714         (gst_udpsrc_create), (gst_udpsrc_set_property),
13715         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13716         * gst/udp/gstudpsrc.h:
13717         Added property to post a message on timeout.
13718         Updated docs.
13719         When restarting the select, initialize the fdsets again.
13720         Init control sockets so we don't accidentally close a random socket.
13721         API: GstUDPSrc::timeout property
13722
13723 2006-09-29  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13726         Fix flag registration.
13727
13728         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13729         Reading 0 also means 'no more commands'
13730
13731 2006-09-29  Wim Taymans  <wim@fluendo.com>
13732
13733         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13734
13735         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13736         Fix possible infinite loop when shutting down, a read can also return
13737         0 to indicate no more messages are available. Fixes #358156.
13738
13739 2006-09-25  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/autodetect/gstautoaudiosink.c:
13742         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13743         (gst_auto_audio_sink_find_best):
13744         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13745         Small cleanups.
13746         don't try to set "sync" property when it is not available.
13747
13748 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         Patch by: Peter Kjellerstedt  <pkj at axis com>
13751
13752         * gst/alpha/gstalpha.c:
13753         * gst/rtp/gstrtpamrdepay.c:
13754         * gst/rtsp/gstrtspsrc.c:
13755         * gst/udp/gstudpsrc.c:
13756         * gst/videomixer/videomixer.c:
13757           Include stdlib.h in some more places, makes things compile
13758           with uClibc and -Werror (#357592).
13759
13760 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13761
13762         * ext/jpeg/gstjpegdec.c:
13763           Set minimum height to 8 (from 16), our code should handle
13764           that fine. Some of the buttons on the apple trailer site
13765           are apparently only 15 pixels high (see #357470).
13766
13767 2006-09-23  Wim Taymans  <wim@fluendo.com>
13768
13769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13770         (gst_rtspsrc_open):
13771         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13772         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13773         (rtsp_connection_receive):
13774         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13775         * gst/rtsp/rtspdefs.h:
13776         Improve error reporting.
13777
13778 2006-09-23  Wim Taymans  <wim@fluendo.com>
13779
13780         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13781         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13782         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13783         * gst/rtp/gstrtpdepay.c:
13784         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13785         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13786         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13787         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13788         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13789         (gst_rtp_mp2t_depay_plugin_init):
13790         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13791         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13792         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13793         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13794         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13795         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13796         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13797         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13798         Fix klass typos.
13799         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13800
13801 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * configure.ac:
13804           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13805
13806 2006-09-22  Wim Taymans  <wim@fluendo.com>
13807
13808         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13809         Don't check for a tag that is never there and check if we read the
13810         correct tag. Fixes seeking again.
13811         We must post an error when all pads are unlinked.
13812
13813 2006-09-22  Wim Taymans  <wim@fluendo.com>
13814
13815         * gst/rtp/Makefile.am:
13816         * gst/rtp/gstrtp.c: (plugin_init):
13817         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13818         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13819         (gst_rtp_vorbis_pay_reset_packet),
13820         (gst_rtp_vorbis_pay_init_packet),
13821         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13822         (gst_rtp_vorbis_pay_handle_buffer):
13823         More fixage, set endoder-params correctly in the payloader.
13824
13825 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * gst/autodetect/gstautoaudiosink.c:
13828         (gst_auto_audio_sink_base_init):
13829         * gst/autodetect/gstautovideosink.c:
13830         (gst_auto_video_sink_base_init):
13831           Make static pad templates static to appease valgrind's leak
13832           detector.
13833
13834         * tests/check/Makefile.am:
13835         * tests/check/elements/.cvsignore:
13836         * tests/check/elements/autodetect.c: (GST_START_TEST),
13837         (autodetect_suite):
13838           Add simple test for the ghostpad lockup on shutdown fixed in core
13839           CVS (audio bit disabled because it would need dozens of alsa
13840           suppressions and I'm too lazy to add those now).
13841
13842 2006-09-22  Wim Taymans  <wim@fluendo.com>
13843
13844         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13845         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13846         Small cleanups.
13847
13848         * gst/rtp/Makefile.am:
13849         * gst/rtp/gstrtp.c: (plugin_init):
13850         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13851         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13852         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13853         (gst_rtp_vorbis_depay_process),
13854         (gst_rtp_vorbis_depay_set_property),
13855         (gst_rtp_vorbis_depay_get_property),
13856         (gst_rtp_vorbis_depay_change_state),
13857         (gst_rtp_vorbis_depay_plugin_init):
13858         * gst/rtp/gstrtpvorbisdepay.h:
13859         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13860         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13861         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13862         (gst_rtp_vorbis_pay_flush_packet),
13863         (gst_rtp_vorbis_pay_append_buffer),
13864         (gst_rtp_vorbis_pay_handle_buffer),
13865         (gst_rtp_vorbis_pay_plugin_init):
13866         * gst/rtp/gstrtpvorbispay.h:
13867         Add experimental vorbis pay and depayloaders.
13868
13869 2006-09-21  Wim Taymans  <wim@fluendo.com>
13870
13871         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13872         Fix profile-level-id parsing and setup.
13873
13874 2006-09-21  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst/udp/README:
13877         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13878         Update README, simple cleanup.
13879
13880 2006-09-21  Wim Taymans  <wim@fluendo.com>
13881
13882         * gst/rtp/README:
13883         Update README with some examples.
13884
13885         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13886         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13887         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13888         (gst_rtp_mp4g_pay_setcaps):
13889         * gst/rtp/gstrtpmp4gpay.h:
13890         Make optional RTP parameters of type STRING, as required by the
13891         application/x-rtp caps specification.
13892
13893 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13894
13895         * gst/rtp/gstrtph263pdepay.c:
13896         * gst/rtp/gstrtph263ppay.c:
13897         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13898         RTP header.
13899
13900 2006-09-20  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/rtp/Makefile.am:
13903         And makefile too.
13904
13905 2006-09-20  Wim Taymans  <wim@fluendo.com>
13906
13907         * gst/rtp/gstrtp.c: (plugin_init):
13908         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13909         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13910         (decode_base64), (gst_rtp_asf_depay_setcaps),
13911         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13912         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13913         (gst_rtp_asf_depay_plugin_init):
13914         * gst/rtp/gstrtpasfdepay.h:
13915         Added preliminary ASF depayloader.
13916
13917         * gst/rtp/gstrtph264depay.c: (decode_base64):
13918         Fix base64 decoding.
13919
13920 2006-09-20  Wim Taymans  <wim@fluendo.com>
13921
13922         * gst/rtsp/URLS:
13923         Added some test URLS.
13924
13925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13926         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13927         * gst/rtsp/gstrtspsrc.h:
13928         When creating streams, give access to the complete SDP.
13929         Fix some leaks.
13930         Collect and merge global stream properties in stream caps.
13931         Preliminary support for WMServer.
13932
13933         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13934         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13935         (rtsp_connection_receive):
13936         * gst/rtsp/rtspconnection.h:
13937         Make connection interruptable.
13938         Refactor to make it reconnectable.
13939         Don't fail on short reads when reading data packets.
13940
13941         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13942         (rtsp_url_get_port):
13943         * gst/rtsp/rtspurl.h:
13944         Add methods for getting/setting the port.
13945
13946         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13947         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13948         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13949         (sdp_media_get_format), (sdp_parse_line),
13950         (sdp_message_parse_buffer):
13951         Fix headers. 
13952         Add methods for getting multiple attributes with the same name.
13953         Increase buffer size when parsing.
13954         Fix parsing of a=foo fields.
13955
13956         * gst/rtsp/test.c: (main):
13957         Update to new connection API.
13958
13959         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13960         (rtsp_message_init_response), (rtsp_message_init_data),
13961         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13962         * gst/rtsp/rtspmessage.h:
13963         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13964         * gst/rtsp/rtsptransport.h:
13965         * gst/rtsp/sdp.h:
13966         * gst/rtsp/sdpmessage.h:
13967         * gst/rtsp/gstrtsp.c:
13968         * gst/rtsp/gstrtsp.h:
13969         * gst/rtsp/gstrtpdec.c:
13970         * gst/rtsp/gstrtpdec.h:
13971         * gst/rtsp/rtsp.h:
13972         * gst/rtsp/rtspdefs.c:
13973         * gst/rtsp/rtspdefs.h:
13974         Dual licensed under MIT and LGPL now.
13975
13976 2006-09-19  Wim Taymans  <wim@fluendo.com>
13977
13978         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13979         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13980         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13981         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13982         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13983         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13984         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13985         * gst/rtsp/gstrtspsrc.h:
13986         Reorganize stream parsing and creation.
13987         Detect container formats in interleaved mode.
13988         Keep more state about the streams.
13989         Assume a server also supports PLAY if it does not say.
13990         Add unicast and interleaved properties to TCP transport requests to make
13991         some servers happy (WMServer).
13992
13993         * gst/rtsp/sdpmessage.h:
13994         Add some defines for the standard Bandwidth types.
13995
13996 2006-09-19  Wim Taymans  <wim@fluendo.com>
13997
13998         * gst/rtsp/test.c: (main):
13999         Fix build.
14000
14001 2006-09-19  Wim Taymans  <wim@fluendo.com>
14002
14003         * gst/wavparse/gstwavparse.c:
14004         Add ms-gsm to the src template.
14005
14006 2006-09-18  Wim Taymans  <wim@fluendo.com>
14007
14008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14009         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14010         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14011         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14012         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14013         * gst/rtsp/gstrtspsrc.h:
14014         Small cleanups, added documentation.
14015         Try to clean up the requests and responses.
14016         Refactor parsing the supported methods.
14017
14018         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14019         (rtsp_connection_create), (rtsp_connection_send),
14020         (parse_response_status), (parse_request_line),
14021         (rtsp_connection_receive), (rtsp_connection_close),
14022         (rtsp_connection_free):
14023         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14024         (rtsp_transport_init), (rtsp_transport_parse),
14025         (rtsp_transport_free):
14026         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14027         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14028         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14029         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14030         Use g_return_val some more.
14031
14032         * gst/rtsp/rtspdefs.h:
14033         Add more enum values to track initial states.
14034
14035         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14036         (rtsp_message_init_request), (rtsp_message_new_response),
14037         (rtsp_message_init_response), (rtsp_message_init_data),
14038         (rtsp_message_unset), (rtsp_message_free),
14039         (rtsp_message_add_header), (rtsp_message_remove_header),
14040         (rtsp_message_get_header), (rtsp_message_set_body),
14041         (rtsp_message_take_body), (rtsp_message_get_body),
14042         (rtsp_message_steal_body), (rtsp_message_dump):
14043         * gst/rtsp/rtspmessage.h:
14044         Reorder arguments, object goes as the first one.
14045         Use g_return_val some more.
14046
14047 2006-09-18  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14050         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14051         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14052         * gst/rtsp/gstrtspsrc.h:
14053         Export sometimes source pad with correct caps on the template, create
14054         the ghostpad from the template.
14055         Remove RTCP template as we never expose RTCP.
14056         Protect against invalid body size.
14057         Avoid memcpy when creating the output buffer.
14058         Properly post an error and send EOS when the loop function is shut down.
14059
14060 2006-09-18  Wim Taymans  <wim@fluendo.com>
14061
14062         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14063
14064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14065         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14066         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14067         * gst/rtsp/gstrtspsrc.h:
14068         Make sure we can never set an invalid location.
14069
14070         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14071         * gst/rtsp/rtspmessage.h:
14072         Added _steal_body method for future use.
14073
14074         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14075         Make freeing of NULL url return immediatly.
14076
14077 2006-09-18  Wim Taymans  <wim@fluendo.com>
14078
14079         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14080
14081         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14082         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14083         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14084         (gst_rtspsrc_change_state):
14085         * gst/rtsp/gstrtspsrc.h:
14086         Use boilerplate.
14087         Make rtspsrc subclass GstBin to make state changes easier.
14088         Add Range header field on the PLAY request.
14089
14090 2006-09-18  Wim Taymans  <wim@fluendo.com>
14091
14092         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14093
14094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14095         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14096         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14097         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14098         * gst/rtsp/rtspconnection.c: (inet_aton):
14099         Small cleanups.
14100         when multicast is selected as the transport, create UDP sources and
14101         connect to the multicast group.
14102         Move parsing and setting of caps to a common place.
14103         Fixes #349894.
14104
14105 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14106
14107         * ext/flac/gstflactag.c:
14108         * gst/alpha/gstalpha.c:
14109         * gst/debug/breakmydata.c:
14110         * gst/debug/negotiation.c:
14111         * gst/debug/testplugin.c:
14112         * gst/effectv/gstaging.c:
14113         * gst/effectv/gstdice.c:
14114         * gst/effectv/gstedge.c:
14115         * gst/effectv/gstquark.c:
14116         * gst/effectv/gstrev.c:
14117         * gst/effectv/gstshagadelic.c:
14118         * gst/effectv/gstvertigo.c:
14119         * gst/effectv/gstwarp.c:
14120         * gst/multipart/multipartdemux.c:
14121         * gst/multipart/multipartmux.c:
14122         * gst/videobox/gstvideobox.c:
14123         * gst/videofilter/gstgamma.c:
14124         * gst/videofilter/gstvideotemplate.c:
14125         * gst/videomixer/videomixer.c:
14126         * sys/sunaudio/gstsunaudiosrc.h:
14127         More G_OBJECT macro fixing.
14128
14129 2006-09-16  Wim Taymans  <wim@fluendo.com>
14130
14131         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14132
14133         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14134         Correctly set the dwLength in strh.
14135         With this patch, the file duration is now displayed correctly in window
14136         media player and the AVI plays completely. Fixes #356147
14137
14138 2006-09-15  Wim Taymans  <wim@fluendo.com>
14139
14140         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14141
14142         * sys/sunaudio/gstsunaudiomixerctrl.c:
14143         (gst_sunaudiomixer_ctrl_build_list):
14144         Set the output track as the MASTER so that the gnome-settings-daemon
14145         keybindings for changing the volume using the keyboard works.
14146         Fixes #356142.
14147
14148 2006-09-15  Wim Taymans  <wim@fluendo.com>
14149
14150         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14151         Fix documentation, it is not possible to control the framerate of jpegdec
14152         using filtered caps yet. Fixes #355210.
14153         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14154         stop when there is an error.
14155
14156 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14157
14158         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14159         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14160           Don't interpret a first buffer with an offset of NONE as
14161           'from the middle of the stream', but only a first buffer
14162           that has a valid buffer offset that's non-zero (see #345449).
14163
14164 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14165
14166         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14167         (gst_icydemux_typefind_or_forward):
14168         * gst/icydemux/gsticydemux.h:
14169           When we merge/collect multiple incoming buffers for typefinding
14170           purposes, keep an initial 0 offset on the first outgoing buffer
14171           as well (otherwise id3demux won't work right). Fixes #345449.
14172           Also Make buffer metadata writable before setting buffer caps.
14173
14174         * tests/check/elements/icydemux.c: (typefind_succeed),
14175         (cleanup_icydemux), (push_data), (GST_START_TEST),
14176         (icydemux_suite):
14177           Small test case for the above.
14178
14179 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14180
14181         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14182         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14183         (gst_avi_demux_stream_header_push),
14184         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14185         (gst_avi_demux_loop):
14186           More code reuse and better logging in _peek_chunk(). Reintroduce check
14187           for chunk sizes before reading them (avoid oom). Better handling for 
14188           invalid chunksizes when streaming.
14189
14190 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14191
14192         * gst/level/gstlevel.c: (gst_level_set_property):
14193         * gst/level/gstlevel.h:
14194           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14195           René Stadler
14196
14197 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14198
14199         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14200         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14201         (gst_avi_demux_stream_data):
14202           Revert one change to fix streaming avi (adapter size != data size).
14203
14204 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14207
14208         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14209         (gst_matroska_demux_reset),
14210         (gst_matroska_demux_read_track_encodings),
14211         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14212         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14213         (gst_matroska_demux_subtitle_caps):
14214         * gst/matroska/matroska-ids.h:
14215           Add support for VOBSUB subtitle tracks and zlib-compressed
14216           tracks. Make sure we start on a keyframe after a seek. (#343348)
14217
14218 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14219
14220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14221         (gst_matroska_demux_push_flac_codec_priv_data),
14222         (gst_matroska_demux_push_xiph_codec_priv_data),
14223         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14224         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14225         * gst/matroska/matroska-ids.h:
14226           Add basic FLAC support (#311586), not perfect yet though, needs some
14227           tweaking in flacdec; also, seeking could be better.
14228           Do better bounds checking when deserialising vorbis stream headers
14229           to make sure we don't read beyond the end of the buffer on bad input.
14230
14231 2006-09-04  Wim Taymans  <wim@fluendo.com>
14232
14233         Patch by: Alessandro Decina <alessandro at nnva dot org>
14234
14235         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14236         Seeking back in a file containing a CMML stream errors out if the seek
14237         goes back up to the CMML headers. This is because after the seek the xml
14238         processing instruction <?xml ...?> is submitted to the xml parser again, 
14239         which results in an error. The attached patch fixes the problem. 
14240         Fixes #353908.
14241
14242         * ext/annodex/gstcmmlenc.h:
14243         Fix authors name.
14244
14245
14246 2006-08-28  Andy Wingo  <wingo@pobox.com>
14247
14248         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14249         New helper function to lessen the ifdefs.
14250         (GST_INFO_OBJECT): 
14251         (gst_dv1394src_iso_receive): Use it.
14252         (gst_dv1394src_create): Also use the control sockets in iec61883
14253         mode.
14254         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14255         handle for AVC operations; fixes #348233.
14256
14257 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14258
14259         * configure.ac:
14260         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14261         * docs/plugins/inspect/plugin-audiofx.xml:
14262         * docs/plugins/inspect/plugin-audiofxgood.xml:
14263         * gst/audiofx/Makefile.am:
14264         * gst/audiofx/audiofx.c:
14265         * gst/audiofxgood/.cvsignore:
14266         * gst/audiofxgood/Makefile.am:
14267         * gst/audiofxgood/audiofx.c:
14268         * gst/audiofxgood/audiopanorama.c:
14269         * gst/audiofxgood/audiopanorama.h:
14270           Rename again (audiofxgood -> audiofx).
14271
14272 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14273
14274         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14275         (gst_avi_demux_stream_scan):
14276           Initialze variables.
14277
14278 2006-08-25  Wim Taymans  <wim@fluendo.com>
14279
14280         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14281         (gst_avi_demux_init), (gst_avi_demux_finalize),
14282         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14283         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14284         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14285         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14286         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14287         (gst_avi_demux_massage_index),
14288         (gst_avi_demux_calculate_durations_from_index),
14289         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14290         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14291         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14292         (gst_avi_demux_change_state):
14293         * gst/avi/gstavidemux.h:
14294         More attempts to turn this into readable code.
14295         Don't leak adapters.
14296         Calculate duration according to index more efficiently.
14297         Don't try to act like we drive the pipeline in chain mode.
14298
14299 2006-08-25  Wim Taymans  <wim@fluendo.com>
14300
14301         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14302         Fix build.
14303
14304 2006-08-25  Wim Taymans  <wim@fluendo.com>
14305
14306         Patch by: Alessandro Decina <alessandro at nnva dot org>
14307
14308         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14309         Do some extra sanity checks.
14310         Fixes #350340.
14311
14312         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14313         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14314         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14315         Check if clip->start_time is valid before adding the clip to the
14316         track list.
14317         Reset enc->preamble going from PAUSED to READY.
14318         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14319         only used for EOS.
14320         Only post an error message if we were the one that created the fatal
14321         GstFlowReturn value.
14322
14323         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14324         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14325         Parse the seconds field of the npt-sec time format using %llu rather than
14326         %d and check that the value scaled by GST_SECOND doesn't overflow.
14327         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14328         Lookup a clip's track with clip->track rather than clip->id which
14329         makes no sense.
14330         Identify a clip by its track and start time and not its xml id.
14331         do some more input checking and make sure we don't do undefined shifts.
14332
14333         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14334         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14335         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14336         (push_clip), (push_empty_clip), (check_output_clip),
14337         (GST_START_TEST), (cmmldec_suite):
14338         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14339         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14340         (check_headers), (push_clip), (check_clip_times), (check_clip),
14341         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14342         Added some more checks.
14343
14344 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14345
14346         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14347         (gst_audio_panorama_set_property),
14348         (gst_audio_panorama_get_property),
14349         (gst_audio_panorama_transform_m2s_int),
14350         (gst_audio_panorama_transform_s2s_int),
14351         (gst_audio_panorama_transform_m2s_float),
14352         (gst_audio_panorama_transform_s2s_float):
14353         * gst/audiofxgood/audiopanorama.h:
14354         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14355           Make also the pan-property float (saves scaling and yields better
14356           resolution)
14357
14358 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14359
14360         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14361         (gst_audio_panorama_transform_m2s_float),
14362         (gst_audio_panorama_transform_s2s_float):
14363           ChangeLog surgery to add cymax's real name
14364
14365
14366 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14367
14368         Patch by: René Stadler <mail@renestadler.de>
14369
14370         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14371         (gst_audio_panorama_transform_m2s_int),
14372         (gst_audio_panorama_transform_s2s_int),
14373         (gst_audio_panorama_transform_m2s_float),
14374         (gst_audio_panorama_transform_s2s_float),
14375         (gst_audio_panorama_transform):
14376         * gst/audiofxgood/audiopanorama.h:
14377           Added float support
14378
14379 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14380
14381         * gst/audiofxgood/audiopanorama.c:
14382         (gst_audio_panorama_transform_m2s):
14383           Fix docs & debug category. Add Fixme for volume pan levels.
14384
14385 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14386
14387         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14388         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14389         (gst_avi_demux_stream_header_pull),
14390         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14391         (gst_avi_demux_chain):
14392           unbreak AVI index handling, some more debug, remove an obsolete
14393           adapter_flush that caused streaming to wander off in the wild
14394
14395 2006-08-24  Wim Taymans  <wim@fluendo.com>
14396
14397         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14398         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14399         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14400         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14401         (gst_avi_demux_calculate_durations_from_index),
14402         (gst_avi_demux_stream_header_push),
14403         (gst_avi_demux_stream_header_pull):
14404         * gst/avi/gstavidemux.h:
14405         Some more cleanups. 
14406         Fix totalFrames parsing in ODML.
14407         Disable use of index for length calculation in case of ODML as this is
14408         broken now.
14409
14410 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14413           Use libgsttag helper function here too.
14414
14415 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14416
14417         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14418         (gst_avi_demux_init), (gst_avi_demux_dispose),
14419         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14420         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14421         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14422         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14423         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14424         (gst_avi_demux_parse_subindex),
14425         (gst_avi_demux_read_subindexes_push),
14426         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14427         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14428         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14429         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14430         (gst_avi_demux_stream_header_pull),
14431         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14432         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14433         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14434         (gst_avi_demux_change_state):
14435         * gst/avi/gstavidemux.h:
14436           Initial streaming support for avidemux (fixes #336465)
14437
14438 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14441           There is no taglibmux element ...
14442
14443         * gst/rtsp/gstrtspsrc.c:
14444           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14445           was complaining about unknown entity here.
14446
14447 2006-08-22  Wim Taymans  <wim@fluendo.com>
14448
14449         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14450         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14451         (gst_avi_demux_process_next_entry):
14452         * gst/avi/gstavidemux.h:
14453         Mark DISCONT.
14454         Remove old unused fields and reorder the struct a bit.
14455
14456 2006-08-22  Wim Taymans  <wim@fluendo.com>
14457
14458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14459         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14460         (gst_rtspsrc_pause):
14461         * gst/rtsp/gstrtspsrc.h:
14462         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14463         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14464         Small documentation updates.
14465
14466 2006-08-22  Wim Taymans  <wim@fluendo.com>
14467
14468         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14469         (gst_avi_demux_index_entry_for_time),
14470         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14471         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14472         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14473         (gst_avi_demux_next_data_buffer),
14474         (gst_avi_demux_calculate_durations_from_index),
14475         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14476         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14477         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14478         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14479         * gst/avi/gstavidemux.h:
14480         Precalc most of the duration query for each stream.
14481         Make seeking more correct.
14482         Use GstSegment to track position and duration.
14483         Code cleanups and leak fixes.
14484         Calculate correct total duration based on index length.
14485
14486 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14487
14488         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14489         (parse_insert_string_field):
14490           If strings in text fields are marked ISO8859-1, but contain
14491           valid UTF-8 already, then handle them as UTF-8 and ignore
14492           the encoding. (#351794)
14493
14494 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14495
14496         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14497         (gst_flac_dec_write), (gst_flac_dec_loop),
14498         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14499         (gst_flac_dec_src_query):
14500         * ext/flac/gstflacdec.h:
14501           Make flac-in-ogg work (#352100).
14502
14503 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14506           Don't unref buffers of which we've already given away
14507           ownership to the adapter.
14508
14509 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14512           Make metadata extraction actually work.
14513
14514         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14515         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14516         (gst_speexenc_chain):
14517           Fix metadata writing: replace old code which wrote completely
14518           broken tags with libgsttag-based code. Plus miscellaneous
14519           code cleanups (use static pad templates etc.) and a bunch
14520           of leak fixes.
14521
14522 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14523
14524         * gst/audiopanorama/.cvsignore:
14525         * gst/audiopanorama/Makefile.am:
14526         * gst/audiopanorama/audiofx.c:
14527         * gst/audiopanorama/audiopanorama.c:
14528         * gst/audiopanorama/audiopanorama.h:
14529           die! die! die! you should never have been there
14530
14531 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14532
14533         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14534         Fix invalid memory access in audiopanorama test suite.
14535
14536 2006-08-21  Edward Hervey  <edward@fluendo.com>
14537
14538         * tests/check/elements/.cvsignore:
14539         ignore built file
14540
14541 2006-08-21  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst/rtp/Makefile.am:
14544         Fix the build again.
14545
14546 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14547
14548         * gst/audiofxgood/.cvsignore:
14549         * gst/audiofxgood/Makefile.am:
14550         * gst/audiofxgood/audiofx.c: (plugin_init):
14551         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14552         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14553         (gst_audio_panorama_set_property),
14554         (gst_audio_panorama_get_property),
14555         (gst_audio_panorama_get_unit_size),
14556         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14557         (gst_audio_panorama_transform_m2s),
14558         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14559         * gst/audiofxgood/audiopanorama.h:
14560           resubmit with the desired name *again*
14561
14562 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14563
14564         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14565         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14566           use g_assert in _get_unit_size
14567
14568 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14569
14570         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14571         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14572         * docs/plugins/inspect/plugin-audiofxgood.xml:
14573           cleanup -unused.txt to make it useful, add previously missing docs
14574
14575         * ext/Makefile.am:
14576           Quietly (accidentally) enable LADSPA for building by default, 
14577           despite the fact that it doesn't meet the plugin checklist.
14578             -- Added by Jan Schmidt 18 Dec 2006
14579
14580         * ext/esd/esdmon.c:
14581         * ext/esd/esdsink.c:
14582         * ext/esd/gstesd.c: (plugin_init):
14583           reflow to get rid of two external symbols
14584
14585         * gst/audiofxgood/audiofx.c: (plugin_init):
14586           re-add
14587
14588 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14589
14590         * configure.ac:
14591         * gst/audiofxgood/.cvsignore:
14592         * gst/audiofxgood/Makefile.am:
14593         * gst/audiofxgood/audiofx.c
14594         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14595         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14596         (gst_audio_panorama_set_property),
14597         (gst_audio_panorama_get_property),
14598         (gst_audio_panorama_get_unit_size),
14599         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14600         (gst_audio_panorama_transform_m2s),
14601         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14602         * gst/audiofxgood/audiopanorama.h:
14603         * tests/check/Makefile.am:
14604         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14605         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14606         (panorama_suite), (main):
14607         Add audiofxgood plugin with audiopanorama element
14608
14609 2006-08-18  Wim Taymans  <wim@fluendo.com>
14610
14611         * docs/plugins/Makefile.am:
14612         More Oss docs fixage. 
14613
14614 2006-08-18  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/rtp/Makefile.am:
14617         * gst/rtp/gstrtp.c: (plugin_init):
14618         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14619         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14620         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14621         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14622         (gst_rtp_sv3v_depay_get_property),
14623         (gst_rtp_sv3v_depay_change_state),
14624         (gst_rtp_sv3v_depay_plugin_init):
14625         * gst/rtp/gstrtpsv3vdepay.h:
14626         Added experimental SVQ3 depayloader.
14627
14628 2006-08-18  Edward Hervey  <edward@fluendo.com>
14629
14630         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14631         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14632         * ext/dv/gstdvdemux.h:
14633         When handling seek requests, don't send the newsegment event from the
14634         calling thread. Instead save it so it can be sent from the streaming
14635         thread.
14636
14637 2006-08-17  Wim Taymans  <wim@fluendo.com>
14638
14639         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14640
14641         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14642         Accept leading whitespace before the boundary
14643         This patch makes the demuxer allow some whitespace before the actual
14644         boundary. This makes the demuxer work with the ``old'' gstreamer
14645         multipartmuxer again (which placed an extra \n before the start
14646         of the stream) Fixes #349068.
14647
14648 2006-08-17  Wim Taymans  <wim@fluendo.com>
14649
14650         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14651         Error out on non-implemented stuff.
14652
14653 2006-08-16  Wim Taymans  <wim@fluendo.com>
14654
14655         Patch by: Andy Wingo <wingo at pobox dot com>
14656
14657         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14658         (gst_signal_processor_start), (gst_signal_processor_stop),
14659         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14660         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14661         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14662         (gst_signal_processor_change_state):
14663         Make ladspa elements reusable. Fixes #350006.
14664
14665 2006-08-16  Wim Taymans  <wim@fluendo.com>
14666
14667         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14668         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14669         names as possible. Fixes #349901.
14670
14671 2006-08-16  Wim Taymans  <wim@fluendo.com>
14672
14673         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14674         (gst_signal_processor_do_pushes):
14675         A push() gives away our refcount so we should not use the buffer on the
14676         pen anymore.
14677
14678 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14679
14680         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14681         (gst_oss_mixer_element_finalize):
14682           Don't leak device string.
14683
14684 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * configure.ac:
14687           Require CVS of GStreamer core and -base (for
14688           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14689
14690         * ext/taglib/gstid3v2mux.cc:
14691           Write extended comment tags properly (#348762).
14692
14693         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14694         (parse_comment_frame):
14695           Extract COMM frames into extended comments, which makes it
14696           easier to properly retain the description bit of the tag
14697           and maintain this information when re-tagging (#348762).
14698
14699 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * tests/check/Makefile.am:
14702           Don't try to run annodex unit tests if the annodex
14703           plugin has not been built (Fixes #351116).
14704
14705 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * gst/autodetect/gstautoaudiosink.c:
14708         (gst_auto_audio_sink_find_best):
14709           When we can't find a usable audiosink, don't error out,
14710           but use a fake sink instead and post a warning message
14711           on the bus (#341278).
14712
14713 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14716         * sys/oss/gstosssink.c:
14717         * sys/oss/gstosssrc.c:
14718           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14719           ossmixer's new device property.
14720
14721         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14722         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14723           Add docs for OSS elements.
14724
14725         * docs/plugins/inspect/plugin-aasink.xml:
14726         * docs/plugins/inspect/plugin-alaw.xml:
14727         * docs/plugins/inspect/plugin-alpha.xml:
14728         * docs/plugins/inspect/plugin-alphacolor.xml:
14729         * docs/plugins/inspect/plugin-annodex.xml:
14730         * docs/plugins/inspect/plugin-apetag.xml:
14731         * docs/plugins/inspect/plugin-auparse.xml:
14732         * docs/plugins/inspect/plugin-autodetect.xml:
14733         * docs/plugins/inspect/plugin-avi.xml:
14734         * docs/plugins/inspect/plugin-cacasink.xml:
14735         * docs/plugins/inspect/plugin-cairo.xml:
14736         * docs/plugins/inspect/plugin-cdio.xml:
14737         * docs/plugins/inspect/plugin-cutter.xml:
14738         * docs/plugins/inspect/plugin-debug.xml:
14739         * docs/plugins/inspect/plugin-dv.xml:
14740         * docs/plugins/inspect/plugin-efence.xml:
14741         * docs/plugins/inspect/plugin-effectv.xml:
14742         * docs/plugins/inspect/plugin-esdsink.xml:
14743         * docs/plugins/inspect/plugin-flac.xml:
14744         * docs/plugins/inspect/plugin-flxdec.xml:
14745         * docs/plugins/inspect/plugin-gconfelements.xml:
14746         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14747         * docs/plugins/inspect/plugin-goom.xml:
14748         * docs/plugins/inspect/plugin-halelements.xml:
14749         * docs/plugins/inspect/plugin-icydemux.xml:
14750         * docs/plugins/inspect/plugin-id3demux.xml:
14751         * docs/plugins/inspect/plugin-jpeg.xml:
14752         * docs/plugins/inspect/plugin-level.xml:
14753         * docs/plugins/inspect/plugin-matroska.xml:
14754         * docs/plugins/inspect/plugin-mulaw.xml:
14755         * docs/plugins/inspect/plugin-multipart.xml:
14756         * docs/plugins/inspect/plugin-navigationtest.xml:
14757         * docs/plugins/inspect/plugin-ossaudio.xml:
14758         * docs/plugins/inspect/plugin-png.xml:
14759         * docs/plugins/inspect/plugin-rtp.xml:
14760         * docs/plugins/inspect/plugin-rtsp.xml:
14761         * docs/plugins/inspect/plugin-shout2send.xml:
14762         * docs/plugins/inspect/plugin-smpte.xml:
14763         * docs/plugins/inspect/plugin-speex.xml:
14764         * docs/plugins/inspect/plugin-taglib.xml:
14765         * docs/plugins/inspect/plugin-udp.xml:
14766         * docs/plugins/inspect/plugin-videobalance.xml:
14767         * docs/plugins/inspect/plugin-videobox.xml:
14768         * docs/plugins/inspect/plugin-videoflip.xml:
14769         * docs/plugins/inspect/plugin-videomixer.xml:
14770         * docs/plugins/inspect/plugin-wavenc.xml:
14771         * docs/plugins/inspect/plugin-wavparse.xml:
14772         * docs/plugins/inspect/plugin-ximagesrc.xml:
14773           Update to CVS version.
14774           
14775 2006-08-16  Wim Taymans  <wim@fluendo.com>
14776
14777         * gst/rtp/gstrtpamrdepay.c:
14778         * gst/rtp/gstrtpmp4gdepay.c:
14779         Caps extra properties must be defined as strings for
14780         depayloaders because they are generated from an SDP.
14781
14782         * gst/rtp/Makefile.am:
14783         * gst/rtp/gstrtp.c: (plugin_init):
14784         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14785         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14786         (gst_rtp_h264_depay_finalize), (decode_base64),
14787         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14788         (gst_rtp_h264_depay_set_property),
14789         (gst_rtp_h264_depay_get_property),
14790         (gst_rtp_h264_depay_change_state),
14791         (gst_rtp_h264_depay_plugin_init):
14792         * gst/rtp/gstrtph264depay.h:
14793         Added basic, not completely functional RFC 3984 H264 depayloader.
14794
14795 2006-08-16  Wim Taymans  <wim@fluendo.com>
14796
14797         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14798         Add pads after setting them up.
14799
14800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14801         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14802         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14803         (gst_rtspsrc_stream_setup_rtp),
14804         (gst_rtspsrc_stream_configure_transport),
14805         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14806         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14807         (gst_rtspsrc_pause):
14808         * gst/rtsp/gstrtspsrc.h:
14809         Fix interleaved mode.
14810          - Protect streaming with lock.
14811          - Combine flows
14812          - set caps on outgoing buffers.
14813          - strip trailing \0 from data packets.
14814          - Configure RTP/RTCP in stream.
14815         Use DEBUG_OBJECT more.
14816
14817 2006-08-16  Wim Taymans  <wim@fluendo.com>
14818
14819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14820         Turn a g_print into a DEBUG line.
14821
14822 2006-08-13  Wim Taymans  <wim@fluendo.com>
14823
14824         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14825         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14826         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14827         (gst_oss_mixer_element_get_property),
14828         (gst_oss_mixer_element_change_state):
14829         * sys/oss/gstossmixerelement.h:
14830         Small cleanups. Better error reporting.
14831         Add device property for the mixer instead of the hardcoded
14832         /dev/mixer. Fixes #350785.
14833         API: GstOssMixerElement::device property
14834
14835 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14836
14837         Patch by: Jens Granseuer <jensgr at gmx net>
14838
14839         * gconf/Makefile.am:
14840           Make --disable-schemas work right (they still need
14841           to be copied to the installation directory, just not
14842           applied). Fixes #351347 (also #344100).
14843           
14844 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14845
14846         * configure.ac: back to HEAD
14847
14848 === release 0.10.4 ===
14849
14850 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14851
14852         * configure.ac:
14853           releasing 0.10.4, "Dear Leader"
14854
14855 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14856
14857         Patch by: Edward Hervey <edward@fluendo.com>
14858
14859         * configure.ac:
14860         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14861         (gst_wavparse_stream_data):
14862         Send the newsegment event in the streaming thread.
14863         Fixes #347529
14864
14865 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14868         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14869         (gst_smokeenc_resync), (gst_smokeenc_chain):
14870           Refuse sink caps in the encoder if width or height is not a
14871           multiple of 16, the encoder does not support that yet (#349939);
14872           along the same lines, check the return value of the encoder
14873           setup function; also remove some debug log clutter.
14874
14875 2006-08-04  Andy Wingo  <wingo@pobox.com>
14876
14877         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14878         whether a processor can work in place or not, and for keeping
14879         track of its state. Change the FlowReturn instance variable from
14880         "state" to "flow_state", all callers changed.
14881
14882         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14883         (gst_signal_processor_start, gst_signal_processor_stop)
14884         (gst_signal_processor_cleanup): New functions to manage the
14885         processor's state.
14886         (gst_signal_processor_setcaps): start() as well as setup() here.
14887         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14888         (gst_signal_processor_change_state): Stop and cleanup the
14889         processor as we go to NULL.
14890
14891         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14892         INPLACE_BROKEN is not set.
14893
14894         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14895         Do the alloc_buffer in bytes, not frames.
14896         
14897 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14898
14899         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14900         Fix rgb masks when recording in < 24bpp.
14901
14902 2006-08-04  Andy Wingo  <wingo@pobox.com>
14903
14904         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14905         (gst_signal_processor_prepare)
14906         (gst_signal_processor_update_inputs)
14907         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14908         (gst_signal_processor_flush)
14909         (gst_signal_processor_sink_activate_push)
14910         (gst_signal_processor_src_activate_pull)
14911         (gst_signal_processor_change_state): Remove the last of the code
14912         that assumes that we process whole buffers at a time. Fix some
14913         debugging. Seems to work now in some cases.
14914         (gst_signal_processor_src_activate_pull): BPB
14915
14916 2006-08-01  Andy Wingo  <wingo@pobox.com>
14917
14918         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14919         Fix nframes-choosing.
14920         (gst_signal_processor_init): Init pending_in and pending_out.
14921
14922         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14923         more default sample rate, although we never check that the sample
14924         rate actually gets set. Something for the future.
14925         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14926         (gst_signal_processor_event): Refcount fixen.
14927         (gst_signal_processor_process): Pull the number of frames to
14928         process from the sizes of the buffers in the input pens.
14929         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14930         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14931         it instead of buffer_frames.
14932         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14933         to do_pulls.
14934         (gst_signal_processor_chain)
14935         (gst_signal_processor_sink_activate_push)
14936         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14937
14938         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14939
14940 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14941
14942         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14943         (gst_signal_processor_process):
14944           don't query buffer-frames from caps, add lots of debug-log,
14945           try fix for assert (#349189)
14946
14947 2006-07-31  Wim Taymans  <wim@fluendo.com>
14948
14949         * gst/udp/gstudpsrc.c:
14950         Fix docs.
14951
14952 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14953
14954         * ext/ladspa/gstsignalprocessor.c:
14955         (gst_signal_processor_add_pad_from_template),
14956         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14957         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14958         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14959         (gst_signal_processor_sink_activate_push),
14960         (gst_signal_processor_src_activate_pull),
14961         (gst_signal_processor_change_state):
14962          Add debugs logs here and there, add more error handling, add some
14963          FIXME comments, filed #349189
14964
14965 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14966
14967         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14968         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14969         Set caps on buffer correctly.  Fixes bug #349155.
14970
14971 2006-07-28  Wim Taymans  <wim@fluendo.com>
14972
14973         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14974
14975         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14976         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14977         (gst_multipart_demux_finalize), (get_line_end),
14978         (multipart_parse_header), (multipart_find_boundary),
14979         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14980         (gst_multipart_set_property), (gst_multipart_get_property):
14981         Uses GstAdapter instead of own buffering.
14982         Actually parses the mime-type correctly (In tests the mime-type was
14983         always "" with the old version).
14984         Uses the Content-length header if available to speed up things.
14985         Reliably autoscans the boundary name by default.
14986         Fixes #349068.
14987
14988         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14989         Don't start the stream with a \n.
14990
14991 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         Patch by: Brian Cameron <brian dot cameron at sun com>
14994
14995         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14996           Open source with O_NONBLOCK (#349015).
14997
14998 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14999
15000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15001         (gst_avi_demux_massage_index):
15002         * gst/avi/gstavidemux.h:
15003           Whitespace fixes and more debug
15004
15005 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         * gst/autodetect/gstautoaudiosink.c:
15008         (gst_auto_audio_sink_create_element_with_pretty_name),
15009         (gst_auto_audio_sink_find_best),
15010         (gst_auto_audio_sink_change_state):
15011           Get rid of old and unused magic sound-server properties stuff.
15012           Add suffix to child sink's name that makes it easy to see from
15013           the name alone which type it actually is (alsa, oss, esd, etc.).
15014
15015 2006-07-27  Wim Taymans  <wim@fluendo.com>
15016
15017         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15018         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15019         (gst_udpsrc_start):
15020         * gst/udp/gstudpsrc.h:
15021         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15022         not some sort of feature we enable.
15023
15024 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15027           Use CLOSE_SOCKET() here instead of close() to maintain
15028           win32 workiness.
15029
15030 2006-07-27  Wim Taymans  <wim@fluendo.com>
15031
15032         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15033
15034         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15035         (gst_udpsrc_create), (gst_udpsrc_set_property),
15036         (gst_udpsrc_get_property), (gst_udpsrc_start):
15037         * gst/udp/gstudpsrc.h:
15038         Added "buffer-size" property to control the kernel receive buffer size.
15039         Update documentation.
15040         Small cleanups. Fixes #348752.
15041         API: buffer-size property
15042
15043 2006-07-26  Wim Taymans  <wim@fluendo.com>
15044
15045         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15046
15047         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15048         (gst_rtp_pcma_pay_handle_buffer):
15049         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15050         (gst_rtp_pcmu_pay_handle_buffer):
15051         Fix timestamp calculation on outgoing RTP packets.
15052         Fixes #348675.
15053
15054 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * ext/taglib/gstid3v2mux.cc:
15057           Fix writing of comment frames (should be COMM not TCOM),
15058           is still sub-optimal though, since we don't retain or
15059           extract the comment descriptions properly (#334375,
15060           also see #334375).
15061
15062 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15063
15064         * gst/wavparse/gstwavparse.c:
15065           #define 'fact' RIFF chunk if we are not compiling against
15066           -base CVS (we don't want to depend on -base CVS for this
15067           one define only, and also not for release order reasons).
15068
15069 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15070
15071         * ext/taglib/gstid3v2mux.cc:
15072           Handle multiple tags of the same type properly. Re-inject
15073           unparsed ID3v2 frames that we get as binary blobs from
15074           id3demux into the tag again so we don't lose information
15075           when retagging (#334375).
15076
15077 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15080           Document newly-added properties properly, so that there is a
15081           'Since: 0.10.4' in the plugin docs. Convert some property
15082           names into canonical GObject style (GObject will do that
15083           internally anyway).
15084
15085 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * gst/id3demux/id3tags.c:
15088         (id3demux_add_id3v2_frame_blob_to_taglist):
15089           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15090           well, and add the version to the blob's buffer caps, since that
15091           information will be needed for deserialisation later on (#348644).
15092
15093 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15094
15095         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15096         (gst_avi_demux_parse_stream):
15097          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15098          indentation and spacing.
15099
15100 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * docs/plugins/Makefile.am:
15103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15105         * docs/plugins/gst-plugins-good-plugins.args:
15106         * docs/plugins/inspect/plugin-1394.xml:
15107         * docs/plugins/inspect/plugin-aasink.xml:
15108         * docs/plugins/inspect/plugin-alaw.xml:
15109         * docs/plugins/inspect/plugin-alpha.xml:
15110         * docs/plugins/inspect/plugin-alphacolor.xml:
15111         * docs/plugins/inspect/plugin-annodex.xml:
15112         * docs/plugins/inspect/plugin-apetag.xml:
15113         * docs/plugins/inspect/plugin-auparse.xml:
15114         * docs/plugins/inspect/plugin-autodetect.xml:
15115         * docs/plugins/inspect/plugin-avi.xml:
15116         * docs/plugins/inspect/plugin-cacasink.xml:
15117         * docs/plugins/inspect/plugin-cairo.xml:
15118         * docs/plugins/inspect/plugin-cdio.xml:
15119         * docs/plugins/inspect/plugin-cutter.xml:
15120         * docs/plugins/inspect/plugin-debug.xml:
15121         * docs/plugins/inspect/plugin-dv.xml:
15122         * docs/plugins/inspect/plugin-efence.xml:
15123         * docs/plugins/inspect/plugin-effectv.xml:
15124         * docs/plugins/inspect/plugin-esdsink.xml:
15125         * docs/plugins/inspect/plugin-flac.xml:
15126         * docs/plugins/inspect/plugin-flxdec.xml:
15127         * docs/plugins/inspect/plugin-gconfelements.xml:
15128         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15129         * docs/plugins/inspect/plugin-goom.xml:
15130         * docs/plugins/inspect/plugin-halelements.xml:
15131         * docs/plugins/inspect/plugin-icydemux.xml:
15132         * docs/plugins/inspect/plugin-id3demux.xml:
15133         * docs/plugins/inspect/plugin-jpeg.xml:
15134         * docs/plugins/inspect/plugin-level.xml:
15135         * docs/plugins/inspect/plugin-matroska.xml:
15136         * docs/plugins/inspect/plugin-mulaw.xml:
15137         * docs/plugins/inspect/plugin-multipart.xml:
15138         * docs/plugins/inspect/plugin-navigationtest.xml:
15139         * docs/plugins/inspect/plugin-ossaudio.xml:
15140         * docs/plugins/inspect/plugin-png.xml:
15141         * docs/plugins/inspect/plugin-rtp.xml:
15142         * docs/plugins/inspect/plugin-rtsp.xml:
15143         * docs/plugins/inspect/plugin-shout2send.xml:
15144         * docs/plugins/inspect/plugin-smpte.xml:
15145         * docs/plugins/inspect/plugin-speex.xml:
15146         * docs/plugins/inspect/plugin-udp.xml:
15147         * docs/plugins/inspect/plugin-videobalance.xml:
15148         * docs/plugins/inspect/plugin-videobox.xml:
15149         * docs/plugins/inspect/plugin-videoflip.xml:
15150         * docs/plugins/inspect/plugin-videomixer.xml:
15151         * docs/plugins/inspect/plugin-wavenc.xml:
15152         * docs/plugins/inspect/plugin-wavparse.xml:
15153         * docs/plugins/inspect/plugin-ximagesrc.xml:
15154           Update files to CVS/Prerelease version, add esdsink docs.
15155
15156         * ext/esd/esdsink.c:
15157           Add gtk-doc blurb.
15158
15159         * gst/rtp/gstrtpmp4vpay.c:
15160           Fix typo in element description.
15161
15162 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * ext/esd/esdsink.c: (gst_esdsink_open),
15165         (gst_esdsink_factory_init):
15166           Prevent libesd from auto-spawning a sound daemon if it
15167           is not already running. Now that we don't do evil stuff
15168           like that any longer we can give esdsink a rank so that
15169           autoaudiosink will try it as well if all other audio
15170           sinks fail (#343051).
15171
15172 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * ext/esd/Makefile.am:
15175           Oops, need to remove README from EXTRA_DIST as well.
15176
15177 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * ext/esd/README:
15180           Remove, it contains nothing useful anyway.
15181
15182         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15183         (gst_esdsink_delay):
15184           Some small clean-ups; use GST_BOILERPLATE etc.
15185
15186 2006-07-24  Wim Taymans  <wim@fluendo.com>
15187
15188         * gst/law/alaw-decode.c: (alawdec_getcaps):
15189         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15190         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15191         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15192         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15193
15194 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15195
15196         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15197         (gst_wavparse_other), (gst_wavparse_perform_seek),
15198         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15199         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15200         (gst_wavparse_pad_query):
15201         * gst/wavparse/gstwavparse.h:
15202           Use information from 'fact' chunk for length calculation of compressed
15203           samples. Calculate bps if bogus value is found in wav header (embeded
15204           mp2/mp3).
15205           
15206
15207 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15210
15211         * configure.ac:
15212         * gst/udp/Makefile.am:
15213         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15214         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15215         * gst/udp/gstdynudpsink.h:
15216         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15217         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15218         * gst/udp/gstmultiudpsink.h:
15219         * gst/udp/gstudp.c: (plugin_init):
15220         * gst/udp/gstudpsink.h:
15221         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15222         (gst_udpsrc_start), (gst_udpsrc_stop):
15223         * gst/udp/gstudpsrc.h:
15224         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15225         (gst_udp_net_utils_win32_wsa_startup):
15226         * gst/udp/gstudpnetutils.h:
15227           Port udp plugin to win32 (#345288).
15228
15229 2006-07-24  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15232         Remove unwanted DEBUG line.
15233
15234 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * gst/id3demux/gstid3demux.c: (plugin_init):
15237         * gst/id3demux/id3tags.c:
15238         (id3demux_add_id3v2_frame_blob_to_taglist):
15239         * gst/id3demux/id3tags.h:
15240           On second thought, it might be wiser and more efficient
15241           not to do tag registration from a streaming thread.
15242
15243 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * gst/id3demux/id3tags.c:
15246         (id3demux_add_id3v2_frame_blob_to_taglist),
15247         (id3demux_id3v2_frames_to_tag_list):
15248           Put ID3v2 frames we can't parse as binary blobs into private
15249           tags, so that they are not lost when retagging, at least once
15250           id3v2mux has been taught to re-inject those frames again.
15251           See bug #334375.
15252
15253 2006-07-21  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15256         (gst_avi_demux_process_next_entry):
15257         Fix some leaks.
15258
15259         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15260         Don't use \n in debug lines.
15261
15262 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15263
15264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15266           Add annodex and icydemux, cleanup the sections a bit
15267
15268 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         Patch by: Alex Lancaster <alexl at users sourceforge net>
15271
15272         * ext/taglib/gstid3v2mux.cc:
15273           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15274           ID3v2 TSSE frames (#347898).
15275
15276 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15277
15278         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15279           Respect mpegversion for "video/mpeg" and give message in case of
15280           unhandled versions.
15281
15282 2006-07-17  Wim Taymans  <wim@fluendo.com>
15283
15284         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15285         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15286         (gst_pngdec_chain), (gst_pngdec_sink_event),
15287         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15288         (gst_pngdec_sink_activate_push):
15289         * ext/libpng/gstpngdec.h:
15290         Use statically allocated segment instead of leaking.
15291         Various cleanups.
15292         Fix flush and seek handling.
15293
15294 2006-07-16  Wim Taymans  <wim@fluendo.com>
15295
15296         * gst/rtp/Makefile.am:
15297         * gst/rtp/gstrtp.c: (plugin_init):
15298         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15299         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15300         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15301         (gst_rtp_mp4g_depay_set_property),
15302         (gst_rtp_mp4g_depay_get_property),
15303         (gst_rtp_mp4g_depay_change_state),
15304         (gst_rtp_mp4g_depay_plugin_init):
15305         * gst/rtp/gstrtpmp4gdepay.h:
15306         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15307         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15308         (gst_rtp_mp4g_pay_flush):
15309         Added simple generic mpeg4 depayloader.
15310         Fix generic mpeg4 payloader.
15311
15312 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15313
15314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15315           Don't try doing state changes on a NULL pointer.
15316
15317 2006-07-14  Wim Taymans  <wim@fluendo.com>
15318
15319         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15320
15321         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15322         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15323         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15324         * gst/rtp/gstrtpamrdepay.h:
15325         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15326         Fixes #321191
15327
15328 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15329
15330         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15331         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15332         Fix segfault when moving mouse pointer to the bottom right corner.
15333
15334 2006-07-12  Wim Taymans  <wim@fluendo.com>
15335
15336         * gst/rtp/Makefile.am:
15337         * gst/rtp/gstrtp.c: (plugin_init):
15338         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15339         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15340         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15341         (gst_rtp_mp2t_depay_set_property),
15342         (gst_rtp_mp2t_depay_get_property),
15343         (gst_rtp_mp2t_depay_change_state),
15344         (gst_rtp_mp2t_depay_plugin_init):
15345         * gst/rtp/gstrtpmp2tdepay.h:
15346         Added mpeg2 TS depayloader. Closing #347234.
15347
15348 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15351           Remove g_assert that shouldn't be there and was triggered
15352           after trying to open a device that doesn't exist or can't
15353           be opened for some other reason (#347972).
15354
15355 2006-07-10  Edward Hervey  <edward@fluendo.com>
15356
15357         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15358         (gst_avi_demux_stream_header), (push_tag_lists):
15359         * gst/avi/gstavidemux.h:
15360         Don't push tag events found by gst_riff_parse_info() before outputting
15361         GST_EVENT_NEWSEGMENT.
15362
15363 2006-07-10  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/rtsp/Makefile.am:
15366         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15367         (rtsp_connection_close):
15368         * gst/rtsp/rtspdefs.h:
15369         replaced closesocket and close in code with one CLOSE_SOCKET. 
15370         Some more cleanups. Fixes #345301.
15371
15372 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15373
15374         * gst/autodetect/gstautoaudiosink.c:
15375           Fix example pipeline in docs.
15376
15377 2006-07-10  Wim Taymans  <wim@fluendo.com>
15378
15379         Patch by: Rob Taylor <robtaylor at floopily dot org>
15380
15381         * gst/udp/gstmultiudpsink.c: (join_multicast),
15382         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15383         If a destination is added before the stream is set to PAUSED, the
15384         multicast group is not joined as the socket is not created yet. 
15385         Also TTL and LOOP should also be set. Fixes #346921.
15386
15387 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15388
15389         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15390         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15391         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15392         (gst_ximage_src_init):
15393         * sys/ximage/gstximagesrc.h:
15394         Fix use-damage property to actually work :)
15395         Add startx, starty, endx, endy properties so screencasts other than full
15396         screen ones can work.
15397
15398 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15399
15400         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15401         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15402         (gst_ximage_src_class_init), (gst_ximage_src_init):
15403         * sys/ximage/gstximagesrc.h:
15404         Add use_damage property to offer ability to choose whether to use
15405         XDamage or not.
15406
15407 2006-07-07  Wim Taymans  <wim@fluendo.com>
15408
15409         * gst/goom/filters.c: (zoomFilterSetResolution):
15410         Avoid goom coredumping by clearing memory. 
15411         Fixes 345679.
15412
15413 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15414
15415         * win32/vs6/libgstid3demux.dsp:
15416         Add a link to libgsttag-0.10.lib.
15417
15418 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15421         (gst_tag_demux_read_range):
15422         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15423         (gst_id3demux_read_range):
15424           Don't return FLOW_UNEXPECTED when a buffer is before
15425           the start of the stream (which might happen with
15426           large ID3v2 tags if the tag reading was done pullrange
15427           based and we then switched to push mode later on).
15428           Fixes regression introduced by commit from June 29th.
15429
15430 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * ext/taglib/gstid3v2mux.cc:
15433           Make UTF-8 the default encoding when writing string
15434           tags (before, our UTF-8 strings would automatically
15435           be converted to ISO-8859-1 by taglib and written as
15436           ISO-8859-1 fields if that was possible).
15437
15438         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15439         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15440         (test_taglib_id3mux_with_tags):
15441           Add test case that makes sure our UTF-8 strings have
15442           actually been written into the tag as UTF-8.
15443
15444 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         * configure.ac:
15447           Let's try that again.
15448
15449 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * configure.ac:
15452           Disable monoscope plugin for now until it fulfills
15453           all the requirements.
15454
15455 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * configure.ac:
15458         * gst/monoscope/Makefile.am:
15459         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15460         (gst_monoscope_class_init), (gst_monoscope_init),
15461         (gst_monoscope_finalize), (gst_monoscope_reset),
15462         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15463         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15464         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15465         (gst_monoscope_change_state), (plugin_init):
15466         * gst/monoscope/gstmonoscope.h:
15467           Port monoscope visualisation to 0.10.
15468
15469 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15472         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15473           Return FLOW_UNEXPECTED when at the end of the file, not
15474           FLOW_ERROR. Fixes 'internal stream error' errors that
15475           would sometimes occur in totem when scrubbing to the
15476           end of an ID3v1 tagged mp3 file.
15477
15478 2006-07-03  Edward Hervey  <edward@fluendo.com>
15479
15480         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15481         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15482         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15483         * ext/libpng/gstpngdec.h:
15484         Implement buffer clipping/dropping using GstSegment.
15485         This provides accurate seeking.
15486
15487 2006-07-03  Edward Hervey  <edward@fluendo.com>
15488
15489         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15490         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15491         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15492         (gst_avi_demux_process_next_entry), (push_tag_lists),
15493         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15494         * gst/avi/gstavidemux.h:
15495         Proper aggregation of each stream's GstFlowReturn in order to figure out
15496         whether the task should stop or not.
15497         Don't send inline events before pushing out a NEW_SEGMENT, more
15498         specifically for GST_TAG_EVENT.
15499         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15500         sub-indexes.
15501
15502 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15505
15506         * sys/sunaudio/gstsunaudiomixerctrl.c:
15507         (gst_sunaudiomixer_ctrl_build_list):
15508           Move "Monitor" slider to input tab so it works more like
15509           sdtaudiocontrol, which is what people on Solaris are used
15510           to using for their mixer program (#346259).
15511
15512 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15513
15514         * tests/check/elements/level.c: (GST_START_TEST):
15515           fix a leak, clean up at the end
15516
15517 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15520         (gst_matroska_demux_send_event),
15521         (gst_matroska_demux_loop_stream_parse_id):
15522         * gst/matroska/matroska-ids.h:
15523           Send tag event after newsegment event.
15524
15525 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15528         (gst_id3demux_read_range):
15529           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15530           certain cases where a read beyond the end of the file is
15531           requested. Fixes #345930.
15532
15533         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15534         (gst_tag_demux_read_range):
15535           Fix same issue here as well.
15536
15537 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15538
15539         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15540         
15541         Fix hypothetical crash.
15542
15543 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15546
15547         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15548           Do not modify the ports value. If the user has turned off the
15549           built-in speakers, then we should not reset it in the prepare
15550           function, since this causes the built-in speakers to turn
15551           back on anytime the user changes a track in totem, rhythmbox,
15552           etc. (#346066).
15553
15554 2006-06-23  Wim Taymans  <wim@fluendo.com>
15555
15556         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15557         Fix double caps unref when negotiation fails.
15558
15559 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         * ext/annodex/gstcmmldec.c:
15562         * ext/annodex/gstcmmlenc.c:
15563         * ext/annodex/gstcmmlparser.c:
15564         * ext/dv/gstdvdec.c:
15565         * ext/dv/gstdvdemux.c:
15566         * ext/gdk_pixbuf/pixbufscale.c:
15567         * ext/jpeg/gstjpegenc.c:
15568         * ext/jpeg/gstsmokedec.c:
15569         * ext/jpeg/gstsmokeenc.c:
15570         * ext/libpng/gstpngdec.c:
15571         * ext/libpng/gstpngenc.c:
15572         * ext/speex/gstspeexenc.c:
15573         * gst/alpha/gstalphacolor.c:
15574         * gst/cutter/gstcutter.c:
15575         * gst/debug/gstnavigationtest.c:
15576         * gst/icydemux/gsticydemux.c:
15577         * gst/level/gstlevel.c:
15578         * gst/multipart/multipart.c:
15579         * gst/rtp/gstrtpamrpay.c:
15580         * gst/rtp/gstrtpdepay.c:
15581         * gst/rtp/gstrtpilbcpay.c:
15582         * gst/rtp/gstrtpmp4gpay.c:
15583         * gst/rtp/gstrtpmp4vpay.c:
15584         * gst/rtsp/gstrtpdec.c:
15585         * gst/rtsp/gstrtspsrc.c:
15586         * gst/udp/gstdynudpsink.c:
15587         * gst/udp/gstmultiudpsink.c:
15588         * gst/udp/gstudpsrc.c:
15589         * gst/videobox/gstvideobox.c:
15590         * gst/videofilter/gstvideoflip.c:
15591           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15592           plus two minor macro fixes.
15593
15594 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * gst/matroska/matroska-demux.c:
15597         (gst_matroska_demux_check_subtitle_buffer),
15598         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15599         (gst_matroska_demux_subtitle_caps):
15600         * gst/matroska/matroska-ids.c:
15601         (gst_matroska_track_init_subtitle_context):
15602         * gst/matroska/matroska-ids.h:
15603           Try to fix up broken matroska files containing subtitle
15604           streams with non-UTF8 character encodings (courtesy of
15605           mkvmerge) using either the encoding specified in the
15606           GST_SUBTITLE_ENCODING environment variable or the
15607           current locale's character set if it is non-UTF8.
15608           Fixes #337076.
15609
15610 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15613           Set image type from APIC frame as "image-type" field
15614           of GST_TAG_IMAGE buffer caps (#344605).
15615
15616 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * ext/flac/Makefile.am:
15619         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15620         (gst_flac_dec_reset_decoders),
15621         (gst_flac_dec_setup_seekable_decoder),
15622         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15623         (gst_flac_dec_metadata_callback),
15624         (gst_flac_dec_metadata_callback_seekable),
15625         (gst_flac_dec_metadata_callback_stream),
15626         (gst_flac_dec_error_callback),
15627         (gst_flac_dec_error_callback_seekable),
15628         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15629         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15630         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15631         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15632         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15633         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15634         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15635         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15636         (gst_flac_dec_sink_activate_push),
15637         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15638         * ext/flac/gstflacdec.h:
15639           Support chain-based operation, should make flac-over-DAAP
15640           work (#340492).
15641
15642 2006-06-20  Wim Taymans  <wim@fluendo.com>
15643
15644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15645         Doc updates, merge some unused symbols.
15646
15647 2006-06-20  Wim Taymans  <wim@fluendo.com>
15648
15649         * docs/plugins/Makefile.am:
15650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15652         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15653         * gst/rtsp/gstrtspsrc.c:
15654         * gst/rtsp/gstrtspsrc.h:
15655         Added documentation for the rtsp plugin. Fixes #345393.
15656
15657 2006-06-20  Wim Taymans  <wim@fluendo.com>
15658
15659         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15660         (rtsp_connection_close), (rtsp_connection_free):
15661         Use better G_OS_* macros. Fixes #345301 some more.
15662
15663 2006-06-20  Wim Taymans  <wim@fluendo.com>
15664
15665         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15666
15667         * sys/sunaudio/Makefile.am:
15668         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15669         * sys/sunaudio/gstsunaudiomixerctrl.c:
15670         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15671         (gst_sunaudiomixer_ctrl_list_tracks),
15672         (gst_sunaudiomixer_ctrl_get_volume),
15673         (gst_sunaudiomixer_ctrl_set_volume),
15674         (gst_sunaudiomixer_ctrl_set_mute),
15675         (gst_sunaudiomixer_ctrl_set_record):
15676         * sys/sunaudio/gstsunaudiomixerctrl.h:
15677         * sys/sunaudio/gstsunaudiomixertrack.c:
15678         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15679         * sys/sunaudio/gstsunaudiomixertrack.h:
15680         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15681         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15682         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15683         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15684         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15685         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15686         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15687         (gst_sunaudiosrc_reset):
15688         * sys/sunaudio/gstsunaudiosrc.h:
15689         Add a SunAudio source plugin.
15690         Support stereo and right/left channel gain in the mixer plugin.
15691         Support the RECORD flag so that you can switch between line-input and
15692         microphone in gnome-volume-control.
15693         Code cleanups like using an enumerator for track number instead of an 
15694         integer. Fixes #344923.
15695
15696 2006-06-20  Wim Taymans  <wim@fluendo.com>
15697
15698         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15699
15700         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15701         (rtsp_connection_close):
15702         Make RTSP plugin compile on windows. Fixes #345301.
15703         Some changes to original patch to catch errors better.
15704         use ifdef WIN32 instead of ifndef.
15705
15706 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15707
15708         * configure.ac:
15709         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15710
15711 2006-06-18  Edward Hervey  <edward@fluendo.com>
15712
15713         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15714         After a failed buffer alloc, we need to abort the jpeg decoding (it
15715         started when parsing headers to figure out how many bytes we need
15716         to request downstream).
15717
15718 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15721
15722         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15723           Make sure we don't read beyond the end of the file (#345232).
15724
15725 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * configure.ac:
15728           Fix --disable-external (can't set conditionals conditionally,
15729           #343602).
15730
15731 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * autogen.sh:
15734         * configure.ac:
15735         * docs/Makefile.am:
15736           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15737
15738         * docs/plugins/Makefile.am:
15739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15740         * docs/plugins/inspect/plugin-taglib.xml:
15741           Add/fix apev2mux docs.
15742
15743 2006-06-14  Wim Taymans  <wim@fluendo.com>
15744
15745         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15746         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15747         (gst_dvdec_change_state):
15748         Reset segment info on flush.
15749         Alloc segment in _init, free in _finalize.
15750
15751         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15752         Don't send segments twice.
15753
15754 2006-06-14  Wim Taymans  <wim@fluendo.com>
15755
15756         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15757         Respect segment.stop. Fixes #342592.
15758
15759 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15760
15761         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15762           No language specified means the implied language is English
15763           according to the matroska spec (partially fixes #344708);
15764           add some more debug output.
15765
15766 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15769         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15770         (gst_wavparse_chain):
15771           When operating chain-based, don't make any assumptions about the
15772           chunking of the incoming data and make streaming work on days other
15773           than the second Thursday after a full moon. Also fix up debug
15774           messages here and there and make use of the most excellent new
15775           gst_pad_query_peer_duration() utility function.
15776           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15777
15778         * gst/wavparse/gstwavparse.h:
15779           Remove trailing comma after last enum value, some compilers don't
15780           like that.
15781
15782 2006-06-13  Wim Taymans  <wim@fluendo.com>
15783
15784         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15785         Handle premature EOS gracefully.
15786
15787 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15790           Prevent out of bounds array access when scrubbing towards
15791           the end of the file between the last index entry and the
15792           end. Fixes occasional 'start <= stop' newsegment event
15793           assertions when scrubbing in MJPEG files.
15794
15795 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15796
15797         * tests/check/elements/.cvsignore:
15798           And another one.
15799
15800 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15803         (scan_encoded_string), (parse_picture_frame):
15804           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15805
15806         * configure.ac:
15807           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15808           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15809
15810 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15811
15812         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15813           gratuitous comment changes
15814         * tests/check/elements/level.c: (GST_START_TEST):
15815           fix level test leaks
15816
15817 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15818
15819         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15820         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15821           Use gst_pad_query_peer_duration() utility function here.
15822
15823 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15824
15825         * autogen.sh:
15826           require am17
15827         * configure.ac:
15828         * ext/annodex/Makefile.am:
15829         * ext/cdio/Makefile.am:
15830         * ext/dv/Makefile.am:
15831         * ext/esd/Makefile.am:
15832         * ext/flac/Makefile.am:
15833         * ext/gdk_pixbuf/Makefile.am:
15834         * ext/ladspa/Makefile.am:
15835         * ext/libcaca/Makefile.am:
15836         * ext/speex/Makefile.am:
15837         * ext/taglib/Makefile.am:
15838         * sys/oss/Makefile.am:
15839         * sys/sunaudio/Makefile.am:
15840         * sys/ximage/Makefile.am:
15841           clean up build further
15842
15843 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * gconf/Makefile.am:
15846           Honour --disable-schemas-install configure option. Fixes #344100.
15847
15848 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15849
15850         * tests/examples/level/Makefile.am:
15851           Add -lm to LIBS for pow() function, don't assume one of our
15852           dependencies (such as libxml-2.0) drags it in automatically
15853           (#343603).
15854
15855 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15858
15859         * configure.ac:
15860           We should use $SED and not $(SED) in configure.ac (#343678).
15861
15862 2006-06-09  Wim Taymans  <wim@fluendo.com>
15863
15864         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15865
15866         * sys/sunaudio/gstsunaudiomixerctrl.c:
15867         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15868         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15869         (gst_sunaudiomixer_ctrl_set_mute):
15870         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15871         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15872         (gst_sunaudiosink_write):
15873         Attached find a patch that fixes a number of bugs with the SunAudio
15874         mixer plugin and fixes #344101:
15875         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15876            tracks onto the tracklist causing gnome-volume-control's preferences
15877            dialog to be messed up and would core dump if you checked/unchecked
15878            any item.
15879         2. We weren't previously setting the MUTE flag properly.  Fixing this
15880            makes gnome-volume-control work better.
15881         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15882            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15883            gnome-volume-control look better.
15884         Also some minor cleanup in gstsunaudiosink.c.
15885
15886 2006-06-09  Wim Taymans  <wim@fluendo.com>
15887
15888         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15889         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15890         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15891         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15892         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15893         * ext/jpeg/gstjpegdec.h:
15894         API: Added IDCT method property
15895         Small cleanups.
15896         Avoid dynamic allocation of trivial fixed structure.
15897         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15898
15899 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15900
15901         * configure.ac:
15902         We now require libraw1394 >= 1.1.0 and that version onwards all
15903         have .pc files.
15904
15905 2006-06-02  Edward Hervey  <edward@fluendo.com>
15906
15907         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15908         Trying to get items from an ANY or EMPTY caps is ... stupid.
15909
15910 2006-06-02  Edward Hervey  <edward@fluendo.com>
15911
15912         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15913         (gst_dvdec_chain), (gst_dvdec_change_state):
15914         * ext/dv/gstdvdec.h:
15915         Added GstSegment handling, now implements dropping/clipping.
15916
15917 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15918
15919         * ext/aalib/gstaasink.h:
15920         * ext/annodex/gstcmmldec.h:
15921         * ext/cairo/gsttimeoverlay.h:
15922         * ext/dv/gstdvdec.h:
15923         * ext/dv/gstdvdemux.h:
15924         * ext/esd/esdmon.h:
15925         * ext/esd/esdsink.h:
15926         * ext/flac/gstflacenc.h:
15927         * ext/gconf/gstgconfaudiosink.h:
15928         * ext/gconf/gstgconfaudiosrc.h:
15929         * ext/gconf/gstgconfvideosink.h:
15930         * ext/gconf/gstgconfvideosrc.h:
15931         * ext/gdk_pixbuf/gstgdkanimation.h:
15932         * ext/gdk_pixbuf/pixbufscale.h:
15933         * ext/hal/gsthalaudiosink.h:
15934         * ext/hal/gsthalaudiosrc.h:
15935         * ext/jpeg/gstjpegenc.h:
15936         * ext/jpeg/gstsmokedec.h:
15937         * ext/jpeg/gstsmokeenc.h:
15938         * ext/libcaca/gstcacasink.h:
15939         * ext/libmng/gstmngdec.h:
15940         * ext/libmng/gstmngenc.h:
15941         * ext/libpng/gstpngdec.h:
15942         * ext/libpng/gstpngenc.h:
15943         * ext/raw1394/gstdv1394src.h:
15944         * ext/speex/gstspeexenc.h:
15945         * gst/autodetect/gstautoaudiosink.h:
15946         * gst/autodetect/gstautovideosink.h:
15947         * gst/avi/gstavidemux.h:
15948         * gst/cutter/gstcutter.h:
15949         * gst/debug/efence.h:
15950         * gst/debug/gstnavigationtest.h:
15951         * gst/debug/gstnavseek.h:
15952         * gst/flx/gstflxdec.h:
15953         * gst/goom/gstgoom.h:
15954         * gst/icydemux/gsticydemux.h:
15955         * gst/id3demux/gstid3demux.h:
15956         * gst/law/alaw-decode.h:
15957         * gst/law/alaw-encode.h:
15958         * gst/law/mulaw-decode.h:
15959         * gst/law/mulaw-encode.h:
15960         * gst/matroska/matroska-mux.h:
15961         * gst/median/gstmedian.h:
15962         * gst/oldcore/gstaggregator.h:
15963         * gst/oldcore/gstfdsink.h:
15964         * gst/oldcore/gstmd5sink.h:
15965         * gst/oldcore/gstmultifilesrc.h:
15966         * gst/oldcore/gstpipefilter.h:
15967         * gst/oldcore/gstshaper.h:
15968         * gst/oldcore/gststatistics.h:
15969         * gst/rtp/gstasteriskh263.h:
15970         * gst/rtp/gstrtpL16depay.h:
15971         * gst/rtp/gstrtpL16pay.h:
15972         * gst/rtp/gstrtpamrdepay.h:
15973         * gst/rtp/gstrtpamrpay.h:
15974         * gst/rtp/gstrtpdepay.h:
15975         * gst/rtp/gstrtpgsmdepay.h:
15976         * gst/rtp/gstrtpgsmpay.h:
15977         * gst/rtp/gstrtph263pay.h:
15978         * gst/rtp/gstrtph263pdepay.h:
15979         * gst/rtp/gstrtph263ppay.h:
15980         * gst/rtp/gstrtpmp4gpay.h:
15981         * gst/rtp/gstrtpmp4vdepay.h:
15982         * gst/rtp/gstrtpmp4vpay.h:
15983         * gst/rtp/gstrtpmpadepay.h:
15984         * gst/rtp/gstrtpmpapay.h:
15985         * gst/rtp/gstrtppcmadepay.h:
15986         * gst/rtp/gstrtppcmapay.h:
15987         * gst/rtp/gstrtppcmudepay.h:
15988         * gst/rtp/gstrtppcmupay.h:
15989         * gst/rtp/gstrtpspeexdepay.h:
15990         * gst/rtp/gstrtpspeexpay.h:
15991         * gst/rtsp/gstrtpdec.h:
15992         * gst/rtsp/gstrtspsrc.h:
15993         * gst/smpte/gstsmpte.h:
15994         * gst/udp/gstdynudpsink.h:
15995         * gst/udp/gstmultiudpsink.h:
15996         * gst/udp/gstudpsink.h:
15997         * gst/udp/gstudpsrc.h:
15998         * gst/videofilter/gstvideobalance.h:
15999         * gst/videofilter/gstvideoflip.h:
16000         * sys/oss/gstossdmabuffer.h:
16001         * sys/oss/gstossmixerelement.h:
16002         * sys/oss/gstosssink.h:
16003         * sys/oss/gstosssrc.h:
16004         * sys/osxvideo/osxvideosink.h:
16005         * sys/sunaudio/gstsunaudiomixer.h:
16006         * sys/sunaudio/gstsunaudiosink.h:
16007         * sys/ximage/gstximagesrc.h:
16008         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16009
16010 2006-05-31  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16013         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16014         (gst_goom_src_setcaps), (gst_goom_src_event),
16015         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16016         (gst_goom_change_state):
16017         * gst/goom/gstgoom.h:
16018         Handle QoS.
16019         Handle flushing, discont and events.
16020         Fix timestamps and various other cleanups.
16021
16022 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16023
16024         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16025         Fix bus reset when using libiec61883
16026
16027 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16028
16029         * configure.ac:
16030         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16031         * ext/raw1394/Makefile.am:
16032         Add CFLAGS.
16033         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16034         New method, to receive using libiec61883.
16035         (gst_dv1394src_iso_receive),
16036         #ifdef'd out if libiec61883 is present.
16037         (gst_dv1394src_bus_reset),
16038         Get userdata correctly if using libiec61883. 
16039         (gst_dv1394src_create),
16040         When using libiec61883, only poll one fd and no need to read.
16041         (gst_dv1394src_discover_avc_node),
16042         Replace g_warnings.
16043         (gst_dv1394src_start),
16044         Create new handle when we know which dv port.  More reliable
16045         than setting port on an existing handle.  Initialise libiec61883.
16046         (gst_dv1394src_stop):
16047         If using libiec61883, then cleanup its handle properly.
16048         * ext/raw1394/gstdv1394src.h:
16049         Add libiec61883 handle.
16050
16051 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16052
16053         * gst/avi/gstavidemux.c:
16054           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16055         * win32/MANIFEST:
16056           sort file listing
16057         * win32/vs6/libgstavi.dsp:
16058           add gstavimux.c to the project
16059         * win32/vs6/libgstid3demux.dsp:
16060           add link to zlib library
16061         * win32/vs6/libgstmatroska.dsp:
16062           add matroska-ids.c to the project
16063
16064 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16065
16066         Patch by: Sebastian Dröge  <mail at slomosnail de >
16067
16068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16070         * ext/taglib/Makefile.am:
16071         * ext/taglib/gstapev2mux.cc:
16072         * ext/taglib/gstapev2mux.h:
16073         * ext/taglib/gstid3v2mux.cc:
16074         * ext/taglib/gsttaglibmux.c: (plugin_init):
16075         * ext/taglib/gsttaglibmux.h:
16076           Add apev2mux element (#343122).
16077         
16078         * tests/check/Makefile.am:
16079         * tests/check/elements/apev2mux.c:
16080         (test_taglib_apev2mux_create_tags),
16081         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16082         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16083         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16084         (apev2mux_suite), (main):
16085           Add unit test for apev2mux element.
16086
16087 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16090         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16091         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16092           GST_PTR_FORMAT should be used to print caps in debug statements.
16093
16094 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16097
16098         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16099         (ape_demux_parse_tags):
16100           Some clean-ups and additions: map APE 'file' tag to
16101           GST_TAG_LOCATION (#343123); add support for extracting
16102           the track count and clean up parsing a bit (#343127).
16103
16104 2006-05-28  Edward Hervey  <edward@fluendo.com>
16105
16106         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16107         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16108
16109 2006-05-28  Edward Hervey  <edward@fluendo.com>
16110
16111         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16112         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16113         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16114         * ext/jpeg/gstjpegdec.h:
16115         Clip outgoing buffers according to currently configured segment.
16116
16117 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16118
16119         * ext/taglib/gstid3v2mux.cc:
16120           Handle  writing of track-count or album-volume-count without
16121           track-number or albume-volume-number (in this case the number
16122           will just be set to 0).
16123
16124         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16125           It would be nice if we actually checked the values received for
16126           track/album-volume number/count in  _check_tags(), rather than
16127           setting them again ...
16128
16129 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16132           A track/volume number or count of 0 does not make sense,
16133           just ignore it along with negative numbers (a tag might
16134           only contain a track count without a track number).
16135
16136 2006-05-27  Edward Hervey  <edward@fluendo.com>
16137
16138         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16139         (gst_jpeg_dec_sink_event):
16140         Abort decompression when receiving FLUSH_STOP. This should avoid
16141         issues when interrupting decoding with flushes.
16142
16143 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16144
16145         * ext/flac/gstflac.c:
16146           Don't #include file we don't dist any longer.
16147
16148 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * README:
16151           Replace current README (containing the release notes from
16152           some 0.9.x version) with a proper README taken from the core.
16153
16154 2006-05-24  Wim Taymans  <wim@fluendo.com>
16155
16156         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16157         Implement EOS correctly by either posting
16158         SEGMENT_DONE or pushing an EOS message depending
16159         on the seek type. Fixes #342592
16160
16161 2006-05-24  Wim Taymans  <wim@fluendo.com>
16162
16163         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16164         * gst/law/alaw-decode.h:
16165         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16166         * gst/law/alaw-encode.h:
16167         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16168         * gst/law/mulaw-decode.h:
16169         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16170         * gst/law/mulaw-encode.h:
16171         Some cleanups in the chain functions.
16172         Remove some GStreamer 0.0.2 bits.
16173
16174 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16177
16178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16179           gst_collect_pads_stop() needs to be called before chaining up
16180           to the parent class (#342734).
16181
16182 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16183
16184         * ext/flac/Makefile.am:
16185         * ext/flac/flac_compat.h:
16186         * ext/flac/gstflac.c:
16187         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16188         * ext/flac/gstflacenc.c:
16189           Remove backwards compatibility cruft for dealing with FLAC API
16190           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16191
16192 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16195         (gst_matroska_demux_push_xiph_codec_priv_data),
16196         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16197         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16198         * gst/matroska/matroska-ids.h:
16199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16200         (gst_matroska_mux_video_pad_setcaps),
16201         (xiph3_streamheader_to_codecdata),
16202         (vorbis_streamheader_to_codecdata),
16203         (theora_streamheader_to_codecdata),
16204         (gst_matroska_mux_audio_pad_setcaps),
16205         (gst_matroska_mux_write_data):
16206           Add support for muxing/demuxing theora video (#342448; too bad
16207           none of the usual linux players can actually play this). Playback
16208           in GStreamer will require additional changes to theoradec in -base.
16209           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16210           cleanups.
16211
16212 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16213
16214         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16215         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16216           Fix crashes when the horizontal subsampling is 1.
16217           Fixes #342097.
16218
16219 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16222
16223         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16224         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16225         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16226         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16227         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16228         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16229         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16230         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16231         (gst_avi_mux_change_state):
16232         * gst/avi/gstavimux.h:
16233           Some enhancements for avimux (#342526):
16234            - add odml (large file) index support
16235            - store codec init data (e.g. huffyuv)
16236            - miscellaneous other fixes/cleanups
16237
16238 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16239
16240         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16241         Don't output any tag when we encounter a negative track number - the
16242         tag type is uint, so we end up outputting huge positive numbers
16243         instead. (Fixes: #342029)
16244
16245 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16246
16247         * configure.ac:
16248           update for new GSTPB_PLUGINS_DIR
16249
16250 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16251
16252         * rtp/gst/gstrtph263pay.c:
16253         Properly set static caps for H263 at 34.
16254
16255 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16258
16259         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16260           Merge event tags and tag setter tags correctly (#339918). Also,
16261           don't leak taglist in case of an error.
16262           
16263 2006-05-17  Edward Hervey  <edward@fluendo.com>
16264
16265         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16266         We can only do caps intersection if the othercaps are non-empty and not
16267         ANY. Else we return the pad template (base_caps).
16268
16269 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16272           Fix crash when outputting debugging information for certain
16273           pictures (always good to use the right struct member for
16274           the number of records in an array).
16275
16276 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16279
16280         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16281         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16282         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16283         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16284         (gst_ebml_read_float), (gst_ebml_read_ascii),
16285         (gst_ebml_read_binary):
16286           Don't create unnecessary sub-buffers all the time. Dramatically
16287           improves performance with multiple concurrently running
16288           matroskademux instances (#341818) (and avoids doing
16289           unnecessarily inefficient things in the general case).
16290
16291 2006-05-16  Edward Hervey  <edward@fluendo.com>
16292
16293         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16294         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16295         return value of gst_pad_push_event().
16296
16297 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16298
16299         * gst/autodetect/gstautoaudiosink.c:
16300         (gst_auto_audio_sink_find_best):
16301         * gst/autodetect/gstautovideosink.c:
16302         (gst_auto_video_sink_find_best):
16303         Make the name of the child element be based on the name of the
16304         parent, so that debug output is more useful.
16305         
16306         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16307         (parse_insert_string_field), (parse_split_strings):
16308         Rework string parsing to always walk over BOM markers in UTF16
16309         strings, using the endianness indicated by the innermost one,
16310         then trying the opposite endianness if that fails to convert
16311         to valid UTF-8. Fixes #341774
16312
16313 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16314
16315         Patch from: Matthieu <matthieu at fluendo dot com>
16316
16317         * ext/libpng/Makefile.am:
16318         Add LIBPNG_CFLAGS.
16319
16320 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         * ext/taglib/gstid3v2mux.cc:
16323           Add support for writing images (APIC frames) into ID3v2
16324           tags (picture type always set to 'other' for now though).
16325
16326 2006-05-14  Michael Smith  <msmith@fluendo.com>
16327
16328         * gst/wavparse/gstwavparse.c:
16329           Update docs; wavparse implements push and pull modes.
16330
16331 2006-05-12  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16334         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16335         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16336         Ooops, bitten by the copy-and-paste design paradigm, fixes
16337         seek again.
16338
16339 2006-05-12  Wim Taymans  <wim@fluendo.com>
16340
16341         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16342         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16343         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16344         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16345         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16346         (gst_avi_demux_massage_index),
16347         (gst_avi_demux_calculate_durations_from_index),
16348         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16349         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16350         (gst_avi_demux_loop):
16351         * gst/avi/gstavidemux.h:
16352         Some cleanups, prepare to use GstSegment.
16353         Fix error in entry walking code.
16354         Fix VBR detection.
16355         Smarter timestamp calculation code.
16356         Uniform error/eos handling.
16357
16358 2006-05-12  Michael Smith  <msmith@fluendo.com>
16359
16360         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16361         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16362           Fix use of uninitialised values if we're NOT seeking in ready.
16363           Fix typos.
16364
16365 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * gst/wavparse/Makefile.am:
16368           Add CFLAGS and LIBS for libgstbase, fixes build on
16369           Cygwin (#341489).
16370
16371 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16374           Some more debug info. No need to check whether the string
16375           returned by g_convert() is really UTF-8 - either it is or
16376           we get NULL returned.
16377
16378 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16379
16380         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16381           Fix parsing of numeric genre strings some more, by ensuring that
16382           we only try and parse strings that a) Start with '(' and b) Consist
16383           only of digits.
16384           Also, when finding an escaping '((' sequence, bust it back to '(' by
16385           swallowing the first parenthesis
16386
16387 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16388
16389         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16390         (gst_esdsink_open), (gst_esdsink_close):
16391         * ext/esd/esdsink.h:
16392           Move the esd_get_server_info() into gst_esdsink_open() and fail
16393           with a decent error message on errors.
16394
16395 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16398         (gst_esdmon_channels_get_type):
16399         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16400         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16401         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16402         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16403         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16404         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16405         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16406         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16407         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16408         * gst/videomixer/videomixer.c:
16409         (gst_video_mixer_background_get_type):
16410           Const-ify GEnumValue arrays.
16411
16412 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16415
16416         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16417         (gst_avi_mux_do_video_buffer):
16418           Work around gst_buffer_make_metadata_writable() bug that
16419           results in avimux marking all frames in the index as
16420           keyframes (#340859).
16421           
16422 2006-05-08  Wim Taymans  <wim@fluendo.com>
16423
16424         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16425         Make parsing of urls suck slightly less.
16426
16427 2006-05-08  Edward Hervey  <edward@fluendo.com>
16428
16429         * autogen.sh: (CONFIGURE_DEF_OPT): 
16430         libtoolize on Darwin/MacOSX is called glibtoolize.
16431
16432 2006-05-08  Wim Taymans  <wim@fluendo.com>
16433
16434         Patch by: Jens Granseuer <jensgr at gmx dot net>
16435
16436         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16437         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16438         C89 compliance fixes. Fixes #340980
16439
16440 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16441
16442         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16443         * ext/flac/gstflacdec.h:
16444           Handle segment seeks that include the end of the file as stop point
16445           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16446           message instead of an EOS event in case we're in segment seek
16447           mode (fixes #340699).
16448           
16449 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16450
16451         * ext/cairo/gsttextoverlay.c:
16452         * ext/flac/gstflacdec.c:
16453         * ext/gdk_pixbuf/pixbufscale.c:
16454         * gst/apetag/gstapedemux.c:
16455         * gst/debug/breakmydata.c:
16456         * gst/debug/testplugin.c:
16457         * gst/matroska/ebml-write.c:
16458         * gst/multipart/multipartdemux.c:
16459         * sys/osxaudio/gstosxaudiosink.c:
16460         * sys/osxaudio/gstosxaudiosrc.c:
16461         Add semicolons after GST_BOILERPLATE[_FULL] so that
16462         indent doesn't mess up following lines.
16463
16464 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16467
16468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16469           Don't leak caps when freeing the stream context (#340623).
16470
16471 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16472
16473         * configure.ac:
16474           Back to CVS
16475
16476 === release 0.10.3 ===
16477
16478 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16479
16480         * configure.ac:
16481           releasing 0.10.3, "Desplazado"
16482
16483 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16484
16485         * gst/matroska/matroska-mux.c:
16486         (gst_matroska_mux_stream_is_vorbis_header),
16487         (gst_matroska_mux_write_data):
16488           Don't strcmp() NULL strings.
16489           Only start new clusters on video keyframes, not on any
16490           random audio buffer that doesn't have the DELTA_UNIT
16491           flag set (fixes 'make check' again).
16492
16493 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16496
16497         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16498         (gst_matroska_mux_stream_is_vorbis_header),
16499         (gst_matroska_mux_write_data):
16500           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16501           value and then dead-lock when muxing vorbis audio streams
16502           (the three vorbis header buffers carry no timestamp, and it
16503           would try to mux these after all video buffers). Fixes #340346.
16504
16505           Improve clustering: start a new cluster also whenever we get
16506           a keyframe.     
16507
16508 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * win32/common/config.h:
16511         * win32/MANIFEST
16512           add the generated file as well
16513
16514 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16515
16516         * Makefile.am:
16517         * configure.ac:
16518         * win32/common/config.h.in:
16519           add win32 stuff
16520
16521 2006-05-03  Michael Smith  <msmith@fluendo.com>
16522
16523         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16524           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16525           SUCKS.
16526
16527 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16528
16529         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16530         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16531         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16532           don't leak caps-string
16533
16534 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16535
16536         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16537         (gst_id3demux_sink_activate):
16538           Let core insert default error message for TYPE_NOT_FOUND
16539           errors, it's just as good as our own and has the added
16540           bonus of being translated.
16541
16542 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16543
16544         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16545         (gst_tag_demux_sink_event):
16546         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16547         (gst_id3demux_sink_event):
16548           Post an error message when we get an EOS event and were not
16549           able to find out the type of stream.
16550
16551         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16552         (test_taglib_id3mux_with_tags):
16553           Decrease num-buffers to 16 per iteration again, otherwise the
16554           many memcpy()s and reallocations in the test will hammer slow
16555           CPUs completely and make the test timeout.
16556
16557 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * configure.ac:
16560           figure out where plugins-base plugins are
16561         * tests/check/Makefile.am:
16562           use plugins-base plugins, so we have typefind functions
16563         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16564           increase num-buffers, this makes sure the test errors out instead
16565           of timing out when no typefind functions are present
16566
16567 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * docs/plugins/Makefile.am:
16570           also check .cc files for gtk-doc markup
16571         * configure.ac:
16572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16574         * tests/check/Makefile.am:
16575         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16576         * ext/Makefile.am:
16577         * ext/taglib/Makefile.am:
16578         * ext/taglib/gstid3v2mux.h:
16579         * ext/taglib/gsttaglibmux.c:
16580         * ext/taglib/gsttaglibmux.h:
16581           move taglib-based id3v2muxer to -good.  Fixes #336110.
16582
16583 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16586           ... and fix multichannel/WAVFORMATEX support again.
16587
16588 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16589
16590         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16591         (gst_wavparse_class_init), (gst_wavparse_dispose),
16592         (gst_wavparse_reset), (gst_wavparse_init),
16593         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16594         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16595         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16596         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16597         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16598         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16599         (gst_wavparse_stream_data), (gst_wavparse_loop),
16600         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16601         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16602         (gst_wavparse_change_state), (plugin_init):
16603         * gst/wavparse/gstwavparse.h:
16604           Add push (streaming) mode to wavparse (fixes #337625)
16605
16606 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * configure.ac:
16609         * tests/Makefile.am:
16610           add ximagesrc icles test
16611
16612 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16613
16614         * configure.ac:
16615         * docs/plugins/Makefile.am:
16616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16618         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16619         (gst_cmml_enc_push_clip):
16620         * sys/Makefile.am:
16621         * sys/ximage/Makefile.am:
16622         * sys/ximage/gstximagesrc.c:
16623           Move ximagesrc plug-in to good after review.  Fixes #336756.
16624
16625 2006-04-28  Michael Smith  <msmith@fluendo.com>
16626
16627         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16628         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16629         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16630         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16631         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16632         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16633         * gst/icydemux/gsticydemux.h:
16634           Fix event handling: cache events when typefinding and forward later.
16635
16636 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16637
16638         * sys/osxaudio/gstosxaudiosink.c:
16639         (plugin_init):
16640          Register osxaudiosrc to the plugin.
16641         * sys/osxaudio/gstosxaudiosrc.c:
16642         (gst_osx_audio_src_osxelement_do_init),
16643         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16644         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16645         (gst_osx_audio_src_get_property),
16646         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16647         (gst_osx_audio_src_osxelement_init):
16648         * sys/osxaudio/gstosxaudiosrc.h:
16649           Port of osxaudiosrc to 0.10.
16650         * sys/osxaudio/Makefile.am:
16651           Add osxaudiosrc
16652
16653 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16654
16655         * sys/osxaudio/gstosxringbuffer.c:
16656         * sys/osxaudio/gstosxringbuffer.h:
16657           Forgot to commit earlier, part of the OSX audio plugin port
16658
16659 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16660
16661         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16662         (parse_split_strings):
16663           Recognise and skip any byte order marker (BOM) in
16664           UTF-16 strings.
16665
16666 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16667
16668         * docs/plugins/Makefile.am:
16669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16671         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16672         * docs/plugins/inspect/plugin-avi.xml:
16673         * gst/avi/gstavidemux.c:
16674         * gst/avi/gstavimux.c:
16675           Add docs for both avidemux and avimux.
16676
16677 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16680
16681         * gst/avi/Makefile.am:
16682         * gst/avi/gstavi.c: (plugin_init):
16683         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16684         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16685         (gst_avi_mux_class_init), (gst_avi_mux_init),
16686         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16687         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16688         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16689         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16690         (gst_avi_mux_riff_get_avix_header),
16691         (gst_avi_mux_riff_get_video_header),
16692         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16693         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16694         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16695         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16696         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16697         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16698         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16699         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16700         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16701         (gst_avi_mux_change_state):
16702         * gst/avi/gstavimux.h:
16703           Port AVI muxer to GStreamer-0.10 (#332031).
16704
16705         * tests/check/Makefile.am:
16706         * tests/check/elements/avimux.c:
16707         * tests/check/elements/.cvsignore:
16708           Add unit test for AVI muxer.
16709
16710 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16711
16712         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16713         (gst_wavparse_class_init), (gst_wavparse_reset),
16714         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16715         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16716         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16717         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16718         (gst_wavparse_stream_data), (gst_wavparse_loop),
16719         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16720         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16721         (plugin_init):
16722         * gst/wavparse/gstwavparse.h:
16723           reverted patch #337625 for the price of 1 hour sleep
16724
16725 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16726
16727         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16728         (gst_wavparse_class_init), (gst_wavparse_reset),
16729         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16730         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16731         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16732         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16733         (gst_wavparse_stream_data), (gst_wavparse_loop),
16734         (gst_wavparse_chain), (plugin_init):
16735         * gst/wavparse/gstwavparse.h:
16736           correct partial implementation of push mode
16737           (from my last commit)
16738
16739 2006-04-26  Wim Taymans  <wim@fluendo.com>
16740
16741         * ext/esd/esdsink.c:
16742         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16743         it is not in esd.h
16744
16745 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16746
16747         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16748         (gst_au_parse_class_init), (gst_au_parse_init),
16749         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16750         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16751         (gst_au_parse_chain), (gst_au_parse_src_convert),
16752         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16753         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16754         (gst_au_parse_change_state):
16755         * gst/auparse/gstauparse.h:
16756           Rewrite auparse to suck a little bit less: make source pad
16757           dynamic, so decodebin/playbin work with non-raw formats
16758           like alaw/mulaw; add query function for duration/position
16759           queries; check whether we have enough data before attempting
16760           to parse the header (instead of crashing when that is not the
16761           case); work around audioconvert sucking by swapping endianness
16762           to the native endianness ourselves for float formats; send
16763           initial newsegment event. Fixes #161712.
16764
16765 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16766
16767         * sys/osxaudio/Makefile.am:
16768         * sys/osxaudio/gstosxaudioelement.c:
16769         (gst_osx_audio_element_get_type),
16770         (gst_osx_audio_element_class_init):
16771         * sys/osxaudio/gstosxaudioelement.h:
16772         * sys/osxaudio/gstosxaudiosink.c:
16773         (gst_osx_audio_sink_osxelement_do_init),
16774         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16775         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16776         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16777         (gst_osx_audio_sink_create_ringbuffer),
16778         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16779         (plugin_init):
16780         * sys/osxaudio/gstosxaudiosink.h:
16781         Port of osxaudiosink to 0.10
16782
16783 2006-04-26  Wim Taymans  <wim@fluendo.com>
16784
16785         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16786         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16787         the size of the ringbuffer. This should fix hangs with older 
16788         esd sound servers.
16789
16790 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16791
16792         * ext/aalib/gstaasink.c:
16793         * ext/annodex/gstcmmldec.c:
16794         * ext/annodex/gstcmmlenc.c:
16795         * ext/cairo/gsttextoverlay.c:
16796         * ext/cairo/gsttimeoverlay.c:
16797         * ext/cdio/gstcdiocddasrc.c:
16798         * ext/dv/gstdvdec.c:
16799         * ext/dv/gstdvdemux.c:
16800         * ext/esd/esdmon.c:
16801         * ext/esd/esdsink.c:
16802         * ext/flac/gstflacenc.c:
16803         * ext/flac/gstflactag.c:
16804         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16805         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16806         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16807         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16808         * ext/gdk_pixbuf/pixbufscale.c:
16809         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16810         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16811         * ext/jpeg/gstjpegdec.c:
16812         * ext/jpeg/gstjpegenc.c:
16813         * ext/jpeg/gstsmokedec.c:
16814         * ext/jpeg/gstsmokeenc.c:
16815         * ext/libcaca/gstcacasink.c:
16816         * ext/libmng/gstmngdec.c:
16817         * ext/libmng/gstmngenc.c:
16818         * ext/libpng/gstpngdec.c:
16819         * ext/libpng/gstpngenc.c:
16820         * ext/mikmod/gstmikmod.c:
16821         * ext/raw1394/gstdv1394src.c:
16822         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16823         * ext/shout2/gstshout2.h:
16824         * ext/speex/gstspeexdec.c:
16825         * ext/speex/gstspeexenc.c:
16826         * gst/alpha/gstalpha.c:
16827         * gst/alpha/gstalphacolor.c:
16828         * gst/apetag/gstapedemux.c:
16829         * gst/auparse/gstauparse.c:
16830         * gst/autodetect/gstautoaudiosink.c:
16831         (gst_auto_audio_sink_base_init):
16832         * gst/autodetect/gstautovideosink.c:
16833         (gst_auto_video_sink_base_init):
16834         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16835         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16836         * gst/cutter/gstcutter.c:
16837         * gst/debug/breakmydata.c:
16838         * gst/debug/efence.c:
16839         * gst/debug/gstnavigationtest.c:
16840         * gst/debug/gstnavseek.c:
16841         * gst/debug/negotiation.c:
16842         * gst/debug/progressreport.c:
16843         * gst/debug/testplugin.c:
16844         * gst/effectv/gstaging.c:
16845         * gst/effectv/gstdice.c:
16846         * gst/effectv/gstedge.c:
16847         * gst/effectv/gstquark.c:
16848         * gst/effectv/gstrev.c:
16849         * gst/effectv/gstshagadelic.c:
16850         * gst/effectv/gstvertigo.c:
16851         * gst/effectv/gstwarp.c:
16852         * gst/flx/gstflxdec.c:
16853         * gst/goom/gstgoom.c:
16854         * gst/icydemux/gsticydemux.c:
16855         * gst/id3demux/gstid3demux.c:
16856         * gst/interleave/deinterleave.c:
16857         * gst/interleave/interleave.c:
16858         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16859         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16860         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16861         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16862         * gst/level/gstlevel.c:
16863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16865         * gst/median/gstmedian.c:
16866         * gst/monoscope/gstmonoscope.c:
16867         * gst/multipart/multipartdemux.c:
16868         * gst/multipart/multipartmux.c:
16869         * gst/oldcore/gstaggregator.c:
16870         * gst/oldcore/gstfdsink.c:
16871         * gst/oldcore/gstmd5sink.c:
16872         * gst/oldcore/gstmultifilesrc.c:
16873         * gst/oldcore/gstpipefilter.c:
16874         * gst/oldcore/gstshaper.c:
16875         * gst/oldcore/gststatistics.c:
16876         * gst/rtp/gstasteriskh263.c:
16877         * gst/rtp/gstrtpL16depay.c:
16878         * gst/rtp/gstrtpL16pay.c:
16879         * gst/rtp/gstrtpamrdepay.c:
16880         * gst/rtp/gstrtpamrpay.c:
16881         * gst/rtp/gstrtpdepay.c:
16882         * gst/rtp/gstrtpgsmpay.c:
16883         * gst/rtp/gstrtph263pay.c:
16884         * gst/rtp/gstrtph263pdepay.c:
16885         * gst/rtp/gstrtph263ppay.c:
16886         * gst/rtp/gstrtpilbcdepay.c:
16887         * gst/rtp/gstrtpmp4gpay.c:
16888         * gst/rtp/gstrtpmp4vdepay.c:
16889         * gst/rtp/gstrtpmp4vpay.c:
16890         * gst/rtp/gstrtpmpadepay.c:
16891         * gst/rtp/gstrtpmpapay.c:
16892         * gst/rtp/gstrtppcmadepay.c:
16893         * gst/rtp/gstrtppcmapay.c:
16894         * gst/rtp/gstrtppcmudepay.c:
16895         * gst/rtp/gstrtppcmupay.c:
16896         * gst/rtp/gstrtpspeexdepay.c:
16897         * gst/rtp/gstrtpspeexpay.c:
16898         * gst/rtsp/gstrtpdec.c:
16899         * gst/rtsp/gstrtspsrc.c:
16900         * gst/smpte/gstsmpte.c:
16901         * gst/udp/gstdynudpsink.c:
16902         * gst/udp/gstmultiudpsink.c:
16903         * gst/udp/gstudpsink.c:
16904         * gst/udp/gstudpsrc.c:
16905         * gst/videobox/gstvideobox.c:
16906         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16907         * gst/videofilter/gstvideobalance.c:
16908         * gst/videofilter/gstvideoflip.c:
16909         * gst/videofilter/gstvideotemplate.c:
16910         (gst_videotemplate_base_init):
16911         * gst/videomixer/videomixer.c:
16912         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16913         (gst_wavparse_class_init), (gst_wavparse_dispose),
16914         (gst_wavparse_reset), (gst_wavparse_init),
16915         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16916         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16917         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16918         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16919         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16920         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16921         (gst_wavparse_change_state):
16922         * gst/wavparse/gstwavparse.h:
16923         * sys/oss/gstossmixerelement.c:
16924         * sys/oss/gstosssink.c:
16925         * sys/oss/gstosssrc.c:
16926         * sys/osxaudio/gstosxaudioelement.c:
16927         * sys/osxaudio/gstosxaudiosink.c:
16928         * sys/osxaudio/gstosxaudiosrc.c:
16929         * sys/sunaudio/gstsunaudiomixer.c:
16930         * sys/sunaudio/gstsunaudiosink.c:
16931           Define GstElementDetails as const and also static (when defined as
16932           global)
16933
16934 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16937           Source pad has fixed caps. If we don't set this, bad
16938           things happen when the window is resized.
16939
16940 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * gst/matroska/Makefile.am:
16943         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16944         (gst_matroska_demux_handle_src_event):
16945         * gst/matroska/matroska-ids.c:
16946         (gst_matroska_track_init_video_context),
16947         (gst_matroska_track_init_audio_context),
16948         (gst_matroska_track_init_subtitle_context),
16949         (gst_matroska_track_init_complex_context):
16950         * gst/matroska/matroska-ids.h:
16951           Handle case where the TrackType ebml chunk does not come before the
16952           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16953           events.
16954
16955 2006-04-25  Wim Taymans  <wim@fluendo.com>
16956
16957         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16958         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16959         It's codec_data, not codec_info.
16960
16961 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16964
16965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16966           Handle codec_data for VfW compatibility codec IDs (#339451)
16967
16968         * gst/matroska/matroska-mux.c:
16969         (gst_matroska_mux_video_pad_setcaps):
16970           Same here, handle codec_data and add additional caps we can handle
16971           now to the pad template (huffyuv, dv and h263 video) (#339451)
16972
16973 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16976
16977         * gst/matroska/matroska-mux.c:
16978         (gst_matroska_mux_create_buffer_header),
16979         (gst_matroska_mux_write_data):
16980           Fix timestamping of B-frames, use signed integers, do
16981           some rounding (#339678).
16982
16983 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16984
16985         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16986         just make it compile with --disable-gst-debug.
16987
16988 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16989
16990         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16991         Fix a bad conversion using gst_guint64_to_gdouble.
16992         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16993         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16994         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16995     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16996         mistake.
16997
16998 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16999
17000         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17001         Use gst_guint64_to_gdouble for conversions
17002         * win32/vs6/gst_plugins_good.dsw:
17003         * win32/vs6/libgsticydemux.dsp:
17004         Add a project file for icydemux
17005
17006 2006-04-21  Wim Taymans  <wim@fluendo.com>
17007
17008         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17009
17010         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17011         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17012         When splitting audio chunks, the block alignment is not taken in
17013         consideration, so the smaller chunks could be of size which is 
17014         not a multiple of the block alignment. Fixes #336904
17015
17016 2006-04-21  Wim Taymans  <wim@fluendo.com>
17017
17018         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17019         Use scale functions
17020
17021 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * ext/dv/gstdv.c: (plugin_init):
17024           Fix build.
17025
17026 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17029         (gst_progress_report_class_init), (gst_progress_report_init),
17030         (gst_progress_report_do_query), (gst_progress_report_report),
17031         (gst_progress_report_set_property),
17032         (gst_progress_report_get_property):
17033           Add 'format' property to force querying to a particular format.
17034
17035 2006-04-21  Andy Wingo  <wingo@pobox.com>
17036
17037         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17038         best, on big endian systems. Drop its rank in that case. OTOH on
17039         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17040
17041 2006-04-21  Michael Smith  <msmith@fluendo.com>
17042
17043         * configure.ac:
17044         * gst/icydemux/Makefile.am:
17045         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17046         (gst_icydemux_base_init), (gst_icydemux_class_init),
17047         (gst_icydemux_reset), (gst_icydemux_init),
17048         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17049         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17050         (unicodify), (gst_icydemux_unicodify),
17051         (gst_icydemux_parse_and_send_tags),
17052         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17053         (gst_icydemux_chain), (gst_icydemux_change_state),
17054         (gst_icydemux_send_tag_event), (plugin_init):
17055         * gst/icydemux/gsticydemux.h:
17056         * tests/check/Makefile.am:
17057         * tests/check/elements/icydemux.c: (typefind_succeed),
17058         (plugin_init), (icydemux_found_pad), (create_icydemux),
17059         (cleanup_icydemux), (push_data), (GST_START_TEST),
17060         (icydemux_suite), (main):
17061           Add icydemux, and tests.
17062
17063 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17064
17065         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17066           Post SEGMENT_DONE message in TIME format.
17067
17068 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17069
17070         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17071
17072         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17073         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17074           Fix index creation when we have to scan the file to create
17075           an index. There may be other types of RIFF 'LIST' chunks than
17076           'movi' and we need to skip them properly as well or we'll end up
17077           reading garbage (#336889). Some other cosmetic changes.
17078           
17079 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17080
17081         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17082         (gst_flac_dec_handle_seek_event):
17083           Add support for segment seeks (fixes #338290). Also demote
17084           some recurring debug message from DEBUG to LOG level.
17085
17086 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17089         (gst_matroskademux_do_index_seek),
17090         (gst_matroska_demux_handle_seek_event),
17091         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17092         * gst/matroska/matroska-ids.h:
17093           Set DISCONT flag on first buffer after a discontinuity.
17094           Fix newsegment events sent when seeking and honour KEY_UNIT
17095           seek flag. Create pad with bogus caps if we don't recognise
17096           the stream codec id.
17097
17098         * gst/matroska/matroska-demux.h:
17099           Fix GObject macros.
17100
17101 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17102
17103         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17104
17105         * gst/matroska/matroska-demux.c:
17106         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17107           Handle end of segment properly when set; don't dead-lock when
17108           posting start of segment message when doing a segment seek.
17109           Fixes #338810.
17110
17111 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17112
17113         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17114         (gst_matroska_demux_plugin_init):
17115           Make mpeg2 aac audio work: create artificial private codec data
17116           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17117           Also call gst_riff_init(). Partially fixes #338767.
17118
17119 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17120
17121         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17122         (gst_wavenc_class_init), (gst_wavenc_init),
17123         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17124         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17125         (gst_wavenc_chain), (gst_wavenc_change_state):
17126         * gst/wavenc/gstwavenc.h:
17127           Set caps on first outgoing buffer, so that it doesn't error out
17128           immediately with a non-negotiated error (#338716). Rewrite and
17129           clean up a bit; fix setcaps function to parse things properly;
17130           fix sink caps (8bit audio is unsigned and doesn't have depth);
17131           use boilerplate macros; remove unused properties stuff.
17132
17133 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17136           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17137           handle MJPEG streams and might be autoplugged for those if the
17138           user doesn't have jpegdec installed (resulting in a cryptic error
17139           message about huffman tables). Better to disable JPEG decoding here
17140           and let the user figure out that she needs to install jpegdec.
17141
17142 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17145         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17146         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17147         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17148           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17149           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17150           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17151           debug messages. Fix boilerplate macros.
17152
17153 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17156         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17157           No need to special-case for Gdk-2.0 any longer, we require
17158           Gdk 2.2 or newer; minor clean-ups.
17159
17160 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17161
17162         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17163         (gst_shout2send_class_init), (gst_shout2send_init),
17164         (set_shout_metadata), (gst_shout2send_set_metadata),
17165         (gst_shout2send_event), (gst_shout2send_start),
17166         (gst_shout2send_connect), (gst_shout2send_stop),
17167         (gst_shout2send_render), (gst_shout2send_set_property),
17168         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17169         (plugin_init):
17170         * ext/shout2/gstshout2.h:
17171         * po/POTFILES.in:
17172           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17173           change function; use GST_ELEMENT_ERROR for error reporting, not
17174           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17175           will cause crashes or assertion failures; remove (unused) "sync"
17176           property, basesink already has such a property; misc. other
17177           minor fixes and cleanups.
17178
17179 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17182         * ext/esd/gstesd.c: (plugin_init):
17183         * po/POTFILES.in:
17184           Add translatable error message for when we cannot
17185           connect to the sound server, as "Cannot open resource
17186           for writing" isn't really an acceptable message to show
17187           to the user in this case.
17188
17189 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17190
17191         * sys/oss/gst-i18n-plugin.h:
17192           Remove bogus file that doesn't belong here.
17193
17194 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17195
17196         Patch by: Philippe Valembois
17197
17198         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17199         (gst_shout2send_set_metadata), (gst_shout2send_event),
17200         (gst_shout2send_render), (gst_shout2send_change_state):
17201         * ext/shout2/gstshout2.h:
17202           Handle tags being received before the connection to
17203           the server is established properly (see #338636).
17204
17205 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17208           Don't crash in case the connection to the server fails:
17209           don't set pointer to NULL by assigning FALSE; error out
17210           properly by using GST_ELEMENT_ERROR and returning
17211           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17212           before resetting the pointer.
17213
17214 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17215
17216         * gst/id3demux/id3tags.c:
17217         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17218         (Fixes #338713)
17219
17220 2006-04-12  Wim Taymans  <wim@fluendo.com>
17221
17222         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17223         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17224         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17225         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17226         (gst_gdk_pixbuf_chain):
17227         Some cleanups.
17228         Added RGBA as a possible output format.
17229         Correctly free the supported mimetypes.
17230         deprecate silent arg, it's not used.
17231         Return result from _alloc_buffer to peer.
17232
17233 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17236           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17237           overwriting GST_BUFFER_MALLOCDATA.
17238
17239 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17240
17241         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17242         (user_endrow_callback), (user_end_callback),
17243         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17244         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17245         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17246         * ext/libpng/gstpngdec.h:
17247           Handle more than one frame if the content is framed,
17248           like with png-in-quicktime (#331917).
17249
17250 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17251
17252         * sys/oss/Makefile.am:
17253         * sys/oss/common.h:
17254         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17255         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17256         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17257         (gst_oss_src_unprepare):
17258           - the user-visible error strings were in the wrong category
17259           - and the messages were not marked for translation
17260           - which is actually a good thing, because they were exactly
17261             the kind of message you would never want anyone to see
17262           - the macros were using variables that didn't exist in the macro
17263             arguments
17264           - and they were obviously copied from each other and then modified
17265           - so a common header makes sense
17266
17267 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17268
17269         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17270           Don't try to modify read-only data.
17271
17272         * gst/matroska/matroska-demux.c:
17273         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17274           Fix comment (won't crash any longer now).
17275
17276 2006-04-10  Michael Smith  <msmith@fluendo.com>
17277
17278         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17279           Use copies of header buffers for caps to avoid circular refcounting
17280           problems (as in theoradec, vorbisdec).
17281
17282         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17283           Fix a typo in test that meant it was testing the wrong thing.
17284
17285         * tests/check/elements/cmmlenc.c: (check_headers):
17286           Fix refcount checks now that we use buffer-copies for caps.
17287
17288 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17289
17290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17291         (gst_matroska_demux_handle_seek_event),
17292         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17293         (gst_matroska_demux_subtitle_caps),
17294         (gst_matroska_demux_plugin_init):
17295           Use static pad templates with ANY caps for audio and video
17296           source pads and get rid of a lot of unnecessary (and partially
17297           broken) code for the template caps. Clean up caps finding
17298           functions. Fixes playback of audio files/streams that do not
17299           contain the sample rate and/or number of channels in the audio
17300           context (happens a lot with vorbis/mp3 .mka files it seems).
17301           Fixes #337183.
17302           Also add myself to copyright holders.
17303
17304 2006-04-10  Michael Smith  <msmith@fluendo.com>
17305
17306         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17307           Use g_list_delete_link () instead of g_list_remove_link () so that
17308           we free the link as well as the contained data.
17309
17310 2006-04-10  Wim Taymans  <wim@fluendo.com>
17311
17312         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17313
17314         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17315         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17316         (gst_avi_demux_stream_header):
17317         Fix some crashers with empty chunks. (Fixes #337749)
17318
17319 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17320
17321         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17322           use G_GINT64_CONSTANT for INT64 constants
17323         * gst/videofilter/gstvideobalance.c:
17324           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17325         * win32/vs6/libgstavi.dsp:
17326          add missing libraries for the link and remove avimux.c from
17327          the project as it isn't ported to 0.10 yet
17328         
17329 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17332           Even better would be if we actually did the right thing
17333           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17334
17335 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17338           Can't just replace 1LL with 1L here just because MSVC doesn't
17339           support it, as it might lead to incorrect results when doing the
17340           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17341           force a 64-bit constant in a way that all compilers are happy with.
17342
17343 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17344
17345         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17346         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17347         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17348         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17349         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17350         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17351         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17352         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17353         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17354         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17355         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17356         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17357         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17358         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17359         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17360         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17361         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17362         * gst/debug/efence.c: (gst_efence_class_init):
17363         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17364         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17365         * gst/goom/gstgoom.c: (gst_goom_class_init):
17366         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17367         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17368         * gst/interleave/interleave.c: (interleave_class_init):
17369         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17370         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17371         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17372         * gst/median/gstmedian.c: (gst_median_class_init):
17373         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17374         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17375         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17376         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17377         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17378         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17379         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17380         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17381         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17382         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17383         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17384         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17385         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17386         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17387         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17388         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17389         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17390         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17391         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17392         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17393         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17394         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17395         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17396         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17397         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17399         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17400         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17401         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17402         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17403         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17404         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17405         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17406         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17407         * sys/osxaudio/gstosxaudioelement.c:
17408         (gst_osxaudioelement_class_init):
17409         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17410         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17411         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17412         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17413
17414 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17415
17416         * ext/mikmod/gstmikmod.h:
17417         * gst/level/gstlevel.h:
17418         Fix more broken GObject macros
17419
17420 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17421
17422         * ext/annodex/gstcmmldec.h:
17423         * ext/annodex/gstcmmlenc.h:
17424         * ext/annodex/gstcmmltag.h:
17425         * ext/cairo/gsttextoverlay.h:
17426         * ext/ladspa/gstsignalprocessor.h:
17427         * gst/matroska/ebml-read.h:
17428         * gst/matroska/ebml-write.h:
17429         * sys/osxaudio/gstosxaudioelement.h:
17430         Fix broken GObject macros
17431
17432 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17433
17434         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17435           Don't try to seek beyond the end of the file (would
17436           occasionally display error dialogs in totem when seeking
17437           to the end) (#335869). Will still throw an error though
17438           if the file is truncated and the total_samples value in
17439           the stream header is wrong.
17440
17441 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17444         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17445         (gst_flac_dec_metadata_callback):
17446         * ext/flac/gstflacdec.h:
17447           If the stream header doesn't contain the total number of samples,
17448           search for the last flac frame at the end of the file and calculate
17449           the total duration from that frame's offset (fixes #337609).
17450
17451 2006-04-07  Edward Hervey  <edward@fluendo.com>
17452
17453         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17454         Don't unref the GstPadTemplate returned by
17455         gst_element_class_get_pad_template().
17456
17457 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17458
17459         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17460
17461         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17462         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17463         * sys/sunaudio/gstsunaudiosink.h:
17464           Use spec->segsize and spec->segtotal in the prepare function
17465           to initialise the ring buffer instead of using the buffer-time
17466           property (#337421).
17467
17468 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * configure.ac:
17471           Bump core requirements to CVS for gst_pad_query_peer_duration()
17472           which is used by speexdec.
17473
17474 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         * ext/speex/gstspeex.c: (plugin_init):
17477         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17478         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17479         (speex_get_sink_query_types), (speex_dec_sink_query),
17480         (speex_get_src_query_types), (speex_dec_src_query),
17481         (speex_dec_src_event), (speex_dec_sink_event),
17482         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17483         (speex_dec_chain_parse_data), (speex_dec_chain),
17484         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17485         (speex_dec_change_state):
17486         * ext/speex/gstspeexdec.h:
17487           Fix seeking and duration queries (#337033); clean up and
17488           refactor a bit.
17489
17490 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * ext/raw1394/gstdv1394src.c:
17493           distinguish between device not found and could not open for
17494           reading
17495
17496 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * Makefile.am:
17499         * configure.ac:
17500         * pkgconfig/.cvsignore:
17501         * pkgconfig/Makefile.am:
17502         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17503           add a .pc file so other modules can use good plugins in tests
17504
17505 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17506
17507         * configure.ac:
17508           clean up, use AS_VERSION and AS_NANO
17509         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17510           use PACKAGE_VERSION define
17511         * po/af.po:
17512         * po/az.po:
17513         * po/cs.po:
17514         * po/en_GB.po:
17515         * po/hu.po:
17516         * po/it.po:
17517         * po/nb.po:
17518         * po/nl.po:
17519         * po/or.po:
17520         * po/sq.po:
17521         * po/sr.po:
17522         * po/sv.po:
17523         * po/uk.po:
17524         * po/vi.po:
17525           updated
17526
17527 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17528
17529         * ext\jpeg\smokecodec.c:
17530           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17531         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17532           move first instruction after all variables declarations
17533         * gst\alpha\gstalpha.c:
17534         * gst\effectv\gstshagadelic.c:
17535         * gst\smpte\paint.c:
17536         * gst\videofilter\gstvideobalance.c:
17537           define M_PI if it's not defined (it's not defined on WIN32)
17538         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17539         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17540         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17541         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17542         (gst_matroska_demux_video_caps):
17543         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17544         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17545           use gst_guint64_to_gdouble for conversions
17546         * gst\goom\filters.c: (setPixelRGB_):
17547           fix a debug which was using undefined variable
17548         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17549         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17550           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17551         * win32/vs6:
17552           add vs6 projects files for most of plugins-good
17553         
17554 2006-03-30  j^  <j@bootlab.org>
17555
17556         * ext/aalib/gstaasink.c:
17557         * ext/annodex/gstcmmldec.c:
17558         * ext/annodex/gstcmmlenc.c:
17559         * ext/cairo/gsttextoverlay.c:
17560         * ext/cairo/gsttimeoverlay.c:
17561         * ext/cdio/gstcdiocddasrc.c:
17562         * ext/dv/gstdvdec.c:
17563         * ext/esd/esdmon.c:
17564         * ext/esd/esdsink.c:
17565         * ext/flac/gstflacdec.c:
17566         * ext/flac/gstflacenc.c:
17567         * ext/flac/gstflactag.c:
17568         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17569         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17570         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17571         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17572         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17573         * ext/gdk_pixbuf/pixbufscale.c:
17574         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17575         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17576         * ext/jpeg/gstjpegdec.c:
17577         * ext/jpeg/gstjpegenc.c:
17578         * ext/jpeg/gstsmokedec.c:
17579         * ext/jpeg/gstsmokeenc.c:
17580         * ext/libcaca/gstcacasink.c:
17581         * ext/libmng/gstmngdec.c:
17582         * ext/libmng/gstmngenc.c:
17583         * ext/libpng/gstpngdec.c:
17584         * ext/libpng/gstpngenc.c:
17585         * ext/mikmod/gstmikmod.c:
17586         * ext/raw1394/gstdv1394src.c:
17587         * ext/shout2/gstshout2.c:
17588         * ext/speex/gstspeexdec.c:
17589         * ext/speex/gstspeexenc.c:
17590         * gst/alpha/gstalpha.c:
17591         * gst/alpha/gstalphacolor.c:
17592         * gst/auparse/gstauparse.c:
17593         * gst/autodetect/gstautoaudiosink.c:
17594         (gst_auto_audio_sink_base_init):
17595         * gst/autodetect/gstautovideosink.c:
17596         (gst_auto_video_sink_base_init):
17597         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17598         * gst/cutter/gstcutter.c:
17599         * gst/debug/breakmydata.c:
17600         * gst/debug/efence.c:
17601         * gst/debug/gstnavigationtest.c:
17602         * gst/debug/negotiation.c:
17603         * gst/debug/progressreport.c:
17604         * gst/debug/testplugin.c:
17605         * gst/effectv/gstaging.c:
17606         * gst/effectv/gstdice.c:
17607         * gst/effectv/gstedge.c:
17608         * gst/effectv/gstquark.c:
17609         * gst/effectv/gstrev.c:
17610         * gst/effectv/gstvertigo.c:
17611         * gst/effectv/gstwarp.c:
17612         * gst/flx/gstflxdec.c:
17613         * gst/goom/gstgoom.c:
17614         * gst/interleave/deinterleave.c:
17615         * gst/interleave/interleave.c:
17616         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17617         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17618         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17619         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17620         * gst/level/gstlevel.c:
17621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17623         * gst/median/gstmedian.c:
17624         * gst/monoscope/gstmonoscope.c:
17625         * gst/multipart/multipartdemux.c:
17626         * gst/multipart/multipartmux.c:
17627         * gst/oldcore/gstmd5sink.c:
17628         * gst/oldcore/gstmultifilesrc.c:
17629         * gst/oldcore/gstpipefilter.c:
17630         * gst/oldcore/gstshaper.c:
17631         * gst/oldcore/gststatistics.c:
17632         * gst/rtp/gstasteriskh263.c:
17633         * gst/rtp/gstrtpL16depay.c:
17634         * gst/rtp/gstrtpL16pay.c:
17635         * gst/rtp/gstrtpamrdepay.c:
17636         * gst/rtp/gstrtpamrpay.c:
17637         * gst/rtp/gstrtpdepay.c:
17638         * gst/rtp/gstrtpgsmpay.c:
17639         * gst/rtp/gstrtph263pay.c:
17640         * gst/rtp/gstrtph263pdepay.c:
17641         * gst/rtp/gstrtph263ppay.c:
17642         * gst/rtp/gstrtpmp4gpay.c:
17643         * gst/rtp/gstrtpmp4vdepay.c:
17644         * gst/rtp/gstrtpmp4vpay.c:
17645         * gst/rtp/gstrtpmpadepay.c:
17646         * gst/rtp/gstrtpmpapay.c:
17647         * gst/rtp/gstrtppcmadepay.c:
17648         * gst/rtp/gstrtppcmapay.c:
17649         * gst/rtp/gstrtppcmudepay.c:
17650         * gst/rtp/gstrtppcmupay.c:
17651         * gst/rtp/gstrtpspeexdepay.c:
17652         * gst/rtp/gstrtpspeexpay.c:
17653         * gst/rtsp/gstrtpdec.c:
17654         * gst/smpte/gstsmpte.c:
17655         * gst/videobox/gstvideobox.c:
17656         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17657         * gst/videofilter/gstvideobalance.c:
17658         * gst/videofilter/gstvideoflip.c:
17659         * gst/videofilter/gstvideotemplate.c:
17660         (gst_videotemplate_base_init):
17661         * gst/videomixer/videomixer.c:
17662         * gst/wavenc/gstwavenc.c:
17663         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17664          better/unified long descriptions
17665          Fixed #336602
17666          Some cleanups to auparse, don't send multiple newsegments.
17667
17668 2006-03-29  Wim Taymans  <wim@fluendo.com>
17669
17670         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17671
17672         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17673         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17674         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17675         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17676         * ext/dv/gstdvdemux.h:
17677         Seek in READY patch. Only works for pull based mode.
17678         Fixes #323880
17679
17680 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17681
17682         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17683         (gst_gdk_pixbuf_event):
17684           Fix two crashers: don't unref the same caps twice, and
17685           set pixbuf loader to NULL after freeing it.
17686
17687 2006-03-27  Wim Taymans  <wim@fluendo.com>
17688
17689         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17690         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17691         (gst_speexenc_chain):
17692         * ext/speex/gstspeexenc.h:
17693         Don't leak adapter.
17694         A push *always* takes ownership of the buffer, even on
17695         errors.
17696         Small cleanups.
17697
17698 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17701           Create source pad without leaking.
17702
17703 2006-03-24  Wim Taymans  <wim@fluendo.com>
17704
17705         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17706         * ext/flac/gstflacdec.h:
17707         * ext/flac/gstflacenc.h:
17708         Spifify a bit.
17709         Fix deadly lock order error in seeking code, STREAM_LOCK
17710         cannot be taken within LOCK and the streaming variables are
17711         protected with the STREAM_LOCK anyway.
17712
17713 2006-03-24  Wim Taymans  <wim@fluendo.com>
17714
17715         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17716         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17717         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17718         this patch combines the global init_frames with the stream
17719         init_frames. Rationale being that the global delay should 
17720         be subtracted from any stream delay.
17721         Fixes #335858.
17722
17723 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17724
17725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17726         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17727         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17728         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17729         use DEBUG_FUNCPTR for collectpads
17730
17731 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17732
17733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17734           Don't crash when encoding images where the number of rows isn't
17735           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17736
17737 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17738
17739         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17740         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17741         * gst/interleave/interleave.c: (interleave_change_state):
17742         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17743           More state change function fixes.
17744
17745 2006-03-23  Wim Taymans  <wim@fluendo.com>
17746
17747         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17748         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17749         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17750         (gst_esdsink_delay), (gst_esdsink_reset):
17751         * ext/esd/esdsink.h:
17752         Fix esd choppy playback by configuring audiosink
17753         correctly. Fixes #325191
17754
17755 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17756
17757         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17758           Make state change function thread-safe.
17759
17760 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17761
17762         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17763         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17764           Don't try to read beyond the end of the file just because
17765           the header claims a bigger size (like with truncated files).
17766
17767 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17768
17769         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17770         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17771         (gst_wavparse_stream_data), (gst_wavparse_loop):
17772         * gst/wavparse/gstwavparse.h:
17773           Delay source pad creation until we have the first chunk of
17774           media data, so the we can examine the data and adjust the
17775           caps accordingly if required. This makes playback of .wav
17776           files with DTS-declared-as-PCM content work (#313266).
17777
17778 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17779
17780         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17781         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17782         Don't attempt typefinding on too-short buffers that have been
17783         completely trimmed away. (Fixes #330239)
17784
17785         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17786         Improve the debug output
17787
17788 2006-03-21  Wim Taymans  <wim@fluendo.com>
17789
17790         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17791         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17792         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17793         (gst_esdsink_set_property), (gst_esdsink_get_property):
17794         Some cleanups.
17795         Reset fd to -1 when we close them.
17796
17797 2006-03-21  Wim Taymans  <wim@fluendo.com>
17798
17799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17800         the OPTIONS request result is optional so don't
17801         fail on it.
17802
17803 2006-03-21  Edward Hervey  <edward@fluendo.com>
17804
17805         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17806         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17807         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17808         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17809         (gst_wavparse_change_state):
17810         gcc 4.1 unreferenced pointer fixes.
17811
17812 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17813
17814         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17815
17816         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17817           Fix block alignment calculation. Alignment should be done before
17818           adding the byte offset where the data starts (#335231).
17819
17820 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17821
17822         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17823           Ensure that we set correct caps on buffers that are transferred
17824           direct from the input.
17825
17826 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17827
17828         * gst/goom/filters.c: (zoomFilterDestroy):
17829         * gst/goom/goom_core.c: (goom_close):
17830           Free filter data when cleaning up. (Fixes: #334995)
17831
17832 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17833
17834         * configure.ac:
17835           Don't compile udp and rtsp plugins on win32 (mingw) or other
17836           systems that don't have <sys/socket.h> for some reason (#316203).
17837
17838 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17839
17840         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17841         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17842         * ext/raw1394/gstdv1394src.h:
17843           Change bus reset handler so it reports useful information such as
17844           whether the device being used connected or disconnected
17845
17846 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * gst/id3demux/id3v2frames.c:
17849         (parse_relative_volume_adjustment_two):
17850           We only care about gain and peak data for the master volume.
17851
17852 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17855         (parse_id_string), (parse_unique_file_identifier),
17856         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17857           Read replay gain tags (#323721).
17858
17859 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         * configure.ac:
17862           Bump requirements to gst-plugins-base CVS because
17863           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17864
17865 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17866
17867         * rtp/gst/gstrtppcmadepay.c:
17868         Fixed one of the caps in the code from mulaw to alaw.
17869
17870 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17871
17872         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17873           Ensure that we set caps on the buffers we pass.
17874
17875         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17876         (gst_id3demux_sink_activate):
17877           Ensure that we set caps on the buffers we pass.
17878
17879           Use STREAM, TYPE_NOT_FOUND as the error class when
17880           typefinding fails.
17881
17882 2006-03-15  Edward Hervey  <edward@fluendo.com>
17883
17884         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17885         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17887         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17888         (gst_jpeg_dec_setcaps):
17889         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17890         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17891         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17892         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17893         (gst_mngdec_src_getcaps):
17894         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17895         (gst_pngdec_caps_create_and_set):
17896         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17897         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17898         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17899         * gst/alpha/gstalpha.c: (gst_alpha_init):
17900         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17901         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17902         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17903         * gst/cutter/gstcutter.c: (gst_cutter_init):
17904         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17905         (gst_efence_checkgetrange):
17906         * gst/debug/negotiation.c: (gst_negotiation_init):
17907         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17908         * gst/goom/gstgoom.c: (gst_goom_init):
17909         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17910         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17911         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17912         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17913         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17914         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17915         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17916         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17917         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17918         (gst_wavparse_create_sourcepad):
17919         Fix memleak with gst_static_pad_template_get().
17920         This uses gst_pad_new_from_static_template() instead.
17921         Fixes #333512
17922
17923 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17924
17925         * configure.ac:
17926           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17927           used by id3demux.
17928
17929         * gst/id3demux/gstid3demux.c: (plugin_init):
17930         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17931         (parse_user_text_identification_frame),
17932         (parse_unique_file_identifier):
17933           Add support for UFID and TXXX frames and extract musicbrainz tags.
17934
17935 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17936
17937         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17938           Catch short reads, like they might happen with truncated
17939           files (see #305279); remove unnecessary indentation.
17940
17941 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17942
17943         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17944           Fix DIB image inversion for pictures with a
17945           depth != 8 (#305279).
17946
17947 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17950         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17951         * ext/jpeg/gstjpegdec.h:
17952           Fix durations on outgoing buffers after seeking
17953           in MJPEG files (#334083); some minor clean-ups.
17954
17955 2006-03-13  Wim Taymans  <wim@fluendo.com>
17956
17957         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17958         (gst_wavparse_change_state):
17959         Implement seek in READY (re-fixes #327658)
17960
17961 2006-03-13  Wim Taymans  <wim@fluendo.com>
17962
17963         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17964         * ext/esd/esdmon.c: (gst_esdmon_get):
17965         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17966         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17967         (gst_gdk_pixbuf_sink_getcaps):
17968         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17969         (gst_jpegenc_setcaps):
17970         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17972         (gst_smokeenc_setcaps):
17973         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17974         (gst_mngdec_src_getcaps):
17975         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17976         (gst_mngenc_chain):
17977         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17978         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17979         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17980         (speex_dec_src_event), (speex_dec_chain):
17981         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17982         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17983         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17984         (gst_negotiation_pad_link), (gst_negotiation_chain):
17985         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17986         (gst_flxdec_chain):
17987         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17988         (deinterleave_chain):
17989         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17990         * gst/median/gstmedian.c: (gst_median_link):
17991         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17992         (gst_monoscope_chain):
17993         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17994         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17995         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17996         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17997         close #333784 unref the result of gst_pad_get_parent()
17998         by: Christophe Fergeau.
17999
18000 2006-03-09  Wim Taymans  <wim@fluendo.com>
18001
18002         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18003         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18004         Handle events in push mode better, can now do non-flushing
18005         seeks in push mode as well.
18006
18007 2006-03-07  Wim Taymans  <wim@fluendo.com>
18008
18009         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18010         Applied patch from Kai Vehmanen, fixes #333624.
18011
18012 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18013
18014         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18015         Implement paletted and grayscale png files handling.
18016         (#150363).
18017
18018 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18019
18020         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18021         (gst_speexenc_chain):
18022           fix a tag list assert
18023           follow gst-plugins-base/ext/ogg/README; set OFFSET
18024           and OFFSET_END.  Muxes correctly with gst-plugins-base
18025           > 0.9.3
18026
18027 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18028
18029         * gst/id3demux/Makefile.am:
18030         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18031         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18032           Use new typefind helper functions here as well, and
18033           do typefinding in pull-mode if upstream supports that.
18034
18035 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * sys/sunaudio/gstsunaudiomixerctrl.c:
18038         (gst_sunaudiomixer_ctrl_get_volume),
18039         (gst_sunaudiomixer_ctrl_set_volume):
18040         * sys/sunaudio/gstsunaudiomixertrack.c:
18041         (gst_sunaudiomixer_track_new):
18042           Remove unused variables, breaks build from CVS
18043           with -Werror (#333392, patch by: Benjamin Pineau)
18044
18045 2006-03-03  Wim Taymans  <wim@fluendo.com>
18046
18047         * docs/plugins/Makefile.am:
18048         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18049         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18050         Added wavparse docs.
18051
18052         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18053         (gst_wavparse_reset), (gst_wavparse_init),
18054         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18055         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18056         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18057         (gst_wavparse_stream_data), (gst_wavparse_loop),
18058         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18059         (gst_wavparse_change_state):
18060         * gst/wavparse/gstwavparse.h:
18061         Implement seek in READY (fixes #327658)
18062         Added docs and did some cleanups.
18063
18064 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18065
18066         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18067         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18068         (gst_avi_demux_calculate_durations_from_index),
18069         (gst_avi_demux_stream_header):
18070         * gst/avi/gstavidemux.h:
18071           If we have an index, use a duration based on the index instead
18072           of blindly trusting the information in the stream headers
18073           (fixes #331817).
18074
18075 2006-03-03  Wim Taymans  <wim@fluendo.com>
18076
18077         * docs/plugins/Makefile.am:
18078         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18079         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18080         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18081         Added smoke and jpeg to the docs.
18082
18083         * ext/jpeg/Makefile.am:
18084         * ext/jpeg/gstjpeg.c: (plugin_init):
18085         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18086         * ext/jpeg/gstjpegenc.h:
18087         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18088         (gst_smokedec_chain):
18089         * ext/jpeg/gstsmokedec.h:
18090         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18091         * ext/jpeg/gstsmokeenc.h:
18092         * ext/jpeg/smokecodec.h:
18093         Port smokedec (fixes #331905).
18094         Added some docs.
18095         Some cleanups.
18096
18097 2006-03-03  Wim Taymans  <wim@fluendo.com>
18098
18099         * docs/plugins/Makefile.am:
18100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18101         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18102         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18103         Added videobalance and videoflip to the docs.
18104
18105         * gst/videofilter/Makefile.am:
18106         * gst/videofilter/gstvideobalance.c:
18107         (gst_video_balance_update_tables_planar411),
18108         (gst_video_balance_is_passthrough),
18109         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18110         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18111         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18112         (gst_video_balance_finalize), (gst_video_balance_class_init),
18113         (gst_video_balance_init), (gst_video_balance_interface_supported),
18114         (gst_video_balance_interface_init),
18115         (gst_video_balance_colorbalance_list_channels),
18116         (gst_video_balance_colorbalance_set_value),
18117         (gst_video_balance_colorbalance_get_value),
18118         (gst_video_balance_colorbalance_init),
18119         (gst_video_balance_set_property), (gst_video_balance_get_property),
18120         (gst_video_balance_get_type), (plugin_init):
18121         * gst/videofilter/gstvideobalance.h:
18122         Ported to 0.10. (Fixes #326160)
18123         Added docs.
18124
18125         * gst/videofilter/gstvideoflip.c:
18126         * gst/videofilter/gstvideoflip.h:
18127         Added docs.
18128
18129 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18130
18131         * configure.ac:
18132           Bump requirements to current core and -base CVS
18133           (core for new typefind helper API, and -base for the
18134           WAVFORMATEX support that was added to libgstriff and
18135           is needed by wavparse).
18136         
18137         * gst/apetag/Makefile.am:
18138         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18139         (gst_tag_demux_sink_activate):
18140           Use new typefind helpers for typefinding instead of our
18141           home-grown stuff; also, do typefinding in pull-mode if
18142           upstream supports that.
18143
18144 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18145
18146         Reviewed by: Christian Schaller <christian@fluendo.com>
18147
18148         This patch fixes bug: 329107
18149
18150         This Changelog entry is for a commit done on February 17
18151
18152         * ext/gconf/gconf.c
18153         * ext/gconf/gconf.h
18154         * ext/gconf/gstgconfaudiosink.c
18155         * ext/gconf/gstgconfaudiosink.h
18156         * gconf/gstreamer.schemas.in
18157
18158 2006-02-28  Wim Taymans  <wim@fluendo.com>
18159
18160         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18161         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18162         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18163         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18164         Use DEBUG_OBJECT more.
18165
18166 2006-02-28  Wim Taymans  <wim@fluendo.com>
18167
18168         * docs/plugins/Makefile.am:
18169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18171         Added dvdec and dvdemux to docs.
18172
18173         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18174         Added docs.
18175         Check frame sizes so we don't crash when don't have enough
18176         data.
18177         Send nice error messages on error.
18178
18179         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18180         (gst_dvdemux_class_init), (gst_dvdemux_init),
18181         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18182         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18183         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18184         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18185         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18186         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18187         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18188         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18189         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18190         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18191         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18192         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18193         * ext/dv/gstdvdemux.h:
18194         Added docs.
18195         Implement pull mode.
18196         Fix memleaks.
18197         Reduce memcpy for the video demuxing.
18198
18199 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18200
18201         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18202         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18203         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18204         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18205           Add a little extra debug. Make the decoder not return NOT_LINKED,
18206           as we want to continue decoding all CMML and emitting tags.
18207
18208 2006-02-27  Michael Smith  <msmith@fluendo.com>
18209
18210         * ext/annodex/gstskeltag.c:
18211         * ext/annodex/gstskeltag.h:
18212           Deleted; these files aren't used any more either.
18213
18214 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18215
18216         * ext/Makefile.am: Fix dist-check.
18217
18218 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18219
18220         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18221         memleak.
18222
18223 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18224
18225         * ext/annodex/Makefile.am:
18226         * ext/annodex/gstannodex.c:
18227         * ext/annodex/gstcmmldec.c:
18228         * ext/annodex/gstcmmlenc.c:
18229         * ext/annodex/gstcmmlparser.c:
18230         * ext/annodex/gstcmmlparser.h:
18231         * ext/annodex/gstcmmlutils.c:
18232         * tests/check/elements/cmmldec.c:
18233         * tests/check/elements/cmmlenc.c:
18234           Fix a memleak in gst_cmml_track_list_add_clip.
18235           Handle overflows in clip's start and end times.
18236           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18237           Do not parse junk at the end of a CMML preamble buffer.
18238           Register a libxml error handler to not print stuff on stderr.
18239           Check for bad clip start and end times in the testsuites.
18240
18241 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18242
18243         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18244         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18245         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18246         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18247         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18248         possible memleaks.
18249
18250 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18251
18252         * tests/check/Makefile.am:
18253         * tests/check/elements/cmmldec.c:
18254         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18255         the plugins-base tags.
18256
18257 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18258
18259         * ext/Makefile.am: Re-enable module.
18260
18261 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18262
18263         * tests/check/Makefile.am: Forgot to remove that test.
18264
18265 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18266
18267         * ext/annodex/Makefile.am:
18268         * ext/annodex/gstannodex.c: (plugin_init):
18269         * ext/annodex/gstcmmldec.c:
18270         * ext/annodex/gstskeldec.c:
18271         * ext/annodex/gstskeldec.h:
18272         * tests/check/Makefile.am:
18273         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18274
18275 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18276
18277         * tests/check/Makefile.am: Disable those checks as well.
18278
18279 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18280
18281         * ext/Makefile.am: Disable annodex for now until we figure out
18282         how to make it build.
18283         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18284         Add a rule to your checklist : "please try to at least build 
18285         what you are going to commit into -good, or if you are too lazy
18286         to do that, please check that the buildbots are not crying because
18287         of your commit."
18288
18289 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18290
18291         * configure.ac:
18292         * ext/Makefile.am:
18293         * ext/gdk_pixbuf/Makefile.am:
18294         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18295         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18296         * ext/gdk_pixbuf/pixbufscale.c:
18297         * ext/gdk_pixbuf/pixbufscale.h:
18298           Gdkpixbuf ported from 0.8 to 0.10 by
18299           Renato Filho <renato.filho@indt.org.br>.
18300           gst_loader and gdkpixbufanimation still need port.
18301
18302 2006-02-24  Michael Smith  <msmith@fluendo.com>
18303
18304         * configure.ac:
18305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18306         * ext/Makefile.am:
18307         * ext/annodex/Makefile.am:
18308         * ext/annodex/gstannodex.c:
18309         * ext/annodex/gstannodex.h:
18310         * ext/annodex/gstcmmldec.c:
18311         * ext/annodex/gstcmmldec.h:
18312         * ext/annodex/gstcmmlenc.c:
18313         * ext/annodex/gstcmmlenc.h:
18314         * ext/annodex/gstcmmlparser.c:
18315         * ext/annodex/gstcmmlparser.h:
18316         * ext/annodex/gstcmmltag.c:
18317         * ext/annodex/gstcmmltag.h:
18318         * ext/annodex/gstcmmlutils.c:
18319         * ext/annodex/gstcmmlutils.h:
18320         * ext/annodex/gstskeldec.c:
18321         * ext/annodex/gstskeldec.h:
18322         * ext/annodex/gstskeltag.c:
18323         * ext/annodex/gstskeltag.h:
18324         * tests/check/Makefile.am:
18325         * tests/check/elements/cmmldec.c:
18326         * tests/check/elements/cmmlenc.c:
18327         * tests/check/elements/skeldec.c:
18328           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18329           Includes tests & docs, oh my! Passes Thomas's -good checklist
18330           entirely. Wow.
18331
18332 2006-02-24  Michael Smith  <msmith@fluendo.com>
18333
18334         * autogen.sh:
18335           Check for automake 1.9 as well.
18336
18337 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18338
18339         * ext/flac/gstflacenc.c:
18340           Change min. sample rate to 8kHz to match flacdec's.
18341           
18342 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * ext/cdio/Makefile.am:
18345           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18346           required for Cygwin, see #317048)
18347
18348         * gst/rtp/gstasteriskh263.c:
18349           Cygwin has includes for both the unix network socket API
18350           and the windows API, but only one can be included, so fix
18351           includes to only use one or the other, prefering the unxi
18352           one (#317048).
18353
18354 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18355
18356         * rtp/gst/gstrtppcmadepay.c:
18357         * rtp/gst/gstrtppcmadepay.h:
18358         * rtp/gst/gstgstrtppcmapay.c:
18359         * rtp/gst/gstgstrtppcmapay.h:
18360         * rtp/gst/gstrtppcmudepay.c:
18361         * rtp/gst/gstrtppcmudepay.h:
18362         * rtp/gst/gstrtppcmupay.c:
18363         * rtp/gst/gstrtppcmupay.h:
18364         * rtp/gst/Makefile.am:
18365         * rtp/gst/gstrtp.c:
18366         * rtp/gst/README:
18367         Separated the G711 payloaders/depayloaders into separate elements for
18368         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18369
18370 2006-02-22  Wim Taymans  <wim@fluendo.com>
18371
18372         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18373         (gst_dvdec_change_state):
18374         * ext/dv/gstdvdec.h:
18375         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18376         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18377         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18378         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18379         (gst_dvdemux_flush), (gst_dvdemux_chain),
18380         (gst_dvdemux_change_state):
18381         * ext/dv/gstdvdemux.h:
18382         Ueber spiffify some more, added debug category.
18383         Use _scale.
18384         Use segments, respect playback rate from newsegment.
18385         Fix refcount issue.
18386
18387 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18388
18389         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18390         (gst_signal_processor_process):
18391         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18392         enabled for the build, but it helps me win the feature-count
18393         competitions ooh yeah.
18394
18395 2006-02-19  Wim Taymans  <wim@fluendo.com>
18396
18397         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18398         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18399         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18400         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18401         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18402         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18403         Use scaling code for added precission and more correct stop
18404         position in case scale==0.
18405
18406 2006-02-19  Wim Taymans  <wim@fluendo.com>
18407
18408         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18409         (gst_flxdec_chain):
18410         * gst/flx/gstflxdec.h:
18411         Implement DURATION query.
18412
18413 2006-02-19  Wim Taymans  <wim@fluendo.com>
18414
18415         * gst/flx/flx_color.h:
18416         * gst/flx/flx_fmt.h:
18417         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18418         (gst_flxdec_src_query_handler), (flx_decode_color),
18419         (gst_flxdec_chain):
18420         * gst/flx/gstflxdec.h:
18421         Set MALLOCDATA for the temp buffers so we don't leak.
18422         Some debug cleanups.
18423         Consume all data in the adapter before leaving the chain
18424         function. Fixes #330678.
18425
18426 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18427
18428         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18429         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18430          Handle 0 data size in otherwise valid frames.
18431          Handle numeric strings in 2.4.0 even when not in parentheses 
18432
18433 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18434
18435         * gst/matroska/matroska-demux.c:
18436         (gst_matroska_demux_subtitle_caps),
18437         (gst_matroska_demux_plugin_init):
18438         * gst/matroska/matroska-ids.h:
18439           Recognise SSA/ASS and USF subtitle formats and
18440           set proper caps when they are found.
18441
18442 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18443
18444         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18445         (gst_jpeg_dec_chain):
18446           Fix invalid memory access for some odd-sized images
18447           (see image contained in quicktime stream in #327083);
18448           use g_malloc() instead of g_alloca().
18449
18450 2006-02-17  Wim Taymans  <wim@fluendo.com>
18451
18452         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18453         Patch from Sebastien Cote, fixes #319884
18454
18455 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18456
18457         * ext/cdio/gstcdio.c: (plugin_init):
18458           Init debug category (#331253).
18459
18460 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18461
18462         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18463           Pass extra_data to gst_riff_create_audio_caps(), so that
18464           WAVEFORMATEX stuff works. Post audio codec name and post
18465           it as taglist on the bus. Allow up to 8 channesl for raw
18466           PCM in the source pad template caps.
18467
18468 2006-02-16  Wim Taymans  <wim@fluendo.com>
18469
18470         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18471         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18472         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18473         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18474         (gst_multipart_set_property), (gst_multipart_get_property):
18475         Applied #318663. Gives quite a few false positives in
18476         autoscan mode, but it's better than nothing. Not closing yet.
18477
18478 2006-02-16  Wim Taymans  <wim@fluendo.com>
18479
18480         * docs/plugins/Makefile.am:
18481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18482         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18483         * docs/plugins/gst-plugins-good-plugins.args:
18484         * docs/plugins/inspect/plugin-udp.xml:
18485         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18486         (gst_udpsrc_start):
18487         Update documentation.
18488         Fix args.
18489
18490 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18491
18492         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18493         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18494         frame size. (Fixes #331368)
18495
18496 2006-02-16  Wim Taymans  <wim@fluendo.com>
18497
18498         * gst/rtsp/README:
18499         Updated README.
18500
18501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18502         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18503         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18504         * gst/rtsp/gstrtspsrc.h:
18505         Make sure the RTP port is an even port an try to allocate 
18506         another if not.
18507         Added retry property to control max retries for port allocation.
18508         Make sure RTCP port is RTP port+1.
18509         Cleanup when port allocation fails.
18510         Fixes #319183.
18511         
18512 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18513
18514         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18515           Don't ignore return value of the parent class's state
18516           change function (#331385, patch by: Wouter Paesen).
18517
18518 2006-02-15  Wim Taymans  <wim@fluendo.com>
18519
18520         * configure.ac:
18521         * docs/plugins/Makefile.am:
18522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18524         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18525         * ext/Makefile.am:
18526         * ext/hal/Makefile.am:
18527         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18528         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18529         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18530         (do_toggle_element), (gst_hal_audio_sink_set_property),
18531         (gst_hal_audio_sink_get_property),
18532         (gst_hal_audio_sink_change_state):
18533         * ext/hal/gsthalaudiosink.h:
18534         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18535         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18536         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18537         (do_toggle_element), (gst_hal_audio_src_set_property),
18538         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18539         * ext/hal/gsthalaudiosrc.h:
18540         * ext/hal/gsthalelements.c: (plugin_init):
18541         * ext/hal/gsthalelements.h:
18542         * ext/hal/hal.c: (gst_hal_get_string),
18543         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18544         (gst_hal_get_audio_src):
18545         * ext/hal/hal.h:
18546         Add HAL sound device wrapper plugins. Closes #329106
18547
18548 2006-02-15  Wim Taymans  <wim@fluendo.com>
18549
18550         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18551         Add comment in a fultile attempt to stop the copy-and-paste 
18552         paradigm leading to duplication of bad code.
18553
18554         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18555         Mime parameters have to be checked case insensitive
18556
18557 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18560           Advance stream time for lagging subtitle streams by sending
18561           newsegment events with the update flag set.
18562
18563 2006-02-14  Edward Hervey  <edward@fluendo.com>
18564
18565         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18566         There can be bogus data before the hdrl LIST tag in the RIFF header.
18567         It's hard to say if it's not respecting the AVI specifications or not,
18568         but since Google Video is producing AVIs like that and the other player
18569         don't seem to complain, I guess we should do the same.
18570
18571 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18572
18573         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18574         (parse_split_strings):
18575         Add more validation to ensure that a char encoding conversion
18576         produced a valid UTF-8 string.
18577
18578 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18579
18580         Reviewed by: Edward Hervey  <edward@fluendo.com>
18581
18582         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18583         Properly handle end of segment. Closes #330885.
18584
18585 2006-02-13  Wim Taymans  <wim@fluendo.com>
18586
18587         * gst/rtp/gstrtpmp4gpay.h:
18588         For got to commit this one.
18589
18590 2006-02-12  Wim Taymans  <wim@fluendo.com>
18591
18592         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18593         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18594         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18595         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18596         * gst/rtp/gstrtpmp4gpay.h:
18597         Make more things work.
18598         Handle ACC config strings.
18599
18600 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18601
18602         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18603           set timestamps if no incoming timestamps set
18604
18605 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18606
18607         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18608         (gst_tag_demux_do_typefind):
18609           ... and fix the very same leaks in GstTagDemux.
18610
18611 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18612
18613         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18614         (gst_id3demux_do_typefind):
18615         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18616         <jonathan at kaolin dot wh9 dot net>)
18617
18618 2006-02-10  Wim Taymans  <wim@fluendo.com>
18619
18620         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18621         First set options, then set caps or else the baseclass
18622         will not know about the options, duh.
18623
18624 2006-02-10  Wim Taymans  <wim@fluendo.com>
18625
18626         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18627         (gst_rtp_mp4v_pay_setcaps):
18628         Don't waste time looking for a config string if we have codec_info
18629         on the incomming caps.
18630
18631 2006-02-10  Wim Taymans  <wim@fluendo.com>
18632
18633         * gst/rtp/README:
18634         Say something about case-sensitivity of caps vs mime-attributes.
18635
18636         * gst/rtp/Makefile.am:
18637         * gst/rtp/gstrtp.c: (plugin_init):
18638         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18639         (gst_rtp_amr_pay_handle_buffer):
18640         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18641         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18642         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18643         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18644         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18645         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18646         (gst_rtp_mp4g_pay_plugin_init):
18647         * gst/rtp/gstrtpmp4gpay.h:
18648         Added beginnings of mpeg4-generic payloader (RFC 3640)
18649
18650 2006-02-09  Wim Taymans  <wim@fluendo.com>
18651
18652         * gst/rtsp/Makefile.am:
18653         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18654         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18655         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18656         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18657         (gst_rtpdec_change_state):
18658         * gst/rtsp/gstrtpdec.h:
18659         * gst/rtsp/gstrtsp.c: (plugin_init):
18660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18661         * gst/rtsp/rtspconnection.c: (read_body),
18662         (rtsp_connection_receive):
18663         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18664         Resurected rtpdec to make rtspsrc happy again.
18665         Skip attributes from the session id.
18666         Don't crash when dumping a message with an empty body.
18667
18668
18669 2006-02-09  Wim Taymans  <wim@fluendo.com>
18670
18671         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18672         Added more meaningfull warnings when something goes wrong.
18673         Clear F bit on outgoing AMR packets.
18674
18675         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18676         (gst_rtp_amr_pay_handle_buffer):
18677         Added debugging category
18678         Support payloading of multiple AMR frames.
18679
18680         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18681         Added some debugging.
18682
18683 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18684
18685         * configure.ac:
18686           Back to CVS
18687
18688 === release 0.10.2 ===
18689
18690 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18691
18692         * configure.ac:
18693           releasing 0.10.2, "Papa was a rolling stone"
18694
18695 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18696
18697         * configure.ac:
18698           Bump core and plugins-base requirement to 0.10.2.2
18699           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18700
18701 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * ext/flac/gstflac.c: (plugin_init):
18704         * ext/speex/gstspeex.c: (plugin_init):
18705           Register musicbrainz tags.
18706
18707 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18708
18709         * ext/gconf/gconf.h:
18710           Remove declaration of function that no longer exists.
18711
18712 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18713
18714         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18715         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18716         Make shout2 work for non ogg streams
18717
18718 2006-02-06  Wim Taymans  <wim@fluendo.com>
18719
18720         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18721         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18722         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18723         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18724         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18725         * gst/udp/gstmultiudpsink.h:
18726         Updated docs.
18727         Added properties bytes-served, bytes_to_serve.
18728         Post proper error messages,
18729         Emit client added signal too.
18730
18731 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18732
18733         * docs/plugins/Makefile.am:
18734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18736         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18737         (gst_multiudpsink_get_stats):
18738           adding docs for multiudpsink
18739
18740 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18741
18742         * gst/level/gstlevel.c: (gst_level_transform_ip):
18743           peak below decay is not necessarily an error, so don't ERROR log
18744
18745 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18746
18747         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18748         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18749         (gst_ebml_write_seek):
18750         * gst/matroska/ebml-write.h:
18751           Make sure we send a newsegment event in BYTES format
18752           before sending buffers (#328531).
18753
18754 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18757         (gst_dvdemux_sink_query):
18758         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18759         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18760         (speex_dec_src_query):
18761         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18762         (gst_speexenc_sink_query):
18763         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18764         * gst/matroska/matroska-demux.c:
18765         (gst_matroska_demux_get_src_query_types),
18766         (gst_matroska_demux_handle_src_query):
18767         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18768         (gst_wavparse_pad_query):
18769           Pass unhandled queries upstream instead of just dropping
18770           them (#326446). Update query type arrays here and there.
18771
18772 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * tests/check/elements/matroskamux.c: (setup_src_pad):
18775           Collectpads in core got changed and now also holds a
18776           reference to any pad that is part of it. Fix refcount
18777           checks in test case accordingly.
18778
18779 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18780
18781         * gst/apetag/gstapedemux.h:
18782           Fix include, for now GstTagDemux is in the apetag dir.
18783
18784 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18785
18786         * docs/plugins/Makefile.am:
18787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18789         * docs/plugins/inspect/plugin-cdio.xml:
18790           Add cdio plugin to docs.
18791
18792         * ext/cdio/gstcdiocddasrc.c:
18793           Add gtk-doc blurb.
18794
18795         * ext/cdio/gstcdio.c:
18796           The plugin is called 'cdio' not 'cddio'.
18797
18798 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18799
18800         * configure.ac:
18801         * docs/plugins/Makefile.am:
18802         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18803         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18804         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18805         * docs/plugins/inspect/plugin-apetag.xml:
18806         * gst/apetag/Makefile.am:
18807         * gst/apetag/gstapedemux.c:
18808         * gst/apetag/gstapedemux.h:
18809         * gst/apetag/gsttagdemux.c:
18810         * gst/apetag/gsttagdemux.h:
18811           Add APE tag demuxer (#325649).
18812
18813 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18814
18815         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18816         (gst_gconf_get_default_video_sink),
18817         (gst_gconf_get_default_audio_src),
18818         (gst_gconf_get_default_video_src):
18819         * ext/gconf/gconf.h:
18820         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18821         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18822         (do_toggle_element):
18823         * ext/gconf/gstgconfaudiosink.h:
18824         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18825         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18826         (do_toggle_element):
18827         * ext/gconf/gstgconfaudiosrc.h:
18828         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18829         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18830         (do_toggle_element):
18831         * ext/gconf/gstgconfvideosink.h:
18832         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18833         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18834         (do_toggle_element):
18835         * ext/gconf/gstgconfvideosrc.h:
18836           Ignore changing the GConf key to "". Ignore GConf key updates
18837           that don't actually change the string.
18838           For now, ignore the GConf key when the state is > READY, as
18839           it breaks streaming. Sometime it will be nice to bring the
18840           new sink online even mid-stream, by sending NEWSEGMENT info
18841           and possibly prerolling.
18842           (Fixes #326736)
18843
18844 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18845
18846         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18847         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18848         (zoomFilterSetResolution), (zoomFilterDestroy),
18849         (zoomFilterFastRGB), (pointFilter):
18850         * gst/goom/filters.h:
18851         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18852         (goom_update), (goom_close):
18853         * gst/goom/goom_core.h:
18854         * gst/goom/goom_tools.h:
18855         * gst/goom/graphic.c:
18856         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18857         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18858         * gst/goom/gstgoom.h:
18859         * gst/goom/lines.c: (goom_lines):
18860         * gst/goom/lines.h:
18861           Make goom reentrant by moving all important static variables
18862           into instance structures.
18863           (Fixes #329181)
18864
18865 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18868         (gst_avi_demux_all_source_pads_unlinked),
18869         (gst_avi_demux_process_next_entry):
18870         * gst/avi/gstavidemux.h:
18871           Third attempt, use gst_pad_is_linked() this time.
18872
18873 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18874
18875         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18876         (parse_split_strings):
18877         Adjust for data length indicators when parsing (Fixes #329810)
18878         Fix stupid bug parsing UTF-8 tag text.
18879         Output tag strings with multiple fields as multiple tags, so the
18880         app gets all the data.
18881
18882 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18883
18884         * ext/flac/gstflacenc.c:
18885         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18886         show me.
18887         
18888 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18889
18890         * ext/flac/gstflacenc.c:
18891         * gst/matroska/ebml-read.c:
18892         Just make it compile with --disable-gst-debug.
18893
18894 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18895
18896         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18897         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18898         (id3v2_genre_fields_to_taglist):
18899           Never output a tag with a null contents string.
18900
18901 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18904           Only pause if all pads are unlinked AND we've tried to send data
18905           on all of them at least once.
18906
18907 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18908
18909         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18910         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18911           Make loop function/task pause itself when all source pads are
18912           unlinked.
18913
18914 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18915
18916         * configure.ac:
18917         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18918           Use new functions from core to render a bin from a
18919           string. Fixes build. Up requirements to core CVS.
18920
18921 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18922
18923         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18924           Don't push buffers into the adapter that we are going to
18925           push downstream again without framing anyway. Also, the
18926           adaptor takes ownership of buffers put into it (fixes
18927           auparse pushing invalid buffers for .au files with
18928           ADPCM contents). Finally, set caps on all outgoing buffers.
18929
18930 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18931
18932         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18933         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18934         (gst_id3demux_send_tag_event):
18935         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18936         Someone should kick my butt. Remove ID3v1 tags from the end of the
18937         file.
18938
18939         Improve error messages. Send the TAG message as soon as we complete
18940         typefinding, instead of waiting until we send the first buffer.
18941         Downstream tag event is still sent before the first buffer.
18942
18943 2006-01-27  Jan Gerber  <j@bootlab.org>
18944
18945         Reviewed by: Andy Wingo <wingo@pobox.com>
18946
18947         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18948         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18949         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18950         to not have warings flooding stderr. this is the suggested way
18951         also used in dvgrab and kino. (#328336)
18952
18953 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18954
18955         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18956         (gst_oss_sink_init), (gst_oss_sink_finalise):
18957           Free the device name string when finalised.
18958
18959 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18962           Don't put function calls in g_return_if_fail() statements,
18963           or they'll be replaced with NOOPs if someone compiles with
18964           G_DISABLE_CHECKS defined.
18965           
18966 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18967
18968         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18969         Never trust ANY information encoded in a media file, especially
18970         when it's giving you sizes. (Fixes #328452)
18971
18972 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18973
18974         * gst/rtp/gstrtpg711pay.c:
18975         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18976         bug #325148.
18977
18978 2006-01-23  Edward Hervey  <edward@fluendo.com>
18979
18980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18981         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18982         * gst/matroska/matroska-ids.h:
18983         Added recognition of Real Audio and Video streams in matroska demuxer.
18984
18985 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18986
18987         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18988           Remove errant break statement, and fix compilation with
18989           older GCC.
18990
18991 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18992
18993         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * sys/sunaudio/gstsunaudiomixerctrl.c:
18996         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18997           Export functions that are needed in other parts of the code,
18998           makes the mixer actually work; adjust magic minimum buffer-time
18999           value from 3ms to 5ms to work around stuttering during mp3
19000           playback (#327765).
19001
19002 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19003
19004         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19005
19006         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19007         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19008           Fix possible deadlock in matroska muxer (#327825).
19009
19010 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19011
19012         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19013         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19014         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19015         * gst/rtsp/sdpmessage.h:
19016         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19017         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19018           C89 fixes: declare variables at the beginning of a block and
19019           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19020           <jensgr at gmx dot net>).
19021
19022 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19023
19024         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19025         * gst/id3demux/id3tags.h:
19026         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19027         (parse_comment_frame), (parse_text_identification_frame),
19028         (id3v2_tag_to_taglist), (id3v2_are_digits),
19029         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19030         (parse_split_strings), (free_tag_strings):
19031           Rewrite parsing of text tags to handle multiple NULL terminated
19032           strings. Parse numeric genre strings and ID3v2 type
19033           "(3)(6)Alternative" style genre strings.
19034           Parse dates that are only YYYY or YYYY-mm format.
19035           (Fixes #328241 and #322154)
19036
19037 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19038
19039         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19040           Don't forget to initialize liboil, otherwise our oil functions
19041           will crash (fixes #327871; patch by: Christoph Burghardt
19042           <hawkes at web dot de>).
19043
19044 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * configure.ac:
19047           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19048           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19049           patch by: Brian Cameron <brian dot cameron at sun dot com>
19050
19051 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19052
19053         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19054         * ext/cdio/gstcdio.h:
19055         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19056           Fix build for libcdio versions >= 76; give slightly lower rank
19057           than cdparanoia.
19058
19059 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19060
19061         * configure.ac:
19062         * ext/Makefile.am:
19063         * ext/cdio/Makefile.am:
19064         * ext/cdio/gstcdio.c:
19065         * ext/cdio/gstcdio.h:
19066         * ext/cdio/gstcdiocddasrc.c:
19067         * ext/cdio/gstcdiocddasrc.h:
19068           Port libcdio cdda source, formerly known as cddasrc, now known as
19069           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19070           but that's not tested (fixes #317658).
19071
19072 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19075           Fix conversion from TIME to BYTES format (fixes #326864;
19076           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19077
19078 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19079
19080         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19081           Fix compilation of id3demux when zlib is not present.
19082           (Fixes #326602; patch by: Sergey Scobich)
19083
19084 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19085
19086         * ext/esd/Makefile.am:
19087           Add $(ESD_CFLAGS), otherwise build will fail for folks
19088           with libesd in a non-standard prefix (#327009).
19089
19090 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19091
19092         * configure.ac:
19093           back to HEAD
19094
19095 === release 0.10.1 ===
19096
19097 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19098
19099         * configure.ac:
19100           releasing 0.10.1, "Li"
19101
19102 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19103
19104           patch by: Wim Taymans
19105
19106         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19107           fix memleak.  Fixes #326618
19108
19109 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19110
19111           patch by: Mike Smith
19112
19113         * gst/level/gstlevel.c: (gst_level_message_new),
19114         (gst_level_message_append_channel):
19115           Fix memleak.  Fixes #326612
19116
19117 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * configure.ac:
19120           prereleasing
19121         * po/af.po:
19122         * po/az.po:
19123         * po/cs.po:
19124         * po/en_GB.po:
19125         * po/hu.po:
19126         * po/it.po:
19127         * po/nb.po:
19128         * po/nl.po:
19129         * po/or.po:
19130         * po/sq.po:
19131         * po/sr.po:
19132         * po/sv.po:
19133         * po/uk.po:
19134         * po/vi.po:
19135           update translations
19136
19137 2006-01-10  Michael Smith  <msmith@fluendo.com>
19138
19139         * gst/level/gstlevel.c: (gst_level_class_init),
19140         (gst_level_dispose):
19141           Don't leak filter arrays.
19142
19143 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19144
19145         reviewed by: Christian Schaller <uraeus@gnome.org>
19146         
19147         * configure.ac:
19148         * gst-plugins-good.spec.in:
19149         * sys/Makefile.am:
19150         * sys/sunaudio/Makefile.am:
19151         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19152         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19153         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19154         (gst_sunaudiomixer_change_state):
19155         * sys/sunaudio/gstsunaudiomixer.h:
19156         * sys/sunaudio/gstsunaudiomixerctrl.c:
19157         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19158         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19159         (gst_sunaudiomixer_ctrl_list_tracks),
19160         (gst_sunaudiomixer_ctrl_get_volume),
19161         (gst_sunaudiomixer_ctrl_set_volume),
19162         (gst_sunaudiomixer_ctrl_set_mute),
19163         (gst_sunaudiomixer_ctrl_set_record):
19164         * sys/sunaudio/gstsunaudiomixerctrl.h:
19165         * sys/sunaudio/gstsunaudiomixertrack.c:
19166         (gst_sunaudiomixer_track_class_init),
19167         (gst_sunaudiomixer_track_init), (fill_labels),
19168         (gst_sunaudiomixer_track_new):
19169         * sys/sunaudio/gstsunaudiomixertrack.h:
19170         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19171         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19172         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19173         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19174         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19175         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19176         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19177         * sys/sunaudio/gstsunaudiosink.h:
19178
19179         Add SunAudio plugin - tested to make sure it doesn't break
19180         the build under GNU/Linux.      
19181
19182 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19183
19184         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19185         * gst-plugins-good/gst/udp/gstudpsrc.c:
19186         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19187         overrides the port or multicast parameters. Fixes bugs #323021.
19188         API addition: adds GstUDPSrc::sockfd property   
19189
19190 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * ext/gconf/Makefile.am:
19193         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19194         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19195         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19196         (do_toggle_element), (cb_toggle_element),
19197         (gst_gconf_audio_src_change_state):
19198         * ext/gconf/gstgconfaudiosrc.h:
19199         * ext/gconf/gstgconfelements.c: (plugin_init):
19200         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19201         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19202         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19203         (do_toggle_element), (cb_toggle_element),
19204         (gst_gconf_video_src_change_state):
19205         * ext/gconf/gstgconfvideosrc.h:
19206           Add new gconfaudiosrc and gconfvideosrc elements
19207           (needed for gnome-sound-recorder).
19208
19209 2006-01-06  Edward Hervey  <edward@fluendo.com>
19210
19211         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19212         Add gst_element_no_more_pads() for proper decodebin behaviour.
19213         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19214         (parse_text_identification_frame), (parse_split_strings):
19215         Failure to decode some tags is not a GST_ERROR() but a
19216         GST_WARNING()
19217         When iterating over a chunk of text, check that we haven't gone too
19218         far.
19219
19220 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19221
19222         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19223         (plugin_init):
19224           call oil_init() when using liboil
19225
19226 2006-01-04  Wim Taymans  <wim@fluendo.com>
19227
19228         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19229         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19230         Fix leaks.
19231
19232 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19233
19234         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19235
19236         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19237         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19238         (gst_flac_dec_change_state):
19239           Don't g_assert() where we should just return FALSE; remove
19240           unnecessary g_assert(); initialize some fields properly in
19241           state change function (fixes #325504). Also, use
19242           GST_DEBUG_OBJECT in two more places.
19243
19244 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19245
19246         * configure.ac:
19247           also remove smoothwave's Makefile.am
19248         * docs/plugins/Makefile.am:
19249           fix plugin docs
19250
19251 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19252
19253         * tests/examples/Makefile.am:
19254           added missing Makefile.am
19255
19256 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19257
19258         * configure.ac:
19259         * gst/level/Makefile.am:
19260         * gst/level/level-example.c:
19261         * tests/Makefile.am:
19262         * tests/examples/level/Makefile.am:
19263         * tests/examples/level/level-example.c: (message_handler), (main):
19264           moved level-example to tests/examples/level-example
19265         * tests/old/examples/level/demo.c: (main):
19266         * tests/old/examples/level/plot.c: (main):
19267           some initial fixes
19268
19269 2005-12-29  Michael Smith  <msmith@fluendo.com>
19270
19271         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19272         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19273         * gst/udp/gstmultiudpsink.h:
19274           Track packets sent per client in addition to bytes sent; provide
19275           this info through get-stats signal
19276
19277 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19278
19279         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19280           Can't use gst_object_unref() on a GstAdapter (#325191).
19281
19282 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19283
19284         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19285         If a broken tag has 0 bytes payload, at least still skip
19286         the 10 byte header
19287
19288 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19289
19290         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19291         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19292         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19293         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19294           Making these depayloaders (H263+ and mpeg4 video) inherit from
19295           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19296
19297 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19298
19299         * docs/plugins/gst-plugins-good-plugins.args:
19300         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19301         Regenerate the plugin hiearchy.
19302
19303 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19304
19305         * docs/plugins/Makefile.am:
19306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19308         * docs/plugins/gst-plugins-good-plugins.args:
19309         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19310         (gst_id3demux_base_init), (gst_id3demux_class_init),
19311         (gst_id3demux_chain):
19312         * gst/id3demux/gstid3demux.h:
19313           Add documentation for id3demux.
19314           Don't fail if the first buffer is not at offset 0, just
19315           attempt to typefind and do pass through
19316           Rename the gst_type function from gst_gst_id3demux..
19317
19318 2005-12-20  Michael Smith  <msmith@fluendo.com>
19319
19320         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19321         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19322         (gst_multiudpsink_get_stats):
19323         * gst/udp/gstmultiudpsink.h:
19324           Collect statistics; return them from get_stats.
19325
19326 2005-12-19  Edward Hervey  <edward@fluendo.com>
19327
19328         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19329         Stupid signedness issue...
19330
19331 2005-12-19  Edward Hervey  <edward@fluendo.com>
19332
19333         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19334         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19335         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19336         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19337         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19338         Construct index for indexless files.
19339         Make sure pad/buffers are correctly reset to NULL once we don't need
19340         them anymore, else we get lovely segfaults/assertions.
19341         * gst/wavparse/gstwavparse.c:
19342         Yes, you can have 96KHz audio and wma in wav :(
19343
19344 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19345
19346         * configure.ac:
19347           Check for optional dependency on zlib for id3demux
19348
19349         * gst/id3demux/Makefile.am:
19350         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19351         (gst_id3demux_base_init), (gst_id3demux_class_init),
19352         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19353         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19354         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19355         (gst_id3demux_set_property), (gst_id3demux_get_property),
19356         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19357         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19358         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19359         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19360         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19361         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19362         (simple_find_peek), (simple_find_suggest),
19363         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19364         (plugin_init):
19365         * gst/id3demux/gstid3demux.h:
19366         * gst/id3demux/id3tags.c: (read_synch_uint),
19367         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19368         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19369         (id3demux_id3v2_frames_to_tag_list):
19370         * gst/id3demux/id3tags.h:
19371         * gst/id3demux/id3v2.4.0-frames.txt:
19372         * gst/id3demux/id3v2.4.0-structure.txt:
19373         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19374         (parse_comment_frame), (parse_text_identification_frame),
19375         (id3v2_tag_to_taglist), (parse_split_strings):
19376           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19377           otherwise it discards them. Works on my test files. 
19378
19379         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19380           Don't send EOS to a non-existing srcpad
19381           The debug category can be static
19382
19383 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19384
19385         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19386         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19387         * gst/multipart/multipartdemux.c:
19388           change some char* into char[]
19389
19390 2005-12-16  Wim Taymans  <wim@fluendo.com>
19391
19392         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19393         (gst_wavparse_other), (gst_wavparse_perform_seek),
19394         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19395         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19396         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19397         * gst/wavparse/gstwavparse.h:
19398         Use GstSegment to implement more seeking features.
19399
19400 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19401
19402         * gst/rtsp/rtspconnection.c:
19403           Add <netinet/in.h> include and move <arpa/inet.h> include
19404           to make things work on OpenBSD as well (fixes #323717;
19405           patch by: Benjamin Pineau)
19406
19407 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19408
19409         * gst/rtp/gstrtpspeexdepay.c:
19410         * gst/rtp/gstrtpspeexpay.c:
19411         Set clock rate to be fixed in 8000. It fixes bug #324012.
19412
19413 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19414
19415         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19416         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19417         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19418         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19419         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19420         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19421         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19422         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19423         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19424         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19425         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19426         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19427         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19428         * gst-plugins-good/gst/rtp/README:
19429         Fixed payload range in payloder caps. Removed payload range completely
19430         from depayloaders as they don't require payload type in their caps.
19431         In effect, there isn't any specific payload type for any given codec,
19432         only suggestions.
19433         Fixes bug #324011.
19434
19435 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19436
19437         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19438         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19439         (gst_videomixer_collected): Code cleanup and re-enabling 
19440         queued time validity check for correct EOS handling.
19441
19442 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19443
19444         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19445         (gst_oss_mixer_element_get_property),
19446         (gst_oss_mixer_element_change_state):
19447         Add 'device-name' property and fix state change function.
19448
19449 2005-12-13  Edward Hervey  <edward@fluendo.com>
19450
19451         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19452         If the speed of the file is null in the header, set the frame_time to
19453         the default setting of GST_SECOND / 70. Which is the default
19454         frame_delay for .fli files as stated in this document :
19455         http://www.compuphase.com/flic.htm
19456         Would be nice to have the time conversion done properly too (duration =
19457         flxh->frames * flxdec->frame_time)
19458
19459 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19460
19461         * docs/plugins/Makefile.am:
19462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19464         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19465         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19466         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19467         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19468         documentation for videomixer on my way with a funny sample
19469         pipeline.
19470
19471 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19472
19473         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19474         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19475         (gst_videomixer_update_queues), (gst_videomixer_collected):
19476         Fix caps negotiation. (#323896)
19477
19478 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19479
19480         * gst/matroska/matroska-demux.c:
19481         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19482           Set correct timestamps on audio laces, fixes playback of mp3 from
19483                 matroska.
19484
19485 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19486
19487         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19488         (gst_au_parse_class_init), (gst_au_parse_init),
19489         (gst_au_parse_dispose), (gst_au_parse_chain),
19490         (gst_au_parse_change_state), (plugin_init):
19491         * gst/auparse/gstauparse.h:
19492           Use gst_object_unref() for GstObjects instead of
19493           g_object_unref() and fix a mem leak in a debug
19494           statement; while we're at it, also borgify, use
19495           boilerplate macros and clean up a little bit.
19496
19497 2005-12-11  Edward Hervey  <edward@fluendo.com>
19498
19499         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19500         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19501         Added pull mode.
19502
19503 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19504
19505         * gst/goom/gstgoom.c:
19506         * gst/level/level-example.c: (main):
19507         * gst/smoothwave/demo-osssrc.c: (main):
19508           Use audiotestsrc instead of sinesrc (#323798).
19509
19510 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19511
19512         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19513           more debug-func-ptr usage
19514
19515 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19516
19517         * gst/flx/flx_color.c: (flx_colorspace_convert):
19518         * gst/flx/flx_color.h:
19519         * gst/flx/flx_fmt.h:
19520         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19521         * gst/flx/gstflxdec.h:
19522           Now flxdec works on big-endian machines as well.
19523
19524 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19525
19526         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19527         (gst_fenced_buffer_copy):
19528           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19529           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19530           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19531           and use GST_DEBUG_FUNCPTR for pad functions.
19532
19533 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19534
19535         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19536         (gst_flac_dec_class_init), (gst_flac_dec_init),
19537         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19538         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19539         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19540         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19541         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19542         (gst_flac_dec_change_state):
19543         * ext/flac/gstflacdec.h:
19544           Rewrite flacdec a bit, so that even seeking might work now. Most
19545           importantly, don't act upon any flow return values we get, just tell
19546           the decoder everything's dandy and act on the flow return values
19547           later on in the loop function. We don't want to mess up the internal
19548           decoder state for non-fatal things like flushing pads etc. Other
19549           than that, use GstSegment (segment seeks don't work yet though, but
19550           should be easy to add), use boilerplate macros, drop the superfluous
19551           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19552           lots of other things.
19553
19554 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19555
19556         * configure.ac:
19557           Update comment in OSS includes check.
19558
19559         * sys/oss/gstossdmabuffer.c:
19560         * sys/oss/gstosshelper.c:
19561         * sys/oss/gstossmixer.c:
19562         * sys/oss/gstossmixertrack.c:
19563         * sys/oss/gstosssink.c:
19564         * sys/oss/gstosssrc.c:
19565         * sys/oss/oss_probe.c:
19566           Don't assume the OSS soundcard.h include is always in
19567           the sys/ directory. Instead, use the existing defines
19568           from config.h to include the right file. Fixes
19569           compilation on OpenBSD 3.8 (#323718).
19570
19571 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19574         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19575         * docs/plugins/inspect/plugin-1394.xml:
19576         * docs/plugins/inspect/plugin-aasink.xml:
19577         * docs/plugins/inspect/plugin-alaw.xml:
19578         * docs/plugins/inspect/plugin-alpha.xml:
19579         * docs/plugins/inspect/plugin-alphacolor.xml:
19580         * docs/plugins/inspect/plugin-auparse.xml:
19581         * docs/plugins/inspect/plugin-autodetect.xml:
19582         * docs/plugins/inspect/plugin-avi.xml:
19583         * docs/plugins/inspect/plugin-cacasink.xml:
19584         * docs/plugins/inspect/plugin-cairo.xml:
19585         * docs/plugins/inspect/plugin-cutter.xml:
19586         * docs/plugins/inspect/plugin-debug.xml:
19587         * docs/plugins/inspect/plugin-dv.xml:
19588         * docs/plugins/inspect/plugin-efence.xml:
19589         * docs/plugins/inspect/plugin-effectv.xml:
19590         * docs/plugins/inspect/plugin-esdsink.xml:
19591         * docs/plugins/inspect/plugin-flac.xml:
19592         * docs/plugins/inspect/plugin-flxdec.xml:
19593         * docs/plugins/inspect/plugin-gconfelements.xml:
19594         * docs/plugins/inspect/plugin-goom.xml:
19595         * docs/plugins/inspect/plugin-jpeg.xml:
19596         * docs/plugins/inspect/plugin-level.xml:
19597         * docs/plugins/inspect/plugin-matroska.xml:
19598         * docs/plugins/inspect/plugin-mulaw.xml:
19599         * docs/plugins/inspect/plugin-multipart.xml:
19600         * docs/plugins/inspect/plugin-navigationtest.xml:
19601         * docs/plugins/inspect/plugin-ossaudio.xml:
19602         * docs/plugins/inspect/plugin-png.xml:
19603         * docs/plugins/inspect/plugin-rtp.xml:
19604         * docs/plugins/inspect/plugin-rtsp.xml:
19605         * docs/plugins/inspect/plugin-shout2send.xml:
19606         * docs/plugins/inspect/plugin-smpte.xml:
19607         * docs/plugins/inspect/plugin-speex.xml:
19608         * docs/plugins/inspect/plugin-udp.xml:
19609         * docs/plugins/inspect/plugin-videobox.xml:
19610         * docs/plugins/inspect/plugin-videoflip.xml:
19611         * docs/plugins/inspect/plugin-videomixer.xml:
19612         * docs/plugins/inspect/plugin-wavenc.xml:
19613         * docs/plugins/inspect/plugin-wavparse.xml:
19614         * ext/flac/gstflac.c: (plugin_init):
19615         * ext/flac/gstflacdec.c: (flacdec_get_type),
19616         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19617         (gst_flac_dec_init), (gst_flac_dec_finalize),
19618         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19619         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19620         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19621         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19622         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19623         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19624         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19625         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19626         * ext/flac/gstflacdec.h:
19627         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19628         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19629         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19630         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19631         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19632         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19633         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19634         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19635         (gst_flac_enc_change_state):
19636         * ext/flac/gstflacenc.h:
19637           borgify and fix up documentation
19638
19639 2005-12-09  Michael Smith  <msmith@fluendo.com>
19640
19641         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19642           Accept a wider range of flac files, more closely matching flac spec.
19643
19644 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19645
19646         * docs/plugins/Makefile.am: Add multipart elements.
19647         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19648         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19649         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19650         * gst/multipart/multipartdemux.c:
19651         * gst/multipart/multipartmux.c: Add docs.
19652
19653 2005-12-07  Edward Hervey  <edward@fluendo.com>
19654
19655         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19656         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19657         (gst_avi_demux_invert):
19658         Memleak and crasher fixes.
19659         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19660         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19661         Memleak fixes
19662
19663 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * ext/aalib/gstaasink.h:
19666         * ext/cairo/gsttextoverlay.h:
19667         * ext/dv/gstdvdec.h:
19668         * ext/dv/gstdvdemux.c:
19669         * ext/dv/gstdvdemux.h:
19670         * ext/esd/esdsink.h:
19671         * ext/flac/flac_compat.h:
19672         * ext/flac/gstflacdec.h:
19673         * ext/flac/gstflacenc.h:
19674         * ext/gconf/gconf.h:
19675         * ext/gconf/gstgconfaudiosink.h:
19676         * ext/gconf/gstgconfvideosink.h:
19677         * ext/gdk_pixbuf/gstgdkanimation.h:
19678         * ext/jpeg/gstjpegdec.h:
19679         * ext/jpeg/smokecodec.h:
19680         * ext/jpeg/smokeformat.h:
19681         * ext/ladspa/gstsignalprocessor.h:
19682         * ext/ladspa/search.c: (LADSPAPluginSearch):
19683         * ext/ladspa/utils.h:
19684         * ext/libmng/gstmng.c:
19685         * ext/libmng/gstmngdec.h:
19686         * ext/libmng/gstmngenc.c:
19687         * ext/libmng/gstmngenc.h:
19688         * ext/libpng/gstpng.c:
19689         * ext/libpng/gstpngenc.c:
19690         * ext/libpng/gstpngenc.h:
19691         * ext/shout2/gstshout2.h:
19692         * ext/speex/gstspeexdec.h:
19693         * ext/speex/gstspeexenc.c:
19694         * ext/speex/gstspeexenc.h:
19695         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19696         * gst/autodetect/gstautoaudiosink.h:
19697         * gst/autodetect/gstautovideosink.h:
19698         * gst/avi/gstavidemux.h:
19699         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19700         (gst_cutter_set_property), (gst_cutter_get_caps):
19701         * gst/cutter/gstcutter.h:
19702         * gst/debug/tests.c: (md5_process_block):
19703         * gst/debug/tests.h:
19704         * gst/effectv/gstwarp.c:
19705         * gst/flx/flx_fmt.h:
19706         * gst/flx/gstflxdec.h:
19707         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19708         (zoomFilterFastRGB):
19709         * gst/goom/filters.h:
19710         * gst/goom/goom_tools.h:
19711         * gst/law/alaw-encode.c:
19712         * gst/level/gstlevel.c:
19713         * gst/level/gstlevel.h:
19714         * gst/matroska/ebml-write.h:
19715         * gst/matroska/matroska-demux.h:
19716         * gst/matroska/matroska-ids.h:
19717         * gst/matroska/matroska-mux.h:
19718         * gst/monoscope/convolve.c: (convolve_match):
19719         * gst/monoscope/convolve.h:
19720         * gst/multipart/multipartmux.c:
19721         * gst/oldcore/gstaggregator.c:
19722         * gst/oldcore/gstaggregator.h:
19723         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19724         * gst/oldcore/gstmd5sink.h:
19725         * gst/oldcore/gstmultifilesrc.c:
19726         * gst/oldcore/gstmultifilesrc.h:
19727         * gst/oldcore/gstpipefilter.h:
19728         * gst/oldcore/gstshaper.h:
19729         * gst/rtp/gstrtpL16depay.h:
19730         * gst/rtp/gstrtpL16pay.h:
19731         * gst/rtp/gstrtpdepay.h:
19732         * gst/rtp/gstrtpmp4vpay.c:
19733         * gst/rtp/gstrtpmp4vpay.h:
19734         * gst/rtsp/gstrtspsrc.c:
19735         * gst/rtsp/gstrtspsrc.h:
19736         * gst/rtsp/rtspconnection.h:
19737         * gst/rtsp/rtspdefs.h:
19738         * gst/rtsp/rtspmessage.h:
19739         * gst/rtsp/rtsptransport.h:
19740         * gst/rtsp/rtspurl.c:
19741         * gst/rtsp/rtspurl.h:
19742         * gst/rtsp/sdpmessage.c:
19743         * gst/rtsp/sdpmessage.h:
19744         * gst/smpte/barboxwipes.c:
19745         * gst/smpte/gstmask.h:
19746         * gst/smpte/gstsmpte.h:
19747         * gst/smpte/paint.c:
19748         * gst/smpte/paint.h:
19749         * gst/udp/gstdynudpsink.h:
19750         * gst/udp/gstmultiudpsink.h:
19751         * gst/udp/gstudpsink.c:
19752         * gst/udp/gstudpsink.h:
19753         * gst/udp/gstudpsrc.c:
19754         * gst/videomixer/videomixer.c:
19755         * gst/wavenc/riff.h:
19756         * gst/wavparse/gstwavparse.h:
19757         * sys/oss/gstossdmabuffer.h:
19758         * sys/oss/gstossmixer.h:
19759         * sys/oss/gstossmixerelement.h:
19760         * sys/oss/gstossmixertrack.h:
19761         * sys/oss/gstosssink.c:
19762         * sys/oss/gstosssink.h:
19763         * sys/oss/gstosssrc.c:
19764         * sys/oss/gstosssrc.h:
19765         * sys/osxaudio/gstosxaudioelement.h:
19766         * sys/osxaudio/gstosxaudiosink.h:
19767         * sys/osxaudio/gstosxaudiosrc.h:
19768           expand tabs
19769
19770 === release 0.10.0 ===
19771
19772 2005-12-05   <thomas (at) apestaart (dot) org>
19773
19774         * configure.ac:
19775           releasing 0.10.0, "Abondance"
19776
19777 2005-12-05  Andy Wingo  <wingo@pobox.com>
19778
19779         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19780         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19781         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19783         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19784         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19785         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19786         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19787         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19788         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19789         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19790         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19791         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19792         * gst/goom/gstgoom.c: (gst_goom_chain):
19793         * gst/matroska/matroska-demux.c:
19794         (gst_matroska_demux_push_vorbis_codec_priv_data),
19795         (gst_matroska_demux_add_wvpk_header):
19796         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19797         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19798         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19799         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19800         alloc_buffer changes.
19801
19802 2005-12-05  Michael Smith  <msmith@fluendo.com>
19803
19804         * docs/plugins/gst-plugins-good-plugins.args:
19805           Remove args for plugins that aren't in -good.
19806
19807 === release 0.9.7 ===
19808
19809 2005-12-01   <thomas (at) apestaart (dot) org>
19810
19811         * configure.ac:
19812           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19813
19814 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19815
19816         * docs/plugins/.cvsignore:
19817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19818         * docs/plugins/inspect/plugin-multipart.xml:
19819         * docs/plugins/inspect/plugin-rtp.xml:
19820           add multipart plugin to docs
19821
19822 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19823
19824         * configure.ac:
19825         * ext/Makefile.am:
19826         * ext/pango/Makefile.am:
19827         * ext/pango/gstclockoverlay.c:
19828         * ext/pango/gstclockoverlay.h:
19829         * ext/pango/gsttextoverlay.c:
19830         * ext/pango/gsttextoverlay.h:
19831         * ext/pango/gsttextrender.c:
19832         * ext/pango/gsttextrender.h:
19833         * ext/pango/gsttimeoverlay.c:
19834         * ext/pango/gsttimeoverlay.h:
19835           move pango to base
19836
19837 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19838
19839         * gst/rtp/Makefile.am:
19840         * gst/rtp/gstrtpL16depay.c:
19841         * gst/rtp/gstrtpL16depay.h:
19842         * gst/rtp/gstrtpL16parse.c:
19843         * gst/rtp/gstrtpL16parse.h:
19844         * gst/rtp/gstrtpgsmdepay.c:
19845         * gst/rtp/gstrtpgsmdepay.h:
19846         * gst/rtp/gstrtpgsmparse.c:
19847         * gst/rtp/gstrtpgsmparse.h:
19848           parsers are depayers
19849
19850 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19851
19852         * gst/rtp/Makefile.am:
19853         * gst/rtp/gstasteriskh263.c:
19854         * gst/rtp/gstrtp.c:
19855         * gst/rtp/gstrtpL16enc.c:
19856         * gst/rtp/gstrtpL16enc.h:
19857         * gst/rtp/gstrtpL16parse.c:
19858         * gst/rtp/gstrtpL16parse.h:
19859         * gst/rtp/gstrtpL16pay.c:
19860         * gst/rtp/gstrtpL16pay.h:
19861         * gst/rtp/gstrtpamrdec.c:
19862         * gst/rtp/gstrtpamrdec.h:
19863         * gst/rtp/gstrtpamrdepay.c:
19864         * gst/rtp/gstrtpamrdepay.h:
19865         * gst/rtp/gstrtpamrenc.c:
19866         * gst/rtp/gstrtpamrenc.h:
19867         * gst/rtp/gstrtpamrpay.c:
19868         * gst/rtp/gstrtpamrpay.h:
19869         * gst/rtp/gstrtpdec.c:
19870         * gst/rtp/gstrtpdec.h:
19871         * gst/rtp/gstrtpdepay.c:
19872         * gst/rtp/gstrtpdepay.h:
19873         * gst/rtp/gstrtpg711dec.c:
19874         * gst/rtp/gstrtpg711dec.h:
19875         * gst/rtp/gstrtpg711depay.c:
19876         * gst/rtp/gstrtpg711depay.h:
19877         * gst/rtp/gstrtpg711enc.c:
19878         * gst/rtp/gstrtpg711enc.h:
19879         * gst/rtp/gstrtpg711pay.c:
19880         * gst/rtp/gstrtpg711pay.h:
19881         * gst/rtp/gstrtpgsmenc.c:
19882         * gst/rtp/gstrtpgsmenc.h:
19883         * gst/rtp/gstrtpgsmparse.c:
19884         * gst/rtp/gstrtpgsmparse.h:
19885         * gst/rtp/gstrtpgsmpay.c:
19886         * gst/rtp/gstrtpgsmpay.h:
19887         * gst/rtp/gstrtph263enc.c:
19888         * gst/rtp/gstrtph263enc.h:
19889         * gst/rtp/gstrtph263pay.c:
19890         * gst/rtp/gstrtph263pay.h:
19891         * gst/rtp/gstrtph263pdec.c:
19892         * gst/rtp/gstrtph263pdec.h:
19893         * gst/rtp/gstrtph263pdepay.c:
19894         * gst/rtp/gstrtph263pdepay.h:
19895         * gst/rtp/gstrtph263penc.c:
19896         * gst/rtp/gstrtph263penc.h:
19897         * gst/rtp/gstrtph263ppay.c:
19898         * gst/rtp/gstrtph263ppay.h:
19899         * gst/rtp/gstrtpmp4vdec.c:
19900         * gst/rtp/gstrtpmp4vdec.h:
19901         * gst/rtp/gstrtpmp4vdepay.c:
19902         * gst/rtp/gstrtpmp4vdepay.h:
19903         * gst/rtp/gstrtpmp4venc.c:
19904         * gst/rtp/gstrtpmp4venc.h:
19905         * gst/rtp/gstrtpmp4vpay.c:
19906         * gst/rtp/gstrtpmp4vpay.h:
19907         * gst/rtp/gstrtpmpadec.c:
19908         * gst/rtp/gstrtpmpadec.h:
19909         * gst/rtp/gstrtpmpadepay.c:
19910         * gst/rtp/gstrtpmpadepay.h:
19911         * gst/rtp/gstrtpmpaenc.c:
19912         * gst/rtp/gstrtpmpaenc.h:
19913         * gst/rtp/gstrtpmpapay.c:
19914         * gst/rtp/gstrtpmpapay.h:
19915         * gst/rtp/gstrtpspeexdec.c:
19916         * gst/rtp/gstrtpspeexdec.h:
19917         * gst/rtp/gstrtpspeexdepay.c:
19918         * gst/rtp/gstrtpspeexdepay.h:
19919         * gst/rtp/gstrtpspeexenc.c:
19920         * gst/rtp/gstrtpspeexenc.h:
19921         * gst/rtp/gstrtpspeexpay.c:
19922         * gst/rtp/gstrtpspeexpay.h:
19923           Do burger's rename for rtp payloaders and depayloaders
19924
19925 2005-11-30  Wim Taymans  <wim@fluendo.com>
19926
19927         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19928         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19929         * ext/dv/gstdvdemux.h:
19930         Fix seeking in dvdemux again, add some more debug info.
19931
19932 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19933
19934         * configure.ac:
19935           fix tests
19936
19937 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19938
19939         * PORTED_09:
19940         * docs/random/PORTED_09:
19941           move
19942         * tests/Makefile.am:
19943           add
19944         * win32/gst.sln:
19945           remove
19946
19947 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19948
19949         * Makefile.am:
19950         * check/.cvsignore:
19951         * check/Makefile.am:
19952         * check/elements/.cvsignore:
19953         * check/elements/level.c:
19954         * check/elements/matroskamux.c:
19955         * configure.ac:
19956         * examples/Makefile.am:
19957         * examples/capsfilter/Makefile.am:
19958         * examples/capsfilter/capsfilter1.c:
19959         * examples/gob/Makefile.am:
19960         * examples/gob/gst-identity2.gob:
19961         * examples/gstplay/.cvsignore:
19962         * examples/gstplay/Makefile.am:
19963         * examples/gstplay/player.c:
19964         * examples/indexing/.cvsignore:
19965         * examples/indexing/Makefile.am:
19966         * examples/indexing/indexmpeg.c:
19967         * examples/level/Makefile.am:
19968         * examples/level/README:
19969         * examples/level/demo.c:
19970         * examples/level/plot.c:
19971         * examples/stats/Makefile.am:
19972         * examples/stats/mp2ogg.c:
19973         * examples/switch/.cvsignore:
19974         * examples/switch/Makefile.am:
19975         * examples/switch/switcher.c:
19976           move under tests/
19977
19978 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19979
19980         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19981         (gst_text_render_class_init), (resize_bitmap),
19982         (gst_text_render_render_text), (gst_text_render_setcaps),
19983         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19984         (gst_text_render_chain), (gst_text_render_finalize),
19985         (gst_text_render_init), (gst_text_render_set_property):
19986         * ext/pango/gsttextrender.h:
19987           Add missing files.
19988
19989 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19990
19991         * configure.ac:
19992         * ext/Makefile.am:
19993         * ext/pango/Makefile.am:
19994         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19995         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19996         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19997         * ext/pango/gstclockoverlay.h:
19998         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19999         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20000         (gst_text_overlay_finalize), (gst_text_overlay_init),
20001         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20002         (gst_text_overlay_text_pad_linked),
20003         (gst_text_overlay_text_pad_unlinked),
20004         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20005         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20006         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20007         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20008         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20009         (gst_text_overlay_change_state), (plugin_init):
20010         * ext/pango/gsttextoverlay.h:
20011         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20012         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20013         (gst_time_overlay_class_init), (gst_time_overlay_init):
20014         * ext/pango/gsttimeoverlay.h:
20015           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20016           and add background shading and text wrapping modes. Make 
20017           timoverlay derive from textoverlay. Also add new clockoverlay
20018           element.
20019
20020 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20021
20022         * gst/udp/Makefile.am: Moved to netbuffer.
20023
20024 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20025
20026         * configure.ac:
20027         * PORTED_O9:
20028         * gst/multipart/Makefile.am:
20029         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20030         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20031         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20032         (gst_multipart_demux_change_state),
20033         (gst_multipart_demux_plugin_init):
20034         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20035         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20036         (gst_multipart_mux_sinkconnect),
20037         (gst_multipart_mux_request_new_pad),
20038         (gst_multipart_mux_handle_src_event),
20039         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20040         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20041         0.9.
20042
20043 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20044
20045         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20046         * gst/debug/gstnavigationtest.h:
20047         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20048         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20049         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20050         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20051         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20052         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20053         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20054         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20055         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20056         (gst_video_flip_get_type):
20057         * gst/videofilter/gstvideoflip.h:
20058           update for symbols change
20059
20060 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         * gst/udp/gstdynudpsink.c:
20063         * gst/udp/gstudpsrc.c:
20064           the old gstnet lib was renamed gstnetbuffer (#322257)
20065
20066 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20067
20068         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20069         (gst_text_overlay_collected):
20070           Actually render the text from the text pad.
20071
20072 2005-11-29  Edward Hervey  <edward@fluendo.com>
20073
20074         * gst/debug/gstnavseek.c: (gst_navseek_event):
20075         * gst/debug/progressreport.c: (gst_progress_report_event):
20076         Update for GstBaseTransform event virtual method
20077
20078 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * ext/cairo/Makefile.am:
20081           no need to link to videofilter
20082
20083 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * gst/debug/Makefile.am:
20086         * gst/debug/gstnavigationtest.h:
20087         * gst/effectv/Makefile.am:
20088         * gst/effectv/gstaging.c:
20089         * gst/effectv/gstdice.c:
20090         * gst/effectv/gstedge.c:
20091         * gst/effectv/gstquark.c:
20092         * gst/effectv/gstrev.c:
20093         * gst/effectv/gstshagadelic.c:
20094         * gst/effectv/gstvertigo.c:
20095         * gst/effectv/gstwarp.c:
20096         * gst/videofilter/Makefile.am:
20097         * gst/videofilter/gstvideofilter.c:
20098         * gst/videofilter/gstvideofilter.h:
20099         * gst/videofilter/gstvideoflip.h:
20100           remove the videofilter library and link to the one in base
20101
20102 2005-11-28  Edward Hervey  <edward@fluendo.com>
20103
20104         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20105         Useless check now we're setting the current entry correctly.
20106
20107 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20108
20109         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20110         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20111         (gst_jpegenc_change_state):
20112           Don't leak input buffer in chain function (fixes #322667); make 
20113           state change function thread-safe; don't repeat the current function
20114           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20115           gst_pad_alloc_buffer(); misc. minor cleanups.
20116
20117 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20118
20119         * gst/matroska/matroska-mux.c:
20120         (gst_matroska_mux_video_pad_setcaps):
20121         Look for pixel-aspect-ratio in caps, not pixel_width and
20122         pixel_height (Fixes: #322645)
20123
20124 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20125
20126         * gst/matroska/matroska-mux.c:
20127         (gst_matroska_mux_video_pad_setcaps):
20128         From Michal Benes:
20129         frame duration should be GST_SECOND / framerate, not
20130         GST_SECOND * framerate. (Fixes: #322643)
20131
20132 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * configure.ac:
20135           fix up GST_PLUGIN_LDFLAGS
20136         * gst/rtsp/rtspconnection.c:
20137           fix includes (see #317043)
20138         * gst/videofilter/Makefile.am:
20139           stop installing this library
20140
20141 2005-11-26  Edward Hervey  <edward@fluendo.com>
20142
20143         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20144         Handle the case where the incoming Video dv stream doesn't have
20145         a pixel aspect ratio set.
20146
20147 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * docs/plugins/Makefile.am:
20150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20152         * ext/flac/gstflacdec.c:
20153           document flacdec
20154
20155 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20156
20157         * docs/plugins/Makefile.am:
20158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20160         * docs/plugins/inspect/plugin-autodetect.xml:
20161         * ext/cairo/gstcairo.c: (plugin_init):
20162         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20163         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20164         (gst_text_overlay_init), (gst_text_overlay_font_init),
20165         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20166         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20167         (gst_text_overlay_text_pad_linked),
20168         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20169         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20170         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20171         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20172         (gst_text_overlay_change_state):
20173         * ext/cairo/gsttextoverlay.h:
20174         * ext/cairo/gsttimeoverlay.c:
20175         (gst_cairo_time_overlay_update_font_height),
20176         (gst_cairo_time_overlay_set_caps),
20177         (gst_cairo_time_overlay_get_unit_size),
20178         (gst_cairo_time_overlay_print_smpte_time),
20179         (gst_cairo_time_overlay_transform),
20180         (gst_cairo_time_overlay_base_init),
20181         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20182         (gst_cairo_time_overlay_get_type):
20183         * ext/cairo/gsttimeoverlay.h:
20184           do some name borgifying
20185           document
20186
20187 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20188
20189         * docs/plugins/Makefile.am:
20190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20192         * gst/autodetect/gstautoaudiosink.c:
20193         (gst_auto_audio_sink_base_init):
20194         * gst/autodetect/gstautovideosink.c:
20195         (gst_auto_video_sink_base_init),
20196         (gst_auto_video_sink_factory_filter):
20197           documenting auto*sink
20198           using strstr for the video sink lookup, class field is not ordered
20199         * docs/plugins/inspect/plugin-1394.xml:
20200         * docs/plugins/inspect/plugin-aasink.xml:
20201         * docs/plugins/inspect/plugin-alaw.xml:
20202         * docs/plugins/inspect/plugin-alpha.xml:
20203         * docs/plugins/inspect/plugin-alphacolor.xml:
20204         * docs/plugins/inspect/plugin-auparse.xml:
20205         * docs/plugins/inspect/plugin-autodetect.xml:
20206         * docs/plugins/inspect/plugin-avi.xml:
20207         * docs/plugins/inspect/plugin-cacasink.xml:
20208         * docs/plugins/inspect/plugin-cairo.xml:
20209         * docs/plugins/inspect/plugin-cutter.xml:
20210         * docs/plugins/inspect/plugin-debug.xml:
20211         * docs/plugins/inspect/plugin-dv.xml:
20212         * docs/plugins/inspect/plugin-efence.xml:
20213         * docs/plugins/inspect/plugin-effectv.xml:
20214         * docs/plugins/inspect/plugin-esdsink.xml:
20215         * docs/plugins/inspect/plugin-flac.xml:
20216         * docs/plugins/inspect/plugin-flxdec.xml:
20217         * docs/plugins/inspect/plugin-gconfelements.xml:
20218         * docs/plugins/inspect/plugin-goom.xml:
20219         * docs/plugins/inspect/plugin-jpeg.xml:
20220         * docs/plugins/inspect/plugin-level.xml:
20221         * docs/plugins/inspect/plugin-matroska.xml:
20222         * docs/plugins/inspect/plugin-mulaw.xml:
20223         * docs/plugins/inspect/plugin-navigationtest.xml:
20224         * docs/plugins/inspect/plugin-ossaudio.xml:
20225         * docs/plugins/inspect/plugin-png.xml:
20226         * docs/plugins/inspect/plugin-rtp.xml:
20227         * docs/plugins/inspect/plugin-rtsp.xml:
20228         * docs/plugins/inspect/plugin-shout2send.xml:
20229         * docs/plugins/inspect/plugin-smpte.xml:
20230         * docs/plugins/inspect/plugin-speex.xml:
20231         * docs/plugins/inspect/plugin-udp.xml:
20232         * docs/plugins/inspect/plugin-videobox.xml:
20233         * docs/plugins/inspect/plugin-videoflip.xml:
20234         * docs/plugins/inspect/plugin-videomixer.xml:
20235         * docs/plugins/inspect/plugin-wavenc.xml:
20236         * docs/plugins/inspect/plugin-wavparse.xml:
20237           update for HEAD version
20238
20239 2005-11-25  Michael Smith  <msmith@fluendo.com>
20240
20241         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20242           Patch from Sebastien Cote to close control sockets in udpsrc.
20243
20244 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20245
20246         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20247         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20248         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20249         (gst_quarktv_base_init), (gst_quarktv_class_init),
20250         (gst_quarktv_init): Flush the planes list on reverse caps
20251         negotiation. This was crashing because of differently sized
20252         buffers.
20253
20254 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20255
20256         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20257         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20258         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20259         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20260         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20261         (gst_videoflip_set_property), (gst_videoflip_base_init),
20262         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20263         correctly, fix identity flipping, convert navigation event 
20264         correctly again.
20265
20266 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20267
20268         * configure.ac: back to HEAD
20269
20270 === release 0.9.6 ===
20271
20272 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20273
20274         * configure.ac:
20275           releasing 0.9.6, "Everything's Not Lost"
20276
20277 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20278
20279         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20280         Oops, initialise the framerate GValue
20281
20282 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20283
20284         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20285         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20286         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20287         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20288         (gst_timeoverlay_get_type):
20289         * ext/cairo/gsttimeoverlay.h:
20290         * gst/debug/Makefile.am:
20291         * gst/debug/gstnavigationtest.c:
20292         (gst_navigationtest_handle_src_event),
20293         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20294         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20295         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20296         (gst_navigationtest_init), (gst_navigationtest_get_type),
20297         (plugin_init):
20298         * gst/debug/gstnavigationtest.h:
20299         * gst/effectv/Makefile.am:
20300         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20301         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20302         (gst_agingtv_base_init), (gst_agingtv_class_init),
20303         (gst_agingtv_init), (gst_agingtv_get_type):
20304         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20305         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20306         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20307         (gst_dicetv_get_type):
20308         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20309         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20310         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20311         (gst_edgetv_get_type):
20312         * gst/effectv/gsteffectv.c:
20313         * gst/effectv/gsteffectv.h:
20314         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20315         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20316         (gst_quarktv_change_state), (gst_quarktv_base_init),
20317         (gst_quarktv_class_init), (gst_quarktv_init),
20318         (gst_quarktv_get_type):
20319         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20320         (gst_revtv_get_unit_size), (gst_revtv_transform),
20321         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20322         (gst_revtv_get_type):
20323         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20324         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20325         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20326         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20327         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20328         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20329         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20330         (gst_vertigotv_init), (gst_vertigotv_get_type):
20331         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20332         (gst_warptv_get_unit_size), (gst_warptv_transform),
20333         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20334         (gst_warptv_get_type):
20335         * gst/videofilter/Makefile.am:
20336         * gst/videofilter/gstvideobalance.c:
20337         * gst/videofilter/gstvideobalance.h:
20338         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20339         (gst_videofilter_class_init), (gst_videofilter_init):
20340         * gst/videofilter/gstvideofilter.h:
20341         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20342         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20343         (gst_videoflip_flip), (gst_videoflip_transform),
20344         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20345         (gst_videoflip_base_init), (gst_videoflip_class_init),
20346         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20347         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20348         BaseTransform, it's just a place holder for now and every video
20349         effect plugin has been ported to use BaseTransform features 
20350         directly. QuarkTV was fixed too (was broken), navigationtest works
20351         and best for the end, videoflip converts navigation events depending
20352         on flip method ! Fixes #320953
20353
20354 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20355
20356         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20357         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20358         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20359         (gst_goom_src_negotiate), (gst_goom_chain):
20360         * gst/matroska/matroska-mux.c:
20361         (gst_matroska_mux_video_pad_setcaps):
20362         * sys/osxvideo/osxvideosink.m:
20363           Fixes for API changes
20364
20365 2005-11-23  Michael Smith <msmith@fluendo.com>
20366
20367         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20368         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20369         * ext/jpeg/gstjpegdec.h:
20370         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20371         * ext/jpeg/gstjpegenc.h:
20372         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20373         (gst_smokeenc_resync):
20374         * ext/jpeg/gstsmokeenc.h:
20375           JPEG fractiony goodness.
20376
20377 2005-11-22  Michael Smith <msmith@fluendo.com>
20378
20379         * gst/goom/filters.c:
20380         * gst/goom/graphic.h:
20381           Fix compilation by making some functions static inline instead of
20382           extern inline, matching the way they're used.
20383
20384 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20385
20386         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20387         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20388         * ext/cairo/gsttextoverlay.h:
20389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20390         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20391         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20392         (gst_pngdec_caps_create_and_set):
20393         * ext/libpng/gstpngdec.h:
20394         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20395         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20396         * gst/avi/gstavimux.c: (gst_avimux_init),
20397         (gst_avimux_vidsinkconnect):
20398         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20399         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20400         (gst_goom_src_negotiate), (gst_goom_chain):
20401         * gst/goom/gstgoom.h:
20402         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20403         * gst/matroska/matroska-mux.c:
20404         (gst_matroska_mux_video_pad_setcaps):
20405         * sys/osxvideo/osxvideosink.h:
20406         * sys/osxvideo/osxvideosink.m:
20407           More fractional framerate conversions 
20408
20409 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20410
20411         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20412         * gst/debug/gstnavigationtest.c:
20413         (gst_navigationtest_handle_src_event):
20414         * gst/videofilter/gstvideofilter.c:
20415         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20416         (gst_videofilter_init):
20417         * gst/videofilter/gstvideofilter.h:
20418           Convert to fractional framerates.
20419
20420 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20421
20422         * ext/aalib/gstaasink.c:
20423         * ext/dv/gstdvdec.c:
20424         * ext/esd/esdmon.c:
20425         * ext/flac/gstflacenc.c:
20426         * ext/gdk_pixbuf/pixbufscale.c:
20427         * ext/libcaca/gstcacasink.c:
20428         * ext/shout2/gstshout2.c:
20429         * gst/alpha/gstalpha.c:
20430         * gst/oldcore/gstaggregator.c:
20431         * gst/oldcore/gstshaper.c:
20432         * gst/smpte/barboxwipes.c:
20433         * gst/smpte/gstsmpte.c:
20434         * gst/videobox/gstvideobox.c:
20435         * gst/videofilter/gstvideoflip.c:
20436         * gst/videomixer/videomixer.c:
20437           fix up more enums
20438
20439 2005-11-22  Michael Smith <msmith@fluendo.com>
20440
20441         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20442         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20443         (gst_videomixer_update_queues):
20444           Fractional framerates, videomixer.
20445
20446 2005-11-22  Michael Smith <msmith@fluendo.com>
20447
20448         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20449         * ext/dv/gstdvdec.h:
20450         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20451         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20452         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20453         (gst_dvdemux_flush):
20454         * ext/dv/gstdvdemux.h:
20455           Fractional framerates for DV. 
20456
20457 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20458
20459         * gst/autodetect/gstautoaudiosink.c:
20460         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20461         * gst/autodetect/gstautovideosink.c:
20462         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20463           Use gst_plugin_feature_list_free() to free feature list and
20464           in the case of autovideosink free the list at all. Also
20465           miscellaneous cosmetic fixes.
20466
20467 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20468
20469         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20470         (gst_cutter_set_property), (gst_cutter_get_caps):
20471           copy calculation code from level; remove use of some audio
20472           functions
20473
20474 2005-11-22  Andy Wingo  <wingo@pobox.com>
20475
20476         * Update for gst_tag_setter API changes.
20477
20478 2005-11-22  Andy Wingo  <wingo@pobox.com>
20479
20480         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20481         (gst_dvdemux_demux_frame)
20482         * ext/flac/gstflacdec.c (gst_flacdec_write)
20483         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20484         (gst_flacenc_sink_event)
20485         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20486         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20487         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20488         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20489         * gst/auparse/gstauparse.c (gst_auparse_chain)
20490         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20491         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20492         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20493         (gst_avi_demux_handle_seek)
20494         * gst/goom/gstgoom.c (gst_goom_event)
20495         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20496         * gst/matroska/matroska-demux.c
20497         (gst_matroska_demux_handle_seek_event)
20498         (gst_matroska_demux_loop_stream_parse_id)
20499         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20500         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20501         (gst_wavparse_stream_headers): Run update-funcnames.
20502
20503 2005-11-22  Edward Hervey  <edward@fluendo.com>
20504
20505         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20506         (gst_dv1394src_init), (gst_dv1394src_dispose),
20507         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20508         (gst_dv1394src_uri_set_uri):
20509         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20510         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20511         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20512         URIHandler interface and element properties are now properly
20513         synchronized for DV1394src and UDPSrc
20514
20515 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20516
20517         * ext/flac/Makefile.am:
20518         * ext/speex/Makefile.am:
20519           libgsttagedit has been renamed to libgsttag.
20520
20521 2005-11-21  Wim Taymans  <wim@fluendo.com>
20522
20523         * gst/rtsp/rtspconnection.c: (read_body):
20524         Apply patch from Sebastien Cote to fix #319184.
20525
20526 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * configure.ac:
20529         * gst/cutter/Makefile.am:
20530         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20531         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20532         (gst_cutter_set_property), (gst_cutter_get_property),
20533         (plugin_init), (gst_cutter_get_caps):
20534           port cutter
20535         * gst/level/gstlevel.c:
20536           fix up plugin details
20537
20538 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20539
20540         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20541         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20542         (gst_flacdec_src_event):
20543         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20544         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20545         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20546         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20547         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20548         (gst_flxdec_sink_event_handler):
20549         * gst/matroska/matroska-demux.c:
20550         (gst_matroska_demux_handle_seek_event):
20551         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20552           Update for stream lock API changes: don't take stream log
20553           in sink event handlers any longer and change GST_STREAM_LOCK
20554           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20555           functions.
20556
20557 2005-11-21  Michael Smith <msmith@fluendo.com>
20558
20559         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20560           gst_object_unref, not g_object_unref
20561
20562 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20563
20564         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20565         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20566           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20567
20568 2005-11-21  Michael Smith <msmith@fluendo.com>
20569
20570         * gst/auparse/Makefile.am:
20571         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20572         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20573         (gst_auparse_change_state):
20574         * gst/auparse/gstauparse.h:
20575           Partially fix #161712. playbin still doesn't work on these files,
20576           (on the bug report, Andy says we aren't typefinding it for some
20577           reason?) but at least auparse isn't totally busted like it was before.
20578
20579 2005-11-21  Andy Wingo  <wingo@pobox.com>
20580
20581         * *.h:
20582         * *.c: Ran scripts/update-macros. Oh yes.
20583
20584 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20585
20586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20587           Filler events are gone for now, comment out section generating
20588           them.
20589
20590 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20591
20592         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20593         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20594         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20595         * sys/osxvideo/osxvideosink.m:
20596           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20597           (#322027)
20598
20599 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20600
20601         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20602         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20603         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20604         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20605         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20606         (gst_avi_demux_stream_data):
20607         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20608         * gst/wavenc/gstwavenc.c: (write_metadata):
20609         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20610         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20611         Fixes for GST_FOURCC_FORMAT API change.
20612
20613 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20616         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20617         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20618         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20619         (gst_text_overlay_change_state):
20620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20621         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20622         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20623         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20624         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20625         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20626         (gst_videomixer_change_state):
20627           Fix for collect pads API change. Also fix textoverlay state
20628           change function.
20629
20630 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20631
20632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20633         GST_PAD_IS_USABLE by something approaching it.
20634
20635 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20636
20637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20638         API changes.
20639         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20640         but also fix the code that was not checking return values from
20641         pad_push neither using pad_alloc_buffer.
20642
20643 2005-11-18  Edward Hervey  <edward@fluendo.com>
20644
20645         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20646         (gst_pngenc_chain):
20647         Added debug category
20648         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20649         goes to EOS.
20650
20651 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20652
20653         * gst/rtp/Makefile.am
20654         * gst/rtp/gstrtp.c
20655         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20656         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20657         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20658         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20659         * gst/rtp/gstrtpg711enc.h:
20660         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20661         * gst/rtp/gstrtpspeexenc.c:
20662         * gst/rtp/gstrtpspeexenc.h:
20663         * gst/rtp/gstrtpspeexdec.c:
20664         * gst/rtp/gstrtpspeexdec.h:
20665         Created Speex payloader and depayloader; Optimize G711 payloader to
20666         use adapter and send packets until MTU size.
20667
20668 2005-11-16  Wim Taymans  <wim@fluendo.com>
20669
20670         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20671         Fix leak in check.
20672
20673 2005-11-16  Wim Taymans  <wim@fluendo.com>
20674
20675         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20676         Fix state change.
20677
20678 2005-11-16  Andy Wingo  <wingo@pobox.com>
20679
20680         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20681         (gst_udpsrc_create): Move comment.
20682
20683 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20684
20685         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20686
20687         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20688           When seeking, seek to closest index entry at or before the requested
20689           seek position, not just the closest one (#321001).
20690
20691 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20692
20693         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20694         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20695           Invert DIB images again (see #132341).
20696
20697 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20698
20699         * configure.ac:
20700           rework configure.ac file
20701         * ext/aalib/gstaasink.c:
20702         * ext/cairo/gstcairo.c:
20703         * ext/dv/gstdv.c:
20704         * ext/esd/gstesd.c:
20705         * ext/flac/gstflac.c:
20706         * ext/gconf/gstgconfelements.c:
20707         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20708         * ext/jpeg/gstjpeg.c:
20709         * ext/ladspa/gstladspa.c:
20710         * ext/libcaca/gstcacasink.c:
20711         * ext/libmng/gstmng.c:
20712         * ext/libpng/gstpng.c:
20713         * ext/mikmod/gstmikmod.c:
20714         * ext/pango/gsttextoverlay.c:
20715         * ext/pango/gsttimeoverlay.c:
20716         * ext/raw1394/gst1394.c:
20717         * ext/speex/gstspeex.c:
20718         * gst/alpha/Makefile.am:
20719         * gst/alpha/gstalpha.c:
20720         * gst/alpha/gstalphacolor.c:
20721         * gst/auparse/gstauparse.c:
20722         * gst/autodetect/gstautoaudiosink.c:
20723         (gst_auto_audio_sink_factory_filter),
20724         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20725         * gst/autodetect/gstautodetect.c:
20726         * gst/avi/gstavi.c:
20727         * gst/cutter/gstcutter.c:
20728         * gst/debug/efence.c:
20729         * gst/debug/gstdebug.c:
20730         * gst/debug/gstnavigationtest.c:
20731         * gst/effectv/gsteffectv.c:
20732         * gst/flx/gstflxdec.c:
20733         * gst/goom/gstgoom.c:
20734         * gst/interleave/plugin.c:
20735         * gst/law/alaw.c:
20736         * gst/law/mulaw.c:
20737         * gst/level/gstlevel.c:
20738         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20739         * gst/matroska/matroska.c:
20740         * gst/median/gstmedian.c:
20741         * gst/monoscope/gstmonoscope.c:
20742         * gst/multipart/multipart.c:
20743         * gst/oldcore/gstelements.c:
20744         * gst/rtp/gstrtp.c:
20745         * gst/rtsp/gstrtsp.c:
20746         * gst/smoothwave/gstsmoothwave.c:
20747         * gst/smpte/gstsmpte.c:
20748         * gst/udp/gstudp.c:
20749         * gst/videobox/gstvideobox.c:
20750         * gst/videofilter/gstgamma.c:
20751         * gst/videofilter/gstvideobalance.c:
20752         * gst/videofilter/gstvideoflip.c:
20753         * gst/videofilter/gstvideotemplate.c:
20754         * gst/videomixer/videomixer.c:
20755         * gst/wavenc/gstwavenc.c:
20756         * gst/wavparse/gstwavparse.c:
20757         * sys/oss/gstossaudio.c:
20758         * sys/osxaudio/gstosxaudio.c:
20759           update GST_PLUGIN_DEFINE
20760         * gst/rtp/Makefile.am:
20761         * gst/rtp/gstasteriskh263.c:
20762           check for htons/htonl headers and possibly link to winsock2 lib
20763
20764 2005-11-12  Edward Hervey  <edward@fluendo.com>
20765
20766         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20767         Only GST_DEBUG() information on the valid components.
20768
20769 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20770
20771         * configure.ac: back to HEAD
20772
20773 === release 0.9.5 ===
20774
20775 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20776
20777         * configure.ac:
20778           releasing 0.9.5, "Phone Alarm"
20779
20780 2005-11-11  Edward Hervey  <edward@fluendo.com>
20781
20782         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20783         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20784         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20785         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20786         (gst_avi_demux_loop):
20787         * gst/avi/gstavidemux.h:
20788         Yeah, implement proper seeking. Exact seeking and segment seeking.
20789         Still need to do some checks for segment_stop.
20790
20791 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20792
20793         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20794
20795         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20796           Don't try to ready buffer duration from buffer that we don't
20797           own any  longer and that might already have been unreffed.
20798           (#321136)
20799
20800 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20801
20802         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20803         (flx_decode_delta_flc), (gst_flxdec_chain):
20804         Attempting to optimize the code for embedded systems.
20805
20806 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20807
20808         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20811           Don't re-use already closed file descriptor. (#320920)
20812
20813 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20814
20815         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20816         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20817         (gst_oss_sink_prepare):
20818         * sys/oss/gstosssink.h:
20819           Cache probed caps; fix debug output for SET_PARAM macros.
20820
20821 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20822
20823         * ext/cairo/Makefile.am:
20824         * ext/cairo/gstcairo.c: (plugin_init):
20825         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20826         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20827         (gst_text_overlay_init), (gst_text_overlay_font_init),
20828         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20829         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20830         (gst_text_overlay_text_pad_linked),
20831         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20832         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20833         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20834         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20835         (gst_text_overlay_change_state):
20836         * ext/cairo/gsttextoverlay.h:
20837           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20838           property and redo positioning. Doesn't handle upstream renegotiation
20839           yet though.
20840
20841 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20842
20843         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20844         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20845         (gst_avi_demux_loop):
20846           No need to take the STREAM_LOCK in the loop function. Improve
20847           some debug messages. Don't leak pad names in debug messages.
20848
20849 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20850
20851         * gst/matroska/matroska-demux.c:
20852         (gst_matroska_demux_push_vorbis_codec_priv_data),
20853         (gst_matroska_demux_add_wvpk_header):
20854           Don't error out when the source pad isn't linked.
20855
20856 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20857
20858         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20859         (gst_gconf_audio_sink_change_state):
20860         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20861         (gst_gconf_video_sink_change_state):
20862           Fix state change functions here as well and set kid
20863           to NULL state before removing it.
20864
20865 2005-11-01  Edward Hervey  <edward@fluendo.com>
20866
20867         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20868         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20869         Added proper event handlind, 
20870         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20871         ignored),
20872         and don't set a duration of 0 for buffers otherwise they are discarded
20873         by GstBaseSink.
20874
20875         GstWavEnc needs some serious loving, after going through the code I'm
20876         really wondering how this can stay in -good ...
20877
20878 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20879
20880         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20881         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20883         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20884         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20885         (gst_matroska_mux_collected):
20886           Fix leaks and invalid memory access as reported by valgrind
20887
20888 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         Patch by: Michal Benes <michal.benes@xeris.cz>
20891
20892         * check/Makefile.am:
20893         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20894         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20895         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20896           add a unit test for matroskamux
20897           fix the bugs that the unit test exposed
20898
20899 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20900
20901         * gst/autodetect/gstautoaudiosink.c:
20902         (gst_auto_audio_sink_class_init),
20903         (gst_auto_audio_sink_change_state):
20904         * gst/autodetect/gstautovideosink.c:
20905         (gst_auto_video_sink_class_init),
20906         (gst_auto_video_sink_change_state):
20907           Fix state change function and use GST_DEBUG_FUNCPTR in
20908           class_init.
20909
20910 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20911
20912         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20913
20914         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20915         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20916         * gst/matroska/ebml-write.h:
20917         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20918           Set timestamps on outgoing ebml headers as well, so that the
20919           element after matroskamux can get the timestamp already when
20920           reading the first ebml element and doesn't have to wait for
20921           the actual data buffer for that (#320308).
20922           
20923 2005-10-31  Andy Wingo  <wingo@pobox.com>
20924
20925         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20926         (gst_videomixer_pad_link): Kill some memleaks.
20927         (gst_videomixer_pad_get_property): Style fix.
20928         (gst_videomixer_pad_set_property): Style fix.
20929         (gst_videomixer_pad_init): Style fix.
20930         (gst_videomixer_update_queues): Kill memleak.
20931         (gst_videomixer_loop): Kill memleak.
20932         (gst_videomixer_collected): Kill memleak.
20933
20934 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20935
20936         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20937         gst_auparse_change_state:
20938         Just some cleanup.
20939
20940 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20941
20942         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20943         Add checks to GST_FLOW_NOT_LINKED for values returned
20944         from gst_pad_push.
20945         
20946 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20947
20948         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20949         (gst_rtpg711dec_process):
20950         * gst/rtp/gstrtpgsmenc.c:
20951         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20952         are never set. This is important for the g711 to work with burger's rtpbin
20953         element.
20954
20955 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20956
20957         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20958         (gst_speexenc_push_buffer):
20959         Add checks for return values from gst_pad_push and
20960         gst_pad_alloc_buffer.
20961
20962 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20963
20964         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20967         (gst_matroska_demux_parse_info),
20968         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20969         (gst_matroska_demux_parse_cluster):
20970         * gst/matroska/matroska-ids.h:
20971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20972         (gst_matroska_mux_init), (gst_matroska_mux_start),
20973         (gst_matroska_mux_create_buffer_header),
20974         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20975         (gst_matroska_mux_get_property):
20976         * gst/matroska/matroska-mux.h:
20977           Add SimpleBlock support to matroska demuxer and muxer (part of
20978           Matroska v2). (#319731)
20979
20980 2005-10-28  Wim Taymans  <wim@fluendo.com>
20981
20982         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20983         (gst_jpeg_dec_change_state):
20984         * ext/jpeg/gstjpegdec.h:
20985         Cleanups. Don't create caps for every chain.
20986
20987 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20988
20989         * gst/law/alaw-encode.c: (gst_alawenc_init),
20990         (alawenc_setcaps), (gst_alawenc_chain)
20991         * gst/law/alaw-encode.h:
20992         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20993         (mulawenc_setcaps), (gst_mulawenc_chain)
20994         * gst/law/mulaw-encode.h:
20995         Set timestamp on buffer and it allows RTP G711 elements
20996         work properly.
20997
20998 2005-10-27  Wim Taymans  <wim@fluendo.com>
20999
21000         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21001         Set correct format on oss instead of a silly value. 
21002
21003 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21004
21005         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21006         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21007         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21008         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21009         I420 rendering as well, doesn't bring much for my platform.
21010         Might help on some other platforms.
21011
21012 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21013
21014         * gst/rtp/gstrtpgsmenc.c:
21015         * gst/rtp/gstrtpgsmparse.c:
21016         Declaring the padtemplate correctly.
21017
21018 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21019
21020         * gst/rtp/gstrtpg711dec.c:
21021         * gst/rtp/gstrtpg711enc.c:
21022         * gst/rtp/gstrtpgsmenc.c:
21023         * gst/rtp/gstrtpgsmparse.c:
21024         Setting the proper copyright notice.
21025
21026 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21027
21028         * gst/videobox/Makefile.am: Use liboil.
21029         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21030         (gst_video_box_set_property), (gst_video_box_transform_caps),
21031         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21032         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21033         using liboil. Will dot the same to I420 border generation
21034         tomorrow.
21035
21036 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21037
21038         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21039         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21040         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21041         * gst/rtp/gstrtpg711dec.h:
21042         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21043         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21044         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21045         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21046         (gst_rtpgsmenc_handle_buffer):
21047         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21048         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21049         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21050         * gst/rtp/gstrtpgsmparse.h:
21051         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21052         inherits from the basertpdepayloader.
21053
21054 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21055
21056         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21057         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21058         (gst_video_box_ayuv): Removing this forgotten debug.
21059
21060 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21061
21062         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21063         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21064         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21065
21066 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21067
21068         * sys/oss/gstossaudio.c:
21069         * sys/oss/gstossdmabuffer.c:
21070         * sys/oss/gstosshelper.c:
21071         * sys/oss/gstossmixer.c:
21072         * sys/oss/gstossmixerelement.c:
21073         * sys/oss/gstossmixertrack.c:
21074         * sys/oss/gstosssink.c:
21075         * sys/oss/gstosssrc.c:
21076           Actually use the 'oss' debug category we register.
21077
21078 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21079
21080         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21081         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21082         Use gst_pad_get_parent and drop the ref that was added through
21083         that call.
21084
21085 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21086
21087         * gst/rtp/gstrtpgsmenc.c:
21088           Fix compilation
21089
21090 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21091
21092         * gst/rtp/gstrtpg711dec.c
21093         Just removed a couple of lines of weird code used during
21094         development/test time.
21095
21096 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21097
21098         * gst/rtp/Makefile.am
21099         * gst/rtp/gstrtp.c
21100         * gst/rtp/gstrtpg711enc.c
21101         * gst/rtp/gstrtpg711enc.h
21102         * gst/rtp/gstrtpg711dec.c
21103         * gst/rtp/gstrtpg711dec.h
21104         Created G711 payloader and depayloader (it supports mulaw and alaw
21105         (dec)encoders)
21106
21107 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21108
21109         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21110         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21111         Doh ! I introduced wingo's bug again ! Sorry...
21112
21113 2005-10-25  Christian Schaller <christian@fluendo.com> 
21114
21115         * gst/rtp/Makefile.am: add missing header files for disting
21116
21117 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21118
21119         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21120         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21121         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21122         (gst_rtpgsmenc_handle_buffer):
21123         * gst/rtp/gstrtpgsmenc.h:
21124         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21125         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21126         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21127         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21128         * gst/rtp/gstrtpgsmparse.h:
21129         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21130
21131 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21132
21133         * ext/libpng/gstpngdec.c: (user_info_callback),
21134         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21135         a newsegment event, move some redundant code in a single place.
21136
21137 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21138
21139         * ext/libpng/gstpngdec.c: (user_info_callback),
21140         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21141         hack to get correct colors order when we have a png image with
21142         alpha channel.
21143
21144 2005-10-24  Edward Hervey  <edward@fluendo.com>
21145
21146         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21147         Call gst_element_no_more_pads when there will be no more pads.
21148
21149 2005-10-24  Wim Taymans  <wim@fluendo.com>
21150
21151         * gst/rtp/Makefile.am:
21152         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21153         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21154         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21155         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21156         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21157         (gst_asteriskh263_plugin_init):
21158         * gst/rtp/gstasteriskh263.h:
21159         * gst/rtp/gstrtp.c: (plugin_init):
21160         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21161         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21162         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21163         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21164         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21165         (gst_rtph263enc_plugin_init):
21166         * gst/rtp/gstrtph263enc.h:
21167         Added two new payloaders, an RFC 2190 payloader for h263 and
21168         a payload convertor for an asterisk server.
21169
21170 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21171
21172         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21173           Set bytes_per_sample correctly (is not always 4, but 
21174           depends on width and number of channels).
21175
21176 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21177
21178         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21179         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21180         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21181         (gst_flacenc_sink_event), (gst_flacenc_chain),
21182         (gst_flacenc_set_property), (gst_flacenc_get_property),
21183         (gst_flacenc_change_state):
21184         * ext/flac/gstflacenc.h:
21185           Fix seeking, so that flacenc can rewrite the header with the
21186           correct duration and amount of samples and all that at EOS;
21187           also set timestamps and granulepos on outgoing buffers; add
21188           debug category; fix state change function.
21189           
21190 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21191
21192         * gst/videomixer/videomixer.c: Don't restrict video geometry
21193         from 16 to 4096.
21194
21195 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21196
21197         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21198         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21199         Fix caps negotiation correctly, add debugging category.
21200
21201 2005-10-24  Christian Schaller  <christian@fluendo.com>
21202
21203         * configure.ac: Port over Thomas's change from base listing all plugins
21204
21205 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21206
21207         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21208         a sink pad.
21209
21210 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * configure.ac:
21213         * docs/upload.mak:
21214           back to HEAD
21215
21216 === release 0.9.4 ===
21217
21218 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * configure.ac:
21221           Releasing 0.9.4, "Dromiceiomimus"
21222
21223 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21224
21225         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21226         (gst_speexenc_src_query):
21227           Add position and duration query, fix query type function.
21228           
21229         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21230         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21231           Let's not set non-fixed caps on source pads.
21232
21233 2005-10-21  Wim Taymans  <wim@fluendo.com>
21234
21235         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21236         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21237         (gst_avi_demux_handle_seek):
21238         Set correct stream_time in newsegment event.
21239         avi can also handle a duration query now.
21240
21241 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21242
21243         * gst/matroska/matroska-demux.c:
21244         (gst_matroska_demux_handle_src_query),
21245         (gst_matroska_demux_handle_seek_event),
21246         (gst_matroska_demux_loop_stream_parse_id):
21247           Fix duration query; fix basetime in newsegment event after
21248           seek; fix duration in initial newsegment event.
21249
21250         * gst/matroska/matroska-mux.c:
21251         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21252           Extract number of channels and samplerate from vorbis headers;
21253           add some debug messages when querying the durations of the
21254           input streams.
21255
21256 2005-10-20  Wim Taymans  <wim@fluendo.com>
21257
21258         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21259         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21260         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21261         Set stream time correctly in newsegment.
21262
21263 2005-10-20  Wim Taymans  <wim@fluendo.com>
21264
21265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21266         Correctly fill in the stream time.
21267
21268 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         * check/elements/level.c: (GST_START_TEST):
21271         * gst/level/gstlevel.c: (gst_level_message_new):
21272         * gst/level/level-example.c: (message_handler):
21273           use ELEMENT messages instead
21274
21275 2005-10-19  Wim Taymans  <wim@fluendo.com>
21276
21277         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21278         (gst_dvdemux_src_query):
21279         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21280         (gst_flacdec_src_query):
21281         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21282         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21283         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21284         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21285         * gst/debug/progressreport.c: (gst_progress_report_report):
21286         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21287         * gst/matroska/matroska-demux.c:
21288         (gst_matroska_demux_handle_src_query):
21289         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21290         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21291         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21292         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21293         (gst_wavparse_srcpad_event):
21294         API change fix.
21295
21296 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21297
21298         * gst/goom/filters.c:
21299         * gst/goom/graphic.h:
21300         * gst/goom/lines.c:
21301           Make inline functions either 'static inline' or 'extern inline',
21302           otherwise the Forte compiler apparently won't inline them (#317300).
21303
21304 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21305
21306         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21307         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21308         (user_info_callback), (user_endrow_callback), (user_end_callback),
21309         (user_read_data), (gst_pngdec_caps_create_and_set),
21310         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21311         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21312         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21313         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21314         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21315         very nice and handle push/pull based model. if you have filesrc
21316         connected to it, it will do random access to load the png file.
21317         If you have a network source that can't do _getrange, it does 
21318         progressive loading through the chain function.
21319         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21320         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21321         thanks to Master Wim Taymans ;-)
21322
21323 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * gst/matroska/Makefile.am:
21326         * gst/matroska/ebml-read.c:
21327         * gst/matroska/ebml-read.h:
21328         * gst/matroska/matroska-demux.c:
21329         * gst/matroska/matroska-demux.h:
21330         * gst/matroska/matroska.c: (plugin_init):
21331           Ported matroska demuxer to 0.9.
21332
21333 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21334
21335         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * gst/matroska/matroska-mux.c:
21338         (gst_matroska_mux_video_pad_setcaps),
21339         (gst_matroska_mux_audio_pad_setcaps):
21340           Fix mpeg4 input handling (#318847); also, while we're at it,
21341           fix media type for Motion-JPEG: should be image/jpeg.
21342
21343 2005-10-18  Wim Taymans  <wim@fluendo.com>
21344
21345         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21346         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21347         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21348         Fix for segment-start/stop API change.
21349
21350 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21351
21352         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21353         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21354         way.
21355
21356 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21357
21358         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21359         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21360         output declared in transform_caps.
21361
21362 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21363
21364         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21365
21366 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21367
21368         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21369         (gst_video_box_get_unit_size): Fix wrong size calculations and
21370         implement get_unit_size correctly.
21371
21372 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21373
21374         * configure.ac:
21375           Enable flx plugin.
21376
21377         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21378           Fix gcc4 signedness issue.
21379
21380 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21381
21382         * configure.ac: Adding videomixer.
21383         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21384         (user_read_data), (gst_pngdec_chain): More debugging.
21385         * gst/alpha/Makefile.am: Adding alphacolor
21386         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21387         (gst_alpha_color_class_init), (gst_alpha_color_init),
21388         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21389         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21390         (plugin_init): Ported to 0.9 using in place base tranform.
21391         * gst/videomixer/Makefile.am:
21392         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21393         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21394         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21395         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21396         (gst_videomixer_init), (gst_videomixer_getcaps),
21397         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21398         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21399         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21400         to 0.9 using collectpads.
21401
21402 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21403
21404         * configure.ac:
21405         * gst/flx/Makefile.am:
21406         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21407         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21408         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21409         * gst/flx/gstflxdec.h:
21410         flx plugin ported to 0.9
21411
21412 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21415           use new gst_version_string()
21416
21417 2005-10-16  Andy Wingo  <wingo@pobox.com>
21418
21419         * configure.ac: GLIB_CHECK.
21420
21421 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21422
21423         * ext/libpng/Makefile.am:
21424         * ext/libpng/gstpng.c: (plugin_init):
21425         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21426         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21427         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21428
21429 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21430
21431         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21432
21433         * configure.ac:
21434         * gst/matroska/Makefile.am:
21435         * gst/matroska/ebml-ids.h:
21436         * gst/matroska/ebml-write.c:
21437         * gst/matroska/ebml-write.h:
21438         * gst/matroska/matroska-ids.h:
21439         * gst/matroska/matroska-mux.c:
21440         * gst/matroska/matroska-mux.h:
21441         * gst/matroska/matroska.c: (plugin_init):
21442           Port matroska muxer to 0.9 (#318847).
21443
21444 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21445
21446         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21447         (comment_init), (comment_add):
21448           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21449           use GST_READ_UINT32_LE() and friends rather than the private
21450           implementation of those same macros.
21451
21452 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21453
21454         * examples/stats/mp2ogg.c:
21455           more typo fixes
21456
21457 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21458
21459         * examples/indexing/indexmpeg.c: (main):
21460         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21461         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21462         * ext/esd/esdmon.h:
21463         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21464         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21465         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21466         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21467         * gst/avi/gstavimux.c: (gst_avimux_init):
21468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21469         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21470         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21471         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21472         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21473         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21474         * gst/oldcore/gstmultifilesrc.h:
21475         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21476         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21477         (gst_pipefilter_change_state):
21478         * gst/oldcore/gstpipefilter.h:
21479         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21480         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21481         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21482         * sys/osxaudio/gstosxaudiosink.h:
21483         * sys/osxaudio/gstosxaudiosrc.h:
21484           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21485           moved bitshift from macro to enum definition
21486
21487 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21488
21489         * ext/Makefile.am:
21490         * ext/cairo/Makefile.am:
21491         * ext/cairo/gstcairo.c: (plugin_init):
21492         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21493         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21494         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21495         * ext/cairo/gsttimeoverlay.h:
21496           update of cairo-based timeoverlay to 1.0 Cairo API
21497           doesn't work yet for resizing of output sink
21498
21499 2005-10-11  Wim Taymans  <wim@fluendo.com>
21500
21501         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21502         newsegment API fix.
21503
21504 2005-10-11  Wim Taymans  <wim@fluendo.com>
21505
21506         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21507         (gst_dvdemux_demux_frame):
21508         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21509         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21511         (gst_avi_demux_handle_seek):
21512         * gst/goom/gstgoom.c: (gst_goom_event):
21513         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21514         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21515         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21516         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21517         (gst_wavparse_srcpad_event):
21518         newsegment API update.
21519
21520 2005-10-11  Andy Wingo  <wingo@pobox.com>
21521
21522         * ext/speex/gstspeexenc.c: Signedness cleanups.
21523
21524 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21525
21526         * PORTED_09:
21527         * ext/speex/Makefile.am:
21528         * ext/speex/gstspeex.c:
21529         * ext/speex/gstspeexenc.c:
21530         Speexenc ported to 0.9
21531
21532 2005-10-10  Wim Taymans  <wim@fluendo.com>
21533
21534         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21535         (gst_oss_sink_init), (gst_oss_sink_set_property),
21536         (gst_oss_sink_get_property), (gst_oss_sink_open),
21537         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21538         * sys/oss/gstosssink.h:
21539         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21540         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21541         (gst_oss_src_prepare):
21542         Cleanups, make device configurable in the sink, handle and report
21543         errors.
21544
21545 2005-10-10  Wim Taymans  <wim@fluendo.com>
21546
21547         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21548         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21549         Make sure element is NULL before removing from the bin.
21550
21551 2005-10-07  Andy Wingo  <wingo@pobox.com>
21552
21553         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21554         block forever in a read().
21555         (gst_dv1394src_bus_reset): Post a message when the cable is
21556         unplugged.
21557         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21558         (gst_dv1394src_bus_reset): Don't unref the message.
21559
21560         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21561         hacking. The only change should be that the state change stuff was
21562         put into basesrc's start() and stop() routines, which coalesces
21563         some steps.
21564
21565 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21566
21567         * configure.ac:
21568           Add check for mmap
21569           
21570         * gst/debug/Makefile.am:
21571           Only compile efence plugin on systems that have mmap.
21572
21573 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21574
21575         * gst/debug/Makefile.am:
21576         * gst/debug/breakmydata.c:
21577         * gst/debug/gstdebug.c:
21578         * gst/debug/gstnavigationtest.c:
21579         * gst/debug/gstnavseek.c: 
21580         * gst/debug/gstnavseek.h:
21581         * gst/debug/progressreport.c: 
21582         * gst/debug/testplugin.c:
21583           Port progressreport, navseek, navigationtest, testsink and
21584           breakmydata.
21585
21586 2005-10-05  Edward Hervey  <edward@fluendo.com>
21587
21588         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21589         (gst_dvdemux_src_query):
21590         Fixes for better conversion
21591
21592 2005-10-04  Michael Smith <msmith@fluendo.com>
21593
21594         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21595         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21596         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21597         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21598           Set state of elements to NULL before removing from bins.
21599           Set state of test element to NULL if we failed to move it to READY
21600
21601 2005-10-04  Edward Hervey  <edward@fluendo.com>
21602
21603         * ext/dv/Makefile.am:
21604         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21605         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21606         Corrected the query function for position so it doesn't forget what
21607         format was asked, and calls the conversion functions on the correct pad.
21608
21609 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21610
21611         * configure.ac:
21612           back to development
21613
21614 === release 0.9.3 ===
21615
21616 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21617
21618         * configure.ac:
21619           Releasing 0.9.3, "Aramis"
21620
21621 2005-10-03  Andy Wingo  <wingo@pobox.com>
21622
21623         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21624         error returns.
21625
21626 2005-10-02  Andy Wingo  <wingo@pobox.com>
21627
21628         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21629
21630         * ext/flac/gstflacenc.c: Ported to 0.9.
21631
21632         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21633
21634         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21635         and link to gsttagedit. Enable flacenc.
21636
21637         * ext/flac/gstflacdec.c: Re-enable tag reading.
21638
21639 2005-09-30  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21642         * gst/rtp/gstrtpgsmparse.c:
21643         * gst/rtp/gstrtph263penc.c:
21644         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21645         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21646         (gst_rtpmp4venc_set_property):
21647         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21648         Various class and caps fixes from Andre Magalhaes (andrunko)
21649
21650 2005-09-29  Wim Taymans  <wim@fluendo.com>
21651
21652         * gst/level/level-example.c: (main):
21653         Update for new bus API.
21654
21655 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21656
21657         * configure.ac:
21658           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21659           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21660
21661 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21662
21663         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21664           Fix playback of mono streams (bytes_per_sample should be set
21665           from the sample width and the number of channels negotiated,
21666           and not just be set to 4) (#317338)
21667
21668 2005-09-26  Wim Taymans  <wim@fluendo.com>
21669
21670         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21671         (gst_rtpmpaenc_handle_buffer):
21672         Set buffer duration correctly.
21673
21674 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21675
21676         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21677         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21678         (gst_avi_demux_change_state):
21679           Don't crash when encountering a stream with an unknown fourcc or
21680           codec id. Instead, create a pad of type video/x-avi-unknown or
21681           audio/x-avi-unknown, which as a side-effect also results in less
21682           confusing error messages in players ('no decoder' vs. 'no streams');
21683           minor fixes to state change function and class_init function.
21684
21685 2005-09-24  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21688         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21689         These are sinks.
21690
21691 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * check/elements/level.c: (GST_START_TEST):
21694           fix test for new GstClockTime use
21695         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21696         (gst_level_transform_ip):
21697         * gst/level/gstlevel.h:
21698           fix up the decay peak, ensuring the decay peak is never lower
21699           than the peak for that interval
21700
21701 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * docs/plugins/gst-plugins-good-plugins.args:
21704         * docs/plugins/inspect/plugin-alpha.xml:
21705         * docs/plugins/inspect/plugin-rtp.xml:
21706         * gst/level/gstlevel.c: (gst_level_set_caps),
21707         (gst_level_transform_ip):
21708           updating docs
21709
21710 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * Makefile.am:
21713         * check/elements/level.c: (GST_START_TEST):
21714         * gst/level/Makefile.am:
21715         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21716         (gst_level_set_property), (gst_level_get_property),
21717         (gst_level_set_caps), (gst_level_message_new),
21718         (gst_level_transform_ip):
21719         * gst/level/gstlevel.h:
21720         * gst/level/level-example.c: (message_handler), (main):
21721           convert to using GstClockTime for all time values, finally.
21722
21723 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21724
21725         * gst/auparse/Makefile.am:
21726         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21727           fix up build
21728         * configure.ac:
21729         * ext/cairo/Makefile.am:
21730         * ext/dv/Makefile.am:
21731         * ext/esd/Makefile.am:
21732         * ext/flac/Makefile.am:
21733         * ext/gconf/Makefile.am:
21734         * ext/gdk_pixbuf/Makefile.am:
21735         * ext/jpeg/Makefile.am:
21736         * ext/ladspa/Makefile.am:
21737         * ext/libcaca/Makefile.am:
21738         * ext/libmng/Makefile.am:
21739         * ext/libpng/Makefile.am:
21740         * ext/mikmod/Makefile.am:
21741         * ext/pango/Makefile.am:
21742         * ext/raw1394/Makefile.am:
21743         * ext/shout2/Makefile.am:
21744         * ext/speex/Makefile.am:
21745         * gst/alpha/Makefile.am:
21746         * gst/autodetect/Makefile.am:
21747         * gst/avi/Makefile.am:
21748         * gst/cutter/Makefile.am:
21749         * gst/debug/Makefile.am:
21750         * gst/effectv/Makefile.am:
21751         * gst/flx/Makefile.am:
21752         * gst/goom/Makefile.am:
21753         * gst/interleave/Makefile.am:
21754         * gst/law/Makefile.am:
21755         * gst/matroska/Makefile.am:
21756         * gst/median/Makefile.am:
21757         * gst/monoscope/Makefile.am:
21758         * gst/multipart/Makefile.am:
21759         * gst/oldcore/Makefile.am:
21760         * gst/rtp/Makefile.am:
21761         * gst/rtsp/Makefile.am:
21762         * gst/smoothwave/Makefile.am:
21763         * gst/smpte/Makefile.am:
21764         * gst/videobox/Makefile.am:
21765         * gst/videofilter/Makefile.am:
21766         * gst/videomixer/Makefile.am:
21767         * gst/wavenc/Makefile.am:
21768         * gst/wavparse/Makefile.am:
21769         * sys/oss/Makefile.am:
21770         * sys/osxaudio/Makefile.am:
21771         * sys/osxvideo/Makefile.am:
21772           fix up GST_LIBS use
21773
21774 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * gst/auparse/Makefile.am:
21777         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21778           fix build of auparse
21779
21780 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21781
21782         * configure.ac:
21783         * PORTED_09:
21784         * gst/auparse/gstauparse.c:
21785         * gst/auparse/gstauparse.h:
21786         Auparse ported to 0.9.
21787
21788 2005-09-22  Wim Taymans  <wim@fluendo.com>
21789
21790         * gst/rtp/TODO:
21791         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21792         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21793         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21794         (gst_rtpmp4venc_set_property):
21795         * gst/rtp/gstrtpmp4venc.h:
21796         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21797         * gst/rtp/gstrtpmpaenc.h:
21798         Use is_filled to both check MTU and max-ptime of base class.
21799
21800 2005-09-22  Wim Taymans  <wim@fluendo.com>
21801
21802         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21803         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21804         (gst_rtpmp4venc_set_property):
21805         Don't fragment packets with multiple frames.
21806
21807 2005-09-22  Wim Taymans  <wim@fluendo.com>
21808
21809         * gst/rtp/TODO:
21810         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21811         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21812         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21813         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21814         (gst_rtpmp4venc_get_property):
21815         * gst/rtp/gstrtpmp4venc.h:
21816         Remove g_print.
21817         Update TODO
21818         Make payload encoder a bit smarter and more correct with
21819         timestamps.
21820         Added option in payloader to include config string in-band.
21821
21822 2005-09-21  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21825         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21826         (gst_rtspsrc_send):
21827         Strip spaces for key/value pairs.
21828
21829 2005-09-21  Wim Taymans  <wim@fluendo.com>
21830
21831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21832         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21833         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21834         (gst_rtspsrc_change_state):
21835         More SDP parsing and caps setting.
21836         Do NO_PREROLL differently.
21837         add pads only after negotiated.
21838
21839         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21840         (gst_udpsrc_getcaps):
21841         Implement the getcaps function.
21842
21843 2005-09-21  Wim Taymans  <wim@fluendo.com>
21844
21845         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21846         (gst_rtpamrdec_chain):
21847         Handle multiple AMr packets per payload. Handle CRC and
21848         parse ILL/ILP.
21849
21850         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21851         Make caps params strings for easy SDP mapping.
21852         
21853         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21854         Handle capsnego better.
21855
21856         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21857         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21858         Generate and parse config string in the caps.
21859
21860 2005-09-21  Wim Taymans  <wim@fluendo.com>
21861
21862         * gst/rtp/README:
21863         Update README
21864
21865         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21866         Make extra params as strings.
21867
21868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21869         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21870         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21871         Make state change return NO_PREROLL as this is a live
21872         source.
21873
21874         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21875         Don't unref old caps when NULL.
21876
21877 2005-09-20  Wim Taymans  <wim@fluendo.com>
21878
21879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21880         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21881         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21882         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21883         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21884         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21885         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21886         * gst/rtsp/sdpmessage.h:
21887         Add URI handler.
21888         Parse SDP and create caps.
21889
21890 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21891
21892         * gst/alpha/gstalpha.c:
21893           fix element description
21894
21895 2005-09-19  Wim Taymans  <wim@fluendo.com>
21896
21897         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21898         Don't check payload for now.
21899
21900 2005-09-19  Wim Taymans  <wim@fluendo.com>
21901
21902         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21903         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21904         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21905         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21906         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21907         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21908         (gst_wavparse_change_state):
21909         * gst/wavparse/gstwavparse.h:
21910         Fix wavparse some more.
21911
21912 2005-09-19  Wim Taymans  <wim@fluendo.com>
21913
21914         * check/elements/level.c: (GST_START_TEST):
21915         Fix for bus API change.
21916
21917 2005-09-19  Wim Taymans  <wim@fluendo.com>
21918
21919         * gst/level/level-example.c: (main):
21920         Fix for new bus API.
21921
21922         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21923         Set caps on pads.
21924
21925 2005-09-15  Wim Taymans  <wim@fluendo.com>
21926
21927         * gst/rtp/Makefile.am:
21928         * gst/rtp/README:
21929         * gst/rtp/gstrtp.c: (plugin_init):
21930         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21931         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21932         (gst_rtpamrdec_change_state):
21933         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21934         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21935         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21936         * gst/rtp/gstrtpamrenc.h:
21937         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21938         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21939         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21940         * gst/rtp/gstrtpgsmenc.h:
21941         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21942         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21943         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21944         (gst_rtpgsmparse_change_state):
21945         * gst/rtp/gstrtpgsmparse.h:
21946         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21947         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21948         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21949         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21950         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21951         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21952         * gst/rtp/gstrtph263penc.h:
21953         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21954         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21955         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21956         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21957         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21958         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21959         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21960         * gst/rtp/gstrtpmp4venc.h:
21961         * gst/rtp/gstrtpmpadec.c:
21962         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21963         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21964         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21965         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21966         * gst/rtp/gstrtpmpaenc.h:
21967         Updates to payloader/depayloaders, make payloaders use
21968         the base classes.
21969         Updated README with suggested RTP caps and how to convert
21970         to/from SDP.
21971         Added config descriptor in mp4v payloader.
21972
21973 2005-09-15  Andy Wingo  <wingo@pobox.com>
21974
21975         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21976         * gst/autodetect/gstautovideosink.c
21977         (gst_auto_video_sink_find_best): Update for new registry API.
21978
21979 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         * common/c-to-xml.py:
21982         * common/gtk-doc-plugins.mak:
21983           a simple py script to generate valid xml from a C example
21984           probably also need to strip an MIT license when we decide
21985         * docs/plugins/Makefile.am:
21986         * gst/level/Makefile.am:
21987         * gst/level/gstlevel.c: (gst_level_init):
21988         * gst/level/level-example.c: (message_handler), (main):
21989           add an example to level that will show up in the docs
21990         * gst/rtp/TODO:
21991           add a note for the future
21992
21993 2005-09-14  Michael Smith <msmith@fluendo.com>
21994
21995         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21996           Actually define the debug object being used in wavenc. Fixes #316205
21997
21998 2005-09-14  Michael Smith <msmith@fluendo.com>
21999
22000         * gst/smpte/Makefile.am:
22001           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22002           needed to build on windows (bug 316204)
22003
22004 2005-09-12  Andy Wingo  <wingo@pobox.com>
22005
22006         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22007
22008 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22009
22010         * configure.ac:
22011         * gst/fdsrc/Makefile.am:
22012         * gst/fdsrc/gstfdsrc.c:
22013         * gst/fdsrc/gstfdsrc.h:
22014           Move fdsrc back into gstreamer core elements.
22015
22016         * gst/level/gstlevel.c: (gst_level_class_init),
22017         (gst_level_transform_ip):
22018         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22019           Basetransform changes.
22020
22021 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22024         * ext/jpeg/smokecodec.c: (find_best_size):
22025           fix compiler warnings
22026
22027 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22028
22029         * gst-plugins-good.spec.in:
22030           spec file fixes
22031         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22032         (gst_multiudpsink_render), (gst_multiudpsink_add),
22033         (gst_multiudpsink_clear):
22034           it actually helps to actually stream if we hook up the
22035           "add" signal to an actual implementation
22036         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22037           some debugging
22038
22039 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22040
22041         * ext/jpeg/Makefile.am:
22042         * ext/jpeg/gstjpeg.c
22043         * ext/jpeg/gstjpegenc.c:
22044         * ext/jpeg/gstsmokeenc.c:
22045
22046 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22047
22048         * ext/flac/gstflacdec.c:
22049         * ext/flac/gstflacenc.c:
22050         * ext/flac/gstflactag.c:
22051         * ext/speex/gstspeexenc.c:
22052           gsttaginterface.h -> gsttagsetter.h
22053
22054 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22055
22056         * configure.ac:
22057         * gst/debug/Makefile.am:
22058         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22059         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22060         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22061         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22062         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22063           Port to 0.9 and re-enable efence plugin.
22064
22065 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22066
22067         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22068         (gst_flacdec_write), (gst_flacdec_convert_src):
22069         * ext/flac/gstflacdec.h:
22070           Add support for flac files with 24/32 bits per sample; and misc.
22071           minor clean-ups. Seeking is still partly broken (for me at least).
22072
22073 2005-09-06  Wim Taymans  <wim@fluendo.com>
22074
22075         * gst/rtp/Makefile.am:
22076         * gst/rtp/gstrtp.c: (plugin_init):
22077         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22078         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22079         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22080         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22081         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22082         (gst_rtpmp4vdec_plugin_init):
22083         * gst/rtp/gstrtpmp4vdec.h:
22084         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22085         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22086         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22087         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22088         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22089         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22090         * gst/rtp/gstrtpmp4venc.h:
22091         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22092         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22093         Added mpeg4 video payload encoder/decoder.
22094         Added some docs in mpa payloader.
22095
22096 === release 0.9.1 ===
22097
22098 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         * NEWS:
22101         * README:
22102         * RELEASE:
22103         * autogen.sh:
22104         * configure.ac:
22105           releasing 0.9.1, "Blondie"
22106
22107 2005-09-05  Andy Wingo  <wingo@pobox.com>
22108
22109         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22110         here from the state change handler, so we fire signals without
22111         holding the state lock.
22112
22113 2005-09-02  Andy Wingo  <wingo@pobox.com>
22114
22115         * All plugins updated for element state changes.
22116
22117 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * Makefile.am:
22120         * check/.cvsignore:
22121         * check/Makefile.am:
22122         * check/elements/.cvsignore:
22123         * check/elements/level.c: (setup_level), (cleanup_level),
22124         (GST_START_TEST), (level_suite), (main):
22125           add a test for level
22126         * common/release.mak:
22127           move the enum checking to release.mak
22128         * configure.ac:
22129           add valgrind and check checking
22130         * gst/level/gstlevel.c: (gst_level_transform):
22131         * gst/level/gstlevel.h:
22132           fix Andy's cast bug
22133           convert a field to int
22134           fix the arithmetic to int when checking for emit so that a
22135           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22136
22137 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22138
22139         * Makefile.am:
22140         * configure.ac:
22141           add docs to build
22142         * common/plugins.xsl:
22143           wrap Description into a refsect2
22144         * docs/Makefile.am:
22145         * docs/plugins/Makefile.am:
22146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22148         * gst/goom/Makefile.am:
22149         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22150         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22151         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22152         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22153         (gst_goom_change_state):
22154         * gst/goom/gstgoom.h:
22155           GstGOOM -> GstGoom
22156           add an example launch line
22157         * gst/level/gstlevel.h:
22158         * gst/monoscope/gstmonoscope.c:
22159           cleanups
22160
22161 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22162
22163         * configure.ac:
22164         * docs/plugins/Makefile.am:
22165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22167         * docs/plugins/gst-plugins-good-plugins.types:
22168           document elements and plugins.  Shazam !
22169
22170 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22171
22172         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22173           be found under doc/random/ChangeLog-0.8