sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566616.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
4                   Luotao Fu <l dot fu at pengutronix dot de>
5
6         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
7         (gst_v4l2_get_caps_info):
8         Add support for grayscale v4l2 devices. Fixes bug #566616.
9
10 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
11
12         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
13         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
14         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
15         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
16         * gst/qtdemux/qtdemux.h:
17         * gst/qtdemux/quicktime.c: (plugin_init):
18         Streamline tag handling and pass unparsed tags as binary blob
19         in private tag.
20
21 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
22
23         * gst/audiofx/Makefile.am:
24         * gst/audiofx/audiofxbaseiirfilter.c:
25         (gst_audio_fx_base_iir_filter_base_init),
26         (gst_audio_fx_base_iir_filter_dispose),
27         (gst_audio_fx_base_iir_filter_class_init),
28         (gst_audio_fx_base_iir_filter_init),
29         (gst_audio_fx_base_iir_filter_calculate_gain),
30         (gst_audio_fx_base_iir_filter_set_coefficients),
31         (gst_audio_fx_base_iir_filter_setup), (process),
32         (gst_audio_fx_base_iir_filter_transform_ip),
33         (gst_audio_fx_base_iir_filter_stop):
34         * gst/audiofx/audiofxbaseiirfilter.h:
35         Implement a base class for IIR filters.
36
37         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
38         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
39         (generate_coefficients), (gst_audio_cheb_band_set_property),
40         (gst_audio_cheb_band_setup):
41         * gst/audiofx/audiochebband.h:
42         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
43         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
44         (generate_coefficients), (gst_audio_cheb_limit_set_property),
45         (gst_audio_cheb_limit_setup):
46         * gst/audiofx/audiocheblimit.h:
47         Use the IIR filter base class for the chebyshev filters.
48
49 2009-01-02  Michael Smith <msmith@songbirdnest.com>
50
51           Patch by: Justin Karnegas <justin@affinix.com> and
52                     Michael Smith <msmith@songbirdnest.com>
53         * sys/osxaudio/gstosxaudio.c:
54         * sys/osxaudio/gstosxaudioelement.c:
55         * sys/osxaudio/gstosxaudioelement.h:
56         * sys/osxaudio/gstosxaudiosink.c:
57         * sys/osxaudio/gstosxaudiosink.h:
58         * sys/osxaudio/gstosxaudiosrc.c:
59         * sys/osxaudio/gstosxaudiosrc.h:
60         * sys/osxaudio/gstosxringbuffer.c:
61         * sys/osxaudio/gstosxringbuffer.h:
62           Rewrite osxaudio to work more flexibly and more reliably, using a
63           different abstraction layer of coreaudio that is the recommended way of
64           doing low-level audio I/O on OSX.
65           Fixes byg #564948.
66
67 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
68
69         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
70         Add example RTP transcoding pipeline from any file decodedable with
71         uridecodebin.
72
73 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         * tests/examples/rtp/.cvsignore:
76         * tests/examples/rtp/Makefile.am:
77         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
78         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
79         Add two C examples of using gstrtpbin as a sender and a receiver.
80
81 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
82
83         * ChangeLog:
84         Remove conflict marker from ChangeLog
85
86 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
87
88         Patch by: j^ <j at oil21.org>
89
90         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
91         (qtdemux_audio_caps):
92         Add codec mapping for xvid, fmp4 and ac3 tracks.
93         Fixes #565850
94
95 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
96
97         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
98         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
99         (gst_smokeenc_chain), (gst_smokeenc_change_state):
100         * ext/jpeg/gstsmokeenc.h:
101         Implement getcaps function.
102         Set caps on the pad and on all outgoing buffers.
103         Fixes #565441.
104
105 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
106
107         * ext/pulse/pulsemixerctrl.c:
108           And remove temporary comment pointing to the bug ticket.
109
110         * gst/avi/gstavimux.c:
111           Move reoccuring logging to LOG and log instance too.
112
113 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
114
115         * ext/pulse/pulsemixerctrl.c:
116           Don't leak the pa_operation.
117
118 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
119
120         * configure.ac:
121           Require core cvs.
122
123 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
124
125         * gst/avi/gstavimux.c:
126           Rename api from _flush to _reset_tags. 
127
128 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
129
130         * gst/avi/gstavimux.c:
131           Use new tagsetter api to flush tags.
132
133 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
134
135         * tests/check/elements/deinterleave.c: (deinterleave_suite):
136         Increase timeout to 3 minutes to prevent timeouts.
137
138 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
139
140         * tests/check/elements/interleave.c: (interleave_suite):
141         Increase timeout to 3 minutes to prevent timeouts.
142
143 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
144
145         * gst/avi/gstavimux.c:
146         * gst/avi/gstavimux.h:
147           Totally remove the internal taglists and fully use tagsetter.
148
149 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
150
151         * gst/avi/gstavimux.c:
152           Instead of filtering wrongly just use the mergemode. Applications is
153           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
154           avi for real (I hope). Everyone chime in, before I fix the others.
155
156 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
157
158         * ext/pulse/pulsemixerctrl.c:
159           Add note about memleak.
160
161 2008-12-13  Edward Hervey  <bilboed@gmail.com>
162
163         * m4/Makefile.am:
164         A couple more .m4 that aren't shipped anymore with gettext 0.17.
165
166 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
167
168         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
169         (gst_flac_dec_init):
170         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
171         (gst_alaw_dec_init):
172         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
173         (gst_alaw_enc_init):
174         * gst/law/alaw.c: (plugin_init):
175         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
176         (gst_mulawdec_init):
177         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
178         (gst_mulawenc_init):
179         * gst/law/mulaw.c: (plugin_init):
180         Switch to using GstStaticPadTemplate.
181         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
182         Don't forget to free the addrinfo structure.
183         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
184         (gst_wavparse_sink_activate):
185         Don't forget to unref the GstAdapter.
186
187 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
188
189         * m4/Makefile.am:
190         inttypes.m4 hasn't been available since gettext-0.15, and since we now
191         require gettext >= 0.17 ... we can remove it from the list of files to
192         dist.
193
194 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
195
196         * gst/avi/gstavidemux.c:
197           More logging.
198
199         * gst/avi/gstavimux.c:
200           Handle more metadata fields. Better estimate of metadata size. Don't
201           merge received tags, if application has specified tags using
202           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
203
204 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
205
206         * tests/check/Makefile.am:
207         Also ignore pulsemixer for the states unit test.
208
209 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
212         Add an EOI marker at the end of the jpeg frame when it's missing.
213         Fixes #563056.
214
215 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
216
217         * tests/check/elements/videocrop.c: (check_1x1_buffer):
218         Update the unit test for the new color values for BT.601 red.
219         Fixes bug #563510.
220
221 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
222
223         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
224           Restore previous behaviour of not passing QoS and navigation
225           events upstream, which presumably wasn't meant to be changed.
226
227 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
228
229         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
230         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
231         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
232         (gst_dvdemux_chain), (gst_dvdemux_loop),
233         (gst_dvdemux_change_state):
234         Add srcpads only when needed and remove them again when going
235         back to READY. This prevents stalled pipelines if there's no
236         audio inside the DV stream, which happens for many MXF files.
237
238 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
239
240         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
241         (run_server):
242         The ports in libsoup are unsigned integers and not signed
243         integers.
244
245 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
246
247         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
248         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
249         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
250         (gst_dvdemux_chain), (gst_dvdemux_loop),
251         (gst_dvdemux_change_state):
252         Add srcpads only when they're needed. If we add all pads in any
253         case we will get a stalling audio pad if the stream contains
254         no audio, which is the case for many MXF files.
255
256 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
259         Forward all events upstream unless it's something we really
260         don't handle. This fixes latency configuration of pipelines.
261
262 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
263
264         * ext/dv/gstdv.c: (plugin_init):
265         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
266         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
267         Really call dv_init() exactly one time, not one time for
268         the demuxer and one time for the decoder.
269
270 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
271
272         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
273         Copy incomming timestamp to outgoing packets.
274
275 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
276
277         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
278         (gst_rtp_mp4v_pay_event):
279         Don't try to push packets before we could find a valid config
280         startcode. Fixes #563509.
281
282 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         Patch by: Brian Cameron <brian.cameron at sun dot com>
285
286         * sys/sunaudio/gstsunaudiomixerctrl.c:
287         (gst_sunaudiomixer_ctrl_open):
288         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
289
290 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
291
292         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
293
294         * configure.ac:
295         Make usage of libv4l optional by a configure parameter.
296         Fixes bug #563504.
297
298 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
299
300         * docs/plugins/Makefile.am:
301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
303         * docs/plugins/gst-plugins-good-plugins.args:
304         * docs/plugins/gst-plugins-good-plugins.hierarchy:
305         * docs/plugins/gst-plugins-good-plugins.interfaces:
306         * docs/plugins/inspect/plugin-1394.xml:
307         * docs/plugins/inspect/plugin-aasink.xml:
308         * docs/plugins/inspect/plugin-alaw.xml:
309         * docs/plugins/inspect/plugin-alpha.xml:
310         * docs/plugins/inspect/plugin-alphacolor.xml:
311         * docs/plugins/inspect/plugin-annodex.xml:
312         * docs/plugins/inspect/plugin-apetag.xml:
313         * docs/plugins/inspect/plugin-audiofx.xml:
314         * docs/plugins/inspect/plugin-auparse.xml:
315         * docs/plugins/inspect/plugin-autodetect.xml:
316         * docs/plugins/inspect/plugin-avi.xml:
317         * docs/plugins/inspect/plugin-cacasink.xml:
318         * docs/plugins/inspect/plugin-cairo.xml:
319         * docs/plugins/inspect/plugin-cutter.xml:
320         * docs/plugins/inspect/plugin-debug.xml:
321         * docs/plugins/inspect/plugin-dv.xml:
322         * docs/plugins/inspect/plugin-efence.xml:
323         * docs/plugins/inspect/plugin-effectv.xml:
324         * docs/plugins/inspect/plugin-equalizer.xml:
325         * docs/plugins/inspect/plugin-esdsink.xml:
326         * docs/plugins/inspect/plugin-flac.xml:
327         * docs/plugins/inspect/plugin-flxdec.xml:
328         * docs/plugins/inspect/plugin-gamma.xml:
329         * docs/plugins/inspect/plugin-gconfelements.xml:
330         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
331         * docs/plugins/inspect/plugin-goom.xml:
332         * docs/plugins/inspect/plugin-goom2k1.xml:
333         * docs/plugins/inspect/plugin-halelements.xml:
334         * docs/plugins/inspect/plugin-icydemux.xml:
335         * docs/plugins/inspect/plugin-id3demux.xml:
336         * docs/plugins/inspect/plugin-interleave.xml:
337         * docs/plugins/inspect/plugin-jpeg.xml:
338         * docs/plugins/inspect/plugin-level.xml:
339         * docs/plugins/inspect/plugin-matroska.xml:
340         * docs/plugins/inspect/plugin-monoscope.xml:
341         * docs/plugins/inspect/plugin-mulaw.xml:
342         * docs/plugins/inspect/plugin-multifile.xml:
343         * docs/plugins/inspect/plugin-multipart.xml:
344         * docs/plugins/inspect/plugin-navigationtest.xml:
345         * docs/plugins/inspect/plugin-ossaudio.xml:
346         * docs/plugins/inspect/plugin-png.xml:
347         * docs/plugins/inspect/plugin-pulseaudio.xml:
348         * docs/plugins/inspect/plugin-quicktime.xml:
349         * docs/plugins/inspect/plugin-replaygain.xml:
350         * docs/plugins/inspect/plugin-rtp.xml:
351         * docs/plugins/inspect/plugin-rtsp.xml:
352         * docs/plugins/inspect/plugin-shout2send.xml:
353         * docs/plugins/inspect/plugin-smpte.xml:
354         * docs/plugins/inspect/plugin-soup.xml:
355         * docs/plugins/inspect/plugin-spectrum.xml:
356         * docs/plugins/inspect/plugin-speex.xml:
357         * docs/plugins/inspect/plugin-taglib.xml:
358         * docs/plugins/inspect/plugin-udp.xml:
359         * docs/plugins/inspect/plugin-video4linux2.xml:
360         * docs/plugins/inspect/plugin-videobalance.xml:
361         * docs/plugins/inspect/plugin-videobox.xml:
362         * docs/plugins/inspect/plugin-videocrop.xml:
363         * docs/plugins/inspect/plugin-videoflip.xml:
364         * docs/plugins/inspect/plugin-videomixer.xml:
365         * docs/plugins/inspect/plugin-wavenc.xml:
366         * docs/plugins/inspect/plugin-wavpack.xml:
367         * docs/plugins/inspect/plugin-wavparse.xml:
368         * docs/plugins/inspect/plugin-ximagesrc.xml:
369         * gst/matroska/matroska-demux.c:
370         * gst/matroska/matroska-demux.h:
371         * gst/matroska/matroska-mux.c:
372         * gst/matroska/matroska-mux.h:
373         Add documentation for matroskamux and matroskademux and
374         update the inspection xml files.
375
376 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
377
378         * configure.ac:
379         Apparently AC_CONFIG_MACRO_DIR breaks when using more
380         than one macro directory, reverting last change.
381
382 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
383
384         * configure.ac:
385         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
386         our M4 macros.
387
388 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
389
390         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
391         Provide the parameters that are required for the format string
392         to fix a compiler warning.
393
394 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
395
396         * gst/autodetect/gstautoaudiosrc.c:
397           Fix classification.
398
399 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
400
401         Patch by: Cygwin Ports maintainer
402                   <yselkowitz at users dot sourceforge dot net>
403
404         * autogen.sh:
405         * configure.ac:
406         Require gettext 0.17 because older versions don't mix with libtool
407         2.2. At build time an older gettext version will still work.
408         Fixes bug #556091.
409
410 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
411
412         Patch by: Peter Kjellerstedt <pkj at axis com>
413
414         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
415         Make gst_multiudpsink_render() ignore errors from sendto() instead of
416         breaking streaming. Emit a warning instead. Fixes #562572.
417
418 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
419
420         Patch by: Ron McOuat <rmcouat at smartt dot com>
421
422         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
423         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
424         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
425         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
426         * ext/soup/gstsouphttpsrc.h:
427         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
428         (digest_auth_cb), (run_test), (GST_START_TEST),
429         (souphttpsrc_suite), (run_server):
430         Add support for basic and digest authentication in souphttpsrc.
431         Fixes bug #561775.
432
433 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
434
435         Patch by: Pepijn Van Eeckhoudt
436                       <pepijn dot vaneeckhoudt at luciad dot com>
437
438         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
439         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
440         * gst/wavenc/gstwavenc.h:
441         * gst/wavenc/riff.h:
442         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
443
444 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
445
446         Patch by: 이문형 <iwings at gmail dot com>
447
448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
449         Prevent further read/write actions taken to the connect-failed socket by
450         erroring out quickly. See #562258.
451
452 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
453
454         * tests/examples/level/level-example.c:
455           Set fakesink to sync. Otherwise people might question the message
456           interval. Nevertheless the timestamp in the message is what matters.
457
458 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
459
460         * tests/icles/.cvsignore:
461         cvsignore newly generated file.
462
463 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
464
465         * gst/rtp/gstasteriskh263.c:
466         * gst/rtp/gstasteriskh263.h:
467         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
468         * gst/rtp/gstrtpL16depay.h:
469         * gst/rtp/gstrtpL16pay.c:
470         * gst/rtp/gstrtpL16pay.h:
471         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
472         * gst/rtp/gstrtpac3depay.h:
473         * gst/rtp/gstrtpamrdepay.c:
474         * gst/rtp/gstrtpamrdepay.h:
475         * gst/rtp/gstrtpamrpay.c:
476         * gst/rtp/gstrtpamrpay.h:
477         * gst/rtp/gstrtpdepay.c:
478         * gst/rtp/gstrtpdepay.h:
479         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
480         * gst/rtp/gstrtpg726depay.c:
481         * gst/rtp/gstrtpg726pay.c:
482         * gst/rtp/gstrtpg729depay.c:
483         * gst/rtp/gstrtpg729pay.c:
484         * gst/rtp/gstrtpgsmdepay.c:
485         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
486         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
487         * gst/rtp/gstrtph263depay.h:
488         * gst/rtp/gstrtph263pay.c:
489         * gst/rtp/gstrtph263pay.h:
490         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
491         * gst/rtp/gstrtph263pdepay.h:
492         * gst/rtp/gstrtph263ppay.c:
493         * gst/rtp/gstrtph263ppay.h:
494         * gst/rtp/gstrtph264depay.c:
495         * gst/rtp/gstrtph264depay.h:
496         * gst/rtp/gstrtph264pay.c:
497         * gst/rtp/gstrtph264pay.h:
498         * gst/rtp/gstrtpilbcdepay.c:
499         * gst/rtp/gstrtpilbcpay.c:
500         * gst/rtp/gstrtpjpegdepay.h:
501         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
502         * gst/rtp/gstrtpmp1sdepay.h:
503         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
504         * gst/rtp/gstrtpmp2tdepay.h:
505         * gst/rtp/gstrtpmp2tpay.c:
506         * gst/rtp/gstrtpmp2tpay.h:
507         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
508         * gst/rtp/gstrtpmp4apay.c:
509         * gst/rtp/gstrtpmp4apay.h:
510         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
511         * gst/rtp/gstrtpmp4gdepay.h:
512         * gst/rtp/gstrtpmp4gpay.c:
513         * gst/rtp/gstrtpmp4gpay.h:
514         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
515         * gst/rtp/gstrtpmp4vdepay.h:
516         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
517         * gst/rtp/gstrtpmp4vpay.h:
518         * gst/rtp/gstrtpmpadepay.c:
519         * gst/rtp/gstrtpmpadepay.h:
520         * gst/rtp/gstrtpmpapay.c:
521         * gst/rtp/gstrtpmpapay.h:
522         * gst/rtp/gstrtpmpvdepay.c:
523         * gst/rtp/gstrtpmpvdepay.h:
524         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
525         * gst/rtp/gstrtppcmapay.c:
526         * gst/rtp/gstrtppcmudepay.c:
527         * gst/rtp/gstrtppcmupay.c:
528         * gst/rtp/gstrtpspeexdepay.c:
529         * gst/rtp/gstrtpspeexpay.c:
530         * gst/rtp/gstrtpsv3vdepay.c:
531         * gst/rtp/gstrtpsv3vdepay.h:
532         * gst/rtp/gstrtptheoradepay.c:
533         * gst/rtp/gstrtptheoradepay.h:
534         * gst/rtp/gstrtptheorapay.c:
535         * gst/rtp/gstrtptheorapay.h:
536         * gst/rtp/gstrtpvorbisdepay.c:
537         * gst/rtp/gstrtpvorbisdepay.h:
538         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
539         * gst/rtp/gstrtpvorbispay.h:
540         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
541         * gst/rtp/gstrtpvrawpay.c:
542         Fix the descriptions and fix some email addresses.
543
544 2008-11-25  Julien Moutte  <julien@fluendo.com>
545
546         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
547         to supported qtdemux video codecs as I found some video clips using 
548         those.
549
550 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
553         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
554         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
555         (gst_auto_video_sink_detect):
556         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
557         Post an error when we can't set the internal ghostpad target.
558
559 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
562         (gst_video_crop_transform), (gst_video_crop_transform_caps),
563         (gst_video_crop_set_caps), (gst_video_crop_set_property):
564         * gst/videocrop/gstvideocrop.h:
565         Fix renegotiation when changing properties using the new basetransform
566         features. Fixes #561502.
567
568         * tests/icles/Makefile.am:
569         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
570         Add crazy interactive test unit for dynamically changing properties.
571
572 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
573
574         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
575         (gst_rtspsrc_parse_range):
576         Add some more debugging.
577         Use the reanges received from the server unconditionally.
578         Fixes #561625.
579
580 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
581
582         * ext/pulse/pulsesink.c:
583           Change #if 0 to something more expresive and add pointer to related
584           bug ticket.
585
586 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
587
588         Patch by: Tal Shalif <tshalif at nargila dot org>
589
590         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
591         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
592         the latter don't exist on some systems (mingw). Fixes bug #561990.
593
594 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
595
596         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
597
598         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
599         Add transferMode.dnla.org header to HTTP requests as this is
600         required by the DLNA specs and doesn't hurt in other situations.
601         Fixes bug #561802.
602
603 2008-11-20  Michael Smith <msmith@songbirdnest.com>
604
605         * sys/osxvideo/osxvideosink.h:
606         * sys/osxvideo/osxvideosink.m:
607           Handle video window resizing more correctly, avoiding crashes when
608           embedding the window and resizing it.
609
610 2008-11-20  Michael Smith <msmith@songbirdnest.com>
611
612         * gst/udp/gstmultiudpsink.c:
613         * gst/udp/gstudpnetutils.c:
614         * gst/udp/gstudpnetutils.h:
615         * gst/udp/gstudpsrc.c:
616           Fix multiudpsink on OSX by passing the specific length of the socket,
617           refactor that into a function shared with the same thing in udpsrc.
618
619 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
622         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
623         (gst_wavparse_stream_headers):
624         Fix the scaling code.
625         Fix parsing of the INFO chunks, we were reading the wrong number of
626         bytes.  Fixes #561580.
627
628 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
629
630         * gst/matroska/matroska-mux.c:
631         Fix NULL pointer dereference of an unset codec_id in the recently 
632         added Dirac paths
633
634 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
635
636         * tests/check/Makefile.am:
637         Just keep disabling elements that hang the states test until it
638         works.
639
640 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
641
642         * ext/libpng/gstpngenc.c:
643         Don't flush downstream after every buffer - that's not what
644         this libpng callback is for at all!
645
646 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
647
648         * sys/v4l2/v4l2src_calls.c:
649           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
650           (gst_v4l2src_probe_caps_for_format):
651           Turns out we don't always get the frame sizes in a predefined
652           order from lowest to highest resolution, so let's just sort the
653           list by frame size once we've queried the possible resolutions
654           rather than assume any particular order. Fixes probed caps for
655           the camera in my HP2133 mini notebook and makes v4l2src default
656           to a decent size.
657
658 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
659
660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
661         * gst/matroska/matroska-ids.h:
662         Make mkvdemux aware of E-AC3.
663
664 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
665
666         * gst/rtp/Makefile.am:
667         * gst/rtp/gstrtp.c: (plugin_init):
668         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
669         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
670         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
671         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
672         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
673         (gst_rtp_jpeg_depay_change_state),
674         (gst_rtp_jpeg_depay_plugin_init):
675         * gst/rtp/gstrtpjpegdepay.h:
676         Add a jpeg depayloader.
677
678         * gst/rtp/gstrtpjpegpay.c:
679         Set the default properties on the payloader to better defaults.
680
681 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
682
683         * sys/v4l2/gstv4l2.c:
684           Give it a primary rank for autovideosrc.
685
686 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         Patch by: Bjorn Ostby <bjornos at axis dot com>
689
690         * gst/rtp/Makefile.am:
691         * gst/rtp/gstrtp.c: (plugin_init):
692         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
693         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
694         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
695         (gst_rtp_jpeg_pay_read_quant_table),
696         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
697         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
698         (gst_rtp_jpeg_pay_plugin_init):
699         * gst/rtp/gstrtpjpegpay.h:
700         Add JPEG payloader. Fixes #560756.
701
702 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
703
704         Patch by: Fabricio Godoy <skarllot at gmail dot com>
705
706         * sys/oss/gstosssink.c: (gst_oss_sink_open):
707         * sys/oss/gstosssrc.c: (gst_oss_src_open):
708         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
709         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
710         Fix some spelling mistakes. Fixes #556802.
711
712 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
713
714         * gst/equalizer/GstIirEqualizer10Bands.prs:
715         * gst/equalizer/GstIirEqualizer3Bands.prs:
716         * gst/equalizer/Makefile.am:
717         * gst/equalizer/gstiirequalizer10bands.c:
718         * gst/equalizer/gstiirequalizer3bands.c:
719           Add presets for equalizer. Fixes #522183.
720
721 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         * gst/rtsp/Makefile.am:
724         * gst/rtsp/gstrtsp.c: (plugin_init):
725         * gst/rtsp/gstrtspgoogle.c:
726         * gst/rtsp/gstrtspgoogle.h:
727         Remove google extension again, it's not needed anymore because we never
728         send multiple transports anymore.
729
730 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
733
734         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
735         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
736         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
737         (gst_rtspsrc_stream_free),
738         (gst_rtspsrc_stream_configure_udp_sinks),
739         (gst_rtspsrc_stream_configure_transport),
740         (gst_rtspsrc_send_dummy_packets),
741         (gst_rtspsrc_create_transports_string),
742         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
743         * gst/rtsp/gstrtspsrc.h:
744         Add property to configure NAT traversal method.
745         Ignore EOS from the internal sinks.
746         Implement sending dummy packets as a (simple) method to open up
747         some firewalls.
748         Send PLAY request to the server after we started the udp sources.
749         Fixes #559545.
750
751 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
752
753         Patch by: Yotam <sh dot yotam at gmail dot com>
754
755         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
756         Flush the remaining frames on EOS. Fixes #560641.
757
758 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
759
760         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
761         Fix compiler warning about printf formatting.
762
763 2008-11-12  Andy Wingo  <wingo@pobox.com>
764
765         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
766         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
767         segment events instead of sending them from the seeking thread.
768         Fixes #559288.
769         (gst_qtdemux_push_pending_newsegment): New helper, sends out
770         queued newsegment events.
771         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
772         call it here, as we only seek when looping, and only push in the
773         movie state.
774
775 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
776
777         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
778         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
779         * gst/qtdemux/qtdemux_fourcc.h:
780         * gst/qtdemux/qtdemux_types.c:
781         Add cover and alternative copyright tag, and enhance some existing
782         ones by marking them as container atoms.
783
784 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
785
786         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
787         Don't ignore the return value of setcaps.
788
789 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
790
791         Patch by: Olivier Crete <tester at tester dot ca>
792
793         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
794         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
795         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
796         * gst/rtp/gstrtpg729pay.h:
797         Replace G729 payloader with an improved version. Fixes #532409.
798
799 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
802         (gst_rtspsrc_change_state):
803         Only send one transport at a time for improved compatibility with some
804         broken servers. See #537832.
805
806 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
807
808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
809         (gst_rtspsrc_perform_seek):
810         Only pause/play in the seek handler when the source was playing.
811         Fixes #529379.
812
813 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
814
815         * gst/matroska/matroska-mux.c:
816         (gst_matroska_mux_handle_dirac_packet):
817         Fix muxing of Dirac streams if the input already has the format
818         we need, i.e. is the output of matroskademux.
819
820 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
821
822         * gst/avi/gstavimux.c:
823           Don't segfault on string typed tags being NULL. Fixes #560155.
824
825 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
826
827         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
828         (gst_matroska_mux_audio_pad_setcaps):
829         Fix mapping AAC profile to Matroska codec id.
830
831 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
832
833         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
834         (qtdemux_video_caps), (qtdemux_audio_caps):
835         Refactor some raw audio caps building, and handle >16-bit cases.
836         Fix/replace building caps from a string description.
837
838 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
839
840         * gst/audiofx/audiowsincband.c:
841         * gst/audiofx/audiowsinclimit.c:
842         * gst/cutter/gstcutter.c:
843           Make author name consistent with others.
844
845 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
846
847         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
848
849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
850         (gst_rtspsrc_stream_configure_udp_sink):
851         Pause the RTSP stream before doing a new play request.
852         Make sure that adding the udpsinks does not cause the rtspsrc to become
853         a sink. Fixes #559547.
854
855 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
856
857         * gst/matroska/matroska-ids.h:
858         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
859         (gst_matroska_mux_handle_dirac_packet),
860         (gst_matroska_mux_write_data):
861         Implement Dirac muxing into Matroska comforming to the spec, i.e.
862         put all Dirac packages up to a picture into a Matroska block.
863
864         TODO: Implement writing of the ReferenceBlock Matroska elements,
865         currently the Dirac muxing is only 100% correct if Matroska version 2
866         is selected for muxing.
867
868 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
869
870         Patch by: Bastien Nocera <hadess at hadess dot net>,
871                   Hans de Goede <jwrdegoede at fedoraproject dot org>
872
873         * configure.ac:
874         * sys/v4l2/Makefile.am:
875         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
876         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
877         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
878         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
879         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
880         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
881         (gst_v4l2_get_input), (gst_v4l2_set_input):
882         * sys/v4l2/v4l2_calls.h:
883         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
884         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
885         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
886         (gst_v4l2src_fill_format_list),
887         (gst_v4l2src_probe_caps_for_format_and_size),
888         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
889         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
890         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
891         (gst_v4l2src_get_nearest_size):
892         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
893
894 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
895
896         * ext/aalib/Makefile.am:
897         * ext/annodex/Makefile.am:
898         * ext/cairo/Makefile.am:
899         * ext/dv/Makefile.am:
900         * ext/esd/Makefile.am:
901         * ext/flac/Makefile.am:
902         * ext/gconf/Makefile.am:
903         * ext/gdk_pixbuf/Makefile.am:
904         * ext/hal/Makefile.am:
905         * ext/jpeg/Makefile.am:
906         * ext/ladspa/Makefile.am:
907         * ext/libcaca/Makefile.am:
908         * ext/libmng/Makefile.am:
909         * ext/libpng/Makefile.am:
910         * ext/mikmod/Makefile.am:
911         * ext/pulse/Makefile.am:
912         * ext/raw1394/Makefile.am:
913         * ext/shout2/Makefile.am:
914         * ext/soup/Makefile.am:
915         * ext/speex/Makefile.am:
916         * ext/taglib/Makefile.am:
917         * ext/wavpack/Makefile.am:
918         * gst/alpha/Makefile.am:
919         * gst/apetag/Makefile.am:
920         * gst/audiofx/Makefile.am:
921         * gst/auparse/Makefile.am:
922         * gst/autodetect/Makefile.am:
923         * gst/avi/Makefile.am:
924         * gst/cutter/Makefile.am:
925         * gst/debug/Makefile.am:
926         * gst/effectv/Makefile.am:
927         * gst/equalizer/Makefile.am:
928         * gst/flx/Makefile.am:
929         * gst/goom/Makefile.am:
930         * gst/goom2k1/Makefile.am:
931         * gst/icydemux/Makefile.am:
932         * gst/id3demux/Makefile.am:
933         * gst/interleave/Makefile.am:
934         * gst/law/Makefile.am:
935         * gst/level/Makefile.am:
936         * gst/matroska/Makefile.am:
937         * gst/median/Makefile.am:
938         * gst/monoscope/Makefile.am:
939         * gst/multifile/Makefile.am:
940         * gst/multipart/Makefile.am:
941         * gst/oldcore/Makefile.am:
942         * gst/qtdemux/Makefile.am:
943         * gst/replaygain/Makefile.am:
944         * gst/rtp/Makefile.am:
945         * gst/rtsp/Makefile.am:
946         * gst/smpte/Makefile.am:
947         * gst/spectrum/Makefile.am:
948         * gst/udp/Makefile.am:
949         * gst/videobox/Makefile.am:
950         * gst/videocrop/Makefile.am:
951         * gst/videofilter/Makefile.am:
952         * gst/videomixer/Makefile.am:
953         * gst/wavenc/Makefile.am:
954         * gst/wavparse/Makefile.am:
955         * sys/directdraw/Makefile.am:
956         * sys/directsound/Makefile.am:
957         * sys/oss/Makefile.am:
958         * sys/osxaudio/Makefile.am:
959         * sys/osxvideo/Makefile.am:
960         * sys/sunaudio/Makefile.am:
961         * sys/v4l2/Makefile.am:
962         * sys/waveform/Makefile.am:
963         * sys/ximage/Makefile.am:
964           Don't install static libs for plugins. Fixes #550851 for -good.
965
966 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
967
968         * ext/flac/Makefile.am:
969         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
970         This fixes compilation if FLAC is installed in an uncommon location
971         that is not already handled by other CFLAGS. Fixes bug #558711.
972
973 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
976         Guard more uncommon formats with ifdefs so that we can compile on older
977         versions.
978
979 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         Patch by: Nick Haddad <nick at haddads dot net>
982
983         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
984         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
985         (gst_avi_demux_stream_data):
986         Invert other uncompressed RGB formats. Fixes #558554.
987
988 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
989
990         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
991         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
992         * gst/wavenc/gstwavenc.h:
993         Add support for float/double as input and remove the (nowadays)
994         useless parsing of the depth as we require width==depth.
995
996 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
997
998         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
999         * gst/rtp/gstrtpmpapay.c:
1000         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1001         mpeg version 1. Fixes #558427.
1002
1003 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1006         (gst_rtp_L16_pay_getcaps):
1007         Only put an integral amount of samples in the RTP packet.
1008         Fixes #556641.
1009
1010 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1011
1012         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1013         * gst/rtp/gstrtpchannels.h:
1014         Add method to get possible channel positions.
1015
1016 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1017
1018         * gst/rtp/Makefile.am:
1019         Also commit updated makefile
1020
1021 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1022
1023         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1024         Don't allow width=32,depth=24 as input. WAV requires that the width
1025         is the next integer multiply of 8 from the depth.
1026
1027 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1028
1029         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1030         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1031         (gst_rtp_L16_pay_getcaps):
1032         * gst/rtp/gstrtpchannels.c: (check_channels),
1033         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1034         (gst_rtp_channels_create_default):
1035         * gst/rtp/gstrtpchannels.h:
1036         Add mappings for multichannel support. Does not completely just work
1037         because the getcaps function does not yet return the allowed channel
1038         mappings. See #556641.
1039
1040 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1041
1042         * gst/goom/Makefile.am:
1043         * gst/goom/README:
1044         * gst/goom/config_param.c:
1045         * gst/goom/convolve_fx.c:
1046         * gst/goom/drawmethods.c:
1047         * gst/goom/drawmethods.h:
1048         * gst/goom/filters.c:
1049         * gst/goom/filters_mmx.s:
1050         * gst/goom/flying_stars_fx.c:
1051         * gst/goom/goom.h:
1052         * gst/goom/goom_config.h:
1053         * gst/goom/goom_config_param.h:
1054         * gst/goom/goom_core.c:
1055         * gst/goom/goom_filters.h:
1056         * gst/goom/goom_fx.h:
1057         * gst/goom/goom_graphic.h:
1058         * gst/goom/goom_plugin_info.h:
1059         * gst/goom/goom_tools.c:
1060         * gst/goom/goom_tools.h:
1061         * gst/goom/goom_typedefs.h:
1062         * gst/goom/goom_visual_fx.h:
1063         * gst/goom/graphic.c:
1064         * gst/goom/ifs.c:
1065         * gst/goom/ifs.h:
1066         * gst/goom/lines.c:
1067         * gst/goom/lines.h:
1068         * gst/goom/mathtools.c:
1069         * gst/goom/mathtools.h:
1070         * gst/goom/mmx.c:
1071         * gst/goom/motif_goom1.h:
1072         * gst/goom/motif_goom2.h:
1073         * gst/goom/plugin_info.c:
1074         * gst/goom/ppc_drawings.h:
1075         * gst/goom/ppc_zoom_ultimate.h:
1076         * gst/goom/sound_tester.c:
1077         * gst/goom/sound_tester.h:
1078         * gst/goom/surf3d.c:
1079         * gst/goom/surf3d.h:
1080         * gst/goom/tentacle3d.c:
1081         * gst/goom/tentacle3d.h:
1082         * gst/goom/v3d.c:
1083         * gst/goom/v3d.h:
1084         * gst/goom/xmmx.c:
1085           Add license headers in all source files. Remove filter.c from
1086           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1087           which are not used right now. Fixes #557709.
1088
1089 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1090
1091         Patch by: Olivier Crete <tester at tester dot ca>
1092
1093         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1094         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1095         Implement getcaps in rtpL16pay. Fixes #556484.
1096
1097 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1100         (gst_rtp_L16_depay_process):
1101         Check if clock-rate and channels are valid.
1102         Don't ignore the return value of setcaps.
1103         No need to validate the buffer, the base class does that for us.
1104         Use the marker bit to set the DISCONT flag on outgoing buffers.
1105
1106         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1107         Don't ignore the return value of set_outcaps.
1108
1109         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1110         (gst_rtp_ac3_depay_process):
1111         Don't ignore the return value of set_caps.
1112         No need to validate the buffer, the base class does that for us.
1113
1114         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1115         (gst_rtp_amr_depay_process):
1116         * gst/rtp/gstrtpamrdepay.h:
1117         Don't ignore the return value of setcaps.
1118         No need to validate the buffer, the base class does that for us.
1119         No need to set output caps on the buffers, the base class does that for
1120         us.
1121         The subclass will make sure we are negotiated.
1122         
1123         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1124         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1125         * gst/rtp/gstrtpdvdepay.h:
1126         Clean up caps negotiation.
1127         The subclass will make sure we are negotiated.
1128
1129         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1130         (gst_rtp_g726_depay_process):
1131         Clean up caps negotiation.
1132         Use the marker bit to set the DISCONT flag on outgoing buffers.
1133
1134         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1135         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1136         * gst/rtp/gstrtpg729depay.h:
1137         The subclass will make sure we are negotiated.
1138         Use the marker bit to set the DISCONT flag on outgoing buffers.
1139
1140         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1141         (gst_rtp_gsm_depay_process):
1142         Clean up caps negotiation.
1143         Use the marker bit to set the DISCONT flag on outgoing buffers.
1144
1145         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1146         Clean up caps negotiation.
1147         Don't ignore the return value of set_outcaps.
1148
1149         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1150         (gst_rtp_h263_depay_process):
1151         Clean up caps negotiation.
1152         No need to validate the buffer, the base class does that for us.
1153
1154         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1155         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1156         * gst/rtp/gstrtph263pay.h:
1157         Don't ignore the return value of set_outcaps.
1158         Do some more timestamps.
1159
1160         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1161         (gst_rtp_h263p_depay_process):
1162         Clean up caps negotiation.
1163         Don't ignore the return value of setcaps.
1164         No need to validate the buffer, the base class does that for us.
1165
1166         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1167         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1168         (gst_rtp_h263p_pay_handle_buffer):
1169         * gst/rtp/gstrtph263ppay.h:
1170         Don't ignore the return value of set_outcaps.
1171         Do some more timestamps.
1172
1173         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1174         (gst_rtp_h264_depay_process):
1175         Clean up caps negotiation.
1176         Don't ignore the return value of setcaps.
1177         Fix possible caps leak.
1178         No need to validate the buffer, the base class does that for us.
1179
1180         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1181         Add some more debug info.
1182
1183         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1184         (gst_rtp_ilbc_depay_process):
1185         Clean up caps negotiation.
1186         Use the marker bit to set the DISCONT flag on outgoing buffers.
1187
1188         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1189         Clean up caps negotiation.
1190
1191         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1192         (gst_rtp_mp1s_depay_process):
1193         Clean up caps negotiation.
1194         Don't ignore the return value of setcaps.
1195         No need to validate the buffer, the base class does that for us.
1196         No need to set caps on buffers, subclass does that for us.
1197
1198         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1199         (gst_rtp_mp2t_depay_process):
1200         Clean up caps negotiation.
1201         Don't ignore the return value of setcaps.
1202         No need to validate the buffer, the base class does that for us.
1203         No need to set caps on buffers, subclass does that for us.
1204
1205         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1206         (gst_rtp_mp4a_depay_process):
1207         Clean up caps negotiation.
1208         Don't ignore the return value of setcaps.
1209         No need to validate the buffer, the base class does that for us.
1210
1211         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1212         (gst_rtp_mp4a_pay_setcaps):
1213         Don't ignore the return value of set_outcaps.
1214
1215         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1216         (gst_rtp_mp4g_depay_process):
1217         Clean up caps negotiation.
1218         Don't ignore the return value of setcaps.
1219         No need to validate the buffer, the base class does that for us.
1220         No need to set caps on buffers, subclass does that for us.
1221
1222         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1223         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1224         Don't ignore the return value of set_outcaps.
1225
1226         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1227         (gst_rtp_mp4v_depay_process):
1228         Clean up caps negotiation.
1229         Don't ignore the return value of setcaps.
1230         No need to validate the buffer, the base class does that for us.
1231         No need to set caps on buffers, subclass does that for us.
1232
1233         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1234         (gst_rtp_mp4v_pay_setcaps):
1235         Don't ignore the return value of set_outcaps.
1236
1237         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1238         (gst_rtp_mpa_depay_process):
1239         Clean up caps negotiation.
1240         Don't ignore the return value of setcaps.
1241         No need to validate the buffer, the base class does that for us.
1242         Use the marker bit to set the DISCONT flag on outgoing buffers.
1243
1244         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1245         Don't ignore the return value of set_outcaps.
1246
1247         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1248         (gst_rtp_mpv_depay_process):
1249         Clean up caps negotiation.
1250         Actually set output caps.
1251         No need to validate the buffer, the base class does that for us.
1252
1253         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1254         Don't ignore the return value of set_outcaps.
1255
1256         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1257         (gst_rtp_pcma_depay_process):
1258         Clean up caps negotiation.
1259         Set output buffer duration because we can.
1260         Use the marker bit to set the DISCONT flag on outgoing buffers.
1261
1262         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1263         Don't ignore the return value of set_outcaps.
1264
1265         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1266         (gst_rtp_pcmu_depay_process):
1267         Clean up caps negotiation.
1268         Use the marker bit to set the DISCONT flag on outgoing buffers.
1269
1270         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1271         Don't ignore the return value of set_outcaps.
1272
1273         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1274         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1275         Clean up caps negotiation.
1276         Set output caps on the pad and header buffers.
1277         Set duration on output buffers because we can.
1278
1279         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1280         Don't ignore the return value of set_outcaps.
1281
1282         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1283         (gst_rtp_sv3v_depay_process):
1284         Clean up caps negotiation.
1285         No need to validate the buffer, the base class does that for us.
1286         No need to set caps out output buffers, subclass does that.
1287
1288         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1289         (gst_rtp_theora_depay_process):
1290         Don't ignore the return value of setcaps.
1291         No need to validate the buffer, the base class does that for us.
1292
1293         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1294         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1295         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1296         (gst_rtp_theora_pay_handle_buffer):
1297         Don't ignore the return value of set_outcaps.
1298
1299         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1300         (gst_rtp_vorbis_depay_process):
1301         Don't ignore the return value of setcaps.
1302         No need to validate the buffer, the base class does that for us.
1303
1304         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1305         Don't ignore the return value of set_outcaps.
1306
1307         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1308         Clean up caps negotiation, don't ignore setcaps return.
1309
1310         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1311         Don't ignore the return value of set_outcaps.
1312
1313 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         * gst/matroska/matroska-demux.c:
1316         (gst_matroska_demux_handle_src_event):
1317         Forward unknown events upstream.
1318
1319 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1322         Add some refcount check
1323
1324         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1325         Don't ignore the result of write(), fixes a  compiler warning for me.
1326
1327         * tests/icles/videobox-test.c: (main):
1328         Make the output a little more pretty.
1329
1330 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * ext/esd/esdmon.c:
1333           Add doc blob.
1334
1335 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * docs/plugins/Makefile.am:
1338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1340         * docs/plugins/gst-plugins-good-plugins.args:
1341         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1342         * docs/plugins/gst-plugins-good-plugins.interfaces:
1343         * docs/plugins/inspect/plugin-autodetect.xml:
1344           Add the docs of the new elements.
1345
1346 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1347
1348         * gst/autodetect/gstautoaudiosrc.c:
1349         (gst_auto_audio_src_class_init):
1350         * gst/autodetect/gstautovideosrc.c:
1351         (gst_auto_video_src_class_init):
1352         Fix "Since" tags in the documentation.
1353
1354 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1355
1356         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1357
1358         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1359         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1360         Add support for souphttpsrc to act as a live source. This makes it
1361         possible to get timestamped buffers in combination with the
1362         "do-timestamp" property. Fixes bug #556019.
1363
1364 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1365
1366         * gst/autodetect/Makefile.am:
1367         * gst/autodetect/gstautoaudiosink.c:
1368         * gst/autodetect/gstautoaudiosrc.c:
1369         * gst/autodetect/gstautoaudiosrc.h:
1370         * gst/autodetect/gstautodetect.c:
1371         * gst/autodetect/gstautovideosink.c:
1372         * gst/autodetect/gstautovideosrc.c:
1373         * gst/autodetect/gstautovideosrc.h:
1374           Implement src plugins. Little code/string cleanup in the sinks.
1375           Fixes #523813.
1376
1377 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1378
1379         Patch by: Peter Kjellerstedt <pkj at axis com>
1380
1381         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1382         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1383         Fix a memory leak when pads are requested but the pipeline never
1384         goes into PLAYING.
1385
1386         Correctly remove request pads, no matter if they have collected
1387         data or not.
1388
1389         Fixes bug #557710.
1390
1391 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1392
1393         Patch by: <lrn1986 at gmail dot com>
1394
1395         * gst/udp/gstudpnetutils.h:
1396         Define the correct WINVER so getaddinfo() can be used when using
1397         mingw32. Fixes bug #557294.
1398
1399 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1400
1401         Patch by: <lrn1986 at gmail dot com>
1402
1403         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1404         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1405         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1406         Fix "argument type mismatch" compiler warnings on Windows.
1407         Fixes bug #557293.
1408
1409 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1410
1411         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1412         Don't calculate the filter coefficients for every single buffer
1413         but only when it's needed. Fixes bug #557260.
1414
1415 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1416
1417         * configure.ac:
1418         Back to development -> 0.10.11.1
1419
1420 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1421
1422         * gst-plugins-good.doap:
1423         Fix version number of 0.10.11 release in doap file
1424
1425 === release 0.10.11 ===
1426
1427 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1428
1429         * configure.ac:
1430           releasing 0.10.11, "Secondary Consideration"
1431
1432 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1433
1434         * configure.ac:
1435         Commit 0.10.10.4 pre-release
1436
1437 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1438
1439         * gst/avi/gstavimux.c:
1440         Fix VPRP chunk setup in avimux.
1441         Fixes: #556010
1442         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1443
1444 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1445
1446         * gst/videobox/gstvideobox.c:
1447         support dynamically changing properties in videobox
1448         Fixed: #557085
1449         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1450
1451 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1452
1453         * configure.ac:
1454         0.10.10.3 pre-release
1455
1456 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1457
1458         * tests/check/Makefile.am:
1459         Don't run the states test on pulsesrc and pulsesink
1460
1461 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1462
1463         * configure.ac:
1464         Commit 0.10.10.2 pre-release bump that actually went
1465         out on 2008-10-11
1466
1467 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1468
1469         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1470         Skip entries for streams that don't have a output pad yet, thereby
1471         avoiding calling pad functions with a NULL pad.
1472         Fixes #556424
1473
1474 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1475
1476         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1477         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1478         Remove problematic and useless refcount check.
1479         Fixes #556381
1480
1481 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1482
1483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1484         Remove problematic and useless refcount check.
1485         Fixes #556381
1486
1487 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1488
1489         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1490         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1491         Cast some size_t arguments to guint to avoid compiler
1492         warnings on 64-bit systems.
1493
1494 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1497         Return TRUE instead of FALSE from the event handler when we swallowed the
1498         event.
1499
1500 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1501
1502         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1503         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1504         Reset header state. Fixes #555321.
1505
1506 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1509         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1510         * gst/avi/gstavidemux.h:
1511         For timestamping audio packets we need to take into account the
1512         amount of blocks in one entry using the blockalign. Fixes some sync
1513         issues with zero-padded audio blocks in the beginning of avi files.
1514
1515 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1516
1517         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1518         (gst_multi_file_src_query):
1519         Implement DEFAULT and BUFFER position queries. See #555260.
1520
1521 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1522
1523         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1524         Fix build for systems that don't have XDamage.
1525
1526 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         * tests/examples/rtp/client-H263p.sdp:
1529         * tests/examples/rtp/client-H263p.sh:
1530         * tests/examples/rtp/server-VTS-H263p.sh:
1531         Add some more H263p server and client examples.
1532
1533 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1534
1535         * configure.ac::
1536           Depend on released versions of core and base.
1537
1538 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1539
1540         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1541         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1542         Return -1 instead of 0 in error cases. Fixes #554771.
1543
1544 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1547         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1548         Stop leaking the cursor image.
1549         Unref the last_ximage and the cached cursor image on shutdown.
1550         Fixes #551570.
1551
1552 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1553
1554         * sys/v4l2/gstv4l2object.h:
1555         Getting the Class from an instance is not just a matter of casting it to
1556         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1557         instance. Fixes #549784.
1558
1559 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1560
1561         * configure.ac:
1562           Fix libs for linking directsound.
1563         * sys/directsound/gstdirectsoundsink.c:
1564           Fix buffer sizing to prevent racing the ringbuffer at startup.
1565           Add volume property.
1566
1567 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1568
1569         * ext/pulse/pulsesink.c:
1570         Fix problems with pulsesink randomly erroring with code 'OK' after a
1571         format change on the stream by waiting when disconnecting the stream.
1572
1573 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1574
1575         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1576         (gst_rtp_amr_depay_process):
1577         Mark DISCONT on output buffers when the marker bit signals a new talk
1578         spurt.
1579
1580         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1581         Set the marker bit for buffers with a DISCONT flag to signal a talk
1582         spurt.
1583
1584 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1585
1586         * gst/rtp/Makefile.am:
1587         * gst/rtp/gstrtp.c: (plugin_init):
1588         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1589         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1590         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1591         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1592         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1593         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1594         * gst/rtp/gstrtpmp4apay.h:
1595         Added MP4A-LATM payloader to match the depayloader.
1596
1597 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1598
1599         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1600         (gst_videomixer_sink_event):
1601         Handle segments a little better. Fixes #537361.
1602
1603 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1604
1605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1606         Don't assume the server supports PAUSE by default. Fixes #551048.
1607
1608 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1609
1610         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1611         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1612         Switch on the socket family to get the addrlen size right.
1613
1614 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1615
1616         Patch by: Daniel Franke <df at dfranke dot us>
1617
1618         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1619         OS X's bind() implementation is picky about its addrlen parameter and
1620         fails with EINVAL if it is larger than expected for the socket's address
1621         family. Set the length to the expected length instead. Fixes #553191.
1622
1623 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1624
1625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1626         Handle the case where we cannot do desribe or when the describe result
1627         does not contain a valid SDP message.
1628
1629 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1630
1631         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1632         Fix setting the qos.
1633
1634 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1635
1636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1637         (gst_qtdemux_chain):
1638         Some 'broken' files out there have atom lengths of zero...
1639         which basically results in qtdemux consuming that atom again and again
1640         until the *end of night* !
1641         Detect that and emits an adequate element error message.
1642
1643 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1644
1645         * gst/interleave/Makefile.am:
1646         * gst/matroska/Makefile.am:
1647         Fix build flags order.
1648
1649         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1650         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1651         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1652         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1653         Format fixes.
1654
1655         * tests/check/elements/multifile.c:
1656         Pull in unistd.h
1657
1658 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1659
1660         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1661         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1662         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1663         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1664         (gst_rtp_mp4g_depay_change_state):
1665         * gst/rtp/gstrtpmp4gdepay.h:
1666         Handle interleaved streams by reordering AU in a queue.
1667
1668 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1669
1670         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1671         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1672         Change some of the ranges in the caps, mostly for the amount of bits we
1673         can use.
1674         Added a little bitstream parse and use it to parse the AU header fields.
1675         Check for malformed and wrongly sized packets better.
1676         Implement more header field parsing.
1677         Handle the size of fragmented packets correctly.
1678
1679 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1680
1681         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1682         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1683         Add mapping for 'tiff' => image/tiff
1684         Fixes #552213
1685
1686 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1687
1688
1689         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1690         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1691           Pretend to care about the result of write() which works around
1692           compiler warnings.
1693
1694 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1695
1696         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1697           Make sure the desired default values are actually set, not only
1698           registered as defaults (actual problem is that the stereo-specific
1699           values are only updated if channels==2, which is not the case yet
1700           when the object is created, so the default values for the
1701           mid-side-stereo and loose-mid-side-stereo settings are never
1702           set in _update_quality()). Makes flacenc create smaller files by
1703           default (for stereo input), and fixes #550791.
1704
1705 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1706
1707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1708         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1709         (qtdemux_parse_trak), (qtdemux_video_caps):
1710         * gst/qtdemux/qtdemux.h:
1711         * gst/qtdemux/qtdemux_fourcc.h:
1712         * gst/qtdemux/qtdemux_types.c:
1713         Add support for video/mj2 mime-type and its additional atoms/boxes.
1714         Fixes #550646.
1715
1716 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * gst/debug/gsttaginject.c:
1719           Add warning when tags parameter is unparsable and give example for
1720           quoting in the docs.
1721
1722 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1723
1724         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1725         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1726         Add some alternative byteswapped mappings that seem to pop up sometimes.
1727         Fixes #550288.
1728
1729 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1730
1731         * po/LINGUAS:
1732         * po/POTFILES.in:
1733         * po/POTFILES.skip:
1734           Add 'ca' to LINGUAS; add some more files with translations and some
1735           files which should be ignored by translation tools.
1736
1737 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1738
1739         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1740         * ext/speex/gstspeexdec.h:
1741         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1742         * ext/speex/gstspeexenc.h:
1743         Use integer encoding and decoding functions instead of converting
1744         the integer input to float in the element. The libspeex integer
1745         functions are doing this for us already or, if libspeex was compiled
1746         in integer mode, they're doing everything using integer arithmetics.
1747         Also saves some copying around.
1748
1749 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1750
1751         * configure.ac:
1752           Fix --disable-external
1753
1754 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1755
1756         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1757         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1758         * ext/wavpack/gstwavpackenc.h:
1759         Handle non-zero start timestamps and stream discontinuities
1760         correctly. This only has an effect if we're muxing into
1761         a container format as the raw WavPack stream must contain
1762         continous sample numbers.
1763
1764 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1765
1766         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1767         Correct the timestamp and granulepos calculation by one Speex
1768         frame.
1769
1770 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1771
1772         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1773         Correctly take the granulepos from upstream if possible and
1774         correctly handle the granulepos in various calculations: the
1775         granulepos is the sample number of the _last_ sample in a frame, not
1776         the first.
1777
1778         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1779         (gst_speex_enc_encode), (gst_speex_enc_chain),
1780         (gst_speex_enc_change_state):
1781         * ext/speex/gstspeexenc.h:
1782         Handle non-zero start timestamps in the encoder and detect/handle
1783         stream discontinuities. Fixes bug #547075.
1784
1785 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1786
1787         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1788
1789         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1790         Fix compiler warnings caused by passing a string as format string
1791         instead of "%s" and then the string. This is only exposed by -Wformat=2
1792         as used by default on Ubuntu. Fixes bug #550015.
1793
1794 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1795
1796         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1797         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1798         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1799         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1800         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1801           (gst_ebml_read_element_length):
1802         * gst/matroska/matroska-demux.c:
1803           (gst_matroska_demux_check_subtitle_buffer):
1804           Make stuff compile with GST_DISABLE_GST_DEBUG.
1805
1806 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1807
1808         * gst/law/alaw.c:
1809         * gst/law/mulaw.c:
1810           Ref caps before passing to gst_pad_template_new(), since that takes
1811           ownership.
1812
1813 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1814
1815         Patch by: Mersad Jelacic <mersad at axis dot com>
1816
1817         * gst/multipart/multipartdemux.c:
1818         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1819         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1820         demuxer. Fixes #549551.
1821
1822 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1823
1824         * sys/osxaudio/gstosxaudiosink.c:
1825         (gst_osx_audio_sink_select_device):
1826         * sys/osxaudio/gstosxaudiosrc.c:
1827         (gst_osx_audio_src_create_ringbuffer),
1828         (gst_osx_audio_src_select_device):
1829         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1830         Fix the build on macosx.
1831
1832 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1833
1834         * gst/icydemux/gsticydemux.c:
1835           Small docs fix: in the example pipeline, we need to pass
1836           iradio-mode=true to the source, so the server actually sends
1837           an ICY stream.
1838
1839 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1840
1841         * sys/osxaudio/gstosxaudio.c:
1842           Oops. Revert more completely.
1843
1844 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1845
1846         * sys/osxaudio/gstosxaudio.c:
1847           Revert accidental element rename from testing.
1848
1849 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1850
1851         * gst-plugins-good.doap:
1852         Pull in 0.10.10 doap entry from release branch
1853
1854 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1855
1856         * configure.ac:
1857         Update version number to reflect 0.10.10 release from
1858         branch.
1859
1860 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1861
1862         * sys/osxaudio/Makefile.am:
1863         * sys/osxaudio/gstosxaudio.c:
1864         * sys/osxaudio/gstosxaudiosink.c:
1865         * sys/osxaudio/gstosxaudiosink.h:
1866         * sys/osxaudio/gstosxaudiosrc.c:
1867         * sys/osxaudio/gstosxaudiosrc.h:
1868         * sys/osxaudio/gstosxringbuffer.c:
1869         * sys/osxaudio/gstosxringbuffer.h:
1870           Rewrite caps setting and ring buffer initialisation.
1871           Previously we never told CoreAudio what format we were going to send it,
1872           so it only worked due to luck, and not at all on some hardware.
1873           Now we explicitly advertise what formats the hardware supports, and then
1874           configure the selected one correctly.
1875
1876 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1877
1878         * sys/v4l2/gstv4l2object.c:
1879         * sys/v4l2/gstv4l2src.c:
1880         * sys/v4l2/gstv4l2src.h:
1881         * sys/v4l2/v4l2_calls.c:
1882         * sys/v4l2/v4l2src_calls.c:
1883           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1884           need to memset instance structures. Some more FIXME's and comments.
1885
1886 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1887
1888         * tests/icles/.cvsignore:
1889           Ignore more.
1890
1891 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1892
1893         * gst/goom/.cvsignore:
1894         * gst/goom2k1/.cvsignore:
1895           Ignore files.
1896
1897 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1898
1899         * ext/cairo/gsttextoverlay.c:
1900           Fix compiler warning.
1901
1902 2008-08-25  David Schleef  <ds@schleef.org>
1903
1904         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1905
1906 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1907
1908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1909         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1910         * gst/matroska/matroska-mux.c:
1911         (gst_matroska_mux_video_pad_setcaps),
1912         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1913         Add Real[Audio|Video] support to Matroska containers.
1914         It works fine for:
1915         * decoding real audio/video streams contained in mkv
1916         * 'transmuxing' real (.rm) files into .mkv files
1917         It will not work though for encoding real[audio/video] streams that
1918         don't contain the 'mdpr_data' extra data on the caps.
1919         The reason why this will not work is because I never intended to
1920         duplicate virtually all the 'mdpr' block creation into mkvmux.
1921         Fixes #536067
1922
1923 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1924
1925         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1926         * gst/law/mulaw-conversion.c:
1927         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1928         (gst_mulawenc_chain):
1929         The encoder can't really renegotiate at the time they perform a
1930         pad-alloc so make the srcpads use fixed caps.
1931         Check the buffer size after a pad-alloc because the returned size might
1932         not be right when the downstream element does not know the size of the
1933         new buffer (capsfilter). Fixes #549073.
1934
1935 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1936
1937         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1938
1939         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1940         v4l2src doesn't have a property named "norm" so don't try to notify
1941         about changes to that property. The "norm" property and related
1942         code are commented out currently. Fixes bug #549090.
1943
1944 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1945
1946         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1947
1948         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1949         Reprobe devices again instead of taking a cached list as new
1950         devices could've been plugged in. Fixes bug #549062.
1951
1952 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1953
1954         * gst/autodetect/Makefile.am:
1955         Don't link the autodetect plugin with GConf as it doesn't
1956         use GConf. Fixes bug #545463.
1957
1958 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1959
1960         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1961         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1962         (gst_ebml_read_sint), (gst_ebml_read_float),
1963         (gst_ebml_read_header):
1964         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1965         possible to ignore errors and not post any ERROR messages on
1966         the bus.
1967
1968         * gst/matroska/matroska-demux.c:
1969         (gst_matroska_demux_parse_contents):
1970         Ignore any errors and not just EOS when parsing the contents of
1971         a SeekHead. Errors here are usually caused by truncated files
1972         and playback of the file works fine. Fixes playback of the
1973         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1974         archive.
1975
1976 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1977
1978         * gst/multipart/multipartdemux.c:
1979         * gst/multipart/multipartmux.c:
1980         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1981
1982 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1983
1984         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1985           gst_directdraw_sink_bufferpool_clear):
1986           Fix two more buffer ref leaks.
1987
1988 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1989
1990         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1991
1992         * sys/directdraw/gstdirectdrawsink.c:
1993           (gst_directdraw_sink_show_frame):
1994           Fix buffer ref leak.
1995
1996 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1997
1998         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1999         Revert the last commit. wavenc still supports width!=depth for 32 bit
2000         width. Thanks Tim.
2001
2002 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2003
2004         * gst/matroska/matroska-demux.c:
2005         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2006         If the duration of a block is unknown only use the timestamp for the
2007         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2008         laces. Otherwise every lace has the same timestamp which leads to
2009         various problems. Really fixes bug #548831.
2010
2011 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2012
2013         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2014         If we're not allowing width!=depth in wavenc we should also disable
2015         the code that was added to support width!=depth.
2016
2017 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2018
2019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2020         Don't calculate the default duration of a frame from the audio sampling
2021         rate. This only works for raw audio if every frame contains a single
2022         sample and results in broken buffer durations for other formats
2023         if no specified default duration is given or the blocks have no
2024         duration. Fixes bug #548831.
2025
2026 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2027
2028         * gst/matroska/matroska-demux.c:
2029         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2030         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2031         are used for text/plain subtitles as a gap-filler in some files.
2032
2033 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2034
2035         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2036         (gst_v4l2_get_caps_info):
2037         Add S910 and PWC formats with a low priority.
2038
2039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2040         (gst_v4l2src_probe_caps_for_format):
2041         Add more debugging.
2042
2043 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2044
2045         * ext/flac/gstflacenc.c:
2046           Fix compilation against older libflac versions.
2047
2048 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2049
2050         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2051         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2052         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2053         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2054         (gst_pulsemixer_ctrl_set_volume):
2055         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2056         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2057         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2058         (gst_pulsesink_init), (gst_pulsesink_open),
2059         (gst_pulsesink_prepare), (gst_pulsesink_write),
2060         (gst_pulsesink_delay), (gst_pulsesink_reset):
2061         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2062         (gst_pulsesrc_init):
2063         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2064         Fix a locking issue in pulsesink's prepare function.
2065
2066         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2067         Check if the created channel layout is valid for GStreamer.
2068
2069 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         * gst/rtsp/gstrtspgoogle.c:
2072         Things that can happen when your brain is in google mode trying to
2073         deal with their google rtsp server extensions and trying to type your
2074         google mail account.
2075
2076 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2077
2078         * gst/rtsp/Makefile.am:
2079         * gst/rtsp/gstrtsp.c: (plugin_init):
2080         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2081         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2082         (_do_init), (gst_rtsp_google_base_init),
2083         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2084         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2085         (gst_rtsp_google_extension_init):
2086         * gst/rtsp/gstrtspgoogle.h:
2087         Add google RTSP extension, it can only handle udp and responds with
2088         unsupported if we do anything else. Fixes #546465.
2089
2090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2091         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2092         (gst_rtspsrc_create_transports_string),
2093         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2094         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2095         Make transport setup code a bit better using GString.
2096         Add some more debug.
2097         Check for closed connections before doing anything on them.
2098
2099 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2100
2101         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2102         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2103         (gst_pulsesrc_prepare):
2104         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2105         (gst_pulse_channel_map_to_gst):
2106         * ext/pulse/pulseutil.h:
2107         If downstream provides no channel layout and >2 channels should be
2108         used use the default layout that pulseaudio chooses and also
2109         add this layout to the caps. Fixes bug #547258.
2110
2111 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2112
2113         Patch by: Peter Kjellerstedt <pkj at axis com>
2114
2115         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2116         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2117         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2118         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2119         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2120         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2121         (gst_udpsrc_set_property):
2122         Avoid leaking internally allocated file descriptors when setting
2123         custom file descriptors. Fixes #543101.
2124
2125 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2126
2127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2128         Don't try to configure RTCP back to the server when the server did not
2129         give us a valid port number.
2130
2131 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2132
2133         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2134         Use new basetransform method to renegotiate. Fixes #544956.
2135
2136         * tests/icles/Makefile.am:
2137         * tests/icles/videobox-test.c: (make_pipeline), (main):
2138         Add videobox renegotiation example.
2139
2140 2008-08-19  David Schleef  <ds@schleef.org>
2141
2142         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2143         with sane values.  Fixes #548530.
2144
2145 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2146
2147         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2148         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2149         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2150         are already filled with the correct values by
2151         gst_ring_buffer_parse_caps() so there's no need to set them again
2152         with wrong values.
2153
2154 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2155
2156         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2157         (gst_avi_demux_read_subindexes_push):
2158         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2159         and instead of using the 'ix##' nomenclature, use '##ix'.
2160         They're still valid though, this fixes the duration and indexes for
2161         virtually all the ODML files I have.
2162
2163 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2164
2165         Patch by: Olivier Crete <tester at tester dot ca>
2166
2167         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2168         (gst_rtp_vorbis_depay_process):
2169         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2170         Update the vorbis RTP pay/depay to RFC 5215.
2171         Fixes #547842.
2172
2173 2008-08-14  David Schleef  <ds@schleef.org>
2174
2175         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2176           with 3:2 pulldown, i.e., 24p.
2177
2178 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2179
2180         * tests/check/elements/level.c: (GST_START_TEST):
2181         Fix compilation some more.
2182
2183 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2184
2185         * configure.ac::
2186           Require -base CVS for wavparse acid chunk parsing.
2187
2188 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2189
2190         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2191         (gst_pulsesink_init), (gst_pulsesink_finalize),
2192         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2193         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2194         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2195         * ext/pulse/pulsesink.h:
2196         Add "device-name" property to pulsesink too and currently commented
2197         out and not working support for a "volume" property.
2198
2199 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2200
2201         * configure.ac:
2202         Remove more cdio stuff (moved to ugly)
2203
2204 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2207
2208         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2209         (gst_pulsesrc_get_property):
2210         Add "device-name" property, which provides a human readable string
2211         for the audio device, to make it more consisten with other audio
2212         sources. Fixes bug #547519.
2213
2214 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2215
2216         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2217         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2218         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2219         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2220         * ext/pulse/pulsemixerctrl.h:
2221         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2222         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2223         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2224         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2225         * ext/pulse/pulseprobe.h:
2226         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2227         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2228         (gst_pulsesrc_change_state):
2229         Improve debugging a bit by including the parent object in pulsemixerctrl
2230         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2231         GST_WARNING.
2232
2233         Use the parent GObject subclass instead of a random struct as GObject
2234         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2235         when probing for another property than "device".
2236
2237 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2238
2239         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2240
2241         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2242         Fix property probing after the device property is set by calling
2243         set_server when the server property changes. Fixes bug #547518.
2244
2245 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2246
2247         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2248
2249         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2250         (gst_pulsesink_implements_interface_init),
2251         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2252         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2253         (gst_pulsesink_get_type):
2254         * ext/pulse/pulsesink.h:
2255         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2256         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2257         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2258         * ext/pulse/pulsesrc.h:
2259         Implement GstPropertyProbe interface on pulsesink for detecting
2260         sink devices and on pulsesrc for detecting source devices.
2261         Fixes bugs #547227 and #547217.
2262
2263 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2264
2265         * gst/spectrum/gstspectrum.c:
2266           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2267
2268 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2269
2270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2271         Properly set the maximum latency value, in the same way it is done in
2272         v4lsrc.
2273         * sys/v4l2/v4l2src_calls.c:
2274         Simplify fraction equality check, no need to use GValues for this.
2275
2276 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2277
2278         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2279         Add warning messages stating exactly why the latency query failed.
2280         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2281         In some cases, the negotiated framerate might be the default one which
2282         is already set internally. But we still need to mark it down in fps_n
2283         and fps_d so that the latency query can happen properly.
2284
2285 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2286
2287         * docs/plugins/inspect/plugin-1394.xml:
2288         Whoops, forgot one doc file for people who can't/don't build the
2289         raw1394 plugin.
2290
2291 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2292
2293         * docs/plugins/Makefile.am:
2294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2296         * docs/plugins/inspect/plugin-cdio.xml:
2297         * ext/Makefile.am:
2298         * ext/cdio/Makefile.am:
2299         * ext/cdio/gstcdio.c:
2300         * ext/cdio/gstcdio.h:
2301         * ext/cdio/gstcdiocddasrc.c:
2302         * ext/cdio/gstcdiocddasrc.h:
2303
2304         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2305         CDDA source to -ugly.
2306
2307         * po/LINGUAS:
2308         * po/POTFILES.in:
2309         * po/id.po:
2310         Pull in new translation from 0.10.9.2 release branch.
2311
2312 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2313
2314         * docs/plugins/Makefile.am:
2315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2317         * docs/plugins/gst-plugins-good-plugins.args:
2318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2319         * docs/plugins/gst-plugins-good-plugins.interfaces:
2320         Integrate documentation for new hdv1394src element.
2321
2322 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2323
2324         * ext/raw1394/Makefile.am:
2325         * ext/raw1394/gst1394.c: (plugin_init):
2326         * ext/raw1394/gsthdv1394src.c: (_do_init),
2327         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2328         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2329         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2330         (gst_hdv1394src_from_raw1394handle),
2331         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2332         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2333         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2334         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2335         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2336         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2337         (gst_hdv1394src_uri_handler_init):
2338         * ext/raw1394/gsthdv1394src.h:
2339         mpeg2-ts (HDV) variant of firewire capture element.
2340         Fixes #350830
2341
2342 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2343
2344         * gst/level/gstlevel.c: (gst_level_message_new):
2345          Fix compilation (also known as the classic 'fix code that someone
2346          committed without compiling it first').
2347
2348 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2349
2350         * tests/check/elements/level.c:
2351           Add a test for level in stereo mode.
2352
2353 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2354
2355         * tests/examples/spectrum/demo-audiotest.c:
2356         * tests/examples/spectrum/demo-osssrc.c:
2357           Demo how to draw analyzer results synced to the clock.
2358
2359 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2360
2361         * gst/level/gstlevel.c:
2362           Little renaming (l -> level).
2363
2364         * gst/spectrum/gstspectrum.c:
2365         * gst/spectrum/gstspectrum.h:
2366           Also send full timestamp/duration details here.
2367
2368 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2369
2370         * gst/level/gstlevel.c:
2371         * gst/level/gstlevel.h:
2372           Send same timestamp/duration details as videoanalysis. This gives
2373           applications better chance to sync analysis results with playback.
2374
2375 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         * gst/matroska/matroska-mux.c:
2378         (gst_matroska_mux_handle_sink_event),
2379         (flac_streamheader_to_codecdata):
2380         We need to drop one additional buffer for FLAC as the fLaC
2381         marker and STREAMINFO block are merged into one buffer in the caps.
2382
2383         Also don't pretend to support NEWSEGMENT events, otherwise we
2384         will most probably write some invalid data.
2385
2386 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2387
2388         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2389         (gst_matroska_mux_audio_pad_setcaps):
2390         Add support for muxing FLAC into Matroska containers.
2391         Fixes bug #311586.
2392
2393 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2394
2395         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2396         Actually provide the variables required for the format string.
2397
2398 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2399
2400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2401         (gst_matroska_demux_element_send_event),
2402         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2403         * gst/matroska/matroska-demux.h:
2404         Close the current segment if we're doing a non-flushing seek and send
2405         the close-segment and the new segment of the seek from the streaming
2406         thread.
2407
2408 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2409
2410         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2411         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2412         (gst_flac_enc_change_state):
2413         * ext/flac/gstflacenc.h:
2414         Handle non-zero start timestamps correctly, mark header packets as
2415         IN_CAPS and print a warning and suggest using audiorate if stream
2416         discontinuities are detected. When FLAC supports flushing the encoder
2417         somehow this should be done for discontinuities instead.
2418
2419         Remove some unused variables from the instance struct.
2420
2421 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2422
2423         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2424         If seeking failed return the appropiate return value to FLAC.
2425         Otherwise it thinks seeking was successfull and tries to rewrite
2426         parts of the headers which then get appended to the output.
2427
2428 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2429
2430         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2431
2432         * ext/esd/gstesd.c: (plugin_init):
2433         * ext/flac/gstflac.c: (plugin_init):
2434         * ext/shout2/gstshout2.c: (plugin_init):
2435         * ext/wavpack/gstwavpack.c: (plugin_init):
2436         * sys/oss/gstossaudio.c: (plugin_init):
2437         * sys/v4l2/gstv4l2.c: (plugin_init):
2438         Make sure gettext returns translations in UTF-8 encoding rather
2439         than in the current locale encoding (#546822).
2440
2441 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2442
2443         * ext/flac/gstflacdec.c:
2444         Add FIXME for 0.11 to simply output everything with width=32 as given
2445         by FLAC and let audioconvert handle the conversions instead of doing
2446         them in flacdec.
2447
2448 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2449
2450         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2451         When outputting a pad template range for the size, include a framerate
2452         range too, to avoid 'not a real subset of template caps' errors.
2453
2454 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2455
2456         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2457
2458         * ext/flac/Makefile.am:
2459         * ext/flac/gstflac.c: (plugin_init):
2460         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2461         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2462         (gst_flac_tag_dispose), (gst_flac_tag_init),
2463         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2464         (gst_flac_tag_change_state):
2465         * ext/flac/gstflactag.h:
2466         Port flactag to 0.10, add documentation for it and clean it up a bit.
2467         Fixes bug #413841.
2468
2469         * docs/plugins/Makefile.am:
2470         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2472         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2473         * docs/plugins/gst-plugins-good-plugins.interfaces:
2474         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2475         * docs/plugins/inspect/plugin-flac.xml:
2476         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2477         * ext/flac/gstflacdec.h:
2478         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2479         * ext/flac/gstflacenc.h:
2480         Add flactag and flacenc to the documentation and mark
2481         the private parts of the flacdec instance structure as private.
2482
2483         Also use gst_element_class_set_details_simple() in flacdec and
2484         flacenc.
2485
2486 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst/qtdemux/qtdemux.c:
2489           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2490           for it but ffmpeg does not.
2491
2492 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2493
2494         * gst/wavparse/gstwavparse.c:
2495           Handle the list chunk and use gst_riff_parse_info() to parse the info
2496           sub-chunk.
2497
2498 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2499
2500         * gst/wavparse/gstwavparse.c:
2501           Handle the acid chunk and send tempo as part of tags. Other fields are
2502           interesting too, but need more tag-definitions. Fixes #545433.
2503
2504 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * gst/wavparse/gstwavparse.c:
2507           Refactor wavparse. Call _reset() from dispose() and move old code from
2508           dispose into reset. This way we don't leak taglists when we abort
2509           parsing. Fix some comments. Move code for skipping a chunk into extra
2510           function. Replace chunk sizes with a const to ease readability.         
2511
2512 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2513
2514         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2515
2516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2517         Improve udp port setup. Fixes #545710.
2518
2519 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2520
2521         * gst/rtp/Makefile.am:
2522         * gst/rtp/gstrtp.c: (plugin_init):
2523         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2524         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2525         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2526         (gst_rtp_mp1s_depay_set_property),
2527         (gst_rtp_mp1s_depay_get_property),
2528         (gst_rtp_mp1s_depay_change_state),
2529         (gst_rtp_mp1s_depay_plugin_init):
2530         * gst/rtp/gstrtpmp1sdepay.h:
2531         Add MP1S depayloader.
2532
2533         * gst/rtsp/URLS:
2534         Some more sample rtsp streams.
2535
2536 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2537
2538         * gst/rtsp/URLS:
2539         Add another URL.
2540
2541         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2542         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2543         Add some more debug info.
2544
2545 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2546
2547         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2548         Provide cbSize field for audio extra_data size, and take care to
2549         pad extra_data.
2550
2551 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2552
2553         * gst/qtdemux/qtdemux.c:
2554           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2555           TRUE.
2556
2557 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2558
2559         * gst/qtdemux/qtdemux.c:
2560         * gst/qtdemux/qtdemux_fourcc.h:
2561           Add keyword tag support. Fixes #520694 for qtdemux.
2562
2563 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2564
2565         * gst/qtdemux/qtdemux.c:
2566           Add support for tmpo tag (BPM).
2567
2568 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2569
2570         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2571         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2572         Set an estimate for the total number of samples that will be encoded
2573         if possible to help decoders if the streaminfo can't be rewritten
2574         later (like when muxing into Ogg containers).
2575
2576         Add a warning if we get header packets after data packets as those
2577         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2578         work.
2579
2580 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2581
2582         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2583         (gst_flac_dec_write):
2584         Support decoding of all depths between 4 and 32 bits and read the
2585         depth from the streaminfo header if needed. Also support all sampling
2586         rates between 1 and 655350 Hz.
2587
2588         * ext/flac/gstflacenc.c:
2589         (gst_flac_enc_caps_append_structure_with_widths),
2590         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2591         (gst_flac_enc_chain):
2592         * ext/flac/gstflacenc.h:
2593         Support encoding in all bit depths supported by the streamable
2594         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2595         between 1 Hz and 655350 Hz.
2596
2597 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2598
2599         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2600         (gst_flac_enc_sink_getcaps):
2601         Support encoding of up to 8 channels.
2602
2603 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2604
2605         * ext/soup/gstsouphttpsrc.c:
2606         * ext/soup/gstsouphttpsrc.h:
2607         Fix seeking race condition in #540300
2608         Patch By: Wouter Cloetens  <wouter at mind be>
2609
2610 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2611
2612         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2613         (gst_matroska_demux_element_send_event),
2614         (gst_matroska_demux_handle_seek_event),
2615         (gst_matroska_demux_handle_src_event):
2616         When receiving a SEEK event on a specific pad first search for a seek
2617         table entry for the stream of the pad and then fall back to an entry
2618         for a different stream.
2619
2620 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2621
2622         * configure.ac:
2623         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2624         * gst/matroska/matroska-ids.h:
2625         Build depend on core CVS for the attachment tag.
2626
2627 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2628
2629         * configure.ac:
2630         * gst/matroska/Makefile.am:
2631         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2632         (copy_backptr), (lzo1x_decode), (main):
2633         * gst/matroska/lzo.h:
2634         * gst/matroska/matroska-demux.c:
2635         (gst_matroska_demux_read_track_encoding),
2636         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2637         (gst_matroska_decode_buffer),
2638         (gst_matroska_decode_content_encodings),
2639         (gst_matroska_demux_read_track_encodings),
2640         (gst_matroska_demux_add_stream),
2641         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2642         * gst/matroska/matroska-ids.h:
2643         Decode the codec private data and following ContentEncoding if
2644         necessary.
2645
2646         Support bzip2, lzo and header stripped compression. For lzo use the
2647         ffmpeg lzo implementation as liblzo is GPL licensed.
2648         
2649         Fix zlib decompression.
2650
2651 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2652
2653         * gst/matroska/matroska-mux.c:
2654         (gst_matroska_mux_audio_pad_setcaps):
2655         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2656         duration of a frame with the new mpegaudioversion caps field.
2657
2658 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2659
2660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2661         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2662         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2663         (gst_matroska_demux_stream_from_num),
2664         (gst_matroska_demux_tracknumber_unique),
2665         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2666         (gst_matroska_demux_handle_seek_event),
2667         (gst_matroska_demux_sync_streams),
2668         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2669         (gst_matroska_demux_loop):
2670         * gst/matroska/matroska-demux.h:
2671         Allow an infinite number of stream inside Matroska containers and use
2672         a GPtrArray for storing them instead of allowing "only" 127 streams.
2673
2674 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2675
2676         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2677         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2678         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2679         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2680         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2681         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2682         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2683         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2684         (gst_ebml_read_master), (gst_ebml_read_binary),
2685         (gst_ebml_read_header):
2686         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2687         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2688         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2689         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2690         (gst_ebml_replace_uint):
2691         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2692         (gst_matroska_demux_read_track_encoding),
2693         (gst_matroska_demux_read_track_encodings),
2694         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2695         (gst_matroska_demux_send_event),
2696         (gst_matroska_demux_element_send_event),
2697         (gst_matroska_demux_handle_seek_event),
2698         (gst_matroska_demux_handle_src_event),
2699         (gst_matroska_demux_init_stream),
2700         (gst_matroska_demux_parse_tracks),
2701         (gst_matroska_demux_parse_index_cuetrack),
2702         (gst_matroska_demux_parse_index_pointentry),
2703         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2704         (gst_matroska_demux_parse_metadata_id_simple_tag),
2705         (gst_matroska_demux_parse_metadata_id_tag),
2706         (gst_matroska_demux_parse_metadata),
2707         (gst_matroska_demux_parse_attached_file),
2708         (gst_matroska_demux_parse_attachments),
2709         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2710         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2711         (gst_matroska_demux_push_flac_codec_priv_data),
2712         (gst_matroska_demux_push_xiph_codec_priv_data),
2713         (gst_matroska_demux_push_dvd_clut_change_event),
2714         (gst_matroska_demux_add_mpeg_seq_header),
2715         (gst_matroska_demux_add_wvpk_header),
2716         (gst_matroska_demux_check_subtitle_buffer),
2717         (gst_matroska_decode_buffer),
2718         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2719         (gst_matroska_demux_parse_cluster),
2720         (gst_matroska_demux_parse_contents_seekentry),
2721         (gst_matroska_demux_parse_contents),
2722         (gst_matroska_demux_loop_stream_parse_id),
2723         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2724         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2725         (gst_matroska_demux_subtitle_caps),
2726         (gst_matroska_demux_change_state):
2727         * gst/matroska/matroska-ids.c:
2728         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2729         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2730         (gst_matroska_mux_video_pad_setcaps),
2731         (xiph3_streamheader_to_codecdata),
2732         (vorbis_streamheader_to_codecdata),
2733         (theora_streamheader_to_codecdata),
2734         (gst_matroska_mux_audio_pad_setcaps),
2735         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2736         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2737         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2738         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2739         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2740         Fix indention everywhere. A broken indent version has added newlines
2741         after every single declaration some time ago.
2742
2743 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2744
2745         * gst/matroska/matroska-demux.c:
2746         (gst_matroska_demux_loop_stream_parse_id):
2747         If no Tracks are found error out instead of trying it again until the
2748         end of time.
2749
2750 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2751
2752         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2753         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2754         bit and signed otherwise, not the other way around.
2755
2756 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2757
2758         * gst/matroska/matroska-mux.c:
2759         Add more raw YUV formats to the list of supported formats.
2760
2761 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2762
2763         * gst/matroska/matroska-mux.c:
2764         (gst_matroska_mux_audio_pad_setcaps):
2765         Add support for muxing raw float audio now that the spec defines the
2766         endianness and add support for muxing raw integer audio with 24 and
2767         32 bits.
2768
2769         Allow muxing of more than 8 audio channels.
2770
2771 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2772
2773         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2774         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2775         Add locking to the global array of used track UIDs to prevent random
2776         crashes if more than a single matrosmux instance is used.
2777
2778         Use 64 bit values for the track UIDs.
2779
2780         Use the global GRandom of GLib instead of creating our own one
2781         for the few random numbers we need every single time.
2782
2783 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2784
2785         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2786         (gst_flac_dec_setup_stream_decoder),
2787         (gst_flac_dec_update_metadata):
2788         Always post the audio-codec tag, not only if other tags are present.
2789
2790 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2791
2792         * configure.ac:
2793         Back to development -> 0.10.9.1
2794
2795 === release 0.10.9 ===
2796
2797 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2798
2799         * configure.ac:
2800           releasing 0.10.9, "Steam Train Rolling"
2801
2802 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2803
2804         * ext/soup/gstsouphttpsrc.c:
2805         Don't throw an error when soup completes a msg with status
2806         'cancelled', as that indicates we cancelled a request while
2807         shutting down or seeking, and it's not an error.
2808         Fixes: #540300 again.
2809
2810 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2811
2812         * configure.ac:
2813         0.10.8.4 pre-release
2814
2815 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2816
2817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2818         Fix segment-stop regression.
2819         Add documentation regarding segments in quicktime files by Wim Taymans.
2820         Fixes #544509
2821
2822 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2823
2824         * configure.ac:
2825         0.10.8.3 pre-release
2826
2827         * po/LINGUAS:
2828         * po/pt_BR.po:
2829         Add pt_BR translation
2830
2831 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2832
2833         * gst/goom/convolve_fx.c:
2834         * gst/goom/filters.c:
2835         * gst/goom/goom_config.h:
2836         * gst/goom/goom_core.c:
2837         * gst/goom/goom_tools.h:
2838           Fix build with MSVC: include glib.h to define inline appropriately,
2839           use header guards where needed.
2840         * gst/udp/gstudpnetutils.c:
2841         * gst/udp/gstudpsrc.c:
2842           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2843           g_snprintf rather than snprintf.
2844           Fixes #544433.
2845
2846 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2847
2848         * gst/debug/gsttaginject.c:
2849         * gst/debug/gsttaginject.h:
2850           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2851           partially.
2852
2853 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2854
2855         * configure.ac:
2856         0.10.8.2 pre-release
2857
2858 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2859
2860         * ext/Makefile.am:
2861         Finish hooking up pulseaudio plugin to the build.
2862
2863         * ext/pulse/pulsemixerctrl.c:
2864         Fix compilation error.
2865
2866 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2867
2868         * po/LINGUAS:
2869         * po/lt.po:
2870         Add new lithunian translation, and add french to the LINGUAS
2871         file.
2872
2873 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2874
2875         * ext/soup/gstsouphttpsrc.c:
2876         Fix Soup HTTP source seeking.
2877         Patch By: Wouter Cloetens  <wouter at mind be>
2878         Fixes: #540300
2879
2880         * tests/check/elements/.cvsignore:
2881         Ignore new check programs.
2882
2883 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2884
2885         * configure.ac:
2886         * docs/plugins/Makefile.am:
2887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2889         * docs/plugins/gst-plugins-good-plugins.args:
2890         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2891         * docs/plugins/gst-plugins-good-plugins.interfaces:
2892         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2893         * docs/plugins/inspect/plugin-interleave.xml:
2894         * docs/plugins/inspect/plugin-replaygain.xml:
2895         * tests/check/Makefile.am:
2896
2897         Move replaygain and interleave plugins from -bad.
2898         Fixes: #543406
2899         Fixes: #536228
2900
2901 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2902
2903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2904         (qtdemux_parse_trak):
2905         Revert ISO base media spec based pixel-aspect-ratio calculation.
2906         Fixes #543300.
2907
2908 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2909
2910         * sys/osxvideo/osxvideosink.m:
2911         Fix minor build issues on macosx.
2912         Fixes #543054
2913
2914 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2915
2916         * configure.ac::
2917         * ext/taglib/Makefile.am::
2918           Only use -Wno-attributes (which is there to work around a
2919           bug in the taglib 1.5 headers) if the c++ compiler actually
2920           supports it (#543255).
2921
2922 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2923
2924         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2925
2926         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2927           Avoid compiler warning by initialising variable to NULL (#543259).
2928
2929 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2930
2931         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2932         Don't pass NULL taglists to gst_tag_list_is_empty().
2933
2934 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2935
2936         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2937         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2938         (rtp_pipeline_run):
2939         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2940         Don't use declarations after statements.
2941
2942 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2943
2944         * ext/jpeg/gstjpegdec.c:
2945         Align documentation with reality.
2946
2947 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2948
2949         * gst/udp/gstudpnetutils.c:
2950         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2951         old value (1) if it's not defined which should not cause any problems
2952         as we're using it internal only anyway.
2953
2954 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2955
2956         Patch by: Alessandro Decina <alessandro at nnva dot org>
2957
2958         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2959         Fix build of avidemux on big endian architectures.
2960
2961 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2962
2963         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2964
2965         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2966         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2967
2968 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2969
2970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2971         (qtdemux_parse_trak):
2972         Set pixel-aspect-ratio in caps using display width and height
2973         provided in track.
2974
2975 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2976
2977         * configure.ac:
2978         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2979         flags that are invalid for C++. Fixes bug #516509.
2980
2981 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2982
2983         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2984         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2985         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2987         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2988         * tests/examples/equalizer/demo.c: (message_handler):
2989         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2990         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2991         Don't use declarations after statements and variable length arrays.
2992
2993 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2994
2995         Patch by: Daniel Drake <dsd at gentoo dot org>
2996
2997         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2998         (gst_v4l2src_get_nearest_size):
2999         Try progressive video if interlaced fails. Fixes bug #541956
3000         and the usage of v4l2src on OLPC.
3001
3002 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3003
3004         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3005         (gst_rtp_speex_depay_process):
3006         * gst/rtp/gstrtpspeexdepay.h:
3007         Revert last change: Only the jitterbuffer is able to convert RTP to
3008         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3009         Reopens bug #541787.
3010
3011 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3012
3013         * gst/rtp/gstrtpvrawdepay.c:
3014           Include stdlib.h for atoi().
3015
3016         * gst/rtsp/gstrtspsrc.c:
3017           Use floating point math for latencies < 0 sec in log output.
3018
3019 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3020
3021         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3022
3023         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3024         (gst_rtp_speex_depay_process):
3025         * gst/rtp/gstrtpspeexdepay.h:
3026         Take timestamp from the RTP packet as a first step to fix problems
3027         with transmission over RTP when the network is not reliable.
3028         Fixes bug #541787.
3029
3030 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3031
3032         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3033
3034         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3035         Fix parsing of udp:// URIs containing IPv6 addresses.
3036         Fixes bug #541650.
3037
3038 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3039
3040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3041         Do not leak incoming buffers.
3042
3043 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3044
3045         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3046
3047         * configure.ac:
3048         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3049         for htons() and htonl(). Fixes bug #541412.
3050
3051 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3052
3053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3054         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3055         (gst_matroska_demux_element_query),
3056         (gst_matroska_demux_handle_src_query),
3057         (gst_matroska_demux_handle_seek_event):
3058         Handle position and duration query in DEFAULT format if the
3059         pad's track has a default frame duration set.
3060
3061         Fix seeking now that the segment's duration doesn't contain the
3062         (possibly wrong or inaccurate) duration of the Matroska file.
3063
3064 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3065
3066         * gst/matroska/ebml-read.c: (_ext2dbl):
3067         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3068         in math.h except on MSVC where it is defined in xmath.h.
3069         Fixes compilation with MSVC.
3070
3071 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3072
3073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3074         (gst_matroska_demux_handle_src_query),
3075         (gst_matroska_demux_parse_info),
3076         (gst_matroska_demux_loop_stream_parse_id):
3077         * gst/matroska/matroska-demux.h:
3078         Don't set the segment duration to the duration from the Matroska
3079         header as this value could be wrong and is just informational.
3080
3081 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3082
3083         * gst/matroska/matroska-demux.c:
3084         (gst_matroska_demux_loop_stream_parse_id):
3085         If no Tracks element is found until the first Cluster is found
3086         search it and error out if none is found in the complete file.
3087
3088 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3089
3090         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3091         Resync non-subtitle tracks too if a too large gap compared to other
3092         tracks is detected.
3093
3094 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3095
3096         * gst/rtp/Makefile.am:
3097         * gst/rtp/gstrtp.c: (plugin_init):
3098         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3099         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3100         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3101         (gst_rtp_vraw_depay_change_state),
3102         (gst_rtp_vraw_depay_plugin_init):
3103         * gst/rtp/gstrtpvrawdepay.h:
3104         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3105         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3106         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3107         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3108         (gst_rtp_vraw_pay_plugin_init):
3109         * gst/rtp/gstrtpvrawpay.h:
3110         Add raw video pay and depayloaders, see RFC4175.
3111
3112 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3113
3114         * ext/libpng/gstpngdec.c:
3115         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3116         whatever it returned.
3117
3118 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3119
3120         * gst/avi/avi-ids.h:
3121         Add vprp chunk related structures.
3122         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3123         (gst_avi_demux_parse_stream):
3124         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3125         to caps.  Fixes #539482.
3126         * gst/avi/gstavimux.h:
3127         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3128         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3129         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3130
3131 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3132
3133         * tests/check/elements/avimux.c: (check_avimux_pad):
3134         Adjust avimux unit test according to increased streamheader size.
3135
3136 2008-06-27  David Schleef  <ds@schleef.org>
3137
3138         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3139
3140 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3141
3142         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3143         * gst/avi/gstavimux.h:
3144         Add 8 bytes to current streamheader to make for a complete one
3145         and to make more players happy.  Fixes #519460.
3146
3147 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3148
3149         * sys/v4l2/v4l2_calls.c::
3150           Don't include unused gstv4l2xoverlay.h. Fixes build
3151           in case where X11 headers are not installed.
3152
3153 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3154
3155         * ext/dv/gstdv.c: (plugin_init):
3156         Fix compilation.
3157
3158 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3159
3160         * ext/dv/gstdv.c: (plugin_init):
3161         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3162         DV decoder available.
3163         Fixes #532393
3164
3165 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3166
3167         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3168         Call getsockname() after the call to bind() to get updated values
3169         for the port, etc. This fixes the usage of udpsrc on anonymous
3170         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3171         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3172
3173 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3174
3175         * tests/check/pipelines/wavpack.c: (bus_handler):
3176         Remove workaround for a bug in identity that is fixed in 0.10.20.
3177
3178 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3179
3180         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3181
3182         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3183         Fix HTTP auth support with user/password passed via the URI.
3184         Fixes bug #540067.
3185
3186 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3187
3188         * configure.ac:
3189           Depend on released versions of core and -base.
3190
3191 2008-06-23  Julien Moutte  <julien@fluendo.com>
3192
3193         * gst/matroska/matroska-demux.c:
3194         (gst_matroska_demux_read_track_encoding),
3195         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3196         format strings in macros. (makes it build on OS X again...)
3197
3198 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3199
3200         * gst/rtp/gstrtptheorapay.c:
3201         * gst/udp/gstmultiudpsink.c:
3202           Added debug.
3203
3204 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3205
3206         * configure.ac: switch v4l2src over to the normal build instead of
3207         being 'experimental'. Fixes bug #536831.
3208
3209 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3210
3211         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3212         Remove unused variable so that we can compile again.
3213
3214 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3215
3216         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3217         No need to check for audio/G723 and audio/32KADPCM here as they are
3218         no longer supported.
3219
3220 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3221
3222         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3223         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3224         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3225         known length.
3226
3227 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * gst/matroska/matroska-demux.c:
3230         (gst_matroska_demux_add_wvpk_header),
3231         (gst_matroska_demux_audio_caps):
3232         * gst/matroska/matroska-ids.h:
3233         Fix demuxing of WavPack files. Muxing is still broken.
3234
3235 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3236
3237         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3238         (gst_matroska_demux_add_mpeg_seq_header),
3239         (gst_matroska_demux_add_wvpk_header),
3240         (gst_matroska_demux_check_subtitle_buffer),
3241         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3242         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3243         (gst_matroska_demux_subtitle_caps):
3244         * gst/matroska/matroska-ids.h:
3245         Add a "vfunc" to the track context for postprocessing frames and
3246         convert the wavpack and subtitle postprocessing to this vfunc.
3247         Copy buffer flags in those functions to the new buffers too.
3248
3249         Parse CodecState elements of Blocks.
3250
3251         Add a postprocessing function for MPEG video that adds the sequence
3252         header from the codec private data or codec state to the frames if
3253         it's not already there.
3254
3255 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         * gst/matroska/matroska-demux.c:
3258         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3259         If a gap of more than 1/2 second is found in one stream send a
3260         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3261         This also fixes Matroska files where the first buffer doesn't start
3262         at timestamp 0. Fixes bug #429322.
3263
3264         The duration of a block is the default duration multiplied with the
3265         number of laces. Every lace is one frame and the default duration
3266         is the duration of one frame. This fixes playback of files that use
3267         lacing for some tracks.
3268
3269 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         * gst/matroska/matroska-demux.c:
3272         (gst_matroska_demux_parse_contents_seekentry):
3273         Update FIXME/TODOs and only ignore EOS at the central, important place
3274         instead of several places.
3275
3276 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3277
3278         * gst/rtp/gstrtpg726pay.c:
3279         Fix caps, See #538891.
3280
3281 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3282
3283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3284         (gst_matroska_demux_stream_from_num),
3285         (gst_matroska_demux_encoding_cmp),
3286         (gst_matroska_demux_encoding_order_unique),
3287         (gst_matroska_demux_read_track_encoding),
3288         (gst_matroska_demux_read_track_encodings),
3289         (gst_matroska_demux_tracknumber_unique),
3290         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3291         (gst_matroska_demux_parse_tracks),
3292         (gst_matroska_demux_parse_index_cuetrack),
3293         (gst_matroska_demux_parse_index_pointentry),
3294         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3295         (gst_matroska_demux_parse_metadata_id_simple_tag),
3296         (gst_matroska_demux_parse_metadata_id_tag),
3297         (gst_matroska_demux_parse_metadata),
3298         (gst_matroska_demux_parse_attached_file),
3299         (gst_matroska_demux_parse_attachments),
3300         (gst_matroska_demux_parse_chapters),
3301         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3302         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3303         (gst_matroska_demux_parse_cluster),
3304         (gst_matroska_demux_parse_contents_seekentry),
3305         (gst_matroska_demux_parse_contents),
3306         (gst_matroska_demux_loop_stream_parse_id),
3307         (gst_matroska_demux_loop):
3308         Improve debug output everywhere and fix the EOS logic.
3309
3310         Check the values of the ContentEncoding elements more strictly and
3311         don't use tracks for which it's invalid.
3312
3313         Check that the track number is unique for this stream.
3314
3315         Check that seek positions are below G_MAXINT64 as our seeks are
3316         int64-based and overflows will fail badly.
3317
3318         After seeks also don't push SimpleBlocks until the first one
3319         containing a keyframe is found. Before this was done only for normal
3320         Blocks.
3321
3322         Update some FIXME/TODOs.
3323         
3324         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3325         (gst_ebml_read_utf8), (gst_ebml_read_header):
3326         Improve debug output.
3327
3328         * gst/matroska/matroska-ids.c:
3329         (gst_matroska_track_init_video_context):
3330         * gst/matroska/matroska-ids.h:
3331         * gst/matroska/matroska-mux.c:
3332         (gst_matroska_mux_video_pad_setcaps):
3333         Remove eye mode and don't parse it anymore. We can't use that
3334         information in GStreamer yet so it's useless.
3335
3336
3337 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3338
3339         Patch by: Mersad Jelacic <mersad at axis dot com>
3340
3341         * gst/rtp/Makefile.am:
3342         * gst/rtp/gstrtp.c: (plugin_init):
3343         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3344         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3345         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3346         (gst_rtp_g726_depay_plugin_init):
3347         * gst/rtp/gstrtpg726depay.h:
3348         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3349         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3350         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3351         * gst/rtp/gstrtpg726pay.h:
3352         Added G726 pay/depayloaders. Fixes #538891.
3353
3354 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         * gst/rtsp/URLS:
3357         Some more urls.
3358
3359         * gst/smpte/barboxwipes.c:
3360         Add a comment
3361
3362         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3363         Fix typo, add audioresample to the pipeline.
3364
3365 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3366
3367         * ext/libmng/Makefile.am:
3368         * ext/libmng/gstmng.c: (plugin_init):
3369         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3370         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3371         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3372         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3373         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3374         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3375         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3376         (gst_mng_dec_change_state):
3377         * ext/libmng/gstmngdec.h:
3378         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3379         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3380         (gst_mng_enc_init), (gst_mng_enc_chain),
3381         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3382         * ext/libmng/gstmngenc.h:
3383         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3384         bits ifdeffed out still.
3385
3386 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3387
3388         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3389         When comparing index elements with the same time compare their
3390         block number.
3391
3392 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3393
3394         * gst/matroska/matroska-demux.c:
3395           (gst_matroska_demux_parse_attached_file)
3396           Init variable to NULL to avoid compiler warning.
3397
3398 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * gst/matroska/Makefile.am:
3401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3402         (gst_matroska_demux_parse_attached_file),
3403         (gst_matroska_demux_parse_attachments),
3404         (gst_matroska_demux_parse_contents_seekentry),
3405         (gst_matroska_demux_loop_stream_parse_id):
3406         * gst/matroska/matroska-demux.h:
3407         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3408         * gst/matroska/matroska-ids.h:
3409         * gst/matroska/matroska.c: (plugin_init):
3410         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3411         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3412         and description of the attachments in the caps. Fixes bug #537622.
3413
3414 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3417         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3418         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3419         (gst_speex_enc_src_query), (gst_speex_enc_init),
3420         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3421         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3422         (gst_speex_enc_set_property):
3423         Add mode property.
3424         Some cleanups, add more debug info.
3425         Add latency query.
3426
3427 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3428
3429         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3430         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3431         If we get less bytes than requested we can't do anything except doing
3432         our EOS logic.
3433
3434 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3435
3436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3437         (gst_matroskademux_do_index_seek),
3438         (gst_matroska_demux_parse_index_cuetrack),
3439         (gst_matroska_demux_parse_index_pointentry),
3440         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3441         (gst_matroska_demux_parse_metadata):
3442         * gst/matroska/matroska-demux.h:
3443         * gst/matroska/matroska-ids.h:
3444         Use a GArray for storing the Cue (i.e. seek) information, store
3445         the CueTrackPositions for every track, store the block number
3446         and optimize searching in the array by sorting it after the last
3447         element was added.
3448
3449         Fix a small memory leak when trying to parse a tags element that was
3450         already parsed.
3451
3452 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3453
3454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3455         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3456         (gst_matroska_mux_write_data):
3457         * gst/matroska/matroska-mux.h:
3458         Don't write another SeekHead which indexes all Clusters to the end of
3459         the file. This isn't useful for anything and just increases filesize.
3460
3461 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3462
3463         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3464         Prevent unaligned memory access when reading floats.
3465
3466 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3467
3468         * gst/matroska/ebml-read.c:
3469         * gst/matroska/ebml-read.h:
3470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3471         (gst_matroska_demux_parse_metadata):
3472         * gst/matroska/matroska-demux.h:
3473         Make sure that every Tags element is only parsed once and it's
3474         containing tags are only posted once.
3475
3476 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3477
3478         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3479         (gst_ebml_read_header):
3480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3481         (gst_matroska_demux_parse_tracks),
3482         (gst_matroska_demux_parse_index_cuetrack),
3483         (gst_matroska_demux_parse_index_pointentry),
3484         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3485         (gst_matroska_demux_parse_metadata_id_simple_tag),
3486         (gst_matroska_demux_parse_metadata_id_tag),
3487         (gst_matroska_demux_parse_metadata),
3488         (gst_matroska_demux_parse_attachments),
3489         (gst_matroska_demux_parse_chapters),
3490         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3491         (gst_matroska_demux_parse_cluster),
3492         (gst_matroska_demux_parse_contents_seekentry),
3493         (gst_matroska_demux_parse_contents),
3494         (gst_matroska_demux_loop_stream_parse_id):
3495         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3496         already. They're not useful in the matroska parser and only cause
3497         additional code.
3498
3499 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3500
3501         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3502         (gst_ebml_finalize), (gst_ebml_read_change_state),
3503         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3504         * gst/matroska/matroska-demux.c:
3505         (gst_matroska_demux_parse_contents_seekentry):
3506         Reverse the level list as we usually are only interested in the
3507         first element or want to add a new first element. Having the
3508         first element stored at the end and calling g_list_last() and
3509         g_list_append() is more expensive.
3510
3511         Also use GSlice for allocating the GstEbmlLevel structs.
3512
3513 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3514
3515         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3516           (gst_tag_inject_class_init), (gst_tag_inject_init):
3517           Don't unref NULL taglist in finalize. Don't use c++ style
3518           comments.
3519
3520 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3521
3522         * gst/matroska/matroska-demux.c:
3523         (gst_matroska_demux_parse_metadata_id_simple_tag):
3524         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3525         (gst_matroska_mux_write_data):
3526         Use gst_value_serialize() and gst_value_deserialize() for transforming
3527         tags from some GType to a string and the other way around. The default
3528         transformations in GLib don't include transformations from string to
3529         number types.
3530
3531 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3534         (gst_matroska_demux_parse_tracks),
3535         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3536         (gst_matroska_demux_parse_attachments),
3537         (gst_matroska_demux_parse_chapters),
3538         (gst_matroska_demux_parse_contents_seekentry),
3539         (gst_matroska_demux_loop_stream_parse_id):
3540         * gst/matroska/matroska-demux.h:
3541         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3542         Tags multiple times. The first ones can appear more than once but must
3543         contain the same content as the first for backup purposes so we ignore
3544         all but the first one. Tags can appear multiple times with different
3545         content.
3546
3547         Jump to all elements except Clusters that are available from a
3548         SeekHead to make it more likely to have all required informations
3549         before getting to the first Clusters.
3550
3551         Add dummy functions for parsing Attachments and Chapters.
3552
3553 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3554
3555         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3556         (gst_udpsrc_create), (gst_udpsrc_set_property),
3557         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3558         * gst/udp/gstudpsrc.h:
3559         Add property to control automatic join/leave of multicast groups.
3560         Add G_LIKELY.
3561         Remove setting caps on buffers explicitly, basesrc does that for us now.
3562         Improve debug info.
3563         Convert some non-fatal error into warnings.
3564         Use g_ntohs for better portability.
3565         Leave multicast groups when stopping.
3566         When using external sockets, use getsockname() on them to fill up the
3567         addr structure before calling methods that use the structure.
3568         Should all fix #536903.
3569         API: GstUDPSrc::auto-multicast property
3570
3571 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3572
3573         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3574         Use g_ntohl for better portability.
3575
3576 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3577
3578         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3579         (gst_multiudpsink_remove):
3580         Fix a typo and do some small cleanups.
3581
3582 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3583
3584         Patch by: Olivier Crete <tester at tester dot ca>
3585
3586         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3587         Make the delivery-method mandatory on the caps and only accept inline
3588         for now.
3589         Reverse strcmp checks for delivery-method.
3590
3591         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3592         Make delivery method optional when parsing caps and note this in the
3593         caps.
3594         Reverse strcmp checks for delivery-method.
3595
3596         * gst/rtp/gstrtpvorbispay.c:
3597         Update a comment to note that the delivery-method is optional, 
3598         Fixes #537675.
3599
3600 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3601
3602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3603         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3604         leaving them in READY. Fixes #537832.
3605
3606 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3607
3608         * gst/avi/gstavimux.c:
3609           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3610           for a random constant in tagmuxing code.
3611
3612 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3613
3614         * gst/debug/gsttaginject.c:
3615         * gst/debug/gsttaginject.h:
3616           Now actually adding the new element.
3617
3618 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3619
3620         * docs/plugins/Makefile.am:
3621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3622         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3623         * docs/plugins/gst-plugins-good-plugins.args:
3624         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3625         * docs/plugins/gst-plugins-good-plugins.interfaces:
3626         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3627         * docs/plugins/inspect/plugin-aasink.xml:
3628         * docs/plugins/inspect/plugin-alaw.xml:
3629         * docs/plugins/inspect/plugin-alpha.xml:
3630         * docs/plugins/inspect/plugin-alphacolor.xml:
3631         * docs/plugins/inspect/plugin-annodex.xml:
3632         * docs/plugins/inspect/plugin-apetag.xml:
3633         * docs/plugins/inspect/plugin-audiofx.xml:
3634         * docs/plugins/inspect/plugin-auparse.xml:
3635         * docs/plugins/inspect/plugin-autodetect.xml:
3636         * docs/plugins/inspect/plugin-avi.xml:
3637         * docs/plugins/inspect/plugin-cacasink.xml:
3638         * docs/plugins/inspect/plugin-cairo.xml:
3639         * docs/plugins/inspect/plugin-cdio.xml:
3640         * docs/plugins/inspect/plugin-cutter.xml:
3641         * docs/plugins/inspect/plugin-debug.xml:
3642         * docs/plugins/inspect/plugin-dv.xml:
3643         * docs/plugins/inspect/plugin-efence.xml:
3644         * docs/plugins/inspect/plugin-effectv.xml:
3645         * docs/plugins/inspect/plugin-equalizer.xml:
3646         * docs/plugins/inspect/plugin-esdsink.xml:
3647         * docs/plugins/inspect/plugin-flac.xml:
3648         * docs/plugins/inspect/plugin-flxdec.xml:
3649         * docs/plugins/inspect/plugin-gamma.xml:
3650         * docs/plugins/inspect/plugin-gconfelements.xml:
3651         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3652         * docs/plugins/inspect/plugin-goom.xml:
3653         * docs/plugins/inspect/plugin-goom2k1.xml:
3654         * docs/plugins/inspect/plugin-halelements.xml:
3655         * docs/plugins/inspect/plugin-icydemux.xml:
3656         * docs/plugins/inspect/plugin-id3demux.xml:
3657         * docs/plugins/inspect/plugin-jpeg.xml:
3658         * docs/plugins/inspect/plugin-level.xml:
3659         * docs/plugins/inspect/plugin-matroska.xml:
3660         * docs/plugins/inspect/plugin-monoscope.xml:
3661         * docs/plugins/inspect/plugin-mulaw.xml:
3662         * docs/plugins/inspect/plugin-multifile.xml:
3663         * docs/plugins/inspect/plugin-multipart.xml:
3664         * docs/plugins/inspect/plugin-navigationtest.xml:
3665         * docs/plugins/inspect/plugin-ossaudio.xml:
3666         * docs/plugins/inspect/plugin-png.xml:
3667         * docs/plugins/inspect/plugin-quicktime.xml:
3668         * docs/plugins/inspect/plugin-rtp.xml:
3669         * docs/plugins/inspect/plugin-rtsp.xml:
3670         * docs/plugins/inspect/plugin-smpte.xml:
3671         * docs/plugins/inspect/plugin-soup.xml:
3672         * docs/plugins/inspect/plugin-spectrum.xml:
3673         * docs/plugins/inspect/plugin-speex.xml:
3674         * docs/plugins/inspect/plugin-taglib.xml:
3675         * docs/plugins/inspect/plugin-udp.xml:
3676         * docs/plugins/inspect/plugin-video4linux2.xml:
3677         * docs/plugins/inspect/plugin-videobalance.xml:
3678         * docs/plugins/inspect/plugin-videobox.xml:
3679         * docs/plugins/inspect/plugin-videocrop.xml:
3680         * docs/plugins/inspect/plugin-videoflip.xml:
3681         * docs/plugins/inspect/plugin-videomixer.xml:
3682         * docs/plugins/inspect/plugin-wavenc.xml:
3683         * docs/plugins/inspect/plugin-wavpack.xml:
3684         * docs/plugins/inspect/plugin-wavparse.xml:
3685         * docs/plugins/inspect/plugin-ximagesrc.xml:
3686         * gst/debug/Makefile.am:
3687         * gst/debug/breakmydata.c:
3688         * gst/debug/efence.c:
3689         * gst/debug/gstdebug.c:
3690         * gst/debug/gstnavseek.c:
3691         * gst/debug/gstpushfilesrc.c:
3692         * gst/debug/gstpushfilesrc.h:
3693         * gst/debug/negotiation.c:
3694         * gst/debug/progressreport.c:
3695         * gst/debug/progressreport.h:
3696         * gst/debug/rndbuffersize.c:
3697         * gst/debug/testplugin.c:
3698           Remove dummy plugin_init. Remove some undefined entries from doc-
3699           section file. Add taginject element and rebuild docs for it.
3700
3701 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3702
3703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3704         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3705         Update the counter for the number of streams when pads are added or
3706         removed. This will make sure that a seek table is generated for
3707         files with just one audio stream.
3708
3709 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3710
3711         * gst/matroska/matroska-demux.c:
3712         (gst_matroska_demux_parse_metadata_id_simple_tag):
3713         * gst/matroska/matroska-ids.h:
3714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3715         Add some more tags, improve debugging a bit and make sure that
3716         GValue transformation has succeeded before using the result
3717         as a tag.
3718
3719 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3720
3721         Patch by: Olivier Crete <tester at tester dot ca>
3722
3723         * gst/rtp/gstrtptheorapay.c:
3724         The Theora RTP payloader only supports the "inline" delievery method
3725         so let's declare this on the caps of the static pad template.
3726         Fixes bug #537675.
3727
3728 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3729
3730         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3731         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3732         Remove bogus check.
3733
3734 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3737         (gst_videomixer_blend_buffers):
3738         Use stream_time to synchronize the object properties.
3739         Use running_time of the master pad to timestamp outgoing buffers.
3740         Fix the initial segment event to extend an unknown amount of time.
3741         Fixes #537361.
3742
3743 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3744
3745         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3746         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3747         (gst_avi_demux_calculate_durations_from_index),
3748         (gst_avi_demux_stream_header_push),
3749         (gst_avi_demux_stream_header_pull):
3750         Try to ignore unparsable/unknown streams and give a warning instead of
3751         erroring out. Fixes #537377.
3752
3753 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3754
3755         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3756         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3757
3758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3759         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3760         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3761         (gst_matroska_demux_read_track_encodings),
3762         (gst_matroska_demux_add_stream),
3763         (gst_matroska_demux_handle_src_query),
3764         (gst_matroska_demux_init_stream),
3765         (gst_matroska_demux_parse_index_cuetrack),
3766         (gst_matroska_demux_parse_index_pointentry),
3767         (gst_matroska_demux_parse_info),
3768         (gst_matroska_demux_parse_metadata_id_simple_tag),
3769         (gst_matroska_demux_parse_metadata),
3770         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3771         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3772         (gst_matroska_demux_parse_cluster),
3773         (gst_matroska_demux_parse_contents_seekentry),
3774         (gst_matroska_demux_loop_stream_parse_id),
3775         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3776         (gst_matroska_demux_audio_caps),
3777         (gst_matroska_demux_subtitle_caps):
3778         * gst/matroska/matroska-demux.h:
3779         * gst/matroska/matroska-ids.c:
3780         (gst_matroska_track_init_subtitle_context):
3781         * gst/matroska/matroska-ids.h:
3782         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3783         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3784         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3785         (gst_matroska_mux_video_pad_setcaps),
3786         (gst_matroska_mux_audio_pad_setcaps),
3787         (gst_matroska_mux_subtitle_pad_setcaps),
3788         (gst_matroska_mux_request_new_pad),
3789         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3790         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3791         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3792         (gst_matroska_mux_set_property):
3793         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3794         elements, do some checks for valid values in the demuxer, handle
3795         tracktimecodescale in the demuxer, set correct default values for all
3796         settings in the demuxer, review and add all missing matroska
3797         IDs and some more raw YUV formats, and some trivial cleanup.
3798
3799 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3800
3801         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3802         (gst_pulsemixer_class_init):
3803         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3804         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3805         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3806         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3807         (gst_pulsesrc_prepare):
3808         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3809         gst_element_class_set_details_simple() and fix coding style a bit
3810         more.
3811
3812 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3813
3814         * docs/plugins/Makefile.am:
3815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3817         * docs/plugins/gst-plugins-good-plugins.args:
3818         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3819         * docs/plugins/gst-plugins-good-plugins.interfaces:
3820         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3821         * docs/plugins/inspect/plugin-aasink.xml:
3822         * docs/plugins/inspect/plugin-alaw.xml:
3823         * docs/plugins/inspect/plugin-alpha.xml:
3824         * docs/plugins/inspect/plugin-alphacolor.xml:
3825         * docs/plugins/inspect/plugin-annodex.xml:
3826         * docs/plugins/inspect/plugin-apetag.xml:
3827         * docs/plugins/inspect/plugin-audiofx.xml:
3828         * docs/plugins/inspect/plugin-auparse.xml:
3829         * docs/plugins/inspect/plugin-autodetect.xml:
3830         * docs/plugins/inspect/plugin-avi.xml:
3831         * docs/plugins/inspect/plugin-cacasink.xml:
3832         * docs/plugins/inspect/plugin-cairo.xml:
3833         * docs/plugins/inspect/plugin-cdio.xml:
3834         * docs/plugins/inspect/plugin-cutter.xml:
3835         * docs/plugins/inspect/plugin-debug.xml:
3836         * docs/plugins/inspect/plugin-dv.xml:
3837         * docs/plugins/inspect/plugin-efence.xml:
3838         * docs/plugins/inspect/plugin-effectv.xml:
3839         * docs/plugins/inspect/plugin-equalizer.xml:
3840         * docs/plugins/inspect/plugin-esdsink.xml:
3841         * docs/plugins/inspect/plugin-flac.xml:
3842         * docs/plugins/inspect/plugin-flxdec.xml:
3843         * docs/plugins/inspect/plugin-gamma.xml:
3844         * docs/plugins/inspect/plugin-gconfelements.xml:
3845         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3846         * docs/plugins/inspect/plugin-goom.xml:
3847         * docs/plugins/inspect/plugin-goom2k1.xml:
3848         * docs/plugins/inspect/plugin-halelements.xml:
3849         * docs/plugins/inspect/plugin-icydemux.xml:
3850         * docs/plugins/inspect/plugin-id3demux.xml:
3851         * docs/plugins/inspect/plugin-jpeg.xml:
3852         * docs/plugins/inspect/plugin-level.xml:
3853         * docs/plugins/inspect/plugin-matroska.xml:
3854         * docs/plugins/inspect/plugin-monoscope.xml:
3855         * docs/plugins/inspect/plugin-mulaw.xml:
3856         * docs/plugins/inspect/plugin-multifile.xml:
3857         * docs/plugins/inspect/plugin-multipart.xml:
3858         * docs/plugins/inspect/plugin-navigationtest.xml:
3859         * docs/plugins/inspect/plugin-ossaudio.xml:
3860         * docs/plugins/inspect/plugin-png.xml:
3861         * docs/plugins/inspect/plugin-pulseaudio.xml:
3862         * docs/plugins/inspect/plugin-quicktime.xml:
3863         * docs/plugins/inspect/plugin-rtp.xml:
3864         * docs/plugins/inspect/plugin-rtsp.xml:
3865         * docs/plugins/inspect/plugin-smpte.xml:
3866         * docs/plugins/inspect/plugin-soup.xml:
3867         * docs/plugins/inspect/plugin-spectrum.xml:
3868         * docs/plugins/inspect/plugin-speex.xml:
3869         * docs/plugins/inspect/plugin-taglib.xml:
3870         * docs/plugins/inspect/plugin-udp.xml:
3871         * docs/plugins/inspect/plugin-video4linux2.xml:
3872         * docs/plugins/inspect/plugin-videobalance.xml:
3873         * docs/plugins/inspect/plugin-videobox.xml:
3874         * docs/plugins/inspect/plugin-videocrop.xml:
3875         * docs/plugins/inspect/plugin-videoflip.xml:
3876         * docs/plugins/inspect/plugin-videomixer.xml:
3877         * docs/plugins/inspect/plugin-wavenc.xml:
3878         * docs/plugins/inspect/plugin-wavpack.xml:
3879         * docs/plugins/inspect/plugin-wavparse.xml:
3880         * docs/plugins/inspect/plugin-ximagesrc.xml:
3881         * ext/pulse/plugin.c:
3882         * ext/pulse/pulsemixer.c:
3883         * ext/pulse/pulsesink.c:
3884         * ext/pulse/pulsesrc.c:
3885         Add documentation to the pulseaudio plugin and run make update
3886         in docs/plugins.
3887
3888 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3889
3890         Patch by: Brian Cameron <brian.cameron at sun dot com>
3891
3892         * sys/sunaudio/gstsunaudiomixerctrl.c:
3893         (gst_sunaudiomixer_ctrl_get_volume),
3894         (gst_sunaudiomixer_ctrl_set_volume):
3895         Improvements for the SunAudio mixer by handling mute as no gain
3896         for tracks that have a gain property but no mute property.
3897         Fixes bug #536067.
3898
3899 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * configure.ac:
3902         * ext/pulse/Makefile.am:
3903         * ext/pulse/plugin.c: (plugin_init):
3904         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3905         (gst_pulsemixer_implements_interface_init),
3906         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3907         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3908         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3909         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3910         * ext/pulse/pulsemixer.h:
3911         * ext/pulse/pulsemixerctrl.c:
3912         (gst_pulsemixer_ctrl_context_state_cb),
3913         (gst_pulsemixer_ctrl_sink_info_cb),
3914         (gst_pulsemixer_ctrl_source_info_cb),
3915         (gst_pulsemixer_ctrl_subscribe_cb),
3916         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3917         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3918         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3919         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3920         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3921         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3922         * ext/pulse/pulsemixerctrl.h:
3923         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3924         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3925         * ext/pulse/pulsemixertrack.h:
3926         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3927         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3928         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3929         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3930         (gst_pulseprobe_new), (gst_pulseprobe_free),
3931         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3932         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3933         (gst_pulseprobe_set_server):
3934         * ext/pulse/pulseprobe.h:
3935         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3936         (gst_pulsesink_class_init), (gst_pulsesink_init),
3937         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3938         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3939         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3940         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3941         (gst_pulsesink_stream_request_cb),
3942         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3943         (gst_pulsesink_close), (gst_pulsesink_prepare),
3944         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3945         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3946         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3947         (gst_pulsesink_event), (gst_pulsesink_get_type):
3948         * ext/pulse/pulsesink.h:
3949         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3950         (gst_pulsesrc_implements_interface_init),
3951         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3952         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3953         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3954         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3955         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3956         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3957         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3958         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3959         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3960         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3961         (gst_pulsesrc_get_type):
3962         * ext/pulse/pulsesrc.h:
3963         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3964         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3965         * ext/pulse/pulseutil.h:
3966         Add pulseaudio GStreamer element from gst-pulse. Development will
3967         continue here instead of pulseaudio SVN. Fixes bug #400679.
3968         Only changes over gst-pulse SVN are added copyright to the top of
3969         files and coding style changes.
3970
3971 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3972
3973         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3974
3975         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3976           (gst_cdio_add_cdtext_album_tags):
3977         * ext/cdio/gstcdio.h:
3978         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3979           Also extract album title and album genre from CD-TEXT if
3980           available (#537021).
3981
3982 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3983
3984         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3985
3986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3987         Improve negotiation a bit more by picking the smallest possible
3988         resolution that is larger than the resolution specified in the
3989         first caps entry of the peer caps. Fixes bug #536994.
3990
3991 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         Patch by: Bastien Nocera <hadess at hadess dot net>
3994
3995         * sys/v4l2/gstv4l2vidorient.c:
3996         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3997         Fix compilation with newer GIT kernels that deprecated
3998         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3999
4000 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4001
4002         * configure.ac:
4003         * ext/cdio/gstcdio.c:
4004         * ext/cdio/gstcdio.h:
4005         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4006           Require libcdio >= 0.76.
4007
4008 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4009
4010         * gst/avi/gstavidemux.c:
4011         Catch UNEXPECTED when downstream has reached end of
4012         segment in reverse mode.
4013
4014 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4015
4016         * gst/avi/gstavidemux.c:
4017         Fix typo in comment
4018
4019 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4020
4021         * gst/avi/gstavidemux.c:
4022         Because we don't know the frame order we need to push till
4023         the next keyframe
4024
4025 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4026
4027         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4028
4029         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4030         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4031         Provide a custom negotiation function to make sure to pick the highest
4032         possible framerate and resolution. Fixes bug #536646.
4033
4034 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4035
4036         * gst/avi/gstavidemux.c:
4037         Set EOS when going out of the segment in reverse playback
4038
4039 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4040
4041         * ext/taglib/Makefile.am::
4042           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4043           taglib headers (with gcc 4.3.1).
4044
4045 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4046
4047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4048         Use the new gst_rtsp_connection_get_ip() to access the IP address
4049         of a GstRTSPConnection since it is a private member.
4050
4051 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4052
4053         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4054         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4055           Use new utility functions in libgsttag to process coverart (#512333).
4056
4057 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4058
4059         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4060         We actually support left/side, right/side and mid/side files. The
4061         conversion to normal, interleaved stereo is done by libflac.
4062
4063 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4064
4065         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4066         (gst_ebml_write_set_cache):
4067         Unref the write cache in finalize if it was set and add add "FIXME"
4068         to a comment that needs it.
4069
4070 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4071
4072         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4073
4074         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4075         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4076         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4077         (gst_avi_demux_process_next_entry):
4078         * gst/avi/gstavidemux.h:
4079         Implement reverse playback. Fixes #535300.
4080         Small cleanups.
4081
4082 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4085         (gst_videomixer_query_latency):
4086         When using gst_element_iterate_pads() one has to unref every pad
4087         after usage.
4088
4089 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4090
4091         Patch by: Bastien Nocera <hadess at hadess dot net>
4092         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4093         (qtdemux_parse_udta):
4094         * gst/qtdemux/qtdemux_fourcc.h:
4095         Improve meta-data handling, add 'comment', 'description' and
4096         'copyright' tag handling.
4097         Fixes #535935
4098
4099 2008-05-31  Julien Moutte  <julien@fluendo.com>
4100
4101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4102         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4103         (gst_qtdemux_seek_to_previous_keyframe),
4104         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4105         we don't clip the segment's stop using the main segment duration as
4106         that could crop quite some video frames. Make reverse playback support
4107         more robust and support edit lists. Support seeking to the last frame,
4108         and fix reverse looping playback. Add some debugging.
4109         * win32/common/config.h: Updated.
4110
4111 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4112
4113         * gst/equalizer/gstiirequalizer.c:
4114         (gst_iir_equalizer_transform_ip):
4115         Don't clip float/double samples, correctly unset passthrough mode
4116         and use better rounding for integer samples.
4117
4118 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/equalizer/gstiirequalizer.c:
4121         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4122         (setup_filter), (set_passthrough), (update_coefficients),
4123         (gst_iir_equalizer_compute_frequencies),
4124         (gst_iir_equalizer_transform_ip):
4125         * gst/equalizer/gstiirequalizer.h:
4126         Update the filter coefficients only when needed in the transform_ip
4127         function and correctly set the element into passthrough mode if the
4128         gain of all bands is 0.
4129
4130 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4131
4132         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4133
4134         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4135         (gst_alpha_set_property), (gst_alpha_get_property),
4136         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4137         Try to skip pixels or areas that are too dark or too bright for us to do
4138         meaningfull color detection.
4139         Added properties to control the sensitivity to light and darkness.
4140         Added some small cleanups. Fixes #512345.
4141
4142 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4143
4144         * docs/plugins/.cvsignore:
4145         * tests/check/elements/.cvsignore:
4146         Ignore some more generated things
4147
4148         * tests/check/Makefile.am:
4149         Ignore OSS elements in the state changes test too.
4150
4151 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4152
4153         * docs/plugins/Makefile.am:
4154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4156         Add SMPTE effect elements to docs.
4157
4158 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4159
4160         * docs/plugins/Makefile.am:
4161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4163         * ext/raw1394/gstdv1394src.c:
4164           Document whats first shown on the fdo plugin docs page :)
4165
4166 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4167
4168         * docs/plugins/Makefile.am:
4169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4171         * docs/plugins/gst-plugins-good-plugins.args:
4172         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4173         * docs/plugins/inspect/plugin-audiofx.xml:
4174         * gst/audiofx/Makefile.am:
4175         * gst/audiofx/audiofx.c:
4176         * gst/audiofx/audiokaraoke.c:
4177         * gst/audiofx/audiokaraoke.h:
4178         * gst/audiofx/audiovoice.c:
4179         * gst/audiofx/audiovoice.h:
4180           Rename audiovoice to audiokaraoke and add it to the docs.
4181
4182 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4183
4184         * REQUIREMENTS:
4185         * docs/plugins/Makefile.am:
4186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4188         * docs/plugins/gst-plugins-good-plugins.args:
4189         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4190         * docs/plugins/gst-plugins-good-plugins.interfaces:
4191         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4192         * docs/plugins/inspect/plugin-aasink.xml:
4193         * docs/plugins/inspect/plugin-alaw.xml:
4194         * docs/plugins/inspect/plugin-alpha.xml:
4195         * docs/plugins/inspect/plugin-alphacolor.xml:
4196         * docs/plugins/inspect/plugin-annodex.xml:
4197         * docs/plugins/inspect/plugin-apetag.xml:
4198         * docs/plugins/inspect/plugin-audiofx.xml:
4199         * docs/plugins/inspect/plugin-auparse.xml:
4200         * docs/plugins/inspect/plugin-autodetect.xml:
4201         * docs/plugins/inspect/plugin-avi.xml:
4202         * docs/plugins/inspect/plugin-cacasink.xml:
4203         * docs/plugins/inspect/plugin-cairo.xml:
4204         * docs/plugins/inspect/plugin-cdio.xml:
4205         * docs/plugins/inspect/plugin-cutter.xml:
4206         * docs/plugins/inspect/plugin-debug.xml:
4207         * docs/plugins/inspect/plugin-dv.xml:
4208         * docs/plugins/inspect/plugin-efence.xml:
4209         * docs/plugins/inspect/plugin-effectv.xml:
4210         * docs/plugins/inspect/plugin-equalizer.xml:
4211         * docs/plugins/inspect/plugin-esdsink.xml:
4212         * docs/plugins/inspect/plugin-flac.xml:
4213         * docs/plugins/inspect/plugin-flxdec.xml:
4214         * docs/plugins/inspect/plugin-gamma.xml:
4215         * docs/plugins/inspect/plugin-gconfelements.xml:
4216         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4217         * docs/plugins/inspect/plugin-goom.xml:
4218         * docs/plugins/inspect/plugin-goom2k1.xml:
4219         * docs/plugins/inspect/plugin-halelements.xml:
4220         * docs/plugins/inspect/plugin-icydemux.xml:
4221         * docs/plugins/inspect/plugin-id3demux.xml:
4222         * docs/plugins/inspect/plugin-jpeg.xml:
4223         * docs/plugins/inspect/plugin-level.xml:
4224         * docs/plugins/inspect/plugin-matroska.xml:
4225         * docs/plugins/inspect/plugin-monoscope.xml:
4226         * docs/plugins/inspect/plugin-mulaw.xml:
4227         * docs/plugins/inspect/plugin-multifile.xml:
4228         * docs/plugins/inspect/plugin-multipart.xml:
4229         * docs/plugins/inspect/plugin-navigationtest.xml:
4230         * docs/plugins/inspect/plugin-ossaudio.xml:
4231         * docs/plugins/inspect/plugin-png.xml:
4232         * docs/plugins/inspect/plugin-quicktime.xml:
4233         * docs/plugins/inspect/plugin-rtp.xml:
4234         * docs/plugins/inspect/plugin-rtsp.xml:
4235         * docs/plugins/inspect/plugin-smpte.xml:
4236         * docs/plugins/inspect/plugin-soup.xml:
4237         * docs/plugins/inspect/plugin-spectrum.xml:
4238         * docs/plugins/inspect/plugin-speex.xml:
4239         * docs/plugins/inspect/plugin-taglib.xml:
4240         * docs/plugins/inspect/plugin-udp.xml:
4241         * docs/plugins/inspect/plugin-video4linux2.xml:
4242         * docs/plugins/inspect/plugin-videobalance.xml:
4243         * docs/plugins/inspect/plugin-videobox.xml:
4244         * docs/plugins/inspect/plugin-videocrop.xml:
4245         * docs/plugins/inspect/plugin-videoflip.xml:
4246         * docs/plugins/inspect/plugin-videomixer.xml:
4247         * docs/plugins/inspect/plugin-wavenc.xml:
4248         * docs/plugins/inspect/plugin-wavpack.xml:
4249         * docs/plugins/inspect/plugin-wavparse.xml:
4250         * docs/plugins/inspect/plugin-ximagesrc.xml:
4251         * ext/aalib/gstaasink.c:
4252         * ext/libcaca/gstcacasink.c:
4253           Document aasink and cacasink.
4254
4255 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4256
4257         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4258         (gst_videomixer_init), (gst_videomixer_query_duration),
4259         (gst_videomixer_query_latency), (gst_videomixer_query),
4260         (gst_videomixer_blend_buffers):
4261         * gst/videomixer/videomixer.h:
4262         Implement position (in time), duration and latency queries.
4263
4264 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4265
4266         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4267         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4268         (gst_videomixer_fill_queues), (forward_event_func),
4269         (forward_event), (gst_videomixer_src_event),
4270         (gst_videomixer_sink_event):
4271         * gst/videomixer/videomixer.h:
4272         Implement proper seek/newsegment handling.
4273         Based on adder's implementation.
4274         Fixes #535121
4275
4276 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         Patch by: Jan Gerber <j at oil21 dot org>
4279
4280         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4281         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4282
4283 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         * gst/audiofx/Makefile.am:
4286         * gst/audiofx/audiofx.c: (plugin_init):
4287         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4288         (gst_audio_voice_class_init), (gst_audio_voice_init),
4289         (update_filter), (gst_audio_voice_set_property),
4290         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4291         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4292         (gst_audio_voice_transform_ip):
4293         * gst/audiofx/audiovoice.h:
4294         Add simple voice removal element. Yay karaoke.
4295
4296 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4297
4298         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4299
4300         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4301         Fix potential caps leak.
4302         If we can't get the framerate with an ioctl, try to get it with the
4303         current norm. Fixes #520092.
4304
4305 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4308
4309         * sys/v4l2/v4l2src_calls.c:
4310         (gst_v4l2src_probe_caps_for_format_and_size):
4311         If we fail to get the frame intervals, simply don't touch the framerates
4312         on the template caps instead of discarding the format. See #520092.
4313
4314 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4315
4316         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4317
4318         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4319         (gst_v4l2_get_caps_info):
4320         Add NV12, NV21 and bayer support. See #520092.
4321
4322 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4323
4324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4325         (gst_qtdemux_activate_segment):
4326         Unbreak segment activation again. Fixes #531672.
4327
4328 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4329
4330         * ext/flac/Makefile.am:
4331         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4332         Set the channel layout when decoding FLAC files with more than 2
4333         channels as defined by the FLAC spec. Fixes bug #534570.
4334
4335         Also don't try to decode left/side, right/side and mid/side files
4336         as we don't support this at all.
4337
4338 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4339
4340         * configure.ac:
4341           We need -base CVS (rtsp).
4342
4343 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4344
4345         * gst/udp/Makefile.am:
4346           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4347           when including netdb.h when building against glibc >= 2.8.
4348
4349 2008-05-22  Julien Moutte  <julien@fluendo.com>
4350
4351         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4352         debug statement arguments.
4353         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4354         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4355         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4356         on more platforms.
4357
4358 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         * tests/check/elements/avimux.c: (setup_src_pad),
4361         (teardown_src_pad):
4362         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4363         (GST_START_TEST):
4364         * tests/check/elements/matroskamux.c: (setup_src_pad),
4365         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4366         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4367         (GST_START_TEST):
4368         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4369         (setup_wavpackparse), (cleanup_wavpackparse):
4370         Don't use gst_element_get_pad(), it's a bad, bad method.
4371
4372 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4373
4374         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4375         (do_toggle_element):
4376         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4377         (do_toggle_element):
4378         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4379         (do_toggle_element):
4380         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4381         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4382         (do_toggle_element):
4383         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4384         (do_toggle_element):
4385         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4386         (gst_auto_audio_sink_detect):
4387         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4388         (gst_auto_video_sink_detect):
4389         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4390         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4391         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4392         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4393         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4394         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4395         * tests/icles/videocrop-test.c: (test_with_caps),
4396         (video_crop_get_test_caps):
4397         Don't use gst_element_get_pad(), it's a bad method.
4398
4399 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4402         (gst_multiudpsink_add_internal):
4403         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4404         (gst_udp_join_group):
4405         * gst/udp/gstudpnetutils.h:
4406         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4407         Joining a multicast group and setting the loop/ttl properties are
4408         totally unrelated tasks are must be separated.
4409
4410 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4411
4412         * gst/avi/gstavimux.c:
4413           Also support alaw/mulaw.
4414
4415 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4416
4417         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4418         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4419         * gst/udp/gstmultiudpsink.h:
4420         Add a fixme for the auto-multicast property.
4421         Fix some confusing debug messages.
4422         Disable setting a qos value by default.
4423
4424 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4425
4426         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4427
4428         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4429         Ignore EPERM errors from sendto. Fixes #533619.
4430
4431 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4432
4433         Patch by: Henrik Eriksson <henriken at axis dot com>
4434
4435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4436         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4437         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4438         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4439         * gst/udp/gstmultiudpsink.h:
4440         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4441
4442 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4443
4444         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4445         Improve debugging of the ident.
4446
4447 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4448
4449         Patch by: Bruno Santos <brunof at ua dot pt>
4450
4451         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4452         (gst_udp_join_group), (gst_udp_leave_group),
4453         (gst_udp_is_multicast):
4454         * gst/udp/gstudpnetutils.h:
4455         Provide a bunch of helper methods to deal with IPv4 and IPv6
4456         transparently.
4457
4458         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4459         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4460         (gst_multiudpsink_get_property), (join_multicast),
4461         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4462         (gst_multiudpsink_remove):
4463         * gst/udp/gstmultiudpsink.h:
4464         Add multicast TTL and loopback properties.
4465         Use the helper methods to implement ip4 and ip6.
4466
4467         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4468         * gst/udp/gstudpsrc.h:
4469         Use the helper methods to implement ip4 and ip6.
4470         Fixes #515962.
4471
4472 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4473
4474         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4475
4476         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4477         (gst_multipart_demux_get_gstname),
4478         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4479         * gst/multipart/multipartdemux.h:
4480         Don't blindly copy the mime-type as the caps name because they not
4481         always map directly. Instead use a hashtable with common mappings.
4482         Fixes #533287.
4483
4484 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4485
4486         * ext/esd/esdsink.c: (gst_esdsink_write):
4487         When we post an error, we must return -1 to let the parent know that we
4488         cannot write the segment else it will loop and continue to call us again
4489         forever. Patch by Michael Meeks.
4490
4491 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4492
4493         * gst/videomixer/videomixer.c:
4494           Add missing incudes.
4495
4496 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4497
4498         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4499         (gst_rtp_h264_pay_handle_buffer):
4500         * gst/rtp/gstrtph264pay.h:
4501         Correct a typo (sinle -> single).
4502
4503 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4506         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4507         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4508         (gst_rtp_h264_depay_process):
4509         * gst/rtp/gstrtph264depay.h:
4510         Add experimental support for outputting quicktime-like AVC output in
4511         addition to the existing bytestream output.
4512
4513         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4514         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4515         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4516         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4517         (gst_rtp_h264_pay_get_property):
4518         * gst/rtp/gstrtph264pay.h:
4519         Make the parsing mode configurable, for some inputs we don't need to
4520         scan every byte for start codes.
4521         Only set the marker bit on ACCESS units.
4522
4523 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4524
4525         * gst/equalizer/gstiirequalizer.c:
4526         Use a bigger type in integer mode for the intermediate results to
4527         prevent overflows. This fixes the crippled sound when using the
4528         equalizer in integer mode. Fixes bug #510865.
4529
4530 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4531
4532         * gst/videomixer/videomixer.c:
4533         * gst/videomixer/videomixer.h:
4534         Instead of a random number for the request pad id's,
4535         use a counter.
4536
4537         Register the videomixerpad class from the element's class_init
4538         where it's safer, and allows the docs generator to scan it.
4539
4540 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4541
4542         * gst/smpte/Makefile.am:
4543         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4544         * gst/smpte/gstsmpte.h:
4545         * gst/smpte/gstsmptealpha.c:
4546         (gst_smpte_alpha_transition_type_get_type),
4547         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4548         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4549         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4550         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4551         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4552         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4553         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4554         * gst/smpte/gstsmptealpha.h:
4555         * gst/smpte/plugin.c: (plugin_init):
4556         Add new plugin that adds the SMPTE transition in the alpha channel of
4557         I420 and AYUV frames so that they can be blended with videomixer later
4558         on. Uses all niceties such as using base transform for efficient alloc
4559         and negotiation. It currently requires GstController to control the
4560         position in the transition effect.
4561
4562 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4563
4564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4566         * docs/plugins/gst-plugins-good-plugins.args:
4567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4568         * docs/plugins/gst-plugins-good-plugins.interfaces:
4569         * docs/plugins/gst-plugins-good-plugins.types:
4570         * gst/videomixer/videomixer.c:
4571           Try using thaytans new mechanism to get extra classes into plugin
4572           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4573           missing still.
4574
4575 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4576
4577         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4578         Set proper rate in avi stream header for PCM audio, and also do some
4579         more sanity checks on caps in this case.  Fixes #511489.
4580
4581 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4582
4583         * sys/v4l2/gstv4l2src.c:
4584         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4585         isn't implemented at all yet and this requires X headers to be
4586         installed. Fixes bug #533264.
4587
4588 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4589
4590         reviewed by: <delete if not using a buddy>
4591
4592         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4593         (gst_ebml_write_set_cache):
4594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4595         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4596         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4597         (gst_matroska_demux_read_track_encodings),
4598         (gst_matroska_demux_add_stream),
4599         (gst_matroska_demux_handle_src_query),
4600         (gst_matroska_demux_init_stream),
4601         (gst_matroska_demux_parse_index_cuetrack),
4602         (gst_matroska_demux_parse_index_pointentry),
4603         (gst_matroska_demux_parse_info),
4604         (gst_matroska_demux_parse_metadata_id_simple_tag),
4605         (gst_matroska_demux_parse_metadata),
4606         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4607         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4608         (gst_matroska_demux_parse_cluster),
4609         (gst_matroska_demux_parse_contents_seekentry),
4610         (gst_matroska_demux_loop_stream_parse_id),
4611         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4612         (gst_matroska_demux_audio_caps),
4613         (gst_matroska_demux_subtitle_caps):
4614         * gst/matroska/matroska-demux.h:
4615         * gst/matroska/matroska-ids.c:
4616         (gst_matroska_track_init_subtitle_context):
4617         * gst/matroska/matroska-ids.h:
4618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4619         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4620         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4621         * sys/v4l2/gstv4l2src.c:
4622         * tests/check/pipelines/wavpack.c: (bus_handler):
4623         * win32/common/config.h:
4624
4625 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4626
4627         * ext/wavpack/gstwavpackstreamreader.c:
4628         * tests/examples/spectrum/demo-audiotest.c:
4629         * tests/examples/spectrum/demo-osssrc.c:
4630         Fix some compiler warnings.
4631
4632 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4633
4634         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4635         Small comment added.
4636
4637         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4638         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4639         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4640         Debug string cleanups (remove trailing \n)
4641         Refactor and clean up the payloader a bit and make sure that we only
4642         put one NAL unit in an RTP packet even if the input buffer contains
4643         multiple NAL units.
4644         Add suport for AVC format input.
4645
4646 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4647
4648         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4649         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4650         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4651         * gst/rtp/gstrtph264pay.h:
4652         Make it possible to specify profile-level-id and sprop-parameter-sets
4653         using properties in case they are not available in-stream.
4654
4655 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4656
4657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4658         * docs/plugins/gst-plugins-good-plugins.args:
4659         * docs/plugins/inspect/plugin-ladspa.xml:
4660           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4661
4662 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4663
4664         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4665         Send an initial BYTE segment to inform downstream of later seeking,
4666         and to forego sync attempts.
4667
4668 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4669
4670         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4671         Fix wrong caps string.
4672
4673 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4674
4675         Based on patch by: Olivier Crete <tester at tester dot ca>
4676
4677         * gst/rtp/Makefile.am:
4678         * gst/rtp/gstrtp.c: (plugin_init):
4679         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4680         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4681         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4682         (gst_rtp_g729_depay_plugin_init):
4683         * gst/rtp/gstrtpg729depay.h:
4684         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4685         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4686         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4687         * gst/rtp/gstrtpg729pay.h:
4688         Added G729 pay and depayloaders. Fixes #532409.
4689
4690 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4691
4692         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4693         Fix the calculation of the duration of the concealment packets.
4694
4695 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4696
4697         Based on patch by: Olivier Crete <tester at tester dot ca>
4698
4699         * gst/rtp/Makefile.am:
4700         * gst/rtp/gstrtp.c: (plugin_init):
4701         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4702         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4703         (parse_encode), (gst_rtp_dv_depay_setcaps),
4704         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4705         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4706         (gst_rtp_dv_depay_plugin_init):
4707         * gst/rtp/gstrtpdvdepay.h:
4708         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4709         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4710         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4711         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4712         (gst_dv_pay_negotiate), (include_dif),
4713         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4714         * gst/rtp/gstrtpdvpay.h:
4715         Add DV pay and depayloaders. Fixes #532423.
4716
4717 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4718
4719         * gst/matroska/matroska-demux.c:
4720         (gst_matroska_demux_push_dvd_clut_change_event):
4721         Convert subtitle palette info in VobSub private data from VobSub's
4722         (buggy) RGB to YUV.
4723
4724 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4725
4726         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4727         Do not leave fourcc stream header field empty upon reset.
4728         Fixes #519301.
4729
4730 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4731
4732         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4734         * docs/plugins/inspect/plugin-goom.xml:
4735         * docs/plugins/inspect/plugin-goom2k1.xml:
4736         * gst/goom/gstgoom.c:
4737         * gst/goom2k1/gstgoom.c:
4738         Add goom2k1 into the docs.
4739
4740 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4741
4742         Based on patch by: Wouter Cloetens  <wouter at mind be>
4743
4744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4745         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4746         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4747         (gst_rtsp_decode_quoted_string),
4748         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4749         (gst_rtspsrc_setup_auth):
4750         Support Digest authentication. Fixes #532065.
4751
4752 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4753
4754         * gst/level/gstlevel.c:
4755           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4756           about whats needed for liboil acceleration. Simplify docs a bit.
4757
4758 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4761
4762         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4763         Update the track duration if the old one was invalid.
4764         Fixes bug #532117.
4765
4766 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4767
4768         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4769           Use GST_STR_NULL when trying to print sps and pps strings that could
4770           be NULL, as this might crash on some platforms.
4771
4772 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4773
4774         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4775
4776         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4777           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4778           set after creating the clipper.
4779
4780 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4781
4782         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4783
4784         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4785           Added checking of surface lost case after an unsuccessful
4786           IDirectDrawSurface7_Lock() call.
4787           If surface is lost, return GST_FLOW_OK.
4788
4789 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4790
4791         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4792
4793         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4794           WndProc, gst_directdraw_sink_window_thread):
4795           Improved Windows message loop and fixed window destruction issue.
4796           When the window which DirectDraw is rendering to is destroyed, the
4797           render/show_frame function will return GST_FLOW_ERROR.
4798           Partially fixes #520885.
4799
4800 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4801
4802         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4803
4804         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4805           Fixed mid stream resolution change bug, the offscreen surface is now
4806           released when set_caps is called.
4807           Partially fixes #520885.
4808
4809 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4810
4811         * sys/directdraw/gstdirectdrawsink.c
4812           (gst_directdraw_sink_buffer_alloc):
4813           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4814           width/height.
4815
4816           Especially when looking through the pool of buffers, make sure that
4817           the width/height of caps is used instead of the already negotiated
4818           dimensions.
4819           For example if a buffer with different caps is requested, i.e.
4820           higher resolution, the caller would get a buffer with the old
4821           dimensions and thus corrupt the heap.
4822
4823 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4824
4825         * sys/directdraw/gstdirectdrawsink.c
4826           (gst_directdraw_sink_buffer_alloc):
4827           Clear the flags on recycled buffers from buffer_alloc.
4828           Partially fixes #520885.
4829
4830 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4831
4832         * gst/rtp/gstrtpilbcpay.c:
4833           Added missing stdlib.h include for strtol(), and made include ordering and
4834           style consistent with the corresponding depayloader.
4835
4836 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4837
4838         * configure.ac:
4839           Error out if we don't have the required core/base versions.
4840
4841 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4842
4843         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4844
4845         * sys/osxvideo/cocoawindow.m:
4846         Fix compiler warnings on PPC64. Fixes bug #499318.
4847
4848 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4849
4850         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4851
4852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4853         Don't leak file descriptors on error. Fixes #531532.
4854
4855 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4856
4857         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4858         (gst_gconf_audio_src_change_state):
4859         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4860         (gst_gconf_video_sink_change_state):
4861         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4862         (gst_gconf_video_src_change_state):
4863         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4864         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4865         When we can't create a fakesink/fakesrc complain instead of unreffing
4866         NULL pointers and crashing later. See bug #530535.
4867
4868 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4869
4870         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4871         Add some more debug info and guard against small payloads.
4872
4873         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4874         Set duration on outgoing buffers because we can.
4875
4876 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4877
4878         Patch by: Olivier Crete <tester at tester dot ca>
4879
4880         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4881         (gst_speex_enc_init), (gst_speex_enc_chain):
4882         Add negotiation for the speex channels and rate. Fixes #465146.
4883
4884 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4885
4886         Patch by: Olivier Crete <tester at tester dot ca>
4887
4888         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4889         (gst_rtp_speex_pay_getcaps):
4890         Add negotiation for the speex channels and rate. See #465146.
4891
4892 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4893
4894         Patch by: Olivier Crete <tester at tester dot ca>
4895
4896         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4897         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4898         Add negotiation for the ILBC mode. See #465146.
4899
4900 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4901
4902         * ext/soup/gstsouphttpsrc.c:
4903           Include stdlib to fix the build. Use g_free instead of free, libsoup
4904           uses glib.
4905
4906 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4907
4908         Patch by: j^ <j@bootlab.org>
4909
4910         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4911         Add more mpeg2 variants. Fixes #530886.
4912
4913 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4914
4915         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4916
4917         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4918           Don't error out if we get an ICMP destination-unreachable
4919           message when trying to read packets on win32 (#529454).
4920
4921 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4922
4923         * configure.ac:
4924         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4925           Use new error code for encrypted streams (which requires core CVS).
4926
4927 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4928
4929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4930           (gst_qtdemux_audiosrc_template):
4931           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4932
4933 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4934
4935         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4936         (speex_dec_chain_parse_data):
4937         Produce concealment data when time progresses in a segment update.
4938
4939 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4940
4941         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4942         (speex_dec_chain):
4943         Try to preserve input timestamps when we can.
4944         Do beginnings of error concealment.
4945
4946 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4947
4948         * gst/debug/gstnavigationtest.c:
4949           MSVC doesn't provide rint(), define an adequate replacement locally as
4950           elsewhere.
4951
4952 2008-04-28  Julien Moutte  <julien@fluendo.com>
4953
4954         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4955         format to pacify Mac OSX's gcc.
4956
4957 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4960           (DEFAULT_MAX), (src_template), (sink_template),
4961           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4962           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4963           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4964           Bring rndbuffersize element into a state that doesn't require us
4965           to move it to -bad immediately. For one, fix up default min/max
4966           values so that the element actuall works using the default values.
4967           Also, don't ignore flow return values and do some kind of minimal
4968           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4969           other gratuitious clean-ups.
4970
4971 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4972
4973         * docs/plugins/Makefile.am:
4974         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4975         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4976         * docs/plugins/gst-plugins-good-plugins.args:
4977         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4978         * docs/plugins/gst-plugins-good-plugins.interfaces:
4979         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4980         * docs/plugins/inspect/plugin-1394.xml:
4981         * docs/plugins/inspect/plugin-aasink.xml:
4982         * docs/plugins/inspect/plugin-alaw.xml:
4983         * docs/plugins/inspect/plugin-alpha.xml:
4984         * docs/plugins/inspect/plugin-alphacolor.xml:
4985         * docs/plugins/inspect/plugin-annodex.xml:
4986         * docs/plugins/inspect/plugin-apetag.xml:
4987         * docs/plugins/inspect/plugin-audiofx.xml:
4988         * docs/plugins/inspect/plugin-auparse.xml:
4989         * docs/plugins/inspect/plugin-autodetect.xml:
4990         * docs/plugins/inspect/plugin-avi.xml:
4991         * docs/plugins/inspect/plugin-cacasink.xml:
4992         * docs/plugins/inspect/plugin-cairo.xml:
4993         * docs/plugins/inspect/plugin-cdio.xml:
4994         * docs/plugins/inspect/plugin-cutter.xml:
4995         * docs/plugins/inspect/plugin-debug.xml:
4996         * docs/plugins/inspect/plugin-dv.xml:
4997         * docs/plugins/inspect/plugin-efence.xml:
4998         * docs/plugins/inspect/plugin-effectv.xml:
4999         * docs/plugins/inspect/plugin-equalizer.xml:
5000         * docs/plugins/inspect/plugin-esdsink.xml:
5001         * docs/plugins/inspect/plugin-flac.xml:
5002         * docs/plugins/inspect/plugin-flxdec.xml:
5003         * docs/plugins/inspect/plugin-gamma.xml:
5004         * docs/plugins/inspect/plugin-gconfelements.xml:
5005         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5006         * docs/plugins/inspect/plugin-goom.xml:
5007         * docs/plugins/inspect/plugin-halelements.xml:
5008         * docs/plugins/inspect/plugin-icydemux.xml:
5009         * docs/plugins/inspect/plugin-id3demux.xml:
5010         * docs/plugins/inspect/plugin-jpeg.xml:
5011         * docs/plugins/inspect/plugin-level.xml:
5012         * docs/plugins/inspect/plugin-matroska.xml:
5013         * docs/plugins/inspect/plugin-monoscope.xml:
5014         * docs/plugins/inspect/plugin-mulaw.xml:
5015         * docs/plugins/inspect/plugin-multifile.xml:
5016         * docs/plugins/inspect/plugin-multipart.xml:
5017         * docs/plugins/inspect/plugin-navigationtest.xml:
5018         * docs/plugins/inspect/plugin-ossaudio.xml:
5019         * docs/plugins/inspect/plugin-png.xml:
5020         * docs/plugins/inspect/plugin-quicktime.xml:
5021         * docs/plugins/inspect/plugin-rtp.xml:
5022         * docs/plugins/inspect/plugin-rtsp.xml:
5023         * docs/plugins/inspect/plugin-shout2send.xml:
5024         * docs/plugins/inspect/plugin-smpte.xml:
5025         * docs/plugins/inspect/plugin-spectrum.xml:
5026         * docs/plugins/inspect/plugin-speex.xml:
5027         * docs/plugins/inspect/plugin-taglib.xml:
5028         * docs/plugins/inspect/plugin-udp.xml:
5029         * docs/plugins/inspect/plugin-video4linux2.xml:
5030         * docs/plugins/inspect/plugin-videobalance.xml:
5031         * docs/plugins/inspect/plugin-videobox.xml:
5032         * docs/plugins/inspect/plugin-videocrop.xml:
5033         * docs/plugins/inspect/plugin-videoflip.xml:
5034         * docs/plugins/inspect/plugin-videomixer.xml:
5035         * docs/plugins/inspect/plugin-wavenc.xml:
5036         * docs/plugins/inspect/plugin-wavpack.xml:
5037         * docs/plugins/inspect/plugin-wavparse.xml:
5038         * docs/plugins/inspect/plugin-ximagesrc.xml:
5039           Add docs for gdkpixbufsink; update docs to CVS version.
5040
5041 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5042
5043         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5044         Remove test sync-offset by default.
5045
5046 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5049         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5050         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5051           Use GLib versions of htonl, htons, ntohl and ntohs in order
5052           to avoid problems on win32 (#529707).
5053
5054 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         Patch by: Jesús Corrius <jesus at softcatala org>
5057
5058         * gst/goom/filters.c: (zoomVector):
5059         * gst/goom/goom_core.c: (init_buffers):
5060           Fix build with mingw32: use rand() instead of random() and
5061           replace bzero() with memset(). Fixes #529692.
5062
5063 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5064
5065         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5066         Fix typo in comments.
5067
5068         * tests/examples/rtp/client-H263p-PCMA.sdp:
5069         * tests/examples/rtp/client-H263p-PCMA.sh:
5070         * tests/examples/rtp/client-H264-PCMA.sdp:
5071         * tests/examples/rtp/client-H264-PCMA.sh:
5072         * tests/examples/rtp/client-H264.sdp:
5073         * tests/examples/rtp/client-H264.sh:
5074         * tests/examples/rtp/client-PCMA.sdp:
5075         * tests/examples/rtp/client-PCMA.sh:
5076         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5077         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5078         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5079         Add some more docs and fix examples.
5080
5081 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5082
5083         * tests/check/elements/multifile.c:
5084         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5085         declared in the former, some have it declared in the latter.
5086
5087 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5088
5089         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5090         * gst/debug/tests.c: (md5_get_value):
5091         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5092         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5093         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5094         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5095         Stop using deprecated GLib functions.
5096
5097 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5098
5099         * configure.ac:
5100         Back to development -> 0.10.8.1
5101
5102 === release 0.10.8 ===
5103
5104 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5105
5106         * configure.ac:
5107           releasing 0.10.8, "One For The Money"
5108
5109 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5110
5111         * configure.ac:
5112         0.10.7.4 pre-release
5113
5114 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5115
5116         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5117         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5118         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5119         * gst/goom/flying_stars_fx.c: (fs_free):
5120         * gst/goom/goom_config_param.h:
5121         * gst/goom/goom_core.c: (goom_init), (goom_close):
5122         * gst/goom/goom_plugin_info.h:
5123         * gst/goom/gstgoom.c: (gst_goom_finalize):
5124         * gst/goom/lines.c: (goom_lines_free):
5125         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5126         * gst/goom/surf3d.c: (grid3d_free):
5127         * gst/goom/surf3d.h:
5128         * gst/goom/tentacle3d.c: (tentacle_free):
5129         Free a bunch of stuff, and initialise things to fix leaks
5130         and valgrind warnings in the testsuite.
5131
5132         Fixes: #529268
5133
5134 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5135
5136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5137         (gst_rtspsrc_configure_caps):
5138         Ref caps as the return value for the request_pt_map signal.
5139         Remove some caps weirdness when configuring a stream. See #528245.
5140
5141 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * tests/icles/gdkpixbufsink-test.c:
5144           Add cast to placate gcc 4.1.2.
5145
5146 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5147
5148         * configure.ac:
5149         0.10.7.3 pre-release
5150
5151 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5152
5153         * tests/check/Makefile.am:
5154         Disable some more elements in the state test.
5155         Add a define so the soup test can find the test files
5156         it needs at runtime.
5157
5158         * tests/check/elements/souphttpsrc.c: (run_server):
5159
5160         Add a define so the soup test can find the test files
5161         it needs at runtime.
5162
5163 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5164
5165         * gst/goom/convolve_fx.c: (convolve_apply):
5166         Don't ever draw the GOOM logo.
5167         Fixes: #528615
5168
5169 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5170
5171         * ext/cdio/gstcdiocddasrc.c:
5172         * ext/dv/gstdvdemux.c: 
5173         gst_atomic_int_set ==> g_atomic_int_set
5174
5175 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5176
5177         * configure.ac:
5178         * gst/goom/Makefile.am:
5179         * gst/goom/convolve_fx.c:
5180         * gst/goom/default_scripts.h:
5181         * gst/goom/goom.h:
5182         * gst/goom/goom_core.c: (choose_a_goom_line):
5183         * gst/goom/goom_plugin_info.h:
5184         * gst/goom/goomsl.c:
5185         * gst/goom/goomsl.h:
5186         * gst/goom/goomsl_hash.c:
5187         * gst/goom/goomsl_hash.h:
5188         * gst/goom/goomsl_heap.c:
5189         * gst/goom/goomsl_heap.h:
5190         * gst/goom/goomsl_private.h:
5191         * gst/goom/plugin_info.c:
5192           Strip out the config/script parsing stuff, we don't need it.
5193           Fixes #527999.
5194
5195 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * gst/goom/plugin_info.c: (setOptimizedMethods):
5198           Disable altivec optimisations for 32-bit PPC as well to make
5199           things build properly on all PPC systems. Fixes #528143
5200
5201 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         * gst-plugins-good.spec.in:
5204           Update for souphttpsrc plugin which has moved to -good.
5205
5206 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5207
5208         * gst/matroska/matroska-demux.c:
5209         (gst_matroska_demux_handle_seek_event):
5210         Fix open-ended seeks in matroskademux
5211         Patch by: Mark Nauwelaerts <manauw skynet be>
5212         Fixes: #526557
5213
5214 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5215
5216         * tests/check/Makefile.am:
5217         Add soup test certificates to the dist.
5218
5219 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5220
5221         * ext/Makefile.am:
5222         Remove LADSPA reference I missed.
5223
5224 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5225
5226         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5227         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5228         over gnome-vfs and everything else. Fixes bug #527848.
5229
5230 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5231
5232         * configure.ac:
5233         * ext/Makefile.am:
5234         Remove LADSPA plugin. Fixes: #515978
5235
5236 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5237
5238         * configure.ac:
5239         * docs/plugins/Makefile.am:
5240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5242         * docs/plugins/gst-plugins-good-plugins.args:
5243         * docs/plugins/inspect/plugin-soup.xml:
5244         * ext/Makefile.am:
5245         * tests/check/Makefile.am:
5246         Move soup plugin from -bad (Fixes: #523124)
5247
5248 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5249
5250         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5251         Fix bounds checking of mode in Speex header, which may
5252         produce negative numbers in speex <= 1.1.12
5253
5254 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * gst/goom/Makefile.am:
5257         * gst/goom/gfontlib.c:
5258         * gst/goom/gfontlib.h:
5259         * gst/goom/gfontrle.c:
5260         * gst/goom/gfontrle.h:
5261         * gst/goom/goom.h:
5262         * gst/goom/goom_core.c: (goom_update):
5263         * gst/goom/goom_plugin_info.h:
5264         * gst/goom/gstgoom.c: (gst_goom_chain):
5265         * gst/goom/plugin_info.c:
5266           Remove a bunch of font/text related code that we don't need.
5267
5268 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * gst/goom/ppc_drawings.s:
5271         * gst/goom/ppc_zoom_ultimate.s:
5272           Change license of these files to LGPL, as permitted by the
5273           author, Guillaume Borios. See #515073.
5274
5275 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5276
5277         * gst/goom/convolve_fx.c:
5278         * gst/goom/motif_goom1.h:
5279         * gst/goom/motif_goom2.h:
5280           As hinted in Bug #518213, revert one change and fix warnings properly.
5281           This fixes both #518213 and #520073 for me.     
5282
5283 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5284
5285         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5286         * gst/matroska/matroska-demux.c:
5287         (gst_matroska_demux_handle_seek_event),
5288         (gst_matroska_demux_parse_contents_seekentry),
5289         (gst_matroska_demux_loop):
5290         Fix the Forte build by making function declaration signatures
5291         match the implementations.
5292
5293 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5296         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5297         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5298           More logging when probing (see #518474), some comments in _reset().
5299
5300 2008-04-07  Julien Moutte  <julien@fluendo.com>
5301
5302         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5303         because of a bad argument number.
5304
5305 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * tests/icles/.cvsignore:
5308         * tests/icles/Makefile.am:
5309         * tests/icles/gdkpixbufsink-test.c:
5310           Interactive test app for gdkpixbufsink.
5311
5312 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5313
5314         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5315
5316         * configure.ac:
5317         Actually build dlls when cross-compiling with mingw32.
5318         Fixes bug #526247.
5319
5320 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5323           Don't munge device string to 'default:x' for capture devices.
5324           Fixes #525833.
5325
5326 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5327
5328         * ext/wavpack/gstwavpackparse.c:
5329         (gst_wavpack_parse_index_entry_free):
5330         Always use GSlice as we actually depend on GLib 2.12 already.
5331
5332 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5333
5334         * configure.ac:
5335           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5336           Also bump the GLib requirement to the current de-facto requirement
5337           (ie. 2.12).
5338
5339 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5340
5341         * gst/rtp/gstrtph264pay.c: (encode_base64),
5342         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5343         * gst/rtp/gstrtph264pay.h:
5344         Parse codec_data for future AVC compatibility.
5345         Fail when we encounter AVC data for now.
5346
5347 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5350           (gst_spectrum_init), (gst_spectrum_set_property),
5351           (gst_spectrum_get_property), (gst_spectrum_message_new):
5352           Rename property enums and default defines for the properties to match
5353           the property names and rephrase property descriptions to make them a
5354           bit clearer (hopefully). See #518188.
5355
5356 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5357
5358         * tests/check/Makefile.am:
5359         * tests/check/elements/.cvsignore:
5360         * tests/check/elements/gdkpixbufsink.c:
5361           Add unit test for gdkpixbufsink element.
5362
5363 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * ext/gdk_pixbuf/Makefile.am:
5366         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5367         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5368           (gst_gdk_pixbuf_sink_base_init),
5369           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5370           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5371           (gst_gdk_pixbuf_sink_set_caps),
5372           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5373           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5374           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5375           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5376           (gst_gdk_pixbuf_sink_get_property):
5377         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5378           Add gdkpixbufsink element for easy snapshotting (#525946).
5379
5380 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5381
5382         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5383         Bump timeout from 3 to 60 seconds.
5384
5385 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5386
5387         * tests/check/pipelines/.cvignore:
5388         Remove useless file.
5389
5390         * tests/check/pipelines/.cvsignore:
5391         Add new test to .cvsignore.
5392
5393 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5394
5395         * tests/check/Makefile.am:
5396         * tests/check/pipelines/wavpack.c: (bus_handler),
5397         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5398         (wavpack_suite), (main):
5399         Add unit test that encodes and decodes some data, checks that it
5400         is still the same and that all timestamps/offsets are perfect.
5401
5402 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5403
5404         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5405         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5406         * ext/wavpack/gstwavpackparse.c:
5407         (gst_wavpack_parse_index_entry_new),
5408         (gst_wavpack_parse_index_entry_free),
5409         (gst_wavpack_parse_base_init),
5410         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5411         Use GSlice for allocating index entries and use
5412         gst_element_class_set_details_simple().
5413
5414 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5415
5416         Patch by: Brian Cameron <brian.cameron at sun dot com>
5417
5418         * sys/sunaudio/gstsunaudio.c:
5419         * sys/sunaudio/gstsunaudiomixer.c:
5420         * sys/sunaudio/gstsunaudiomixer.h:
5421         * sys/sunaudio/gstsunaudiomixerctrl.c:
5422         * sys/sunaudio/gstsunaudiomixerctrl.h:
5423         * sys/sunaudio/gstsunaudiomixertrack.c:
5424         * sys/sunaudio/gstsunaudiomixertrack.h:
5425         * sys/sunaudio/gstsunaudiosink.c:
5426         * sys/sunaudio/gstsunaudiosink.h:
5427         * sys/sunaudio/gstsunaudiosrc.c:
5428         * sys/sunaudio/gstsunaudiosrc.h:
5429           Fix up copyrights (#525860).
5430
5431 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5432
5433         * gst/goom/goomsl.c: (gsl_read_file):
5434           Check return value of fread() to avoid compiler warnings.
5435
5436 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5437
5438         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5439
5440         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5441         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5442         * gst/law/alaw-decode.h:
5443         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5444         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5445         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5446         * gst/law/mulaw-decode.h:
5447         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5448         Make negotiation a bit modern.
5449         Use pad_alloc. Fixes #525359.
5450
5451 2008-03-31  David Schleef  <ds@schleef.org>
5452
5453         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5454           compiles consistently.  Fixes #522278.
5455
5456 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5457
5458         Patch by: Brian Cameron <brian.cameron at sun dot com>
5459
5460         * sys/sunaudio/gstsunaudiomixerctrl.c:
5461           (gst_sunaudiomixer_ctrl_get_volume),
5462           (gst_sunaudiomixer_ctrl_set_volume):
5463         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5464           Fix up the mixer tracks to use a volume range of 0-255, which is what
5465           the sun audio API uses. This simplifies the code and avoids rounding
5466           errors. Fixes #524593.
5467
5468 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5469
5470         * sys/v4l2/gstv4l2object.c:
5471         * sys/v4l2/gstv4l2object.h:
5472         Add device-fd property to make it possible to apps to call ioctl's.
5473
5474 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5475
5476         * gst/qtdemux/qtdemux.c: (next_entry_size):
5477         Unbreak streaming mode again.
5478
5479 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5482           Remove superfluous DEBUG macro.
5483
5484 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         Based on patch by: William M. Brack <wbrack at mmm com hk>
5487
5488         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5489           (gst_v4l2src_set_capture):
5490           Check whether the device supports setting the framerate before
5491           trying to set it and then posting a warning or error if it doesn't
5492           work (#516649, #520092). Also compare fractions more correctly.
5493
5494 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst/goom/Makefile.am:
5497           Remove ppc assembler optimisations from the build until they
5498           actually build (they also seem to have GPL headers).
5499
5500 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * m4/Makefile.am:
5503           Better not dist files that don't exist any longer (lrint*m4).
5504
5505 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         * configure.ac:
5508         * m4/lrint.m4:
5509         * m4/lrintf.m4:
5510         Remove lrint/lrintf checks. We don't use it anywhere.
5511
5512 2008-03-18  Andy Wingo  <wingo@pobox.com>
5513
5514         * sys/osxvideo/osxvideosink.m
5515         (gst_osx_video_sink_osxwindow_destroy)
5516         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5517         task, whoopdee.
5518         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5519         2 ms.
5520
5521 2008-03-18  Andy Wingo  <wingo@pobox.com>
5522
5523         * sys/osxvideo/osxvideosink.m
5524         (gst_osx_video_sink_osxwindow_destroy)
5525         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5526         task, whoopdee.
5527         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5528         2 ms.
5529         
5530 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         Patch by: William M. Brack <wbrack at mmm com hk>
5533
5534         * sys/v4l2/v4l2src_calls.c:
5535           (gst_v4l2src_probe_caps_for_format_and_size),
5536           (gst_v4l2src_probe_caps_for_format):
5537           Make sure the probed frame sizes are reversed in the resulting
5538           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5539           highest resolution first); also remove unused variable.
5540           (Partly fixes #520092)
5541
5542 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5543
5544         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5545
5546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5547         (gst_rtspsrc_finalize):
5548         Call WSAStartup() and WSACleanup before using the Winsock API.
5549         See #520808.
5550
5551 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * gst/avi/gstavidemux.c:
5554           Erm, the buffer-size is just guint, no need for the special format
5555           specifier.
5556
5557 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * gst/goom/plugin_info.c:
5560         * gst/goom/ppc_zoom_ultimate.h:
5561           Small fixes to build more on PPC: ifdef out code that uses unknown
5562           define; add newline at end of header file to avoid compiler warning.
5563           Assembler code still doesn't build though.
5564
5565 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5566
5567         * gst/avi/gstavidemux.c:
5568           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5569           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5570
5571 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5572
5573         * gst/avi/gstavidemux.c:
5574           Chunksize is uint32. Fix format specifier.
5575
5576 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5577
5578         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5579         mistake. Return file to pure MIT text.
5580
5581 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5582
5583         * gst/audiofx/audiofx.c:
5584         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5585         of hardcoding values.
5586
5587 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5588
5589         Patch by: Mark Nauwelaerts <manauw skynet be>
5590
5591         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5592           (gst_oss_src_close):
5593         * sys/oss/gstosssrc.h:
5594           Cache probed caps, so _get_caps() during recording doesn't cause
5595           ioctl calls which may disrupt the recording (fixes #521875).
5596
5597 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5598
5599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5600         (gst_qtdemux_activate_segment),
5601         (gst_qtdemux_prepare_current_sample),
5602         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5603         Make sure we always send a DISCONT after a seek by setting the sample
5604         index to an undefined value after a seek.
5605
5606 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5607
5608         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5609           (GST_IS_AVI_SUBTITLE_CLASS):
5610           Fix up IS_FOO macros, which makes gtk-doc much happier.
5611
5612 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         * tests/icles/Makefile.am:
5615           Move the -lgstfoo where it belongs.
5616
5617 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5618
5619         * gst/matroska/ebml-ids.h:
5620         Add ID for EBML CRC32 elements.
5621
5622         * gst/matroska/Makefile.am:
5623         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5624         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5625         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5626         (gst_ebml_read_header):
5627         Support reading 80bit floats, add finalize method to clean up
5628         in any case, support reading length/id elements with any length
5629         as long as it's smaller than our supported maximum, don't leak
5630         buffers if reading as much data as we wanted failed and some
5631         smaller cleanup.
5632
5633 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5634
5635         Patch by: Olivier Crete <tester at tester dot ca>
5636
5637         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5638         Check that a buffer is large enough before reading from it.
5639         Fixes bug #521102.
5640         
5641 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5642
5643         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5644         Fix compilation after removing the GstPollMode from the
5645         constructor.
5646
5647 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5648
5649         * configure.ac:
5650         * gst/audiofx/Makefile.am:
5651         * gst/audiofx/audiochebband.c:
5652         * gst/audiofx/audiocheblimit.c:
5653         * gst/audiofx/math_compat.h:
5654         Check for sinh(), cosh() and asinh() and define our own
5655         implementations if they're not available. Fixes bug #520880.
5656
5657 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5658
5659         Patch by: Olivier Crete <tester at tester dot ca>
5660
5661         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5662         Unref the buffers only once when handling not-negotiated errors.
5663         Fixes bug #520764.
5664
5665 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5666
5667         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5668
5669         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5670         (gst_udpsrc_stop):
5671         Properly balance WSA_Cleanup with WSA_Startup.
5672         Also make the poll controllable on windows. Fixes #520888.
5673
5674 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5675
5676         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5677         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5678         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5679         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5680         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5681         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5682         (gst_ebml_read_date), (gst_ebml_read_master),
5683         (gst_ebml_read_binary), (gst_ebml_read_header):
5684         * gst/matroska/ebml-read.h:
5685         * gst/matroska/matroska-demux.c:
5686         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5687         (gst_matroska_demux_read_track_encodings),
5688         (gst_matroska_demux_add_stream),
5689         (gst_matroska_demux_handle_src_query),
5690         (gst_matroska_demux_handle_seek_event),
5691         (gst_matroska_demux_init_stream),
5692         (gst_matroska_demux_parse_tracks),
5693         (gst_matroska_demux_parse_index_cuetrack),
5694         (gst_matroska_demux_parse_index_pointentry),
5695         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5696         (gst_matroska_demux_parse_metadata_id_simple_tag),
5697         (gst_matroska_demux_parse_metadata_id_tag),
5698         (gst_matroska_demux_parse_metadata),
5699         (gst_matroska_demux_sync_streams),
5700         (gst_matroska_demux_push_hdr_buf),
5701         (gst_matroska_demux_push_flac_codec_priv_data),
5702         (gst_matroska_demux_push_xiph_codec_priv_data),
5703         (gst_matroska_demux_add_wvpk_header),
5704         (gst_matroska_demux_check_subtitle_buffer),
5705         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5706         (gst_matroska_demux_parse_cluster),
5707         (gst_matroska_demux_parse_contents_seekentry),
5708         (gst_matroska_demux_parse_contents),
5709         (gst_matroska_demux_loop_stream_parse_id),
5710         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5711         * gst/matroska/matroska-demux.h:
5712         * gst/matroska/matroska-ids.h:
5713         Handle return values from pull_range in a more granular way to properly
5714         shut down on seeks.
5715         Combine return values from push.
5716         Implement proper error handling.
5717         Prepare for handling seeking correctly.
5718
5719 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5720
5721         * gst/matroska/ebml-read.c:
5722         Use GINT64 formatting constants from GLIB.
5723
5724         * gst/matroska/matroska-demux.c:
5725         Add some guards to avoid a possible division by 0 and crashing
5726         with NULL events on some systems.
5727         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5728         conversion. 
5729
5730         * gst/matroska/matroska-mux.c:
5731         Check for invalid timestamps in a bunch of places to avoid
5732         writing bogus durations into the output file.
5733         Fix some double<->gint64 conversions that weren't using
5734         gst_guint64_to_gdouble
5735
5736 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5737
5738         * configure.ac:
5739         Move the checks for bison, flex and as to the program section and the
5740         check for gcc inline asm to the compiler characteristics section.
5741
5742 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5743
5744         * configure.ac:
5745         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5746         plug-ins are included/excluded. (#498222)
5747
5748 2008-02-29  Michael Smith <msmith@fluendo.com>
5749
5750         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5751           Don't call gst_object_sync_values() unless we have a valid timestamp.
5752
5753 2008-02-28  David Schleef  <ds@schleef.org>
5754
5755         * gst/matroska/matroska-demux.c:
5756         * gst/matroska/matroska-ids.h:
5757         * gst/matroska/matroska-mux.c:
5758           Fix Dirac mapping.  I had previously added a VfW-type
5759           mapping, but it looks like Dirac will get a native Matroska
5760           mapping, and this is the most likely method.
5761
5762 2008-02-28  David Schleef  <ds@schleef.org>
5763
5764         * gst/avi/gstavimux.c: Add Dirac encoding
5765
5766 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5767
5768         Patch by: Peter Kjellerstedt <pkj at axis com>
5769
5770         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5771         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5772         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5773         * gst/udp/gstudpsrc.h:
5774         Port to GstPoll. See #505417.
5775
5776 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5777
5778         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5779         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5780         yet on the srcpad. We need rate and channels before we
5781         can do any processing. Fixes bug #519088.
5782
5783 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5784
5785         * configure.ac:
5786         Detect and indicate if GCC inline assembly syntax is
5787         available.
5788
5789         * gst/goom/Makefile.am:
5790         * gst/goom/convolve_fx.c:
5791         * gst/goom/flying_stars_fx.c:
5792         * gst/goom/goom_config.h:
5793         * gst/goom/goom_core.c:
5794         * gst/goom/goomsl.c:
5795         * gst/goom/ifs.c:
5796         * gst/goom/mmx.c:
5797         * gst/goom/plugin_info.c:
5798         * gst/goom/xmmx.c:
5799         Fix various GCC-isms, and only build the inline assembly
5800         with compilers that support GCC inline assembly.
5801
5802         Fix a couple of other warnings shown with Forte.
5803
5804 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5805
5806         * gst/goom/xmmx.c:
5807           Use 'emms' instead of 'femms' to not crash on cpus that do not
5808           implement this 3dnow specific instruction.
5809
5810 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5811
5812         * gst/goom/plugin_info.c: (setOptimizedMethods):
5813         Use extended MMX for draw_line() too if available, not only
5814         normal MMX.
5815
5816 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * ext/jpeg/gstjpeg.c: (plugin_init):
5819         Remove (commented out) smoke typefinder. This is in base now.
5820
5821 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5822
5823         * gst/goom2k1/Makefile.am:
5824         * gst/goom2k1/gstgoom.c:
5825
5826         Rename the installed library, and don't register the same 
5827         GType name as the new goom.
5828
5829 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * configure.ac:
5832         * ext/taglib/Makefile.am:
5833           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5834           when building C++ code (#516509).
5835
5836 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5839         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5840           (setOptimizedMethods):
5841           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5842           anything useful. Export goom debug category so we can get
5843           rid of the VERBOSE define and the printfs.
5844
5845 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         * gst/goom/goomsl_heap.c: (align_it):
5848         * gst/goom/plugin_info.c: (setOptimizedMethods):
5849           Compile fixes for x86-64.
5850
5851 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5852
5853         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5854         with warnings, but add other CFLAGS
5855
5856         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5857         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5858         (calculate_labels), (gsl_read_file):
5859         * gst/goom/goomsl_lex.l:
5860         * gst/goom/goomsl_yacc.y:
5861         * gst/goom/plugin_info.c: Remove a few live printf, and
5862         fprintf, replace exit() calls with g_assert_not_reached()
5863         if it not optimal for a library
5864
5865 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5866
5867         * gst/goom/Makefile.am: Remove the warnings being disabled,
5868         fix linkage on x86, spotted by Sebastian Dröge
5869         <slomo@circular-chaos.org>
5870
5871         * gst/goom/convolve_fx.c (convolve_init),
5872         (create_output_with_brightness), (convolve_apply):
5873         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5874         * gst/goom/goomsl.c:
5875         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5876         * gst/goom/plugin_info.c:
5877         * gst/goom/tentacle3d.c (tentacle_fx_create):
5878         Fix warnings, and disable the motifs in the convolve_fx
5879         plugin (they were causing warnings, and they were just
5880         "Goom" in funny letterring)
5881
5882 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5883
5884         * configure.ac: Add checks for Flex/Yacc/Bison and other
5885         furry animals, for the new goom 2k4 based plugin
5886
5887         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5888         CPU optimisations (not working yet), move the old plugin to...
5889
5890         * gst/goom2k1/*: ... here, in case somebody is sick enough
5891
5892         Fixes #515073
5893
5894 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5895
5896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5897         Post the server response code in an error message instead of a generic
5898         'error' message. Fixes #517237.
5899
5900 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5901
5902         * tests/check/Makefile.am:
5903         Ignore gconfaudiosrc for the states unit test too. It will fallback
5904         to alsasrc if the gconf settings can't be read and not everybody has
5905         alsa.
5906
5907 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5908
5909         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5910         (gst_wavpack_parse_create_src_pad):
5911         * ext/wavpack/gstwavpackparse.h:
5912         Always report the duration if we know it in push mode and don't
5913         return 0 just to make totem believe we can't seek in push mode.
5914         Newer totem version use the SEEKING query which properly reports
5915         if we can seek or not.
5916
5917 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5918
5919         Patch by: Jens Granseuer <jensgr at gmx dot net>
5920
5921         * tests/examples/equalizer/demo.c: (main):
5922         C89 fix, moving variable declarations to the beginning of
5923         the block. Fixes bug #517933.
5924
5925 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5926
5927         * configure.ac:
5928         Back to development...
5929
5930 === release 0.10.7 ===
5931
5932 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5933
5934         * configure.ac:
5935           releasing 0.10.7, "Red Door Black"
5936
5937 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5938
5939         * gst/alpha/Makefile.am:
5940         Link alpha plugin with libgstbase. Fixes bug #517386.
5941
5942 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5943
5944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5945         Init values to -1 instead of the default 0 value.
5946         Fixes #516524.
5947
5948 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5949
5950         * tests/examples/spectrum/spectrum-example.c:
5951         Add missing include to fix compilation when libxml usage is disabled.
5952         Fixes: #516371
5953
5954 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5955
5956         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5957         fixes: #514889
5958
5959         * gst/rtp/gstrtph264pay.c:
5960         * gst/rtp/gstrtpmp4gdepay.c:
5961         * gst/rtp/gstrtpmp4gpay.c:
5962         * gst/rtp/gstrtpmp4gpay.h:
5963         * gst/rtp/gstrtptheorapay.c:
5964         * gst/rtp/gstrtpvorbispay.c:
5965
5966         Fix various leaks shown up in valgrind
5967         - free sprops and buffer in error cases in H264 payloader
5968         - fix leak in mp4g depayloader when construction the caps
5969         - don't leak config string in the mp4g payloader
5970         - don't leak buffers and headers in theora and vorbis payloaders
5971
5972         * tests/check/elements/rtp-payloading.c:
5973
5974         Fix the RTP data test
5975         - Actually send valid amr data to the payloader instead of 20
5976         zero-bytes
5977         - The mp4g payloader expects codec_data on the caps
5978
5979 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5980
5981         * win32/MANIFEST:
5982         Add libgstpng.dsp to MANIFEST.
5983         * win32/vs6/libgstaudiofx.dsp:
5984         Add new source files to VS project file.
5985
5986 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5987
5988         * sys/ximage/gstximagesrc.c:
5989         Initialise variables when opening the X display rather
5990         than in _start(), as the display can be opened before that.
5991
5992         Fixes: #515985
5993
5994 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5995
5996         * sys/directdraw/gstdirectdrawsink.c:
5997         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5998         (gst_directdraw_sink_finalize):
5999         Properly chain up finalize functions. Fixes bug #515980.
6000
6001 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6002
6003         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6004         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6005         (gst_v4l2_buffer_pool_class_init):
6006         Chain up the finalize functions. Fixes bug #515984.
6007
6008 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6009
6010         * sys/ximage/ximageutil.c:
6011         Chain up in the finalize function for our custom
6012         buffer sub-class.
6013         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6014         Fixes: #515706
6015
6016 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6017
6018         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6019         (gst_fenced_buffer_class_init):
6020         Properly chain up finalize method. Fixes bug #515979.
6021
6022 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6023
6024         * sys/ximage/gstximagesrc.c:
6025         Free allocated Damage memory before closing our connection to the
6026         X server. Partially fixes: #515706
6027
6028 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6029
6030         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6031         * tests/check/Makefile.am:
6032         * tests/check/gst-plugins-good.supp:
6033         Add a few libjpeg suppressions and initialize a variable to
6034         make smokeenc valgrind clean. Fixes bug #515701.
6035
6036 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6037
6038         * gst/avi/gstavidemux.c:
6039         Revert patch which sends timestamps only on keyframes, as it
6040         breaks playback with current gst-ffmpeg.
6041
6042         Fixes: #515562
6043
6044 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6045
6046         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6047         * tests/check/elements/multifile.c: (GST_START_TEST):
6048         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6049
6050 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6051
6052         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6053         Use and unset the GError when pipeline creation fails instead of
6054         simply leaking it. Fixes bug #515704.
6055
6056 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6057
6058         * gst/audiofx/audioamplify.c:
6059         * gst/audiofx/audiochebband.c:
6060         * gst/audiofx/audiocheblimit.c:
6061         * gst/audiofx/audiodynamic.c:
6062         * gst/audiofx/audioinvert.c:
6063         * gst/audiofx/audiopanorama.c:
6064         * gst/audiofx/audiowsincband.c:
6065         * gst/audiofx/audiowsinclimit.c:
6066         Fix long description of audiofx elements. Fixes bug #515457.
6067
6068 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6069
6070         * docs/plugins/Makefile.am:
6071         * gst/spectrum/gstspectrum.c:
6072         * tests/examples/spectrum/.cvsignore:
6073         * tests/examples/spectrum/Makefile.am:
6074         * tests/examples/spectrum/spectrum-example.c:
6075
6076         Add a simple example application for the spectrum element, include it
6077         in the docs, and fix some documentation ambiguities.
6078
6079         Fixes: #348085
6080
6081 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6082
6083         * gst/equalizer/Makefile.am:
6084         * gst/spectrum/Makefile.am:
6085         Fix includes order
6086
6087         * tests/check/Makefile.am:
6088         Exclude v4l2src from the states test - it takes too long to start.
6089
6090         * tests/check/elements/spectrum.c:
6091         Make the test run properly with CK_FORK=no
6092
6093 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6094
6095         * gst/audiofix/Makefile.am: add missing header files 
6096
6097 2008-02-08  Julien Moutte  <julien@fluendo.com>
6098
6099         * gst/matroska/matroska-demux.c:
6100         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6101         keyframe and delta units correctly when dealign with a BlockGroup.
6102         Fixes: #514397
6103
6104 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6105
6106         * tests/check/elements/.cvsignore:
6107         Spell the new tests correctly in .cvsignore
6108
6109 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6112           Need to use gsize here for the size, fixes compiler warning.
6113
6114         * tests/examples/equalizer/.cvsignore:
6115         * tests/examples/equalizer/Makefile.am:
6116         * tests/examples/spectrum/.cvsignore:
6117         * tests/examples/spectrum/Makefile.am:
6118           Add missing files to fix the build.
6119
6120 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6121
6122         * configure.ac:
6123         * docs/plugins/Makefile.am:
6124         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6126         * docs/plugins/gst-plugins-good-plugins.args:
6127         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6128         * docs/plugins/inspect/plugin-multifile.xml:
6129         * tests/check/Makefile.am:
6130         * tests/check/elements/.cvsignore:
6131
6132         Move multifile plugin from -bad.
6133         Fixes: #490283
6134
6135 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6136
6137         * configure.ac:
6138         * docs/plugins/Makefile.am:
6139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6141         * docs/plugins/gst-plugins-good-plugins.args:
6142         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6143         * docs/plugins/inspect/plugin-spectrum.xml:
6144         * gst/spectrum/Makefile.am:
6145         * tests/check/Makefile.am:
6146         * tests/check/elements/.cvsignore:
6147         * tests/examples/Makefile.am:
6148
6149         Move spectrum plugin from -bad.
6150         Move examples into tests/examples/spectrum.
6151
6152 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6153
6154         * configure.ac:
6155         * docs/plugins/Makefile.am:
6156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6158         * docs/plugins/gst-plugins-good-plugins.args:
6159         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6160         * docs/plugins/gst-plugins-good-plugins.interfaces:
6161         * docs/plugins/inspect/plugin-equalizer.xml:
6162         * gst/equalizer/Makefile.am:
6163         * tests/check/Makefile.am:
6164         * tests/examples/Makefile.am:
6165         Move the equalizer plugin across from -bad
6166
6167         * tests/check/elements/.cvsignore:
6168         Add equalizer, audiosincwband and audiosincwlimit
6169
6170         * tests/check/elements/equalizer.c:
6171         Fix compiler warnings
6172
6173         Fixes: #415627
6174
6175 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6176
6177         * configure.ac:
6178         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6179         are treated like releases and build without it.
6180
6181 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6182
6183         * docs/plugins/Makefile.am:
6184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6186         * docs/plugins/gst-plugins-good-plugins.args:
6187         * docs/plugins/inspect/plugin-audiofx.xml:
6188         * gst/audiofx/Makefile.am:
6189         * gst/audiofx/audiofx.c:
6190         * gst/audiofx/audiowsincband.c:
6191         * gst/audiofx/audiowsincband.h:
6192         * gst/audiofx/audiowsinclimit.c:
6193         * gst/audiofx/audiowsinclimit.h:
6194         * tests/check/Makefile.am:
6195         * tests/check/elements/audiowsincband.c:
6196         * tests/check/elements/audiowsinclimit.c:
6197
6198         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6199         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6200         respectively.
6201
6202         Fixes: #467666
6203
6204 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6205
6206         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6207         * tests/check/elements/icydemux.c:
6208           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6209           caps, and add a somewhat useful debug message. Plus test.
6210
6211 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6212
6213         * gst/rtsp/gstrtspsrc.c:
6214         Include unistd.h only if HAVE_UNISTD_H is defined
6215         * win32/common/config.h.in:
6216         * win32/common/config.h:
6217         Define socklen_t as it seems it's not defined in default 
6218         Visual Studio headers.
6219         * win32/vs6/libgstalpha.dsp:
6220         * win32/vs6/libgstapetag.dsp:
6221         * win32/vs6/libgstavi.dsp:
6222         * win32/vs6/libgstrtp.dsp:
6223         * win32/vs6/libgstrtsp.dsp:
6224         * win32/vs6/libgstvideomixer.dsp:
6225         Update project file dependencies and add new source files       
6226
6227 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6228
6229         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6230
6231         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6232         Don't leak buffers when we don't push them downstream.
6233         Fixes bug #514965.
6234
6235 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * configure.ac:
6238           Bump requirements to (good) released versions to avoid
6239           confusion and make implicit core requirement explicit.
6240
6241 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6242
6243         * docs/plugins/Makefile.am:
6244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6246         * docs/plugins/gst-plugins-good-plugins.args:
6247         * docs/plugins/inspect/plugin-audiofx.xml:
6248         * gst/audiofx/Makefile.am:
6249         * gst/audiofx/audiochebband.c:
6250         * gst/audiofx/audiochebband.h:
6251         * gst/audiofx/audiocheblimit.c:
6252         * gst/audiofx/audiocheblimit.h:
6253         * gst/audiofx/audiochebyshevfreqband.c:
6254         * gst/audiofx/audiochebyshevfreqband.h:
6255         * gst/audiofx/audiochebyshevfreqlimit.c:
6256         * gst/audiofx/audiochebyshevfreqlimit.h:
6257         * gst/audiofx/audiofx.c:
6258         * tests/check/Makefile.am:
6259         * tests/check/elements/.cvsignore:
6260         * tests/check/elements/audiochebband.c:
6261         * tests/check/elements/audiocheblimit.c:
6262         * tests/check/elements/audiochebyshevfreqband.c:
6263         * tests/check/elements/audiochebyshevfreqlimit.c:
6264
6265         Rename audiochebyshevfreqband -> audiochebband and
6266         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6267         surgery.
6268
6269         Closes: #491811
6270
6271 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6272
6273         Patch by: Orjan Friberg <orjanf at axis dot com>
6274
6275         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6276         Fix caps memory leak. Fixes #514573.
6277
6278 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6279
6280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6281         If there's no entries in the subindex, don't try to do anything stupid,
6282         just return.
6283
6284 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         Patch by: John Millikin <jmillikin at gmail dot com>
6287
6288         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6289           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6290           Fix extraction of picture blocks with newer libflac versions again:
6291           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6292
6293 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * tests/check/Makefile.am:
6296           Add rtp-payloading test to VALGRIND_TO_FIX.
6297
6298         * tests/check/elements/rtp-payloading.c:
6299           Add semicolons after GST_TEST_END so gst-indent gets the
6300           formatting right; make test less verbose in general, but
6301           more verbose in the error case (which should probably
6302           make the test fail anyway).
6303
6304 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6305
6306         * docs/plugins/Makefile.am:
6307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6309         * gst/avi/gstavisubtitle.c:
6310         Add documentation for avisubtitle and change class to
6311         Codec/Parser/Subtitle
6312
6313 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6314
6315         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6316         Treat ENOTTY (driver does not implement ioctl) the same as
6317         EINVAL since it implies there are no available standards.
6318
6319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6320         (gst_v4l2src_get_nearest_size):
6321         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6322         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6323         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6324         reason, and if we aren't yet actively capturing.
6325
6326         * sys/v4l2/v4l2src_calls.h:
6327         Remove replaced function declaration.
6328
6329 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6330
6331         * configure.ac:
6332         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6333         API.
6334
6335 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6336
6337         * configure.ac:
6338         Fix typo.
6339
6340 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6341
6342         * gst/alpha/Makefile.am:
6343         * gst/alpha/gstalpha.c:
6344
6345         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6346         some stuff, and making buffer-alloc and resizing work automatically.
6347         No longer crashes on odd frame widths and heights, although there
6348         seems to be a disagreement with ffmpegcolorspace about what size
6349         an AYUV frame with odd height should be.
6350
6351 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6352
6353         Patch by: Alessandro Decina <alessandro at nnva dot org>
6354
6355         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6356         * ext/libpng/gstpngenc.h:
6357         Preallocate the output buffer so that g_memdup() and
6358         gst_buffer_merge() aren't needed anymore. This greatly improves
6359         performances and fixes #512544.
6360
6361 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6362
6363         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6364         (gst_avi_demux_stream_data):
6365         GStreamer timestamps are PTS values while AVI only knows about DTS
6366         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6367         we are dealing with a key frame.
6368
6369 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * tests/check/Makefile.am:
6372         * tests/check/elements/.cvsignore:
6373         * tests/check/elements/rtp-payloading.c:
6374           Add add testsuite for the rtp-payloader that tries simulating
6375           dataflow. Needs more test data.
6376
6377 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * tests/check/elements/alphacolor.c:
6380           Remove two unused variables.
6381
6382 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6383
6384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6385           Use g_ascii_strtoll() instead of atoll, which is only
6386           available in C99.
6387
6388 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6389
6390         * gst/rtp/Makefile.am:
6391         * gst/rtp/gstrtp.c:
6392         * gst/rtp/gstrtpmpvpay.c:
6393         * gst/rtp/gstrtpmpvpay.h:
6394         Add MPEG2 video payloader
6395
6396 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6397
6398         * gst/level/gstlevel.c:
6399         Use #include <math.h> instead of #include "math.h".
6400
6401 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6402
6403         * tests/check/Makefile.am:
6404         Fix up some CFLAGS sets.
6405         Don't include gconfvideosrc in the states test.
6406
6407         * tests/check/elements/autodetect.c: (GST_START_TEST):
6408         Add some error strings to fail_unless arguments to fix some weird
6409         compiler errors on Solaris.
6410
6411 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6412
6413         * configure.ac:
6414         Detect video4linux headers on Solaris too.
6415         * sys/v4l2/gstv4l2colorbalance.h:
6416         * sys/v4l2/gstv4l2object.h:
6417         * sys/v4l2/v4l2_calls.c:
6418         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6419         (gst_v4l2_buffer_new):
6420
6421         Make v4l2 build on Solaris.
6422         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6423         Fixes: #510505
6424
6425 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6426
6427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6428           Update list from (still local) scanning script.
6429
6430 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6431
6432         Based on a patch by:
6433             Victor STINNER <victor dot stinner at haypocalc dot com>
6434
6435         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6436         Set variable to NULL after freeing it to prevent double frees
6437         or make failures by another use of it afterwards more obvious
6438         and fix use of it after the freeing. Fixes bug #510592.
6439
6440 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6441
6442         * gst/udp/gstmultiudpsink.c:
6443         use GST_WARNING for logging
6444
6445 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6446
6447         * gst/udp/gstmultiudpsink.c:
6448         Don't try to leave a multicast group with an invalid socket
6449
6450 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * ext/flac/gstflacdec.c:
6453           Fix compilation against flac 1.1.2 (as on debian stable), where
6454           the picture metadata defines and structs don't exist yet.
6455           Fixes #509301.
6456
6457 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6458
6459         Patch by: Olivier Crete <tester at tester dot ca>
6460
6461         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6462         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6463         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6464         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6465         * gst/udp/gstmultiudpsink.h:
6466         Add property to automatically join a multicast group or not. This can be
6467         useful when sharing a socket between multiple elements.
6468         Fixes #509531.
6469
6470 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6471
6472         * gst/videomixer/Makefile.am:
6473           Add controller flags.
6474
6475 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6476
6477         * gst/videomixer/videomixer.c:
6478           Also commit the missing gst_object_sync_values().
6479
6480 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6481
6482         * docs/plugins/Makefile.am:
6483           Remove duplicate entry.
6484
6485 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6486
6487         * docs/plugins/Makefile.am:
6488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6490         * docs/plugins/inspect/plugin-gamma.xml:
6491         * docs/plugins/inspect/plugin-monoscope.xml:
6492         * docs/plugins/inspect/plugin-video4linux2.xml:
6493           Add 3 more plugins to docs.
6494
6495 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6496
6497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6498         * sys/osxvideo/osxvideosink.h:
6499           Revert previous change caused by a file that got stuck on an old
6500           revision.
6501
6502 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6503
6504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6505         * gst/multipart/Makefile.am:
6506         * gst/multipart/multipartdemux.c:
6507         * gst/multipart/multipartdemux.h:
6508         * gst/multipart/multipartmux.c:
6509         * gst/multipart/multipartmux.h:
6510           Re-add multipartdemux to the docs. Last round of section cleanup.
6511
6512 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * docs/plugins/Makefile.am:
6515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6516         * sys/osxaudio/gstosxaudiosink.h:
6517         * sys/osxvideo/osxvideosink.h:
6518           Managed to resolve most unused declarations. Filed a bug for one left.          
6519
6520 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6521
6522         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6523           Cleanup section file.
6524
6525 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6526
6527         * docs/plugins/Makefile.am:
6528         * docs/plugins/gst-plugins-good-plugins.args:
6529         * docs/plugins/gst-plugins-good-plugins.signals:
6530         * docs/plugins/inspect/plugin-alaw.xml:
6531         * docs/plugins/inspect/plugin-alpha.xml:
6532         * docs/plugins/inspect/plugin-alphacolor.xml:
6533         * docs/plugins/inspect/plugin-annodex.xml:
6534         * docs/plugins/inspect/plugin-apetag.xml:
6535         * docs/plugins/inspect/plugin-audiofx.xml:
6536         * docs/plugins/inspect/plugin-auparse.xml:
6537         * docs/plugins/inspect/plugin-autodetect.xml:
6538         * docs/plugins/inspect/plugin-avi.xml:
6539         * docs/plugins/inspect/plugin-cairo.xml:
6540         * docs/plugins/inspect/plugin-cdio.xml:
6541         * docs/plugins/inspect/plugin-cutter.xml:
6542         * docs/plugins/inspect/plugin-debug.xml:
6543         * docs/plugins/inspect/plugin-dv.xml:
6544         * docs/plugins/inspect/plugin-efence.xml:
6545         * docs/plugins/inspect/plugin-effectv.xml:
6546         * docs/plugins/inspect/plugin-flac.xml:
6547         * docs/plugins/inspect/plugin-flxdec.xml:
6548         * docs/plugins/inspect/plugin-gconfelements.xml:
6549         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6550         * docs/plugins/inspect/plugin-goom.xml:
6551         * docs/plugins/inspect/plugin-halelements.xml:
6552         * docs/plugins/inspect/plugin-icydemux.xml:
6553         * docs/plugins/inspect/plugin-id3demux.xml:
6554         * docs/plugins/inspect/plugin-jpeg.xml:
6555         * docs/plugins/inspect/plugin-ladspa.xml:
6556         * docs/plugins/inspect/plugin-level.xml:
6557         * docs/plugins/inspect/plugin-matroska.xml:
6558         * docs/plugins/inspect/plugin-mulaw.xml:
6559         * docs/plugins/inspect/plugin-multipart.xml:
6560         * docs/plugins/inspect/plugin-navigationtest.xml:
6561         * docs/plugins/inspect/plugin-png.xml:
6562         * docs/plugins/inspect/plugin-quicktime.xml:
6563         * docs/plugins/inspect/plugin-rtp.xml:
6564         * docs/plugins/inspect/plugin-rtsp.xml:
6565         * docs/plugins/inspect/plugin-shout2send.xml:
6566         * docs/plugins/inspect/plugin-smpte.xml:
6567         * docs/plugins/inspect/plugin-speex.xml:
6568         * docs/plugins/inspect/plugin-taglib.xml:
6569         * docs/plugins/inspect/plugin-udp.xml:
6570         * docs/plugins/inspect/plugin-videobalance.xml:
6571         * docs/plugins/inspect/plugin-videobox.xml:
6572         * docs/plugins/inspect/plugin-videocrop.xml:
6573         * docs/plugins/inspect/plugin-videoflip.xml:
6574         * docs/plugins/inspect/plugin-videomixer.xml:
6575         * docs/plugins/inspect/plugin-wavenc.xml:
6576         * docs/plugins/inspect/plugin-wavpack.xml:
6577         * docs/plugins/inspect/plugin-wavparse.xml:
6578           Update plugin docs.
6579
6580         * gst/videomixer/Makefile.am:
6581         * gst/videomixer/videomixer.c:
6582         * gst/videomixer/videomixer.h:
6583         * gst/videomixer/videomixerpad.h:
6584           Split out header to fix warnings from the doc-build.
6585
6586 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6587
6588         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6589
6590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6591         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6592
6593 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6597           Initialise variables to work around (false) 'foo might be used
6598           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6599
6600 2008-01-11  David Schleef  <ds@schleef.org>
6601
6602         * docs/plugins/.cvsignore:
6603         * tests/check/pipelines/.cvsignore:
6604           Ignore more files for the buildbot.
6605
6606 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6607
6608         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6609         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6610         Generate the image-type values correctly. Leave them out of the caps
6611         when outputting a "preview image" tag, since it only makes sense
6612         to have one of those - the type is irrelevant.
6613
6614         * sys/sunaudio/gstsunaudiomixerctrl.c:
6615         (gst_sunaudiomixer_ctrl_open):
6616         If we can, mark the mixer multiple open when we use it, in case
6617         (for some reason) the process wants to open it again elsewhere.
6618
6619 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6620
6621         Patch by: Olivier Crete <tester at tester dot ca>
6622
6623         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6624         * gst/rtp/gstrtptheorapay.c:
6625         Fix the clock rate to 90000 as required by the RFC.
6626         Fixes #508644.
6627
6628 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6631           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6632
6633 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6634
6635         * autogen.sh:
6636           Add -Wno-portability to the automake parameters to stop warnings
6637           about GNU make extensions being used. We require GNU make in almost
6638           every Makefile anyway.
6639           
6640         * configure.ac:
6641           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6642           at the same time is required for per target flags.
6643
6644 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6645
6646         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6647         Fix error from my last commit.
6648
6649 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6652
6653         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6654           Make sure the ISO 639-X language code in ID3v2 COMM frames
6655           is actually valid UTF-8 (or rather: ASCII), so we don't end
6656           up with non-UTF8 strings in tags if there's garbage in the
6657           language field. Also make sure the language code is always
6658           lower case. Fixes: #508291.
6659
6660 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * ChangeLog:
6663           Fix ChangeLog typo.
6664
6665 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6666
6667         * Makefile.am:
6668           Include lcov.mak to allow building coverage reports. Guard
6669           check-torture target like in the other packages.
6670
6671 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6672
6673         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6674
6675         * gst/videomixer/videomixer.c:
6676         (gst_videomixer_set_master_geometry), (_do_init),
6677         (gst_videomixer_child_proxy_get_child_by_index),
6678         (gst_videomixer_child_proxy_get_children_count),
6679         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6680         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6681         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6682         Implement GstChildProxy interface.
6683         Send newsegment at the right moment
6684         Fixes #488879
6685
6686 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6687
6688         * gst/alpha/Makefile.am:
6689         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6690         (gst_alpha_sink_event), (gst_alpha_chain),
6691         (gst_alpha_change_state), (plugin_init):
6692         Make the various properties of 'alpha' controllable. This allows doing
6693         niceties like fade-in/fade-out.
6694
6695 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6696
6697         * gst/rtp/gstasteriskh263.c:
6698         * gst/rtp/gstrtpL16depay.c:
6699         * gst/rtp/gstrtpac3depay.c:
6700         * gst/rtp/gstrtpamrpay.c:
6701         * gst/rtp/gstrtpdepay.c:
6702         * gst/rtp/gstrtpgsmdepay.c:
6703         * gst/rtp/gstrtph263depay.c:
6704         * gst/rtp/gstrtph263pdepay.c:
6705         * gst/rtp/gstrtph263ppay.c:
6706         * gst/rtp/gstrtph264depay.c:
6707         * gst/rtp/gstrtph264pay.c:
6708         * gst/rtp/gstrtpmp2tdepay.c:
6709         * gst/rtp/gstrtpmp4adepay.c:
6710         * gst/rtp/gstrtpmp4gdepay.c:
6711         * gst/rtp/gstrtpmp4gpay.c:
6712         * gst/rtp/gstrtpmp4vdepay.c:
6713         * gst/rtp/gstrtpmpadepay.c:
6714         * gst/rtp/gstrtpmpvdepay.c:
6715         * gst/rtp/gstrtpsv3vdepay.c:
6716         * gst/rtp/gstrtptheoradepay.c:
6717         * gst/rtp/gstrtptheorapay.c:
6718         * gst/rtp/gstrtpvorbisdepay.c:
6719         * gst/rtp/gstrtpvorbispay.c:
6720           Remove copy/paste unused code (property setters and getter) found by
6721           the coverage suite (yay, saves ~20k on disk).
6722
6723 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6726           (videosink_templ):
6727           Also fix up pad templates to indicate that image/jpeg doesn't
6728           absolutely require the framerate property to be set (#504081).
6729
6730 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         Based on patch by: Wouter Cloetens  <wouter at mind be>
6733
6734         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6735           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6736           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6737         * gst/matroska/matroska-mux.h:
6738           Keep track of first and last timestamps for each incoming stream,
6739           so we can calculate the total duration for live sources and other
6740           input where we can't query the duration from the start or where
6741           there's no constant framerate from which we can deduce the
6742           duration; also use calculated/observed duration if it is bigger
6743           than the previously queried duration. Furthermore, use
6744           gst_pad_query_peer_duration() and take into account that it may
6745           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6746           screws up comparisons when using unsigned integers. Fixes #504081.
6747
6748 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6749
6750         * configure.ac:
6751         * gst/audiofx/audioamplify.c:
6752         (gst_audio_amplify_clipping_method_get_type),
6753         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6754         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6755         (gst_audio_dynamic_transform_ip):
6756         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6757         (gst_audio_invert_transform_ip):
6758         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6759         (gst_audio_panorama_transform):
6760         * gst/level/gstlevel.c: (gst_level_init):
6761         Make elements GST_BUFFER_FLAG_GAP aware and call
6762         gst_base_transform_set_gap_aware for this.
6763         Bump core requirement to CVS.
6764         
6765         * gst/audiofx/audiochebyshevfreqband.c:
6766         (gst_audio_chebyshev_freq_band_transform_ip):
6767         * gst/audiofx/audiochebyshevfreqlimit.c:
6768         (gst_audio_chebyshev_freq_limit_transform_ip):
6769         Also sync GObject properties to the controller if operating
6770         in passthrough mode.
6771
6772 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6773
6774         * sys/directdraw/gstdirectdrawsink.c:
6775           (gst_directdraw_sink_window_thread):
6776           FALSE is not a gpointer.
6777
6778 2008-01-05  Julien Moutte  <julien@fluendo.com>
6779
6780         * sys/directdraw/gstdirectdrawsink.c:
6781         (gst_directdraw_sink_set_window_id),
6782         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6783         (gst_directdraw_sink_buffer_alloc),
6784         (gst_directdraw_sink_draw_borders),
6785         (gst_directdraw_sink_show_frame),
6786         (gst_directdraw_sink_setup_ddraw),
6787         (gst_directdraw_sink_window_thread),
6788         (gst_directdraw_sink_get_ddrawcaps),
6789         (gst_directdraw_sink_surface_create): Make sure we create our
6790         internal window only when we need it. That will give a chance to
6791         the application to get the prepare-xwindow-id bus message. Draw
6792         black borders when keeping aspect ratio. Handle the case where our
6793         rendering window disappears (closed or errors) like other sinks
6794         do. Various 80 columns fixes, improve state change order. That
6795         element could need some more love.
6796
6797 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6798
6799         * ext/taglib/gstapev2mux.h:
6800         * ext/taglib/gstid3v2mux.h:
6801         Remove useless typedefs without new type name. Fixes a warning with
6802         gcc 4.3.
6803
6804 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6805
6806         Patch by: John Millikin <jmillikin at gmail dot com>
6807
6808         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6809         (gst_flac_dec_setup_stream_decoder),
6810         (gst_flac_normalize_picture_mime_type),
6811         (gst_flac_extract_picture_buffer),
6812         (gst_flac_dec_metadata_callback):
6813         Emit metadata messages when a PICTURE block is encountered.
6814         Fixes #506715.
6815
6816 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6817
6818         * gst/avi/gstavi.c:
6819         increase rank because no known issues anymore ...
6820         * gst/avi/gstavisubtitle.c:
6821         send subtitle name to the srcpad
6822
6823 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6824
6825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6826         * gst/rtsp/gstrtspsrc.h:
6827         Implement redirect for the DESCRIBE reply. Fixes #506025.
6828
6829 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6830
6831         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6832         Fix 'xyz may be used uninitialized' compiler warnings caused
6833         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6834         abort() in any case but properly report the error.
6835
6836 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6839         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6840         * sys/ximage/gstximagesrc.c: (composite_pixel):
6841           Fix 'xyz may be used uninitialized' compiler warnings caused
6842           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6843           not really nice to abort in any case). Fixes #505745.
6844
6845 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6848           Small unit test fix (has no practical impact at the moment,
6849           since we're only feeding utf8 and hence just create a sub-
6850           buffer for the output).
6851
6852 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6853
6854         * gst/avi/gstavisubtitle.c:
6855         * tests/check/elements/avisubtitle.c:
6856         Add seeking support for avi subtitle
6857
6858 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6859
6860         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6861         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6862         (gst_flac_dec_write):
6863         * ext/flac/gstflacdec.h:
6864         Remove some unused vars.
6865         Do more cleanup of leftover events and tags.
6866         Output tags after the segment event. Fixes #504018.
6867
6868 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6871           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6872           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6873           Detect other UTF byte order markers and convert to UTF-8 as
6874           appropriate.
6875
6876 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst/avi/gstavisubtitle.c: (src_template),
6879           (gst_avi_subtitle_extract_utf8_file),
6880           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6881           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6882           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6883         * gst/avi/gstavisubtitle.h:
6884           Refactor a bit; fix name extraction; don't assume all the data
6885           in the chunk is actually subtitle data, there may be padding at
6886           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6887           file so it's there to send again after a seek (for future use).
6888
6889 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6890
6891         * gst/avi/Makefile.am:
6892         * gst/avi/gstavi.c:
6893         * gst/avi/gstavisubtitle.c:
6894         * gst/avi/gstavisubtitle.h:
6895         * tests/check/Makefile.am:
6896         * tests/check/elements/avisubtitle.c:
6897         * win32/common/config.h:
6898                 Add avi subtitle element for bug #442034. Need seeking support
6899                 and more support for character conversion.
6900
6901 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * Makefile.am:
6904           Include common/win32.mak for CRLF check of win32 project
6905           files (see #393626).
6906
6907         * win32/vs6/libgstpng.dsp:
6908           Fix line endings and do cvs admin -kb.
6909
6910 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6911
6912         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6913         Actually drop the buffers which are outside the currently configured
6914         segment instead of just emitting a WARNING.
6915
6916 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6917
6918         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6919         (gst_flac_dec_write):
6920         * ext/flac/gstflacdec.h:
6921         Send segments from the streaming thread. Fixes #502187.
6922         Fix segment seeking and a bunch of other seeking cases.
6923
6924 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6927           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6928           which is where it would end up if the same information was
6929           put in a vorbis comment (don't think it's worth adding a
6930           new URI tag for this). Fixes #488112.
6931
6932 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * configure.ac:
6935           We need core/base 0.10.15 or later.
6936
6937 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6938
6939         Patch by: Mark Nauwelaerts <manauw skynet be>
6940
6941         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6942         Fix regression in stream numbering. Fixes #502655.
6943
6944 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6945
6946         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6947
6948         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6949         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6950         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6951         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6952         (gst_rtp_h264_pay_handle_buffer):
6953         * gst/rtp/gstrtph264pay.h:
6954         Use higher performance start-code searching.
6955         Parse NALs and store SPS, PPS and profile in the caps so that they can
6956         be used in the SDP. Fixes #502814.
6957
6958 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6962           Init some structs to zero before we pass them to ioctl, which
6963           avoids valgrind warnings.  Also fix a small memory leak.
6964
6965 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6966
6967         Patch by: Wouter Cloetens <wouter at mind dot be>
6968
6969         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6970         Copy timestamp from input to output. Not very perfect yet but better
6971         than nothing. Fixes #503023.
6972
6973 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6974
6975         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6976           Also print a useful error message with the old Wavpack API
6977           if possible.
6978
6979 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * ext/wavpack/gstwavpackdec.c:
6982           More build fixes for old libwavpack versions: include config.h so
6983           that WAVPACK_OLD_API is actually defined as detected; only use
6984           WavpackGetErrorMessage if it is available. This fixes the build
6985           on debian stable for me.
6986
6987 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6988
6989         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6990         * ext/wavpack/gstwavpackparse.c:
6991           (gst_wavpack_parse_create_src_pad):
6992           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6993           versions below 4.40.0.
6994
6995 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6996
6997         * configure.ac:
6998           And now do it right for real...
6999
7000 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7001
7002         * configure.ac:
7003           Correctly reset $LIBS to not contain -lm.
7004
7005 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7006
7007         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7008
7009         * configure.ac:
7010         * ext/cairo/gsttimeoverlay.c:
7011           (gst_cairo_time_overlay_print_smpte_time):
7012           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7013           and checking for rint() and implementing it ourself if it doesn't
7014           exist. Fixes #497293.
7015
7016 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7017
7018         * configure.ac:
7019           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7020
7021 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7022
7023         * sys/oss/gstosshelper.c:
7024         Verify that the format returned after the ioctl is the one
7025         we requested. It is valid for the ioctl to succeed while
7026         substituting an alternate 'supported' sample format.
7027
7028 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * sys/oss/gstossaudio.c: (plugin_init):
7031         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7032         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7033           Post decent (and translated) error message when we can't
7034           open the audio device for some reason.
7035
7036 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7037
7038         * sys/oss/gstosssink.c:
7039         * sys/oss/gstosssrc.c:
7040         Allow the AUDIODEV environment variable to redirect us
7041         to a different default OSS device, like sunaudiosink does
7042         on Solaris (makes audio play automatically on SunRays).
7043
7044 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7045
7046         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7047         * gst/audiofx/audiochebyshevfreqband.c:
7048         (gst_audio_chebyshev_freq_band_transform_ip):
7049         * gst/audiofx/audiochebyshevfreqlimit.c:
7050         (gst_audio_chebyshev_freq_limit_transform_ip):
7051         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7052         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7053         The transform_ip() methods should do nothing if in passthrough mode.
7054         It might get non-writable buffers in that case but the buffer might
7055         as well be writable.
7056
7057         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7058         The transform() methods won't be called in passthrough mode and
7059         otherwise the buffer is always writable so don't check here.
7060
7061 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7064           Fix seeking in .wav files again (#501775).  Some people seem to think
7065           they don't need to test their changes when they're just 'reflowing'
7066           some code.
7067
7068 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7069
7070         * gst/autodetect/gstautovideosink.c:
7071         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7072         (gst_auto_video_sink_init),
7073         (gst_auto_video_sink_create_element_with_pretty_name),
7074         (gst_auto_video_sink_find_best),
7075         (gst_auto_video_sink_set_property),
7076         (gst_auto_video_sink_get_property):
7077         * gst/autodetect/gstautovideosink.h:
7078         Fix docs.
7079         Use same error reporting code as autoaudiosink.
7080         Add property to filter sinks based on caps. Only select raw video sinks
7081         by default for backwards compat.
7082         API: GstAutoVideoSink::filter-caps
7083
7084 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7085
7086         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7087
7088         * gst/autodetect/gstautoaudiosink.c:
7089         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7090         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7091         (gst_auto_audio_sink_set_property),
7092         (gst_auto_audio_sink_get_property):
7093         * gst/autodetect/gstautoaudiosink.h:
7094         Add property to filter sinks based on caps. Only select raw audio sinks
7095         by default for backwards compat.  Fixes #417420.
7096         API: GstAutoAudioSink::filter-caps
7097
7098 2007-11-29  Michael Smith <msmith@fluendo.com>
7099
7100         Patch by: Arek Korbik <arkadini@gmail.com>
7101
7102         * gst/videobox/gstvideobox.c: (plugin_init):
7103           Initialise liboil in plugin_init()
7104
7105 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7106
7107         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7108         Post error before sending EOS. Fixes #499178.
7109
7110 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7111
7112         * win32/vs6/gst_plugins_good.dsw:
7113         * win32/vs6/libgstpng.dsp:
7114         Add a project file for libgstpng
7115
7116 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7117
7118         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7119         (gst_rtp_h263_depay_process):
7120         Code beautification.
7121         Added debug statements.
7122         Don't bit-shift everything, just do operations on last/first byte
7123         instead.
7124
7125 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7126
7127         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7128
7129         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7130         Fix wrong comparison in overrun check. Fixes #499239 some more.
7131
7132 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7133
7134         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7135         (gst_rtp_h263_depay_process):
7136         * gst/rtp/gstrtph263depay.h:
7137         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7138         stream.
7139
7140 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7141
7142         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7143
7144         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7145         (gst_rtp_mp4a_depay_process):
7146         * gst/rtp/gstrtpmp4adepay.h:
7147         Fix depayloading when multiple frames are inside one RTP packet.
7148         Fixes #499239.
7149
7150 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7151
7152         * gst/level/gstlevel.c:
7153           Add GAP-flag support.
7154
7155 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7156
7157         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7158         Read the I flag for Mode A h263 rtp stream and set the
7159         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7160         Fixes #499383
7161
7162 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7163
7164         * gst/level/gstlevel.c:
7165           Remove some dead code and do cleanups.
7166
7167 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7168
7169         * tests/check/pipelines/simple-launch-lines.c:
7170           Improve the tests by allowing to set a target state.
7171
7172 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7173
7174         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7175         Don't check the caps of the output buffer if they're equal some
7176         other caps. The caps can change in a backward compatible way
7177         and did at this point.
7178
7179 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7180
7181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7182         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7183         (gst_qtdemux_seek_to_previous_keyframe),
7184         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7185         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7186         reverse playback support.
7187
7188 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7189
7190         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7191         Also set the channel layout on the Wavpack caps if we're having
7192         a mono layout. Of course only do it for "audio/x-wavpack".
7193
7194 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7195
7196         * ext/wavpack/gstwavpackcommon.c:
7197         (gst_wavpack_get_default_channel_mask),
7198         (gst_wavpack_set_channel_layout),
7199         (gst_wavpack_get_default_channel_positions),
7200         (gst_wavpack_get_channel_mask_from_positions),
7201         (gst_wavpack_set_channel_mapping):
7202         * ext/wavpack/gstwavpackcommon.h:
7203         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7204         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7205         * ext/wavpack/gstwavpackdec.h:
7206         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7207         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7208         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7209         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7210         (gst_wavpack_enc_rewrite_first_block),
7211         (gst_wavpack_enc_sink_event):
7212         * ext/wavpack/gstwavpackenc.h:
7213         * ext/wavpack/gstwavpackparse.c:
7214         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7215         (gst_wavpack_parse_scan_to_find_sample),
7216         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7217         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7218         * ext/wavpack/gstwavpackparse.h:
7219         Add support for encoding, parsing and decoding multichannel
7220         files with up to 8 channels. This also improves the robustness
7221         of parsing quite a bit.
7222
7223         * ext/wavpack/gstwavpackstreamreader.c:
7224         (gst_wavpack_stream_reader_read_bytes),
7225         (gst_wavpack_stream_reader_get_pos),
7226         (gst_wavpack_stream_reader_set_pos_abs),
7227         (gst_wavpack_stream_reader_set_pos_rel),
7228         (gst_wavpack_stream_reader_push_back_byte),
7229         (gst_wavpack_stream_reader_get_length),
7230         (gst_wavpack_stream_reader_can_seek),
7231         (gst_wavpack_stream_reader_write_bytes):
7232         Improve debugging.
7233
7234 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7235
7236         * ext/libpng/gstpngdec.c:
7237         * ext/libpng/gstpngdec.h:
7238           Don't release the png-memory from within the callback.
7239
7240 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7241
7242         Patch by: René Stadler <mail at renestadler dot de>
7243
7244         * ext/libpng/gstpngenc.c:
7245           Don't leak buffer data memory. Fixes #498395.
7246
7247 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7248
7249         Patch by: René Stadler <mail at renestadler dot de>
7250
7251         * tests/check/pipelines/simple-launch-lines.c:
7252           Tests for #498395.
7253
7254 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7255
7256         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7257         (gst_tag_lib_mux_adjust_event_offsets):
7258         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7259         * sys/osxaudio/Makefile.am:
7260         * sys/osxvideo/cocoawindow.h:
7261         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7262
7263 2007-11-15  David Schleef  <ds@schleef.org>
7264
7265         * ext/cairo/gsttextoverlay.c:
7266           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7267
7268 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7269
7270         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7271
7272         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7273         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7274         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7275         * gst/rtp/gstrtpmp2tpay.h:
7276         Fill the MTU with as many packets as possible. Fixes #491323.
7277
7278 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7279
7280         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7281
7282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7283         Fix some more leaks. Fixes #497007.
7284
7285 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7288
7289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7290         (gst_rtspsrc_stream_configure_tcp):
7291         Fix 3 pad leaks. Fixes #496983.
7292
7293 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7294
7295         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7296
7297         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7298         Fix small leak. Fixes #497017.
7299
7300 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7303         (gst_qtdemux_prepare_current_sample),
7304         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7305         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7306         * gst/qtdemux/qtdemux_fourcc.h:
7307         * gst/qtdemux/qtdemux_types.c:
7308         Add suppport for theora in quicktime according to XiphQT.
7309
7310 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7311
7312         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7313         (gst_v4l2src_init), (gst_v4l2src_set_property),
7314         (gst_v4l2src_get_property):
7315         * sys/v4l2/gstv4l2src.h:
7316         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7317           Always copy buffers by default (handle safer with bugged drivers)
7318           and added a property to make it possible to use mmap effectively (no
7319           copy if possible) when application wants to. Fixes: #480557.
7320
7321 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * gst/id3demux/id3tags.c:
7324         * gst/id3demux/id3tags.h:
7325         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7326           We don't want the same string multiple times in a tag list for the
7327           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7328           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7329
7330 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7333           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7334           into ID3v2 TXXX frames (fixes #347848).
7335
7336 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7339           Don't leak sdp message contents (fixes #496773).
7340
7341         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7342           Don't leak URI string.
7343
7344 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         Patch by: Julien Puydt <julien dot puydt at laposte net>
7347
7348         * ext/raw1394/Makefile.am:
7349         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7350           (gst_1394_property_probe_get_properties),
7351           (gst_1394_property_probe_probe_property),
7352           (gst_1394_property_probe_needs_probe),
7353           (gst_1394_property_probe_get_values),
7354           (gst_1394_property_probe_interface_init),
7355           (gst_1394_type_add_property_probe_interface):
7356         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7357         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7358           (gst_dv1394src_init), (gst_dv1394src_dispose),
7359           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7360           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7361           (gst_dv1394src_update_device_name):
7362         * ext/raw1394/gstdv1394src.h:
7363           Implement GstPropertyProbe interface and add "device-name" property,
7364           so applications can use this to probe for available devices in the
7365           same way they can already with v4lsrc and v4l2src (however horrible
7366           this property probe interface may be). Fixes #358841.
7367
7368 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7371
7372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7373           (gst_rtspsrc_parse_range):
7374           Don't leak event, don't leak range (fixes #496752).
7375
7376 2007-11-14  Michael Smith <msmith@fluendo.com>
7377
7378         Patch by: Arek Korbik <arkadini@gmail.com>
7379
7380         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7381           Detect RGBA/BGRA correctly on little endian systems.
7382
7383 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7386           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7387           corresponding ioctl() call fails even though the driver claims to
7388           support this format, just fall back to the pre-2.6.19 kernel
7389           routine that creates caps with suitable height and width ranges
7390           (see #448278).
7391
7392 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         Patch by: Mark Nauwelaerts <manauw skynet be>
7395
7396         * gst/matroska/matroska-demux.c:
7397           (gst_matroska_demux_push_dvd_clut_change_event),
7398           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7399           (gst_matroska_demux_subtitle_caps):
7400         * gst/matroska/matroska-ids.h:
7401           Extract palette data for dvd subpicture streams and send it
7402           downstream as custom gstreamer dvd event (fixes #453417).
7403
7404 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7407           Implement minimal parsing of the passed pango font description
7408           string, so passing a font size works the same as with the
7409           pango textoverlay plugin; fixes #455086.
7410           (Maybe we could just use pangocairo here at some point).
7411
7412 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7413
7414         * gst/avi/gstavidemux.c:
7415         * gst/wavparse/gstwavparse.c:
7416           Return the result in _activate_pull(). Don't ref element there.
7417
7418 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7419
7420         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7421         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7422         (gst_wavparse_srcpad_event):
7423           Ref the element when we should, but not when we its not needed. Reflow
7424           the event_handling to not leak the event.       
7425
7426 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7427
7428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7429         (qtdemux_parse_samples):
7430         Properly free QTDemuxSamples array.
7431         Protect table write with a sensible check, some files apparently DO contain
7432         stts values starting with 0 :(
7433
7434 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7435
7436         * gst/avi/gstavidemux.c:
7437         * gst/qtdemux/qtdemux.c:
7438           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7439           previous commit messed up.
7440
7441 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7442
7443         * gst/avi/gstavidemux.c:
7444         * gst/qtdemux/qtdemux.c:
7445           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7446           element when we should, but not when we its not needed.
7447
7448 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7449
7450         * gst/wavparse/gstwavparse.c:
7451           Return FALSE if we can't handle a query instead of changing the
7452           format. Ignore fact when dealing with mpeg audio.
7453
7454 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7457
7458         * configure.ac:
7459         * gst/udp/gstdynudpsink.c:
7460         * gst/udp/gstdynudpsink.h:
7461         * gst/udp/gstmultiudpsink.c:
7462         * gst/udp/gstmultiudpsink.h:
7463         * gst/udp/gstudpsink.c:
7464         * gst/udp/gstudpsink.h:
7465           Fix includes for MSVC and GLib-2.14.0 (#492388).
7466
7467         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7468           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7469
7470 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7471
7472         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7473         (gst_mulawdec_chain):
7474         * gst/law/mulaw-decode.h:
7475         Calculate outgoing buffer duration if incoming buffer didn't have a
7476         valid duration.
7477
7478 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7479
7480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7481         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7482         Smarter combine_flow code that also deals with downstream elements
7483         returning UNEXPECTED when they receive data out of the segment
7484         boundaries. Fixes #491305.
7485
7486 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         * sys/v4l2/v4l2src_calls.c:
7489           Fix 'unused variable' compiler warning when compiling against
7490           older kernel headers.
7491
7492 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7493
7494         * ext/taglib/gstid3v2mux.cc (add_funcs):
7495           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7496
7497 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7498
7499         * tests/check/pipelines/simple-launch-lines.c:
7500            Improve the tests a little more.
7501
7502 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7503
7504         patch by: Yun Zheng Hu
7505
7506         * sys/osxaudio/gstosxaudiosrc.c:
7507         Use default input device instead of default output device and
7508         only memcpy actual available bytes.
7509
7510 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7511
7512         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7513           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7514           early. It is temporary until we find something better.
7515
7516 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7517
7518         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7519
7520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7521         Fix race when pausing a RTSP stream in interleaved.
7522         Fixes #475784.
7523
7524 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         Patch by: Peter Kjellerstedt <pkj at axis com>
7527
7528         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7529         Use correct unref function for buffers. #488844.
7530
7531 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7532
7533         * gst/avi/gstavimux.c:
7534         * tests/check/elements/avimux.c:
7535           Add some debug and sync tests with the fix.     
7536
7537 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7540
7541         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7542         When the socket is used by the app for other purposes, don't generate an
7543         error if there is activaty on the socket that is not data related.
7544         Fixes #487488.
7545
7546 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7547
7548         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7549         (gst_v4l2src_grab_frame):
7550         Add some more debug info. Generate an error when we run out of buffers
7551         for some reason. See #480557.
7552
7553 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7554
7555         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7556
7557         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7558         Set marker bit correctly.
7559
7560 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7561
7562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7563         Use allowed name for the GstStructure.
7564
7565 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * ext/gconf/gstswitchsink.c:
7568         * gst/autodetect/gstautoaudiosink.c:
7569           Use new gst_bus_pop_filtered().
7570
7571 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * sys/v4l2/gstv4l2src.c:
7574         * sys/v4l2/v4l2src_calls.c:
7575           When probing the formats and sizes a camera supports, make
7576           sure the best ones (highest resolution, prefered format)
7577           end up at the beginning of the probed caps and the less
7578           desirable ones at the end.  This is important because the
7579           order within the caps matters for things like fixation and
7580           negotiation, ie. what format is chosen in the end.
7581           With recent kernels, the current probing code will end up
7582           querying the supported sizes from lowest resolution to
7583           highest resolution, adding them to the probed caps in that
7584           order, resulting to v4l2src fixating to the lowest possible
7585           resolution if downstream does not express a size preference.
7586           Also make up a somewhat random ranking of prefered output
7587           formats for the same reason. Fixes #485828.
7588         
7589 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7592
7593         * gst/id3demux/id3v2frames.c:
7594           Extract license/copyright URIs from ID3v2 WCOP frames
7595           (Fixes #447000).
7596
7597         * tests/check/elements/id3demux.c:
7598         * tests/files/Makefile.am:
7599         * tests/files/id3-447000-wcop.tag:
7600           Add simple unit test.
7601
7602 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * ext/taglib/gstid3v2mux.cc:
7605           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7606           Prerequisite for #447000.
7607
7608 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7609
7610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7611         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7612         a GstClockTime.
7613
7614 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7615
7616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7617         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7618         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7619         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7620         (gst_rtspsrc_change_state):
7621         More seeking fixes, mostly passing around the new playback segment in
7622         order to configure it properly.
7623         Also reset base_time of udp sources when setting them back to PLAYING as
7624         a temporary hack until core supports seek in live sources properly.
7625
7626 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7627
7628         * gst/rtp/gstrtpmp4adepay.c:
7629         Fix caps as to not confuse autopluggers.
7630
7631 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * gst/id3demux/gstid3demux.c:
7634         * gst/id3demux/gstid3demux.h:
7635         * gst/id3demux/id3tags.c:
7636         * gst/id3demux/id3tags.h:
7637         * gst/id3demux/id3v2frames.c:
7638           Port ID3 tag demuxer over to the new GstTagDemux in -base
7639           (now would be a good time to test re-importing your music
7640           collection).
7641
7642 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * gst/apetag/Makefile.am:
7645         * gst/apetag/gstapedemux.c:
7646         * gst/apetag/gstapedemux.h:
7647         * gst/apetag/gsttagdemux.c:
7648         * gst/apetag/gsttagdemux.h:
7649           Port APE tag demuxer over to the new GstTagDemux in -base.
7650
7651 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7654         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7655         (gst_rtspsrc_handle_internal_src_query),
7656         (gst_rtspsrc_handle_src_query), (new_session_pad),
7657         (gst_rtspsrc_stream_configure_tcp),
7658         (gst_rtspsrc_stream_configure_transport),
7659         (gst_rtspsrc_loop_send_cmd):
7660         Improve flushing behaviour.
7661         Set state of the udp sources to PAUSE/PLAYING correctly.
7662         Handle events and queries for UDP and TCP transport now.
7663
7664 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * gst/rtp/gstrtpgsmdepay.c:
7667         * gst/rtp/gstrtpgsmpay.c:
7668           Add log category.
7669
7670 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7671
7672         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7673
7674         * tests/check/Makefile.am:
7675         * tests/check/pipelines/simple-launch-lines.c:
7676           Add unit tests for payloaders/depayloaders.
7677
7678 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7679
7680         * gst/avi/gstavimux.c:
7681         * gst/avi/gstavimux.h:
7682           Also save codec data for audio streams. Fixes #482495.
7683
7684 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7685
7686         * gst/avi/gstavimux.c:
7687           Fix "Index entry has invalid stream nr 1".
7688           Add support for muxing aac - work in progress (see #482495).
7689
7690 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7691
7692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7693         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7694         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7695         * gst/rtsp/gstrtspsrc.h:
7696         Parse bandwidth modifiers, they are not yet configured in the session
7697         manager because we don't have an API for that yet.
7698
7699 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7700
7701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7702         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7703         Use shiny new function in -base to get the default clock-rate.
7704         Update some docs.
7705
7706 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7707
7708         * win32/MANIFEST:
7709         Add files to win32 manifest.
7710         * win32/vs6/libgstaudiofx.dsp:
7711         * win32/vs6/libgstqtdemux.dsp:
7712         * win32/vs6/libgstrtp.dsp:
7713         * win32/vs6/libgstrtsp.dsp:
7714         Update project files.
7715
7716 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7717
7718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7719         (gst_rtspsrc_play):
7720         * gst/rtsp/gstrtspsrc.h:
7721         In TCP mode, only timestamp the first buffer. TCP is not real time and
7722         it does not make sense to try to skew compensate, also some servers send
7723         the first batch of data in a burst.
7724
7725 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7726
7727         * gst/matroska/matroska-demux.c:
7728           Fix setting the discont flag on the first buffer
7729           pushed downstream for formats with private codec
7730           data that needs to be deserialised into buffers
7731           (such as vorbis and FLAC when in a matroska container).
7732
7733 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7734
7735         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7736
7737         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7738         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7739         (gst_rtp_mp4v_pay_handle_buffer):
7740         * gst/rtp/gstrtpmp4vpay.h:
7741         Free the config string. Fixes #480707.
7742         Clean up the timestamp code a little.
7743
7744 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7745
7746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7747         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7748         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7749         * gst/rtsp/gstrtspsrc.h:
7750         Set timestamps on RTP buffers in interleaved mode.
7751         Mark first buffers with a DISCONT.
7752         Remove flush hack now that sync for live sources has been figured out.
7753
7754 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7757         Update documentation.
7758
7759 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7760
7761         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7762         (gst_rtp_xqt_depay_change_state):
7763         * gst/qtdemux/gstrtpxqtdepay.h:
7764         Fail if we don't know the quicktime format.
7765
7766 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * ext/flac/gstflacenc.c:
7769         * ext/flac/gstflacenc.h:
7770           Save the flow return from the last gst_pad_push() and
7771           make sure we pass the right flow return value upstream
7772           in the case of failure; minor clean-ups.
7773
7774 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7775
7776         * ext/taglib/gstapev2mux.cc:
7777         * ext/taglib/gstid3v2mux.cc:
7778         * gst/apetag/gstapedemux.c:
7779           Add support for the new GST_TAG_COMPOSER (#459809).
7780
7781 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * gst/law/alaw-decode.c:
7784         * gst/law/alaw-decode.h:
7785         * gst/law/alaw-encode.c:
7786         * gst/law/alaw-encode.h:
7787         * gst/law/alaw.c:
7788         * gst/law/mulaw-conversion.h:
7789           Compulsive clean-ups: use boilerplate macros, add debug
7790           categories, fix up things to conform to symbol nomenklatura,
7791           etc.
7792
7793 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7794
7795         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7796
7797         * gst/law/alaw-decode.c:
7798         * gst/law/alaw-encode.c:
7799           Use static tables for A-Law decoding and encoding; this makes
7800           A-Law decoding and encoding less CPU-intensive, but increases
7801           the binary size a bit. Leaving old code around for now,
7802           selectable by a define in the code. Fixes #435435.
7803
7804 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7805
7806         * configure.ac:
7807         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7808         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7809         in configure.ac.
7810
7811 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7812
7813         Patch by: Jan Gerber <j at bootlab dot org>
7814
7815         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7816         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7817
7818 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7819
7820         * sys/oss/gstosshelper.c:
7821           Use GST_WARNING instead of a g_critical. This situation is not caused
7822           by the application.
7823
7824 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * po/LINGUAS:
7827         * po/nl.po:
7828           Updated translations.
7829
7830 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7831
7832         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7833
7834         * po/eu.po:
7835           Added Basque translation.
7836
7837 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7838
7839         translated by: Abel Cheung <abelcheung@gmail.com>
7840
7841         * po/zh_HK.po:
7842         * po/zh_TW.po:
7843           Added Chinese (traditional and Hong Kong) translation.
7844
7845 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7846
7847         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7848
7849         * po/pl.po:
7850           Added Polish translation.
7851
7852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7853
7854         translated by: Ilkka Tuohela <hile@iki.fi>
7855
7856         * po/fi.po:
7857           Added Finnish translation.
7858
7859 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         translated by: Jorge González González <aloriel@gmail.com>
7862
7863         * po/es.po:
7864           Added Spanish translation.
7865
7866 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7867
7868         translated by: Mogens Jaeger <mogens@jaeger.tf>
7869
7870         * po/da.po:
7871           Added Danish translation.
7872
7873 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7874
7875         translated by: Funda Wang <fundawang@linux.net.cn>
7876
7877         * po/zh_CN.po:
7878           Added Chinese (simplified) translation.
7879
7880 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7881
7882         translated by: Alexander Shopov <ash@contact.bg>
7883
7884         * po/bg.po:
7885           Added Bulgarian translation.
7886
7887 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7888
7889         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7890         Set outgoing packet duration because we can. Fixes #478244 some more.
7891
7892 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7893
7894         * ext/cairo/gsttextoverlay.c:
7895           Add info about static leak.
7896         
7897         * tests/check/Makefile.am:
7898         * tests/check/generic/states.c:
7899           Improved state change unit test.
7900
7901 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7902
7903         * docs/plugins/.cvsignore:
7904         * tests/check/.cvsignore:
7905           Ignore registries in any format.
7906
7907 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7908
7909         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7910         Removed some unused code.
7911
7912         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7913         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7914         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7915         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7916         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7917         (gst_rtp_theora_pay_flush_packet):
7918         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7919         Try to preserve the incomming buffer duration on the outgoing
7920         packets. Fixes #478244.
7921
7922 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7923
7924         * ext/taglib/gstapev2mux.cc:
7925         * ext/taglib/gstid3v2mux.cc:
7926           Work around compiler warnings with g++-4.2 when assigning a
7927           string constant to a gchar * (partially fixes #478092).
7928
7929 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * configure.ac:
7932           We require core CVS now for gst_base_src_set_do_timestamp().
7933
7934 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7935
7936         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7938         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7939         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7940         (gst_rtspsrc_handle_message):
7941         Fix compiler warnings shown with Forte.
7942
7943 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7946         (gst_rtspsrc_dup_printf):
7947         Give meaningfull error when all streams failed to configure for some
7948         reason.
7949
7950 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7951
7952         * gst/rtp/README:
7953         Update README with the design for synchronisation rules of RTP on
7954         sender and receiver.
7955
7956 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7957
7958         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7959         (gst_wavparse_chain):
7960         Don't push EOS from the chain function, the element
7961         driving the pipeline is responsible for this. The bug
7962         this was meant to fix seems to be queue not forwarding
7963         EOS in all cases (see #476514).
7964
7965 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7966
7967         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7968         (gst_level_transform_ip):
7969         * gst/level/gstlevel.h:
7970         Use basetransform segment so that it is correctly managed on flushes and
7971         start/stop.
7972         Report message timestamp as stream time, which is what an application
7973         can understand.
7974
7975 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7976
7977         * ext/taglib/gstapev2mux.cc:
7978         * ext/taglib/gstapev2mux.h:
7979         * ext/taglib/gsttaglibmux.c:
7980         * tests/check/elements/apev2mux.c:
7981         Update my mail address.
7982
7983 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7984
7985         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7986         (gst_wavparse_loop), (gst_wavparse_chain):
7987         Add EOS logic for the push-based mode too. Fixes #476514.
7988
7989 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7990
7991         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7992         * gst/law/alaw-encode.h:
7993         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7994         (gst_mulawenc_chain):
7995         * gst/law/mulaw-encode.h:
7996         Fix law encoder timestamps.
7997
7998 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7999
8000         * ext/gconf/gstgconfaudiosink.c:
8001           Fix warning when building without debug.
8002
8003         * sys/oss/gstossmixertrack.c:
8004           Use const like in alsamixertrack.c (fixes warnings).
8005
8006 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * sys/v4l2/v4l2src_calls.c:
8009         (gst_v4l2src_probe_caps_for_format_and_size):
8010         Fix framerate detection code some more.
8011         Handle the case where there is a weird step in the stepwise framerates.
8012         Don't overwrite the min interval with the framerate, use a temp variable
8013         instead.
8014         Use max in the Continuous framerate intervals instead of step, which is
8015         1 according to the docs. Fixes #475424.
8016
8017 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8018
8019         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8020         Make udpsrc timestamp outgoing buffers based on when they were received.
8021         Also make it output a segment in time.
8022
8023 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8024
8025         * gst/avi/gstavidemux.c:
8026           Plug a little leak. Little code cleanups.
8027
8028 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * configure.ac:
8031           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8032           flac versions, 's good for cross-compilation karma.
8033
8034 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8035
8036         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8037
8038         * gst/rtp/gstrtph263pay.c:
8039           Fix up header structure so that compilers don't add padding
8040           between the structure fields, since that would lead to us
8041           sending RTP packets with broken headers (as is currently the
8042           case when compiling with MSVC). Also see similar fixes in
8043           libgstrtp in gst-plugins-base. (#474616; #471194)
8044
8045 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8046
8047         * sys/v4l2/v4l2src_calls.c:
8048         (gst_v4l2src_probe_caps_for_format_and_size):
8049         Don't overwrite our GValue with 0 but instead use the previously
8050         computed value. Fixes #471823 some more.
8051
8052 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8055           No tabs in this file please, or gtk-doc will end up documenting
8056           rather absurd class hierarchies.
8057
8058 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         * ext/gconf/gstswitchsink.c:
8061           If the new kid element fails to change state for some reason
8062           (e.g. esdsink not being able to connect to the sound server),
8063           forward the error message it posted on the bus instead of just
8064           posting a generic 'Internal state change error: please file a
8065           bug' error message. Fixes #471364.
8066
8067 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8068
8069         * gst/qtdemux/Makefile.am:
8070         * gst/qtdemux/qtdemux.c:
8071           Don't assume tags are encoded as UTF-8 (#473670).
8072
8073 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * sys/v4l2/gstv4l2src.c:
8076         * sys/v4l2/gstv4l2src.h:
8077         * sys/v4l2/v4l2src_calls.c:
8078           Implement LATENCY queries in the crudest way possible so I don't
8079           have to use sync=false any longer when testing with videosinks.
8080
8081 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * configure.ac:
8084           Fix build.
8085
8086 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8087
8088         * sys/v4l2/v4l2src_calls.c:
8089         (gst_v4l2src_probe_caps_for_format_and_size):
8090         Add some more debugging in the framerate function.
8091         Iterate stepwise framerate up to and _including_ the max and if nothing
8092         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8093         don't end up with an empty list. Fixes #471823
8094
8095 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8096
8097         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8098         (gst_multiudpsink_set_clients_string),
8099         (gst_multiudpsink_get_clients_string),
8100         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8101         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8102         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8103         (gst_multiudpsink_clear):
8104         Add property do configure destination address/port pairs
8105         API:GstMultiUDPSink::clients
8106
8107 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8108
8109         * tests/examples/Makefile.am:
8110         * tests/examples/rtp/Makefile.am:
8111         * tests/examples/rtp/client-H263p-AMR.sh:
8112         * tests/examples/rtp/client-H263p-PCMA.sdp:
8113         * tests/examples/rtp/client-H263p-PCMA.sh:
8114         * tests/examples/rtp/client-H264-PCMA.sdp:
8115         * tests/examples/rtp/client-H264-PCMA.sh:
8116         * tests/examples/rtp/client-PCMA.sh:
8117         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8118         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8119         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8120         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8121         Added some RTP example scripts for sending and receiving RTP streams.
8122
8123 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8124
8125         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8126         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8127         Restructure the setcaps function so that we can also compute the
8128         expected GStreamer output size of the video frames.
8129         Set frame_byte_size correctly so that read-based devices have a chance
8130         of working correctly.
8131         When grabbing a frame, discard frames that are not of the expected size.
8132         Some cameras don't output the right framesize for the first buffer.
8133         Try only a couple of times to get a valid frame, else error out.
8134
8135         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8136         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8137         Add some more debug info when scanning the device.
8138
8139         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8140         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8141         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8142         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8143         Add some more debug info when dequeing a frame.
8144
8145 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8146
8147         * gst/wavparse/gstwavparse.c:
8148           More code cleanups. Add some more comment and improve debugs logs.
8149
8150 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8151
8152         * gst/wavparse/gstwavparse.c:
8153         * gst/wavparse/gstwavparse.h:
8154           Implement seek-query. Refactor duration calculations. Appropriate use
8155           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8156           out of loops.
8157
8158 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8159
8160         * gst/avi/gstavidemux.c:
8161           Implement seek-query.
8162
8163 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8164
8165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8166         (gst_rtspsrc_dup_printf):
8167         Use new basesink async property to make sparse RTCP packet not wait for
8168         preroll.
8169
8170 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8171
8172         * gst/audiofx/Makefile.am:
8173         Dist the right file.
8174
8175 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8176
8177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8178         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8179         Make sure we generate and parse floating point values in the POSIX
8180         locale instead of the current locale. 
8181
8182 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8183
8184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8185         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8186         (gst_rtspsrc_play):
8187         * gst/rtsp/gstrtspsrc.h:
8188         Fix method detection again.
8189         Keep track of when we must send a Range header.
8190         Use segment values for Range, Speed and Scale headers.
8191         Parse Speed and Scale headers to update the segment values.
8192
8193 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8194
8195         patch by: Mark Nauwelaerts <manauw@skynet.be>
8196
8197         * sys/v4l2/v4l2src_calls.c:
8198           Handle optional v4l2 ioctls gracefully.
8199
8200 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8201
8202         * gst/rtp/Makefile.am:
8203         * gst/rtp/gstrtp.c: (plugin_init):
8204         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8205         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8206         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8207         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8208         (gst_rtp_h263_depay_get_property),
8209         (gst_rtp_h263_depay_change_state),
8210         (gst_rtp_h263_depay_plugin_init):
8211         * gst/rtp/gstrtph263depay.h:
8212         Added an H263 depayloader. Fixes #369392.
8213
8214         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8215         (gst_rtp_h263p_depay_process):
8216         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8217         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8218         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8219         payloads.
8220         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8221
8222 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8223
8224         * gst/audiofx/audiochebyshevfreqband.c:
8225         * gst/audiofx/audiochebyshevfreqlimit.c:
8226         Add small comparision with the windowed sinc filters in the docs.
8227
8228 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8229
8230         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8231         (audiochebyshevfreqband_suite):
8232         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8233         (audiochebyshevfreqlimit_suite):
8234         Also test 32 bit float mode and the type 2 variants of the filters.
8235
8236 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8237
8238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8239         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8240         (gst_rtspsrc_loop):
8241         Refactor the udp and interleaved loop function a bit.
8242
8243 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8244
8245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8246         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8247         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8248         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8249         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8250         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8251         * gst/rtsp/gstrtspsrc.h:
8252         Protect connection activity with a new lock, avoids deadlocks when going
8253         to PAUSED. Fixes #455808.
8254
8255 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8256
8257         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8258         Fix debug statement.
8259
8260 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8261
8262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8263         Fix stray %u in debug line as spotted by Saur on IRC.
8264
8265 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8266
8267         * gst/audiofx/audiochebyshevfreqband.c:
8268         (gst_audio_chebyshev_freq_band_class_init):
8269         * gst/audiofx/audiochebyshevfreqlimit.c:
8270         (gst_audio_chebyshev_freq_limit_class_init):
8271         Use generator macros for the process functions for the different
8272         sample types, add lower upper boundaries for the GObject properties
8273         so automatically generated UIs can use sliders and add a note about
8274         the number of poles as a too high number of poles combined with
8275         very low or very high frequencies will produce only noise.
8276         * docs/plugins/gst-plugins-good-plugins.args:
8277         Regenerated for the property changes.
8278
8279 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8280
8281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8282         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8283         (gst_rtspsrc_stream_configure_udp_sink),
8284         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8285         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8286         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8287         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8288         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8289         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8290         * gst/rtsp/gstrtspsrc.h:
8291         Improve timeout handling.
8292         Use the same socket for sending and receiving RTCP packets so that some
8293         servers can track clients better.
8294         Improve connection closed handling. Try to reconnect.
8295         Don't overwrite our content base with NULL.
8296         Improve debugging.
8297         Improve range parsing and handling.
8298         Remove flushing hack now that core does the right thing.
8299
8300 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8301
8302         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8303         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8304         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8305         (gst_multiudpsink_close), (gst_multiudpsink_add):
8306         * gst/udp/gstmultiudpsink.h:
8307         Add support for getting and setting the socket to use.
8308
8309         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8310         (gst_udpsrc_create), (gst_udpsrc_get_property):
8311         Add support for getting the currently used socket.
8312
8313 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8314
8315         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8316
8317         * gst/audiofx/Makefile.am:
8318         * gst/audiofx/audiochebyshevfreqband.c:
8319         (gst_audio_chebyshev_freq_band_mode_get_type),
8320         (gst_audio_chebyshev_freq_band_base_init),
8321         (gst_audio_chebyshev_freq_band_dispose),
8322         (gst_audio_chebyshev_freq_band_class_init),
8323         (gst_audio_chebyshev_freq_band_init),
8324         (generate_biquad_coefficients), (calculate_gain),
8325         (generate_coefficients),
8326         (gst_audio_chebyshev_freq_band_set_property),
8327         (gst_audio_chebyshev_freq_band_get_property),
8328         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8329         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8330         (gst_audio_chebyshev_freq_band_start):
8331         * gst/audiofx/audiochebyshevfreqband.h:
8332         * gst/audiofx/audiochebyshevfreqlimit.c:
8333         (gst_audio_chebyshev_freq_limit_mode_get_type),
8334         (gst_audio_chebyshev_freq_limit_base_init),
8335         (gst_audio_chebyshev_freq_limit_dispose),
8336         (gst_audio_chebyshev_freq_limit_class_init),
8337         (gst_audio_chebyshev_freq_limit_init),
8338         (generate_biquad_coefficients), (calculate_gain),
8339         (generate_coefficients),
8340         (gst_audio_chebyshev_freq_limit_set_property),
8341         (gst_audio_chebyshev_freq_limit_get_property),
8342         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8343         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8344         (gst_audio_chebyshev_freq_limit_start):
8345         * gst/audiofx/audiochebyshevfreqlimit.h:
8346         * gst/audiofx/audiofx.c: (plugin_init):
8347         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8348         Fixes #464800.
8349
8350         * tests/check/Makefile.am:
8351         * tests/check/elements/.cvsignore:
8352         * tests/check/elements/audiochebyshevfreqband.c:
8353         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8354         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8355         * tests/check/elements/audiochebyshevfreqlimit.c:
8356         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8357         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8358         Add unit tests for the chebyshev filters.
8359
8360         * docs/plugins/Makefile.am:
8361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8363         * docs/plugins/gst-plugins-good-plugins.args:
8364         * docs/plugins/inspect/plugin-1394.xml:
8365         * docs/plugins/inspect/plugin-audiofx.xml:
8366         * docs/plugins/inspect/plugin-dv.xml:
8367         * docs/plugins/inspect/plugin-flac.xml:
8368         * docs/plugins/inspect/plugin-jpeg.xml:
8369         * docs/plugins/inspect/plugin-png.xml:
8370         * docs/plugins/inspect/plugin-rtp.xml:
8371         * docs/plugins/inspect/plugin-shout2send.xml:
8372         * docs/plugins/inspect/plugin-wavpack.xml:
8373         And add docs for the chebyshev filters. While doing
8374         that also run make update in docs/plugins.
8375
8376 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8377
8378         * ext/annodex/gstcmmltag.c:
8379         * gst/rtp/gstrtpvorbispay.c:
8380           Make ro memory to share.
8381
8382 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8383
8384         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8385         Improve UDP performance by avoiding a select() when we have data
8386         available immediatly.
8387
8388 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8389
8390         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8391         (gst_rtp_dec_class_init):
8392         * gst/rtsp/gstrtpdec.h:
8393         Add (dummy) SSRC management signals.
8394
8395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8396         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8397         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8398         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8399         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8400         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8401         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8402         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8403         * gst/rtsp/gstrtspsrc.h:
8404         Add connection-speed property.
8405         Add find_stream helper functions.
8406         Handle stream EOS based on BYE messages or SSRC timeout.
8407         Returns SUCCESS from the state change function as we hide our async
8408         elements from the parent.
8409
8410 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8411
8412         * gst/debug/rndbuffersize.c:
8413           Fix da leak.
8414
8415 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8416
8417         * gst/debug/Makefile.am:
8418         * gst/debug/breakmydata.c:
8419         * gst/debug/gstdebug.c:
8420         * gst/debug/negotiation.c:
8421         * gst/debug/progressreport.c:
8422         * gst/debug/rndbuffersize.c:
8423         * gst/debug/testplugin.c:
8424           Add new test element and clean-up the others a little.
8425
8426 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8427
8428         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8429         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8430
8431 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8432
8433         * gst/rtp/gstrtpilbcdepay.c:
8434           Include stdlib.
8435
8436 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8437
8438         * gst/rtp/gstrtpmpvdepay.c:
8439         Set the mpegversion in the caps so that autoplugging does not get
8440         confused.
8441
8442 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8443
8444         * po/hu.po:
8445         * po/uk.po:
8446         * po/vi.po:
8447           Updated translations.
8448
8449 2007-08-08  Michael Smith <msmith@fluendo.com>
8450
8451         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8452           Render right border in the correct location.
8453
8454 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8455
8456         Patch by: Olivier Crete <tester at tester dot ca>
8457
8458         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8459         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8460         Make mode property a string. Fixes #464475.
8461
8462 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8463
8464         * ext/flac/gstflacenc.c:
8465           Widen caps to match decoder a bit and add more FIXMEs.
8466
8467 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8468
8469         patch by: Mark Nauwelaerts <manauw@skynet.be>
8470
8471         * gst/avi/gstavimux.c:
8472           Fix ODML index tag numbering. Fixes #463624.
8473
8474 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8475
8476         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8477         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8478         (gst_rtspsrc_stream_configure_tcp),
8479         (gst_rtspsrc_stream_configure_udp_sink):
8480         Fix default clock-rate for realmedia.
8481         Fix parsing of transport.
8482         Don't try to link NULL pads.
8483
8484 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * po/POTFILES.skip:
8487           Add POTFILES.skip with list of source files that aren't disted at the
8488           moment but contain translatable strings. Should hopefully pacify
8489           broken tools and make it clearer that these files are left out
8490           intentionally (#461600).
8491
8492 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8493
8494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8495         If the buffer was entirely clipped ... don't try sending it :)
8496
8497 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8498
8499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8500         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8501         (gst_rtspsrc_create_transports_string),
8502         (gst_rtspsrc_prepare_transports):
8503         If we don't hav a session manager, set the caps on outgoing buffers
8504         ourselves.
8505         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8506         Append final bit of the transport string even when it does not contain a
8507         placeholder.
8508
8509 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8510
8511         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8512         (gst_rtsp_ext_list_connect):
8513         * gst/rtsp/gstrtspext.h:
8514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8515         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8516         Clean up the interface list.
8517         Allow connecting to interface signals for the extensions.
8518         Remove old extension code.
8519         Free list on cleanup.
8520         Allow extensions to send additional RTSP messages.
8521
8522 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8523
8524         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8525         Handle a NULL gconf key gracefully by rendering the default element.
8526
8527 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8528
8529         * gst/rtsp/gstrtspext.h:
8530         Fix include path for extension interface.
8531
8532 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8533
8534         * gst/audiofx/audioamplify.h:
8535         Also remove a now unecessary variable here.
8536
8537 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8538
8539         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8540         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8541         * gst/audiofx/audiodynamic.c:
8542         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8543         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8544         * gst/audiofx/audiodynamic.h:
8545         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8546         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8547         * gst/audiofx/audioinvert.h:
8548         Don't save format information ourselves, this is already saved in
8549         GstAudioFilter.
8550
8551 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8552
8553         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8554         (gst_rtsp_ext_list_stream_select):
8555         * gst/rtsp/gstrtspext.h:
8556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8557         Use rank to filter out extensions.
8558         Add url to stream_select interface call.
8559
8560 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8561
8562         * gst/rtsp/Makefile.am:
8563         * gst/rtsp/base64.c:
8564         * gst/rtsp/base64.h:
8565         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8566         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8567         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8568         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8569         (gst_rtsp_ext_list_setup_media),
8570         (gst_rtsp_ext_list_configure_stream),
8571         (gst_rtsp_ext_list_get_transports),
8572         (gst_rtsp_ext_list_stream_select):
8573         * gst/rtsp/gstrtspext.h:
8574         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8575         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8576         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8577         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8578         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8579         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8580         (gst_rtspsrc_stream_configure_tcp),
8581         (gst_rtspsrc_stream_configure_mcast),
8582         (gst_rtspsrc_stream_configure_udp),
8583         (gst_rtspsrc_stream_configure_udp_sink),
8584         (gst_rtspsrc_stream_configure_transport),
8585         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8586         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8587         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8588         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8589         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8590         (gst_rtspsrc_parse_methods),
8591         (gst_rtspsrc_create_transports_string),
8592         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8593         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8594         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8595         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8596         * gst/rtsp/gstrtspsrc.h:
8597         * gst/rtsp/rtsp.h:
8598         * gst/rtsp/rtspconnection.c:
8599         * gst/rtsp/rtspconnection.h:
8600         * gst/rtsp/rtspdefs.c:
8601         * gst/rtsp/rtspdefs.h:
8602         * gst/rtsp/rtspext.h:
8603         * gst/rtsp/rtspextwms.c:
8604         * gst/rtsp/rtspextwms.h:
8605         * gst/rtsp/rtspmessage.c:
8606         * gst/rtsp/rtspmessage.h:
8607         * gst/rtsp/rtsprange.c:
8608         * gst/rtsp/rtsprange.h:
8609         * gst/rtsp/rtsptransport.c:
8610         * gst/rtsp/rtsptransport.h:
8611         * gst/rtsp/rtspurl.c:
8612         * gst/rtsp/rtspurl.h:
8613         * gst/rtsp/sdp.h:
8614         * gst/rtsp/sdpmessage.c:
8615         * gst/rtsp/sdpmessage.h:
8616         * gst/rtsp/test.c:
8617         Use shiny new RTSP and SDP library.
8618         Implement RTSP extensions using the new interface.
8619         Remove a lot of old code.
8620
8621 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8622
8623         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8624         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8625
8626 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8627
8628         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8629         Don't unref the outgoing buffer twice when dropping it because it's
8630         outside of the segment.
8631
8632 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8633
8634         * configure.ac:
8635         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8636         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8637         Use the new buffer clipping function from gstaudio here and
8638         require gst-plugins-base CVS.
8639         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8640         For framed Wavpack buffers we require a valid timestamp.
8641
8642 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8643
8644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8645         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8646         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8647         Clip raw audio and video when we can, keep track of current output
8648         segment.
8649         Don't leak buffers and events when there is no output pad.
8650         Improve debugging here and there.
8651
8652 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8653
8654         * configure.ac:
8655           Sync liboil check with plugins-base.
8656
8657 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8658
8659         * ext/annodex/Makefile.am:
8660           Fix CFLAGS/LIBS.
8661
8662         * ext/cdio/gstcdiocddasrc.c:
8663         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8664           Include stdlib
8665
8666         * ext/cairo/Makefile.am:
8667         * gst/videofilter/Makefile.am:
8668         * tests/examples/level/Makefile.am:
8669           Use $(LIBM) instead of -lm
8670
8671 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * sys/v4l2/gstv4l2src.c:
8674           Add another example pipeline.
8675
8676 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8677
8678         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8679
8680         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8681           Use define here.
8682
8683         * sys/v4l2/gstv4l2tuner.c:
8684         (gst_v4l2_tuner_set_frequency_and_notify):
8685           Don't touch the property - its still disabled.
8686
8687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8688         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8689         * sys/v4l2/v4l2src_calls.h:
8690           Improve fallback format negotionation. Fixes #451388
8691
8692 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8693
8694         * tests/check/elements/videocrop.c: (GST_START_TEST):
8695           Fix the test.
8696
8697 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8698
8699         * docs/plugins/Makefile.am:
8700         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8701         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8702         * docs/plugins/inspect/plugin-jpeg.xml:
8703         * docs/plugins/inspect/plugin-png.xml:
8704         * ext/jpeg/gstjpegdec.c:
8705         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8706         (gst_pngdec_sink_setcaps):
8707           More docs. More logs in pngdec.
8708
8709 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8710
8711         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8712           Initialize num_buffers with minimum value.
8713
8714         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8715         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8716           Handle frame-size query failure gracefully.
8717
8718 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8719
8720         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8721         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8722         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8723         of qt/aac files.
8724
8725 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8726
8727         * ext/wavpack/gstwavpackdec.c:
8728         (gst_wavpack_dec_clip_outgoing_buffer):
8729         Fix buffer clipping to correctly clip to the segment stop.
8730
8731 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8732
8733         * configure.ac:
8734         * tests/Makefile.am:
8735         Remove bogus check for libcheck, since we check for
8736         gstreamer-check and it pulls in the required info from there,
8737         and we weren't actually _using_ the information for libcheck
8738         ourselves anyway.
8739
8740 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * configure.ac:
8743           Use pkg-config to locate check.
8744
8745 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8748         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8749         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8750         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8751         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8752         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8753         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8754         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8755         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8756         * gst/effectv/gstrev.c: (gst_revtv_transform):
8757         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8758         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8759         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8760         * gst/matroska/matroska-demux.c:
8761         (gst_matroska_demux_add_wvpk_header),
8762         (gst_matroska_demux_check_subtitle_buffer),
8763         (gst_matroska_decode_buffer):
8764         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8765           Fix build against core CVS.
8766
8767 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8768
8769         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8770         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8771         don't have enough granularity to convert that boolean into a
8772         GstFlowReturn.
8773
8774 2007-07-06  Michael Smith <msmith@fluendo.com>
8775
8776         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8777         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8778         (gst_alawdec_change_state):
8779         * gst/law/alaw-decode.h:
8780         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8781         (gst_mulawdec_class_init), (gst_mulawdec_init),
8782         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8783         * gst/law/mulaw-decode.h:
8784           Fix capsnego bogosity in *law decoders. 
8785
8786 2007-07-06  Michael Smith <msmith@fluendo.com>
8787
8788         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8789         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8790         (gst_smokeenc_change_state):
8791         * ext/jpeg/gstsmokeenc.h:
8792           Remove stupidity in get/set caps functions.
8793           Fix some refcounting problems.
8794
8795 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8796
8797         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8798         Remove endianness-flipping hack that seems to have been required
8799         only because of a bug in ffmpegcolorspace.
8800         Partially Fixes: #451908
8801
8802 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8803
8804         * docs/plugins/Makefile.am:
8805           Simplify --extra-dir as gtkdoc scans recursively.
8806
8807 2007-07-03  Wim Taymans  <wim@fluendo.com>
8808
8809         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8810
8811         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8812         Set the encoding-name in the rtp caps to all uppercase, as required by
8813         the caps spec.
8814         Some small cleanups in the error paths. Fixes #453037.
8815
8816 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8817
8818         * ext/wavpack/gstwavpackparse.c:
8819         (gst_wavpack_parse_index_get_last_entry),
8820         (gst_wavpack_parse_index_get_entry_from_sample),
8821         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8822         (gst_wavpack_parse_scan_to_find_sample):
8823         * ext/wavpack/gstwavpackparse.h:
8824         Use a GSList for the GArray that is used like a list anyway.
8825
8826 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8829         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8830         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8831           Add state change function where we set 0/1 as default framerate in
8832           case our setcaps function isn't called, like it might not in a
8833           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8834           gdkpixbufdec trying to create caps with a 0/0 framerate.
8835           Also post an error message on the bus if gst_pad_push() fails when
8836           called from our sink event handler (+1 for flow returns for event
8837           functions in 0.11) instead of failing silently.
8838
8839 2007-06-27  Wim Taymans  <wim@fluendo.com>
8840
8841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8842         Cast stack args to the proper types. Fixes #451249.
8843
8844 2007-06-27  Wim Taymans  <wim@fluendo.com>
8845
8846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8847         (new_session_pad), (gst_rtspsrc_setup_streams):
8848         * gst/rtsp/gstrtspsrc.h:
8849         For container formats we only need to activate one of the streams so
8850         that we correctly signal no-more-pads. Fixes #451015.
8851
8852 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8853
8854         * docs/plugins/gst-plugins-good-plugins.args:
8855         * docs/plugins/inspect/plugin-aasink.xml:
8856         * docs/plugins/inspect/plugin-alaw.xml:
8857         * docs/plugins/inspect/plugin-alpha.xml:
8858         * docs/plugins/inspect/plugin-alphacolor.xml:
8859         * docs/plugins/inspect/plugin-annodex.xml:
8860         * docs/plugins/inspect/plugin-apetag.xml:
8861         * docs/plugins/inspect/plugin-audiofx.xml:
8862         * docs/plugins/inspect/plugin-auparse.xml:
8863         * docs/plugins/inspect/plugin-autodetect.xml:
8864         * docs/plugins/inspect/plugin-avi.xml:
8865         * docs/plugins/inspect/plugin-cacasink.xml:
8866         * docs/plugins/inspect/plugin-cairo.xml:
8867         * docs/plugins/inspect/plugin-cdio.xml:
8868         * docs/plugins/inspect/plugin-cutter.xml:
8869         * docs/plugins/inspect/plugin-debug.xml:
8870         * docs/plugins/inspect/plugin-efence.xml:
8871         * docs/plugins/inspect/plugin-effectv.xml:
8872         * docs/plugins/inspect/plugin-esdsink.xml:
8873         * docs/plugins/inspect/plugin-flac.xml:
8874         * docs/plugins/inspect/plugin-flxdec.xml:
8875         * docs/plugins/inspect/plugin-gconfelements.xml:
8876         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8877         * docs/plugins/inspect/plugin-goom.xml:
8878         * docs/plugins/inspect/plugin-halelements.xml:
8879         * docs/plugins/inspect/plugin-icydemux.xml:
8880         * docs/plugins/inspect/plugin-id3demux.xml:
8881         * docs/plugins/inspect/plugin-jpeg.xml:
8882         * docs/plugins/inspect/plugin-ladspa.xml:
8883         * docs/plugins/inspect/plugin-level.xml:
8884         * docs/plugins/inspect/plugin-matroska.xml:
8885         * docs/plugins/inspect/plugin-mulaw.xml:
8886         * docs/plugins/inspect/plugin-multipart.xml:
8887         * docs/plugins/inspect/plugin-navigationtest.xml:
8888         * docs/plugins/inspect/plugin-ossaudio.xml:
8889         * docs/plugins/inspect/plugin-png.xml:
8890         * docs/plugins/inspect/plugin-quicktime.xml:
8891         * docs/plugins/inspect/plugin-rtp.xml:
8892         * docs/plugins/inspect/plugin-rtsp.xml:
8893         * docs/plugins/inspect/plugin-smpte.xml:
8894         * docs/plugins/inspect/plugin-speex.xml:
8895         * docs/plugins/inspect/plugin-taglib.xml:
8896         * docs/plugins/inspect/plugin-udp.xml:
8897         * docs/plugins/inspect/plugin-videobalance.xml:
8898         * docs/plugins/inspect/plugin-videobox.xml:
8899         * docs/plugins/inspect/plugin-videocrop.xml:
8900         * docs/plugins/inspect/plugin-videoflip.xml:
8901         * docs/plugins/inspect/plugin-videomixer.xml:
8902         * docs/plugins/inspect/plugin-wavenc.xml:
8903         * docs/plugins/inspect/plugin-wavparse.xml:
8904         * docs/plugins/inspect/plugin-ximagesrc.xml:
8905           Update docs with caps info.
8906
8907 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         * po/POTFILES.in:
8910           Add more files with translatable strings (#450878).
8911
8912 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8913
8914         * MAINTAINERS:
8915         Updating all the maintainers files
8916
8917 2007-06-22  Edward Hervey  <edward@fluendo.com>
8918
8919         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8920         * gst/interleave/deinterleave.c: (deinterleave_init),
8921         (deinterleave_sink_link):
8922         * gst/interleave/interleave.c: (interleave_init):
8923         * gst/median/gstmedian.c: (gst_median_init):
8924         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8925         Fix memory leaks.
8926         * tests/check/elements/id3demux.c: (pad_added_cb):
8927         Remove unused variable.
8928
8929 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * ext/gconf/gconf.h:
8932         Make the prototype of gst_gconf_get_key_for_sink_profile
8933         match the implementation.
8934         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8935         Fixes: #449747
8936
8937 2007-06-20  Michael Smith <msmith@fluendo.com>
8938
8939         * gst/rtp/gstrtpdepay.c:
8940           Fix description - rtpdepay is not a payloader.
8941
8942 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8943
8944         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8945         (qtdemux_video_caps):
8946         * gst/qtdemux/qtdemux_fourcc.h:
8947           Add MJPG to the variants of motion jpeg.
8948
8949 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * tests/check/Makefile.am:
8952         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8953         * tests/check/elements/videocrop.c: (GST_START_TEST):
8954         * tests/check/elements/videofilter.c:
8955         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8956         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8957           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8958           error flags are included and it errors out on compiler warnings
8959           for CVS builds; remove unused variables in various unit tests.
8960
8961 2007-06-19  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8964         (rtsp_connection_close), (rtsp_connection_free):
8965         Use threadsafe inet_ntop to convert an ip number to a string. 
8966         Fixes #447961.
8967         Don't leak fd (and ip) when freeing a connection without first closing
8968         it.
8969
8970 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * configure.ac:
8973         Back to CVS
8974
8975         * gst-plugins-good.doap:
8976         Add 0.10.6 to the doap file.
8977
8978 === release 0.10.6 ===
8979
8980 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8981
8982         * configure.ac:
8983           releasing 0.10.6, "Wobble Board"
8984
8985 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8986
8987         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8988         (rtsp_connection_free):
8989           Revert previous commit again, since we are frozen (sorry).
8990
8991 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         Patch by: Peter Kjellerstedt <pkj at axis com>
8994
8995         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8996         (rtsp_connection_free):
8997           inet_ntoa() uses a static buffer internally, so we need to copy the
8998           returned string if we want to store it for later (#447961).
8999
9000 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9001
9002         * win32/vs6/autogen.dsp:
9003         * win32/vs6/gst_plugins_good.dsw:
9004         * win32/vs6/libgstalaw.dsp:
9005         * win32/vs6/libgstalpha.dsp:
9006         * win32/vs6/libgstalphacolor.dsp:
9007         * win32/vs6/libgstapetag.dsp:
9008         * win32/vs6/libgstaudiofx.dsp:
9009         * win32/vs6/libgstauparse.dsp:
9010         * win32/vs6/libgstautodetect.dsp:
9011         * win32/vs6/libgstavi.dsp:
9012         * win32/vs6/libgstcutter.dsp:
9013         * win32/vs6/libgstdirectdraw.dsp:
9014         * win32/vs6/libgstdirectsound.dsp:
9015         * win32/vs6/libgsteffectv.dsp:
9016         * win32/vs6/libgstflx.dsp:
9017         * win32/vs6/libgstgoom.dsp:
9018         * win32/vs6/libgsticydemux.dsp:
9019         * win32/vs6/libgstid3demux.dsp:
9020         * win32/vs6/libgstinterleave.dsp:
9021         * win32/vs6/libgstjpeg.dsp:
9022         * win32/vs6/libgstlevel.dsp:
9023         * win32/vs6/libgstmatroska.dsp:
9024         * win32/vs6/libgstmedian.dsp:
9025         * win32/vs6/libgstmonoscope.dsp:
9026         * win32/vs6/libgstmulaw.dsp:
9027         * win32/vs6/libgstmultipart.dsp:
9028         * win32/vs6/libgstqtdemux.dsp:
9029         * win32/vs6/libgstrtp.dsp:
9030         * win32/vs6/libgstrtsp.dsp:
9031         * win32/vs6/libgstsmpte.dsp:
9032         * win32/vs6/libgstspeex.dsp:
9033         * win32/vs6/libgstudp.dsp:
9034         * win32/vs6/libgstvideobalance.dsp:
9035         * win32/vs6/libgstvideobox.dsp:
9036         * win32/vs6/libgstvideocrop.dsp:
9037         * win32/vs6/libgstvideoflip.dsp:
9038         * win32/vs6/libgstvideomixer.dsp:
9039         * win32/vs6/libgstwaveform.dsp:
9040         * win32/vs6/libgstwavenc.dsp:
9041         * win32/vs6/libgstwavparse.dsp:
9042         Mark *.dsp & *.dsw as binary files and convert to DOS line
9043         endings, as they don't load into VS6 correctly otherwise.
9044
9045 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9046
9047         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9048         (rtsp_connection_connect):
9049         Fix the MingW build. 
9050         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9051         Fixes: #446981
9052
9053 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9054
9055         * tests/check/elements/.cvsignore:
9056         * tests/icles/.cvsignore:
9057         Hush the buildbots up
9058
9059 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9060
9061         * configure.ac:
9062         * sys/Makefile.am:
9063         * sys/directdraw/Makefile.am:
9064         * sys/directsound/Makefile.am:
9065         * sys/waveform/Makefile.am:
9066         Make sure to dist everything needed for win32 builds.
9067
9068 2007-06-14  Edward Hervey  <edward@fluendo.com>
9069
9070         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9071         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9072         caps.
9073         Fixes #447458
9074
9075 2007-06-13  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9078         Make sure we allocate enough memory for the codec_data.
9079         Fixes #447210.
9080
9081 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9082
9083         * win32/MANIFEST:
9084         Add videocrop project file to the win32 manifest.
9085         * win32/vs6/gst_plugins_good.dsw:
9086         Add qtdemux,videocrop and waveform projects to the workspace.
9087         * win32/vs6/libgstqtdemux.dsp:
9088         Add zlib to the link list of qtdemux.
9089         * win32/vs6/libgstvideocrop.dsp:
9090         Add a project file for videocrop.
9091
9092 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9093
9094         * po/POTFILES.in:
9095         Add qtdemux for translation
9096
9097 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9098
9099         * configure.ac:
9100         * docs/plugins/Makefile.am:
9101         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9102         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9103         * docs/plugins/inspect/plugin-videocrop.xml:
9104         * gst-plugins-good.spec.in:
9105         * sys/Makefile.am:
9106         * tests/check/Makefile.am:
9107         * tests/icles/Makefile.am:
9108         * tests/icles/videocrop-test.c:
9109         Move videocrop and osxvideo from -bad.
9110
9111 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9112
9113         * configure.ac:
9114         * docs/plugins/Makefile.am:
9115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9117         * docs/plugins/gst-plugins-good-plugins.args:
9118         * docs/plugins/inspect/plugin-qtdemux.xml:
9119         * docs/plugins/inspect/plugin-quicktime.xml:
9120         * win32/MANIFEST:
9121         Move qtdemux from -bad.
9122
9123         * gst-plugins-good.spec.in:
9124         Update spec file to reflect moving of qtdemux and wavpack
9125
9126 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9127         
9128         * win32/MANIFEST:
9129         * docs/plugins/Makefile.am:
9130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9132         * docs/plugins/inspect/plugin-directdraw.xml:
9133         * docs/plugins/inspect/plugin-directsound.xml:
9134         * docs/plugins/inspect/plugin-waveform.xml:
9135         Move the waveform plugin from -bad too. Update the inspect xml
9136         files to mention Plugins Good instead of Plugins Bad.
9137
9138 2007-06-12  Andy Wingo  <wingo@pobox.com>
9139
9140         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9141         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9142         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9143         finalization and resuscitation. No longer public.
9144         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9145         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9146         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9147         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9148         miniobject semantics, and be threadsafe.
9149         (gst_v4l2src_queue_frame): Remove this function, as we just call
9150         the ioctls directly in the two places where we queue buffers.
9151         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9152         directly.
9153         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9154         to allocate the pool, which also preallocates the GstBuffers.
9155         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9156         queueing the frames directly.
9157         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9158         mmap buffers have been dequeued.
9159
9160         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9161         real MiniObject instead of rolling our own refcounting and
9162         finalizing. Give it a lock.
9163         (struct _GstV4l2Buffer): Remove one intermediary object, having
9164         the buffers hold the struct v4l2_buffer directly.
9165
9166         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9167         capture_init so that it can set them on the buffers that it will
9168         create.
9169         (gst_v4l2src_get_read): For better or for worse, include the
9170         timestamping and offsetting code here; really we should be using
9171         bufferalloc though.
9172         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9173         preallocated, mmap'd buffers.
9174
9175 2007-06-11  Wim Taymans  <wim@fluendo.com>
9176
9177         Patch by: daniel fischer <dan at f3c dot com>
9178
9179         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9180         (gst_ximage_src_get_caps):
9181         Actually use the display_name property so that we can dump any
9182         available X display. Fixes #445905.
9183
9184 2007-06-11  Wim Taymans  <wim@fluendo.com>
9185
9186         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9187
9188         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9189         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9190         Add missing rate fields to caps. Fixes #441118.
9191
9192 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9193
9194         * win32/vs6/gst_plugins_good.dsw:
9195         * win32/vs8/gst-plugins-good.sln:
9196         Add DirectSound and DirectDraw sinks project files to
9197         workspace and solution files.
9198
9199 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9200
9201         Patch by: Josh Coalson <xflac at yahoo dot com>,
9202         updated by Alexis Ballier <aballier at gentoo dot org>:
9203
9204         * configure.ac:
9205         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9206         (gst_flac_dec_setup_seekable_decoder),
9207         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9208         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9209         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9210         * ext/flac/gstflacdec.h:
9211         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9212         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9213         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9214         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9215         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9216         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9217         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9218         * ext/flac/gstflacenc.h:
9219         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9220         
9221 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9222
9223         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9224         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9225         not necessary anymore as we need at least that core version. 
9226
9227 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9228
9229         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9230         (gst_wavpack_dec_chain):
9231         * ext/wavpack/gstwavpackdec.h:
9232         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9233         (gst_wavpack_parse_push_buffer):
9234         * ext/wavpack/gstwavpackparse.h:
9235         Improve discont handling by checking if the next Wavpack block has
9236         the expected, following block index.
9237
9238 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9239
9240         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9241           Fix element description.
9242
9243 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
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/gst-plugins-good-plugins.args:
9250         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9251         * docs/plugins/gst-plugins-good-plugins.signals:
9252         * docs/plugins/inspect/plugin-autodetect.xml:
9253         * docs/plugins/inspect/plugin-gconfelements.xml:
9254         * docs/plugins/inspect/plugin-ladspa.xml:
9255         * docs/plugins/inspect/plugin-rtp.xml:
9256         * docs/plugins/inspect/plugin-wavpack.xml:
9257         * ext/Makefile.am:
9258         * tests/check/Makefile.am:
9259           move wavpack plugin.  See #352605.
9260
9261 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9262
9263         * configure.ac:
9264         * docs/plugins/Makefile.am:
9265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9267         * docs/plugins/gst-plugins-good-plugins.args:
9268         * sys/Makefile.am:
9269         * win32/MANIFEST:
9270         Add DirectDraw & DirectSound plugins to the build and docs.
9271
9272 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9273
9274         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9275         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9276           When operating in pull mode, error out correct on not-linked.
9277
9278 2007-06-06  Andy Wingo  <wingo@pobox.com>
9279
9280         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9281         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9282         format and size if the ioctls are defined; should fix compilation
9283         on Linux < 2.16.19.
9284
9285 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9288           Printf fixes in debug statements; use LOG level for debug statements
9289           that are printed for each and every frame; convert c++ comments to
9290           C-style comments; not much point using g_try_malloc() if we then not
9291           even check the return value.
9292
9293 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * configure.ac:
9296           Bump requirements to released versions (core and base 0.10.13).
9297
9298         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9299           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9300           own implementation.
9301
9302 2007-06-05  Andy Wingo  <wingo@pobox.com>
9303
9304         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9305         some useless comments.
9306
9307         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9308         frames before calling STREAMON, that might leave them in a state
9309         where they can't be dequeued if we go back to NULL without calling
9310         STREAMON, according to the docs.
9311         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9312         before we call STREAMON.
9313         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9314         failures. (For me this code hung.) The pool refcounting is still
9315         crack; added a note to that effect.
9316
9317 2007-06-05  Wim Taymans  <wim@fluendo.com>
9318
9319         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9320         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9321         Add support for mapping gst structure names to the MIME type equivalent.
9322         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9323
9324 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9325
9326         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9327         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9328         (gst_wavenc_chain), (gst_wavenc_change_state):
9329         * gst/wavenc/gstwavenc.h:
9330         Properly write wav files with width!=depth by having the depth most
9331         significant bytes set and all others zero. Fixes #442535.
9332
9333 2007-06-01  Wim Taymans  <wim@fluendo.com>
9334
9335         * gst/rtsp/rtspconnection.c:
9336         Add include to make buildbot happy.
9337
9338 2007-06-01  Wim Taymans  <wim@fluendo.com>
9339
9340         Patch by: Peter Kjellerstedt  <pkj at axis com>
9341
9342         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9343         (rtsp_connection_connect), (add_date_header),
9344         (rtsp_connection_send), (parse_response_status),
9345         (parse_request_line), (parse_line), (rtsp_connection_receive):
9346         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9347         * gst/rtsp/rtspdefs.h:
9348         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9349         (rtsp_message_init_request), (rtsp_message_init_response),
9350         (rtsp_message_remove_header), (rtsp_message_append_headers),
9351         (rtsp_message_dump):
9352         * gst/rtsp/rtspmessage.h:
9353         Improves version checking, allowing an RTSP server to reply with "505
9354         RTSP Version not supported.
9355         Adds a Date header to all messages.
9356         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9357         want to be able to send a response even if something in the request was
9358         invalid. EINVAL is only used when passing wrong arguments to functions.
9359         Do not handle an invalid method in parse_request_line(). Defer this to
9360         the caller so it can respond with "405 Method Not Allowed".
9361         Improves parsing of the timeout parameter to the Session header,
9362         allowing whitespace after the semicolon. 
9363         Avoids a compiler warning due to variables shadowing a function argument.
9364
9365 2007-06-01  Wim Taymans  <wim@fluendo.com>
9366
9367         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9368
9369         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9370         (gst_rtp_amr_depay_process):
9371         * gst/rtp/gstrtpamrdepay.h:
9372         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9373         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9374         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9375         * gst/rtp/gstrtpamrpay.h:
9376         Add support for AMR-WB.
9377         Small cleanups such as using BOILERPLATE.
9378
9379 2007-05-31  Wim Taymans  <wim@fluendo.com>
9380
9381         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9382         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9383
9384 2007-05-30  Andy Wingo  <wingo@pobox.com>
9385
9386         * sys/v4l2/gstv4l2object.h: 
9387         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9388         unintended changes.
9389
9390         * sys/v4l2/v4l2src_calls.h: 
9391         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9392         the format list in the order that the driver gives it to us.
9393         (gst_v4l2src_probe_caps_for_format_and_size)
9394         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9395         based on the capabilities of the device.
9396         (gst_v4l2src_grab_frame): Update for object variable renaming.
9397         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9398         as in the set_caps below.
9399         (gst_v4l2src_capture_init): Update for object variable renaming,
9400         and reflow.
9401         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9402         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9403         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9404         (gst_v4l2src_get_fps): Remove; these functions don't have much
9405         meaning outside of an atomic set_caps method.
9406         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9407         known.
9408
9409         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9410         call to update_fps; not sure about this change.
9411         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9412         moment we don't have an update_fps_func.
9413
9414         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9415         structures in the object, just store what we need. Do store the
9416         probed caps of the device. Don't store the current frame rate.
9417
9418         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9419         update_fps_function, for now. Update for new object variable
9420         naming.
9421         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9422         new object variable naming.
9423         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9424         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9425         (gst_v4l2src_get_caps): Rework to probe the device for supported
9426         frame sizes and frame rates.
9427         (gst_v4l2src_set_caps): Rework to be strict in the given
9428         parameters: if someone asks us to have a certain size and rate,
9429         that is what we configure.
9430         (gst_v4l2src_get_read): Update for object variable naming. Don't
9431         leak buffers on short reads.
9432         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9433         comments.
9434         (gst_v4l2src_create): Update for object variable naming.
9435
9436 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9437
9438         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9439         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9440         * gst/avi/gstavidemux.h:
9441           Parse subtitle text streams instead of erroring out (#442034). Still
9442           needs a parser for the subtitles to actually show up.
9443
9444 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9445
9446         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9447         (gst_avi_demux_loop):
9448           Make _push_event() return TRUE if the event could be pushed on at
9449           least one pad and not only if it could be pushed on all pads,
9450           otherwise we'll end up posting an error message on EOS if one or
9451           more source pads are not connected.
9452
9453 2007-05-28  Wim Taymans  <wim@fluendo.com>
9454
9455         * gst/rtsp/rtsptransport.c:
9456         Use renamed RTP bin.
9457
9458 2007-05-28  Wim Taymans  <wim@fluendo.com>
9459
9460         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9461
9462         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9463         (gst_video_box_set_property), (gst_video_box_transform_caps),
9464         (video_box_recalc_transform), (gst_video_box_set_caps),
9465         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9466         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9467         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9468         (gst_video_box_i420_i420), (gst_video_box_transform),
9469         (plugin_init):
9470         Add AYUV->AYUV and AYUV->I420 formats. 
9471         Fix negotiation and I420->AYUV conversion.
9472         Fixes #429329.
9473
9474 2007-05-26  Wim Taymans  <wim@fluendo.com>
9475
9476         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9477         Use different variables for nested for loops so that the outer loop
9478         functions properly and speex files with multiple frames per buffer work
9479         properly.
9480         Fixes #441408.
9481
9482 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9485           Don't leak newsegment events.
9486
9487 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * gst/wavparse/Makefile.am:
9490           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9491           drags it in.
9492
9493 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9494
9495         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9496         (notgst_value_array_append_buffer),
9497         (gst_flac_enc_process_stream_headers),
9498         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9499         (gst_flac_enc_change_state):
9500         * ext/flac/gstflacenc.h:
9501           Collect headers, add "streamheader" field to output caps and set
9502           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9503           produces output according to the official FLAC-to-Ogg mapping
9504           instead of completely broken files. Fixes #426044.
9505
9506 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9507
9508         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9509         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9510         (gst_id3demux_sink_event):
9511         * gst/id3demux/gstid3demux.h:
9512         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9513         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9514         (gst_tag_demux_send_new_segment):
9515         Handle and adjust new-segment events so that downstream really
9516         sees a stream with the tag pieces stripped off the front and back.
9517         Fixes strangeness in seeking when mp3 decoders use the new-segment
9518         byte position to estimate their current playback position timestamp
9519         and then the arriving buffers don't match up.
9520
9521 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9522
9523         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9524           Don't unnecessarily perform a READY->NULL->READY transition on the
9525           detected audio sink when starting up. Fixes: #440127
9526
9527 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9530         (gst_flac_enc_chain):
9531           Don't crash in chain function if setcaps hasn't been called.
9532
9533 2007-05-24  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9536         Init value to avoid infinte loops.
9537
9538 2007-05-24  Wim Taymans  <wim@fluendo.com>
9539
9540         Patch by: Peter Kjellerstedt  <pkj at axis com>
9541
9542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9543         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9544         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9545         (gst_rtspsrc_play):
9546         (rtsp_connection_send), (rtsp_connection_receive):
9547         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9548         Fix for new API.
9549
9550         * gst/rtsp/rtspconnection.c: (add_auth_header),
9551         Only add authorisation and session headers when sending messages.
9552
9553         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9554         (rtsp_message_init_request), (rtsp_message_init_response),
9555         (rtsp_message_unset), (rtsp_message_add_header),
9556         (rtsp_message_remove_header), (rtsp_message_get_header),
9557         (rtsp_message_append_headers), (dump_key_value),
9558         (rtsp_message_dump):
9559         * gst/rtsp/rtspmessage.h:
9560         Add support for multiple headers of the same type by storing the parsed
9561         headers in a GArray instaed of a hashtable.
9562
9563 2007-05-21  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9566         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9567         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9568         safer shutdown.
9569
9570 2007-05-21  Wim Taymans  <wim@fluendo.com>
9571
9572         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9573         * gst/rtsp/gstrtpdec.h:
9574         Added signal for backwards compat.
9575
9576 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9577         
9578         Patch by: René Stadler <mail at renestadler dot de>
9579
9580         * configure.ac:
9581         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9582         (gst_au_parse_parse_header), (gst_au_parse_chain):
9583         * gst/auparse/gstauparse.h:
9584         Use audioconvert for converting from non-native endianness floats
9585         in auparse instead of doing it ourself. Fixes #424527.
9586         This needs the audioconvert from plugins-base CVS.
9587         
9588 2007-05-21  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9591         (gst_rtp_h263p_pay_flush):
9592         Fix enum registration.
9593
9594 2007-05-21  Wim Taymans  <wim@fluendo.com>
9595
9596         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9597
9598         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9599         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9600         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9601         (gst_rtp_h263p_pay_flush):
9602         * gst/rtp/gstrtph263ppay.h:
9603         Add new fragmentation mode base on GOB headers. Fixes #438940.
9604
9605 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9608           Printf format fix.
9609
9610 2007-05-18  Wim Taymans  <wim@fluendo.com>
9611
9612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9613         Don't crash when an unsupported transport error was returned by the
9614         server, just try to configure the next stream. Fixes #439255.
9615
9616 2007-05-18  Wim Taymans  <wim@fluendo.com>
9617
9618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9619         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9620         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9621         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9622         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9623         * gst/rtsp/gstrtspsrc.h:
9624         Add TCP timeout property and use it for all TCP connection.
9625
9626         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9627         (rtsp_connection_write), (rtsp_connection_next_timeout),
9628         (rtsp_connection_reset_timeout):
9629         Make connect and writes cancelable and make them use the timeout.
9630
9631 2007-05-18  Wim Taymans  <wim@fluendo.com>
9632
9633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9634         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9635         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9636         (gst_rtspsrc_setup_streams):
9637         Refactor timeout handling.
9638         Also send keep-alive when dealing with TCP transport.
9639
9640         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9641         (rtsp_connection_free), (rtsp_connection_next_timeout),
9642         (rtsp_connection_reset_timeout):
9643         * gst/rtsp/rtspconnection.h:
9644         Use a timer to handle the session timeouts, add some methods to deal
9645         with timeouts.
9646
9647 2007-05-17  Wim Taymans  <wim@fluendo.com>
9648
9649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9650         (gst_rtspsrc_setup_streams):
9651         Ignore streams that fail the setup command, we will retry with a
9652         different transport later on.
9653
9654         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9655         (rtsp_ext_wms_configure_stream):
9656         Fix encoding name case.
9657
9658 2007-05-16  Edward Hervey  <edward@fluendo.com>
9659
9660         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9661         Fix build on macosx.
9662
9663 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9664
9665         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9666         Replace direct comparison of a string with the string literal "" with
9667         a comparison of the first character with '\0'. Fixes #438926.
9668
9669 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9670
9671         * gst/debug/breakmydata.c (gst_break_my_data_init):
9672           One more try. This should be the proper fix now.
9673
9674 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9675
9676         * gst/debug/breakmydata.c:
9677           Ooops, no // comments please.
9678
9679 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9680
9681         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9682         (gst_break_my_data_init):
9683           Fix gst_buffer_is_writable() assertion.
9684
9685 2007-05-14  David Schleef  <ds@schleef.org>
9686
9687         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9688           video/x-raw-bayer.  Fixes #314160.
9689
9690 2007-05-14  Wim Taymans  <wim@fluendo.com>
9691
9692         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9693         (gst_rtp_theora_depay_parse_configuration):
9694         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9695         (gst_rtp_theora_pay_finish_headers),
9696         (gst_rtp_theora_pay_handle_buffer):
9697         Update theora pay/depayloader in a similar to vorbis.
9698
9699         * gst/rtp/gstrtpvorbisdepay.c:
9700         (gst_rtp_vorbis_depay_parse_configuration):
9701         Update docs.
9702
9703 2007-05-14  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9706         When we try to execute a method that is not supported by the server,
9707         don't error out but remove the method from the accepted methods so that
9708         we never try to perform this method again.
9709
9710 2007-05-14  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9713         Remove annoying _dump_mem.
9714
9715 2007-05-14  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9718         Parse range correctly.
9719
9720         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9721         The baseurl now always has a '/' at the start.
9722
9723 2007-05-14  Wim Taymans  <wim@fluendo.com>
9724
9725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9726         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9727         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9728         Factor out caps configuration and configure more stuff such as the time
9729         ranges and speed/scale values.
9730
9731         * gst/rtsp/rtsptransport.c:
9732         Add Copyright after non-trival fixes.
9733
9734 2007-05-12  Wim Taymans  <wim@fluendo.com>
9735
9736         Patch by: Peter Kjellerstedt  <pkj at axis com>
9737
9738         * gst/rtsp/gstrtspsrc.h:
9739         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9740         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9741         (rtsp_message_get_header):
9742         * gst/rtsp/rtspmessage.h:
9743         Make channel guint8 where possible.
9744         Make rtsp_message_init_data() take the channel as a guint8.
9745
9746         * gst/rtsp/rtspdefs.c:
9747         Fixed a typo: Timout -> Timeout
9748
9749         * gst/rtsp/rtspdefs.h:
9750         Make RTSP_CHECK() behave as a statement.
9751
9752         * gst/rtsp/sdpmessage.c:
9753         Avoid a compiler warning in INIT_ARRAY().
9754         Fixes #437692.
9755
9756 2007-05-12  Wim Taymans  <wim@fluendo.com>
9757
9758         Patch by: Peter Kjellerstedt  <pkj at axis com>
9759
9760         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9761         (rtsp_url_get_request_uri):
9762         * gst/rtsp/rtspurl.h:
9763         Add support for query parameters to RTSP URLs.
9764
9765 2007-05-12  Wim Taymans  <wim@fluendo.com>
9766
9767         Patch by: Peter Kjellerstedt  <pkj at axis com>
9768
9769         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9770         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9771         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9772         (rtsp_transport_parse), (rtsp_transport_as_text):
9773         * gst/rtsp/rtsptransport.h:
9774         Add validation to rtsp_transport_parse().
9775         Add rtsp_transport_as_text() to generate an RTSP header from an
9776         RTSPTransport.
9777         Change ssrc to guint (was a string) since that is what it is, even
9778         though it is sent as a hex string.
9779         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9780         incorrect, which can be seen when looking at the examples in the RFC).
9781         Fixes #437670.
9782
9783 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9784
9785         Patch by: Eric Anholt
9786
9787         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9788           gst_ximage_src_ximage_get):
9789         Use union of all damage between frames to make it faster.
9790         Fixes bug #342463.
9791         Also fix crasher when cursor is at bottom right of window.
9792
9793 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9794
9795         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9796           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9797           streaming mode regression for file from #343837 with 'bext' chunk
9798           before the 'fmt' chunk.
9799
9800 2007-05-11  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9803         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9804         (gst_rtspsrc_handle_src_event),
9805         (gst_rtspsrc_stream_configure_manager),
9806         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9807         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9808         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9809         * gst/rtsp/gstrtspsrc.h:
9810         * gst/rtsp/rtspdefs.h:
9811         Preliminary seek support.
9812         Activate internal pads so that we can receive events on them.
9813         Don't try to parse a range string when it's NULL.
9814
9815 2007-05-11  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/rtp/README:
9818         Update README with new RTP variables that will be used for
9819         synchronisation.
9820
9821         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9822         (gst_rtp_vorbis_depay_parse_configuration),
9823         (gst_rtp_vorbis_depay_process):
9824         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9825         (gst_rtp_vorbis_pay_finish_headers),
9826         (gst_rtp_vorbis_pay_handle_buffer):
9827         Update vorbis pay and depayloader to draft-04.
9828
9829 2007-05-11  Wim Taymans  <wim@fluendo.com>
9830
9831         * gst/rtsp/rtsptransport.c:
9832         UDP MCAST is actually the default for RTP/AVP.
9833 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9834
9835         * gst/level/gstlevel.c: (gst_level_transform_ip):
9836         Use guint8 * instead of gpointer then vs6 can build 
9837         in_data += (filter->width / 8).
9838
9839 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9840
9841         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9842           gst_ximage_src_ximage_get):
9843         * sys/ximage/gstximagesrc.h (last_ximage):
9844         When using Damage actually keep the last frame, and not assume
9845         that the buffer we get already has the last frame on it.
9846         Copy the cursor over if we specify a non-zero start x and
9847         start y.
9848
9849 2007-05-11  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst/rtsp/rtsptransport.c:
9852         Make UDP the default transport when not specified.
9853
9854 2007-05-09  David Schleef  <ds@schleef.org>
9855
9856         * gst/level/gstlevel.c:
9857           Revert last change.
9858
9859 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9860
9861         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9862         (gst_level_transform_ip):
9863         Use guint8 * instead of gpointer then vs6 know the size of data
9864         pointed when moving the pointer.
9865         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9866         Move instructions after variables declaration.
9867         * win32/vs6/autogen.dsp:
9868         * win32/vs6/libgstrtp.dsp:
9869         * win32/vs6/libgstrtsp.dsp:
9870         Update vs6 project files.
9871
9872 2007-05-09  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/rtsp/Makefile.am:
9875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9876         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9877         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9878         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9879         (rtsp_range_free):
9880         * gst/rtsp/rtsprange.h:
9881         Add code to parse time ranges.
9882         Report DURATION on the stream when possible.
9883
9884 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9887         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9888         (gst_videomixer_collected):
9889           Fix strides calculation for AYUV (it's just width*4) (#436910).
9890
9891 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9892
9893         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9894         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9895         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9896         Sync the GObject properties before each processing step to properly
9897         work with the controller.
9898
9899 2007-05-04  Wim Taymans  <wim@fluendo.com>
9900
9901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9902         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9903         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9904         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9905         (gst_rtspsrc_change_state):
9906         Let more error state trickle down so that we can catch more error
9907         cases.
9908         Handle keep-alive a little smarter by selecting a method the server
9909         actually supports.
9910         Fix a race in UDP streaming shutdown.
9911
9912 2007-05-04  Wim Taymans  <wim@fluendo.com>
9913
9914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9915         Ignore errors when trying to use the keep-alive messages.
9916
9917 2007-05-04  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9920         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9921         (gst_rtspsrc_stream_configure_manager),
9922         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9923         (gst_rtspsrc_stream_configure_mcast),
9924         (gst_rtspsrc_stream_configure_udp),
9925         (gst_rtspsrc_stream_configure_udp_sink),
9926         (gst_rtspsrc_stream_configure_transport):
9927         Send RTCP messages back to the server over the TCP connection.
9928
9929         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9930         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9931         (rtsp_connection_receive):
9932         * gst/rtsp/rtspconnection.h:
9933         Factor out and expose lowlevel _write and _read methods.
9934         Implement sending data messages to the server.
9935
9936 2007-05-03  Wim Taymans  <wim@fluendo.com>
9937
9938         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9939         (gst_multipart_mux_collected):
9940         Fix timestamps on outgoing buffers.
9941
9942 2007-05-03  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/multipart/multipartmux.c:
9945         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9946         (gst_multipart_mux_change_state):
9947         Emit NEWSEGMENT events before pushing the first buffer.
9948
9949 2007-05-03  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9952         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9953         (gst_rtspsrc_handle_src_query),
9954         (gst_rtspsrc_stream_configure_manager),
9955         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9956         (gst_rtspsrc_stream_configure_mcast),
9957         (gst_rtspsrc_stream_configure_udp),
9958         (gst_rtspsrc_stream_configure_udp_sink),
9959         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9960         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9961         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9962         (gst_rtspsrc_pause):
9963         Refactor transport configuration code.
9964         Create internal pads for TCP transport so that we can implement events
9965         and queries.
9966         Handle events and queries.
9967         Parse range from the SDP.
9968         Fix race in pause handler where the connection could still be flushing.
9969
9970 2007-05-02  Wim Taymans  <wim@fluendo.com>
9971
9972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9973         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9974         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9975         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9976         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9977         (gst_rtspsrc_change_state):
9978         * gst/rtsp/gstrtspsrc.h:
9979         Fix race when multiple udp sources post timeouts, just act on the first
9980         received timeout.
9981         Protect stream list with a recursive lock to fix some races.
9982         Flush connection when we need to do a reconnect or stop.
9983         Make state lock recursive.
9984
9985         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9986         (rtsp_connection_close):
9987         Some small cleanups.
9988
9989 2007-05-02  Wim Taymans  <wim@fluendo.com>
9990
9991         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9992         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9993         Only set DISCONT when there actually is a discont or when we just
9994         started.
9995
9996 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9997
9998         * ext/flac/gstflac.c: (plugin_init):
9999         Call bindtextdomain() to get localized strings.
10000
10001 2007-05-02  Wim Taymans  <wim@fluendo.com>
10002
10003         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10004         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10005         (gst_wavparse_stream_data):
10006         * gst/wavparse/gstwavparse.h:
10007         Be a bit more clever when dealing with VBR files with FACT tags, we
10008         don't want to timestamp buffers in that case but the estimated BPS can
10009         be used for seeking.
10010         Only send close segment in the streaming thread.
10011
10012 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10013
10014         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10015         Correctly post an error on the bus if something went wrong in the loop
10016         function. This fixes a few cases where the task was paused and nothing
10017         happened anymore.
10018
10019 2007-05-02  Wim Taymans  <wim@fluendo.com>
10020
10021         * gst/rtsp/test.c: (main):
10022         Fix compilation of deprecated test just because I'm too lazy to delete
10023         it.
10024
10025 2007-05-02  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10028         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10029         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10030         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10031         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10032         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10033         * gst/rtsp/gstrtspsrc.h:
10034         Fix sending RTCP to the right place.
10035         Fix bug in reffing the wrong UDP element.
10036         Use new pad names for the session manager.
10037         Implement handling server requests in interleaved and UDP modes.
10038         Handle session keep-alive in UDP modes.
10039         Remove GCond for handling UDP timeouts.
10040
10041         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10042         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10043         (rtsp_connection_receive), (rtsp_connection_close):
10044         * gst/rtsp/rtspconnection.h:
10045         Store connection IP address for later.
10046         Add timeout args to all operations that might block forever.
10047         Parse session timeout.
10048         Only close sockets when not already closed.
10049
10050         * gst/rtsp/rtspdefs.c:
10051         * gst/rtsp/rtspdefs.h:
10052         Add timeout return value and error string.
10053
10054         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10055         Add small comment.
10056
10057 2007-05-01  Wim Taymans  <wim@fluendo.com>
10058
10059         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10060
10061         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10062         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10063         * gst/rtp/gstrtpmp4vpay.h:
10064         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10065
10066 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10069           Remove v4l2src from docs, since it breaks the docs build, and the
10070           plugin is only built if --enable-experimental is used anyway.
10071
10072         * docs/plugins/Makefile.am:
10073           Spaces => tab.
10074
10075 2007-04-29  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10078         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10079         Add code to drop membership of a multicast group.
10080
10081         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10082         (gst_udpsink_set_uri):
10083         Implement URI handler.
10084
10085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10086         (gst_rtspsrc_parse_rtpinfo):
10087         Use URI handler to make udpsink instace.
10088         Improve code to configure port and destination.
10089
10090 2007-04-29  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10093         Fix multicast detection.
10094         Don't try to join a multicast group if the address is not multicast.
10095
10096         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10097         Small debug improvement.
10098
10099 2007-04-27  Wim Taymans  <wim@fluendo.com>
10100
10101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10102         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10103         (gst_rtspsrc_handle_message):
10104         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10105         parent.
10106
10107 2007-04-27  Wim Taymans  <wim@fluendo.com>
10108
10109         * gst/rtp/gstrtpilbcdepay.h:
10110         Fix mode property when specified as an arg.
10111
10112 2007-04-26  Edward Hervey  <edward@fluendo.com>
10113
10114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10116         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10117         * docs/plugins/inspect/plugin-osxaudio.xml:
10118         Add documentation for osxaudio plugin.
10119
10120 2007-04-26  Wim Taymans  <wim@fluendo.com>
10121
10122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10123         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10124         (gst_rtspsrc_open), (gst_rtspsrc_close),
10125         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10126         (gst_rtspsrc_pause):
10127         * gst/rtsp/gstrtspsrc.h:
10128         Protect state changes with a lock.
10129
10130         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10131         (parse_line):
10132         * gst/rtsp/rtspconnection.h:
10133         Remove some unused stuff.
10134
10135 2007-04-26  Wim Taymans  <wim@fluendo.com>
10136
10137         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10138         Handle the case where there are exactly 0 bytes to read and the ioctl
10139         did not report an error. Fixes #433530.
10140
10141 2007-04-26  Wim Taymans  <wim@fluendo.com>
10142
10143         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10144         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10145         * gst/wavparse/gstwavparse.h:
10146         Apply DISCONT to buffers.
10147         Only apply timestamp to the first sample after a DISCONT, too many VBR
10148         files cause random jitter in the timestamps. Fixes #433119.
10149
10150 2007-04-25  Wim Taymans  <wim@fluendo.com>
10151
10152         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10153         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10154         (gst_rtp_dec_get_property):
10155         * gst/rtsp/gstrtpdec.h:
10156         Add dummy latency property to be backwards compat with rtpbin.
10157
10158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10159         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10160         (gst_rtspsrc_stream_configure_transport),
10161         (gst_rtspsrc_parse_rtpinfo):
10162         * gst/rtsp/gstrtspsrc.h:
10163         Add latency property and configure in the session manager.
10164         Don't set invalid clock-base and seqnum-base on caps, some servers
10165         sometimes don't send them.
10166
10167 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10170         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10171           Double-check that RGB input caps are really RGBA caps (apparently
10172           the core doesn't always catch it if those caps aren't a subset of
10173           our template caps, also see #421543). Fixes #429319 in a way.
10174           Also, don't leak the pad template in the transform_caps function.
10175
10176         * tests/check/Makefile.am:
10177         * tests/check/elements/.cvsignore:
10178         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10179         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10180         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10181         (GST_START_TEST), (alphacolor_suite):
10182           Add some basic unit tests for alphacolor.
10183
10184 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10187           If we get a fatal flow return in the loop function, first post the
10188           error message and only then send the EOS event downstream, otherwise
10189           applications might get an eos message before the error message and
10190           think everything was ok (related to #429319).
10191
10192 2007-04-25  Wim Taymans  <wim@fluendo.com>
10193
10194         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10195         Read the channel byte as an unsigned byte.
10196
10197 2007-04-25  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10200         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10201         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10202         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10203         (gst_rtp_gsm_depay_setcaps):
10204         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10205         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10206         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10207         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10208         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10209         (gst_ilbc_depay_get_property):
10210         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10211         * gst/rtp/gstrtpmp4adepay.c:
10212         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10213         (gst_rtp_pcma_depay_setcaps):
10214         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10215         (gst_rtp_pcmu_depay_setcaps):
10216         Make sure we configure the clock_rate in the baseclass in the setcaps
10217         function. Fixes #431282.
10218
10219 2007-04-25  Wim Taymans  <wim@fluendo.com>
10220
10221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10222         (gst_rtspsrc_stream_free), (request_pt_map),
10223         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10224         * gst/rtsp/gstrtspsrc.h:
10225         Parse server address from SDP.
10226         Hook up a udpsink to send RTCP back to the server.
10227
10228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10229         * gst/rtsp/rtsptransport.h:
10230         Add some docs.
10231
10232 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10233
10234         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10235           Make header field check conditional. Fixes #433135
10236
10237 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * docs/plugins/Makefile.am:
10240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10242         * docs/plugins/inspect/plugin-alphacolor.xml:
10243         * gst/alpha/Makefile.am:
10244         * gst/alpha/gstalphacolor.c:
10245         * gst/alpha/gstalphacolor.h:
10246           Add minimal docs blurb to alphacolor; split out headers into
10247           separate header file for gtk-doc.
10248
10249 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * gst/debug/progressreport.c: (gst_progress_report_report):
10252           Don't try to post NULL message (in case we can't query upstream
10253           position or duration).
10254
10255 2007-04-18  Michael Smith  <msmith@fluendo.com>
10256
10257         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10258         (gst_cutter_get_caps):
10259         * gst/cutter/gstcutter.h:
10260           Fix some of the most obvious bugs in cutter. Now doesn't leak
10261           everything if input is silent.
10262
10263 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10264
10265         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10266         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10267         * gst/wavenc/gstwavenc.h:
10268         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10269         else results in a invalid block align and invalid files.
10270
10271 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         Patch by: Snaik <snaik32 gmail com>
10274
10275         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10276           Add missing break statement for BOX_HORIZONTAL case.
10277
10278 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10279
10280         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10281
10282         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10283         Use correct format strings for integer types.
10284
10285 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10286
10287         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10288         (gst_wavparse_create_sourcepad):
10289         Use gst_riff_create_audio_template_caps () instead of the local caps.
10290         This makes updates of the local caps unecessary whenever libgstriff
10291         gets support for new formats.
10292
10293 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10296
10297         * sys/sunaudio/gstsunaudio.c:
10298         * sys/sunaudio/gstsunaudiomixer.c:
10299         * sys/sunaudio/gstsunaudiomixer.h:
10300         * sys/sunaudio/gstsunaudiomixerctrl.c:
10301         * sys/sunaudio/gstsunaudiomixerctrl.h:
10302         * sys/sunaudio/gstsunaudiomixertrack.h:
10303         * sys/sunaudio/gstsunaudiosink.c:
10304         * sys/sunaudio/gstsunaudiosink.h:
10305         * sys/sunaudio/gstsunaudiosrc.c:
10306         * sys/sunaudio/gstsunaudiosrc.h:
10307           Fix and/or update copyright attributions (#430228).
10308
10309 2007-04-13  Wim Taymans  <wim@fluendo.com>
10310
10311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10312         Fix docs.
10313
10314         * gst/rtsp/URLS:
10315         Add some more example urls.
10316
10317         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10318         (gst_rtp_dec_chain_rtp):
10319         Better debugging.
10320
10321         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10322         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10323         (gst_rtspsrc_parse_rtpinfo):
10324         Remove unused code.
10325
10326 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10327
10328         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10329         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10330         (gst_wavparse_stream_data):
10331           Relax the audio/mpeg caps again and add FIXME: comment.
10332
10333 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10334
10335         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10336         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10337         (gst_wavparse_stream_data):
10338         * gst/wavparse/gstwavparse.h:
10339           More sanity check for the header fields. Fix type for 'rate' header
10340           field.
10341
10342 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10345         (gst_icydemux_unicodify):
10346           If the metadata strings we get in the stream are not UTF-8, try to
10347           interpret them according to the character encodings specified in the
10348           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10349           only fall back to locale/ISO-8859-1 if those aren't set or don't
10350           work. Should fix #428901.
10351
10352 2007-04-12  Wim Taymans  <wim@fluendo.com>
10353
10354         * gst/rtp/gstrtph264depay.c:
10355         Use the proper sync word for SPS and PPS.
10356
10357 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10358
10359         * gst/rtp/Makefile.am:
10360         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10361           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10362         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10363           Add a simple hashing implementation that we can use to generate
10364           a 24-bit ident value based on the codebooks for vorbis and theora.
10365         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10366           gst_rtp_theora_pay_handle_buffer):
10367         * gst/rtp/gstrtpvorbisdepay.c
10368           (gst_rtp_vorbis_depay_parse_configuration,
10369           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10370         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10371           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10372           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10373           Use the hashing function, ensuring that the same codebooks result
10374           in the same ident and thus the same SDP description.
10375           Various log fixes/changes.
10376
10377 2007-04-12  Wim Taymans  <wim@fluendo.com>
10378
10379         Patch by: jerry tan <jerry dot tan at sun dot com>
10380
10381         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10382         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10383         application's responsibility to make sure it open the device once.
10384         Remove a careless error if AUDIODEV is set. Fixes #392620.
10385
10386 2007-04-12  Wim Taymans  <wim@fluendo.com>
10387
10388         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10389         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10390         * gst/rtsp/gstrtpdec.h:
10391         Make backward compat with rtpbin by adding the request-pt-map signals.
10392
10393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10394         (new_session_pad), (request_pt_map),
10395         (gst_rtspsrc_stream_configure_transport),
10396         (gst_rtspsrc_stream_configure_caps),
10397         (gst_rtspsrc_activate_streams):
10398         * gst/rtsp/gstrtspsrc.h:
10399         Implement request-pt-map signals instead of setting caps on the buffers
10400         for the session manager.
10401
10402 2007-04-11  Wim Taymans  <wim@fluendo.com>
10403
10404         * gst/udp/gstudp.c: (plugin_init):
10405         Register GstNetBuffer in plugin_init so that the type can be used from
10406         multiple threads without races.
10407
10408 2007-04-10  Wim Taymans  <wim@fluendo.com>
10409
10410         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10411         (gst_rtp_amr_depay_process):
10412         Fix depayloader clock_rate and some cleanups.
10413
10414         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10415         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10416         * gst/rtp/gstrtph264depay.h:
10417         Don't push codec_data in the adapter because it might get flushed when
10418         we get a discont.
10419
10420         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10421         Handle multiple AU per packet.
10422
10423         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10424         (gst_rtp_sv3v_depay_plugin_init):
10425         Disable rank, this one does not work.
10426         Remove timestamping, base class does that.
10427
10428 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10429
10430         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10431           limit caps to the formats we announce in the template
10432
10433         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10434         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10435         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10436           fix some crashers/asserts when dealing with broken files
10437
10438 2007-04-10  Wim Taymans  <wim@fluendo.com>
10439
10440         Patch by: Peter Kjellerstedt  <pkj at axis com>
10441
10442         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10443         * gst/rtp/gstrtpL16depay.c:
10444         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10445         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10446         (gst_rtp_speex_depay_setcaps):
10447         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10448         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10449         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10450         Fix some compiler warnings. Fixes #428182.
10451
10452 2007-04-06  Wim Taymans  <wim@fluendo.com>
10453
10454         * gst/rtsp/Makefile.am:
10455         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10456         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10457         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10458         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10459         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10460         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10461         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10462         (create_rtcp), (gst_rtp_dec_request_new_pad),
10463         (gst_rtp_dec_release_pad):
10464         * gst/rtsp/gstrtpdec.h:
10465         * gst/rtsp/gstrtsp.c: (plugin_init):
10466         Morph RTPDec into something compatible with RTPBin as a fallback.
10467         Various other style fixes.
10468
10469         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10470         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10471         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10472         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10473         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10474         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10475         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10476         * gst/rtsp/gstrtspsrc.h:
10477         Implement RTPBin session manager handling.
10478         Don't try to add empty properties to caps.
10479         Implement fallback session manager, handling.
10480         Don't combine errors from RTCP streams, just ignore them.
10481
10482         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10483         * gst/rtsp/rtsptransport.h:
10484         Implement fallback session manager.
10485         Make RTPBin the default one when available.
10486
10487 2007-04-05  Wim Taymans  <wim@fluendo.com>
10488
10489         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10490         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10491         This element is ready to be autoplugged.
10492
10493 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10494
10495         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10496         Don't leave the offsets defined by upstream element on the
10497         compressed data buffer we are pushing downstream. Make them
10498         GST_BUFFER_OFFSET_NONE.
10499
10500 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10501
10502         * gst/avi/README:
10503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10504         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10505         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10506         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10507         (gst_avi_demux_calculate_durations_from_index),
10508         (gst_avi_demux_stream_header_push),
10509         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10510         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10511           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10512
10513 2007-04-03  Wim Taymans  <wim@fluendo.com>
10514
10515         * gst/smpte/barboxwipes.c:
10516         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10517
10518 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10519
10520         * gst/wavparse/gstwavparse.c:
10521         Support audio/x-raw-float in wav files. This only works with
10522         plugins-base CVS, using an older version doesn't have any
10523         disadvantages though.
10524
10525 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10526
10527         * configure.ac:
10528         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10529         (gst_au_parse_parse_header), (gst_au_parse_chain):
10530         * gst/auparse/gstauparse.h:
10531         Revert last change as we don't want plugins-good to depend on
10532         plugins-base CVS now.
10533
10534 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10535
10536         * configure.ac:
10537         Require gst-plugins-base CVS for audioconvert with non-native
10538         float support and width/depth fix in libgstriff.
10539
10540         Patch by: René Stadler <mail at renestadler dot de>
10541
10542         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10543         (gst_au_parse_parse_header), (gst_au_parse_chain):
10544         * gst/auparse/gstauparse.h:
10545         Don't swap the floats ourself if they're not in native endianness.
10546         Instead let audioconvert handle this. Fixes #339838.
10547
10548 2007-03-29  Wim Taymans  <wim@fluendo.com>
10549
10550         * gst/rtp/gstasteriskh263.h:
10551         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10552         (gst_rtp_h263p_depay_change_state):
10553         * gst/rtp/gstrtph263pdepay.h:
10554         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10555         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10556         (gst_rtp_h264_depay_change_state):
10557         * gst/rtp/gstrtph264depay.h:
10558         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10559         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10561         Flush adapter on disconts.
10562
10563 2007-03-29  Wim Taymans  <wim@fluendo.com>
10564
10565         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10566         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10567         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10568         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10569         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10570         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10571         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10572         (gst_rtp_mp4v_depay_process):
10573         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10574         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10575         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10576         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10577         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10578         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10579         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10580         Use more efficient adapter and rtpbuffer methods when possible.
10581
10582 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10583
10584         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10585         (gst_wavenc_sink_setcaps):
10586         Correctly handle width!=depth input.
10587         * gst/wavparse/gstwavparse.c:
10588         Already export in the caps that width==8 uses unsigned samples and
10589         everything else uses signed samples.
10590
10591 2007-03-29  Wim Taymans  <wim@fluendo.com>
10592
10593         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10594
10595         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10596         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10597         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10598         (gst_dynudpsink_close):
10599         * gst/udp/gstdynudpsink.h:
10600         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10601         (gst_udpsrc_create), (gst_udpsrc_set_property),
10602         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10603         * gst/udp/gstudpsrc.h:
10604         Rework the socket allocation a bit based on the sockfd argument so that
10605         it becomes usable.
10606         Add a closefd property to instruct the udp elements to close the custom
10607         file descriptors when going to READY. Fixes #423304.
10608         API:GstUDPSrc::closefd property
10609         API:GstDynUDPSink::closefd property
10610
10611 2007-03-29  Wim Taymans  <wim@fluendo.com>
10612
10613         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10614
10615         * gst/rtp/Makefile.am:
10616         * gst/rtp/gstrtp.c: (plugin_init):
10617         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10618         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10619         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10620         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10621         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10622         (gst_rtp_h264_pay_plugin_init):
10623         * gst/rtp/gstrtph264pay.h:
10624         Added H264 payloader. Fixes #423782.
10625
10626         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10627         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10628         Small fixes.
10629
10630 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10631
10632         * gst/wavparse/gstwavparse.c:
10633         Actually support depths from 1 to 32, not only 8 to 32.
10634
10635 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10636
10637         * gst/wavparse/gstwavparse.c:
10638         Add support for wav files containing audio/x-raw-int with random
10639         depths between 1 and 32 bits.
10640
10641 2007-03-28  Wim Taymans  <wim@fluendo.com>
10642
10643         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10644
10645         * gst/rtp/Makefile.am:
10646         * gst/rtp/gstrtp.c: (plugin_init):
10647         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10648         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10649         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10650         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10651         (gst_rtp_mp4a_depay_get_property),
10652         (gst_rtp_mp4a_depay_change_state),
10653         (gst_rtp_mp4a_depay_plugin_init):
10654         * gst/rtp/gstrtpmp4adepay.h:
10655         Added MP4A-LATM depayloader. Fixes #417792.
10656
10657         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10658         (gst_rtp_mp4v_depay_process):
10659         Fixup depayloader, setting codec_data, using more efficient adaptor and
10660         rtpbuffer handling.
10661
10662         * gst/rtsp/URLS:
10663         Add url to test above.
10664
10665 2007-03-25  Wim Taymans  <wim@fluendo.com>
10666
10667         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10668         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10669         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10670         (gst_rtspsrc_media_to_caps),
10671         (gst_rtspsrc_stream_configure_transport),
10672         (gst_rtspsrc_stream_configure_caps),
10673         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10674         * gst/rtsp/gstrtspsrc.h:
10675         Handle default clock-rates for static payload types, rearrange stuff so
10676         that the rtpmap field in the sdp can override the defaults.
10677         Parse RTP-Info field to get the seqnum and timebase fields that should
10678         go in the caps.
10679         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10680         the server. 
10681
10682 2007-03-22  Wim Taymans  <wim@fluendo.com>
10683
10684         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10685
10686         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10687         Accept complex pipeline descriptions as an audio profile instead of just
10688         a single element. Fixes #420658.
10689
10690 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10693           Rename registered type in preparation of GstTagDemux moving to
10694           -base at some point in the future.
10695
10696 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10699           Streaming mode fixes: don't unref buffer we don't own any longer;
10700           remove bogus adapter flush. Fixes #419338.
10701
10702 2007-03-17  David Schleef  <ds@schleef.org>
10703
10704         * REQUIREMENTS: Change the format to key/value, add a bunch of
10705           information, remove a bunch of requirements that are for
10706           other GStreamer packages.
10707
10708 2007-03-17  David Schleef  <ds@schleef.org>
10709
10710         * REQUIREMENTS: Fix a few things.  This file really needs a
10711         good once-over.
10712
10713 2007-03-15  Edward Hervey  <edward@fluendo.com>
10714
10715         * sys/Makefile.am:
10716         Don't forget to distribute the sys/osxaudio/ directory.
10717
10718 2007-03-15  Edward Hervey  <edward@fluendo.com>
10719
10720         * configure.ac:
10721         * sys/Makefile.am:
10722         * sys/osxaudio/Makefile.am:
10723         * sys/osxaudio/gstosxaudio.c:
10724         * sys/osxaudio/gstosxaudiosink.c:
10725         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10726         (gst_osx_audio_sink_getcaps),
10727         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10728         * sys/osxaudio/gstosxaudiosrc.c:
10729         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10730         (gst_osx_audio_src_create_ringbuffer):
10731         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10732         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10733         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10734         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10735         * sys/osxaudio/gstosxringbuffer.h:
10736         Activate osxaudio in gst-plugins-good with proper build setup.
10737         Add inlined documentation.
10738         Fix debug statements
10739         Fix ringbuffer when pausing.
10740         Fixes #323471
10741
10742 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10743         * gst/rtp/gstrtppcmapay.c:
10744         * gst/rtp/gstrtppcmapay.h:
10745         * gst/rtp/gstrtppcmupay.c:
10746         * gst/rtp/gstrtppcmupay.h:
10747         Ported mulaw and alaw payloaders to use new base class
10748
10749 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10750
10751         * po/af.po:
10752         * po/az.po:
10753         * po/cs.po:
10754         * po/en_GB.po:
10755         * po/it.po:
10756         * po/nl.po:
10757         * po/or.po:
10758         * po/sq.po:
10759         * po/sr.po:
10760         * po/sv.po:
10761         * po/uk.po:
10762         * po/vi.po:
10763           Update translations.
10764
10765 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * configure.ac:
10768           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10769
10770 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10773           Fix handling of -1 values for start and stop values when seeking,
10774           and SEEK_CUR+SEEK_END here as well.
10775
10776 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10777
10778         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10779           Fix handling of -1 values for start and stop values when seeking, 
10780           and SEEK_CUR+SEEK_END.
10781
10782 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10785           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10786           the image format a variable-length NUL-terminated string; in
10787           versions before that the image format is a fixed-length string of
10788           3 characters (see #348644 for a sample tag).
10789           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10790
10791 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10792
10793         * win32/MANIFEST:
10794         Add new project files to MANIFEST.
10795         * win32/vs6/libgstaudiofx.dsp:
10796         * win32/vs6/libgstrtp.dsp:
10797         * win32/vs6/libgstrtsp.dsp:
10798         Update project files.
10799         
10800 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10803         (gst_avi_demux_parse_index):
10804         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10806           Printf format fixes; also add some missing quotes in translated
10807           strings. Fixes #416728 and #416727.
10808
10809 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10810
10811         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10812           Tim and I can't think of any reason the child audio sink needs to 
10813           be set back to NULL after successfully determining that it can 
10814           reach READY - it gets immediately set back to READY by the caller
10815           anyway, causing an unnecessary close/open of any audio devices
10816           involved.
10817
10818 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10819
10820         * po/LINGUAS:
10821         * po/ja.po:
10822           Add ja.po file from #377306.
10823
10824 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10827         * sys/sunaudio/gstsunaudiomixertrack.c:
10828         (gst_sunaudiomixer_track_new):
10829           Actually translate sunaudio mixer track labels instead of just
10830           marking the strings as translatable (#377306); clean up weird
10831           label string mapping code that serves no apparent purpose. Also
10832           set the 'untranslated-label' property when creating mixer tracks
10833           if the GstMixerTrack base class supports this.
10834
10835         * tests/check/Makefile.am:
10836         * tests/check/elements/.cvsignore:
10837         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10838         (sunaudio_suite):
10839           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10840           actually tested on a system where sunaudiomixer is available).
10841
10842 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10843
10844         * tests/check/Makefile.am:
10845         Re-enable the states test and see if it works on the buildbots.
10846
10847 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10848
10849         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10850         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10851         (gst_dvdec_change_state):
10852         * ext/dv/gstdvdec.h:
10853         Infer pixel-aspect-ratio from the video frame format if it isn't
10854         provided by the container, as happens when playing DV from AVI
10855         or Quicktime containers.
10856
10857         Patch by: Wim Taymans <wim@fluendo.com>
10858         Fixes #380944
10859
10860 2007-03-09  Wim Taymans  <wim@fluendo.com>
10861
10862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10863         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10864         will later be handled by the jitterbuffer.
10865
10866 2007-03-09  Wim Taymans  <wim@fluendo.com>
10867
10868         * ext/taglib/gstid3v2mux.cc:
10869         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10870         Fixes #414496.
10871         
10872         Patch by: Alex Lancaster <alexl at users sourceforge net>
10873
10874 2007-03-09  Wim Taymans  <wim@fluendo.com>
10875
10876         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10877         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10878         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10879         (gst_avi_demux_chain):
10880         Fix stream position reporting after a seek. Fixes #416445.
10881
10882 2007-03-08  Wim Taymans  <wim@fluendo.com>
10883
10884         Patch by: René Stadler <mail at renestadler dot de>
10885
10886         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10887         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10888         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10889         Make avidemux accept optional header chunks in any order.
10890         Fixes #415446.
10891
10892 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10893
10894         * tests/check/Makefile.am:
10895         Disable the states check until the remaining Valgrind errors
10896         are fixed or suppressed.
10897
10898 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10899
10900         * tests/check/elements/.cvsignore:
10901           Add audiodynamic check to .cvsignore
10902
10903 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10904
10905         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10906
10907         * gst/audiofx/Makefile.am:
10908         * gst/audiofx/audiodynamic.c:
10909         (gst_audio_dynamic_characteristics_get_type),
10910         (gst_audio_dynamic_mode_get_type),
10911         (gst_audio_dynamic_set_process_function),
10912         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10913         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10914         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10915         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10916         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10917         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10918         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10919         (gst_audio_dynamic_transform_hard_knee_expander_int),
10920         (gst_audio_dynamic_transform_hard_knee_expander_float),
10921         (gst_audio_dynamic_transform_soft_knee_expander_int),
10922         (gst_audio_dynamic_transform_soft_knee_expander_float),
10923         (gst_audio_dynamic_transform_ip):
10924         * gst/audiofx/audiodynamic.h:
10925         * gst/audiofx/audiofx.c: (plugin_init):
10926         Add new audiodynamic element which can act as a compressor or
10927         expander. Supported are hard-knee and soft-knee operation modes with
10928         user-specified ratio and threshold.
10929         Attack and release parameters are not yet implemented but will follow.
10930         * docs/plugins/Makefile.am:
10931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10933         * docs/plugins/gst-plugins-good-plugins.args:
10934         * docs/plugins/inspect/plugin-audiofx.xml:
10935         Integrate audiodynamic into the docs.
10936         * tests/check/Makefile.am:
10937         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10938         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10939         Add unit test for audiodynamic.
10940
10941 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10942
10943         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10944         Free handles that we allocated when exiting via the error paths.
10945
10946 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10947
10948         * gst/level/gstlevel.c: (gst_level_class_init),
10949         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10950         (gst_level_transform_ip):
10951         * gst/level/gstlevel.h:
10952           Resolve message timestamps against the playback segment.
10953
10954 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10957         (gst_id3demux_sink_activate):
10958           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10959           caps passed to it (previously one code path assumed it took ownership
10960           while another one assumed it didn't, while in fact it sometimes did and
10961           sometimes didn't ...).
10962
10963         * configure.ac:
10964         * tests/files/Makefile.am:
10965         * tests/files/id3-407349-1.tag:
10966         * tests/files/id3-407349-2.tag:
10967           Add directory where data for unit tests can be stored.
10968
10969         * tests/Makefile.am:
10970         * tests/check/Makefile.am:
10971         * tests/check/elements/.cvsignore:
10972         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10973         (read_tags_from_file), (run_check_for_file),
10974         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10975           Add unit test for id3demux, and in particular for bug #407349. Only
10976           testing pull-mode for now; push mode doesn't work yet because the test
10977           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10978
10979 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * tests/check/Makefile.am:
10982           Add missing backslash at end of line.
10983
10984 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10985
10986         Trigger rebuild.
10987
10988 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10991         * gst/id3demux/id3tags.h:
10992         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10993         (parse_obsolete_tdat_frame):
10994           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10995           the four-digit number will be interpreted as a year, whereas it is
10996           month and day in DDMM format. Instead, parse TDAT frames and fix up
10997           the date in the GST_TAG_DATE tag later if we also extracted a year.
10998           Fixes #407349.
10999
11000 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11001
11002         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11003         (gst_switch_commit_new_kid):
11004         Fix up the dispose logic so it doesn't leak, and fix setting of 
11005         the child state so that we don't set a child to our current state 
11006         just as we are changing it to something else.
11007
11008 2007-03-06  Wim Taymans  <wim@fluendo.com>
11009
11010         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11011         (gst_goom_chain):
11012         * gst/goom/gstgoom.h:
11013         Document, fix and improve goom adapter behaviour.
11014         Fixes #407006.
11015
11016 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11017
11018         * ext/esd/esdsink.c: (gst_esdsink_open):
11019         Unref static pad template after using it.
11020
11021 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11022
11023         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11024         (gst_switch_commit_new_kid):
11025         Fix up the reference counting of the child elements.
11026
11027 2007-03-05  Wim Taymans  <wim@fluendo.com>
11028
11029         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11030         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11031         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11032         Fix encoding-name case.
11033
11034 2007-03-05  Wim Taymans  <wim@fluendo.com>
11035
11036         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11037         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11038         (gst_rtp_speex_depay_process):
11039         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11040         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11041         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11042         (gst_rtp_speex_pay_change_state):
11043         * gst/rtp/gstrtpspeexpay.h:
11044         Fix speex (de)payloader. Fixes #358040.
11045
11046 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11047
11048         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11049         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11050         Install fakesink in NULL by fixing some broken logic. This obviates
11051         the need to manually set _IS_SINK.
11052         Add some comments and remove a little cruft while I'm at it.
11053
11054 2007-03-05  Wim Taymans  <wim@fluendo.com>
11055
11056         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11057         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11058
11059 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * po/POTFILES.in:
11062           Update.
11063
11064 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11065
11066         * tests/check/Makefile.am:
11067         Gah! Also disable gconfvideosink from the tests, otherwise
11068         it will instantiate autovideosink, and dfbvideosink and
11069         leak on the buildbots.
11070
11071 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11072
11073         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11074         (gst_cdio_cdda_src_finalize):
11075         Make sure we always destroy our libcdio handle.
11076
11077 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11078
11079         * tests/check/Makefile.am:
11080         Disable autovideosink so the buildbots don't barf over memory
11081         leaked in the directfb sink.
11082
11083 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11084
11085         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11086         Chain up in dispose
11087
11088 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11089
11090         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11091         (gst_multipart_find_pad_by_mime):
11092         Use gst_pad_new_from_static_template instead of
11093         static_pad_template_get+pad_new.
11094
11095 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11096
11097         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11098         Catch the case where no clock has been set.
11099
11100 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11101
11102         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11103         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11104         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11105         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11106         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11107         (gst_gconf_audio_src_finalize), (do_toggle_element):
11108         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11109         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11110         (do_toggle_element):
11111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11112         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11113         (gst_gconf_video_src_finalize), (do_toggle_element):
11114         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11115         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11116         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11117         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11118         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11119         (gst_shout2send_init), (gst_shout2send_finalize):
11120         * gst/debug/testplugin.c: (gst_test_class_init),
11121         (gst_test_finalize):
11122         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11123         (gst_flxdec_dispose):
11124         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11125         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11127         (gst_rtspsrc_finalize):
11128         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11129         * gst/rtsp/rtspextwms.h:
11130         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11131         (gst_smpte_finalize):
11132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11133         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11134         (gst_udpsink_finalize):
11135         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11136         (gst_wavparse_sink_activate):
11137         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11138         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11139         (gst_oss_src_finalize):
11140         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11141         * sys/v4l2/gstv4l2object.h:
11142         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11143         (gst_v4l2src_finalize):
11144         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11145
11146         Fix a bunch of leaks shown by the newly-added states test.
11147
11148 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11149
11150         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11151         Use gst_pad_new_from_static_template instead of 
11152         static_pad_template_get+pad_new.
11153
11154 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11157
11158         * ext/libcaca/Makefile.am:
11159         * gst/debug/Makefile.am:
11160           Don't mix tabs and spaces (#414168).
11161
11162 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11163
11164         * tests/check/generic/.cvsignore:
11165           Ignore files to please buildbot.
11166
11167 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11168
11169         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11170         (gst_wavparse_stream_data):
11171           Unbreak my previous commit (swapped nominator & denominator). Tim,
11172           thanks for spotting.
11173
11174 2007-03-02  Wim Taymans  <wim@fluendo.com>
11175
11176         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11177         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11178         (gst_cdio_cdda_src_finalize):
11179         Small code cleanups.
11180         Don't use pad_alloc as the base class cannot deal with the error codes.
11181
11182 2007-03-02  Wim Taymans  <wim@fluendo.com>
11183
11184         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11185         (gst_udpsrc_create):
11186         Fix doc.
11187
11188 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11189
11190         Patch by: René Stadler <mail@renestadler.de>
11191
11192         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11193         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11194         (gst_wavparse_stream_data):
11195           Handle rounding better to not drop last sample frame. Fixes #356692
11196
11197 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11198
11199         * tests/check/Makefile.am:
11200         Disable cacasink from the states check too - it also calls exit(1)
11201         on us when it can't find a terminal to talk to.
11202
11203 2007-03-02  Wim Taymans  <wim@fluendo.com>
11204
11205         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11206
11207         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11208         (gst_udpsrc_create), (gst_udpsrc_set_property),
11209         (gst_udpsrc_get_property):
11210         * gst/udp/gstudpsrc.h:
11211         Add support to strip proprietary headers. Fixes #350296.
11212
11213 2007-03-02  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11216         Fix compilation.
11217
11218 2007-03-02  Wim Taymans  <wim@fluendo.com>
11219
11220         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11221
11222         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11223         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11224         (gst_rtp_mp2t_depay_set_property),
11225         (gst_rtp_mp2t_depay_get_property):
11226         * gst/rtp/gstrtpmp2tdepay.h:
11227         Add support to strip off proprietary headers. Fixes #350278.
11228
11229 2007-03-02  Wim Taymans  <wim@fluendo.com>
11230
11231         * ext/hal/hal.c:
11232         Fix compilation.
11233
11234 2007-03-02  Wim Taymans  <wim@fluendo.com>
11235
11236         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11237         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11238         (gst_sunaudiosrc_open):
11239         * sys/sunaudio/gstsunaudiosrc.h:
11240         Remove device-name from GstSunAudioSrc. Fixes #412597.
11241
11242 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11243
11244         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11245         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11246         Having NULL as UDI previously selected the default sink/src. Change
11247         this back but mention it in the debug output.
11248         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11249         (gst_hal_get_oss_element), (gst_hal_get_string),
11250         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11251         (gst_hal_get_audio_src):
11252         * ext/hal/hal.h:
11253         Refactor a bit, check all error conditions, greatly improve debugging
11254         and fix some possible memory leaks. Also implement OSS support
11255         and allow specifying an UDI that points to a real device. For this the
11256         child device which supports ALSA (preferred) or OSS is used.
11257         As a side effect this makes it impossible now to get a alsasink in
11258         halaudiosrc and a alsasrc in halaudiosink.
11259
11260 2007-03-01  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11263         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11264         Errors from the udp sources are not fatal unless all of them are in
11265         error.
11266
11267 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11268
11269         * tests/check/Makefile.am:
11270         Disable aasink in the states test. I suspect this is the element that
11271         is calling exit(1) when it can't proceed.
11272
11273 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * tests/check/Makefile.am:
11276         Draw plugins in from the build tree sys/ dir, rather than picking
11277         up the already installed versions.
11278
11279 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11280
11281         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11282         Error out correctly when getting xcontext fails.
11283
11284 2007-03-01  Wim Taymans  <wim@fluendo.com>
11285
11286         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11287         Make state change to PAUSED NO_PREROLL because that's what it will be in
11288         the future and rtspsrc relies on it.
11289
11290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11291         (gst_rtspsrc_change_state):
11292         Don't error out when we don't get an error from the state change
11293         function.
11294
11295 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11296
11297         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11298         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11299           Check if the device UDI is set before trying to query HAL
11300           about it and give a useful error message if it wasn't set.
11301         * ext/hal/hal.c: (gst_hal_get_string):
11302           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11303           gives an assertion failure in D-Bus when running with
11304           DBUS_FATAL_WARNINGS=1.
11305
11306 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11307
11308         * configure.ac:
11309           Convert to new AG_GST style.
11310
11311 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11312
11313         * tests/check/Makefile.am:
11314         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11315           add test for states
11316
11317 2007-02-28  Wim Taymans  <wim@fluendo.com>
11318
11319         * tests/check/elements/.cvsignore:
11320         Add new videofilter check to .cvsignore.
11321
11322 2007-02-28  Wim Taymans  <wim@fluendo.com>
11323
11324         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11325         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11326         (gst_avi_demux_loop), (gst_avi_demux_chain):
11327         Fix combined flow return. Fixes #412608.
11328
11329 2007-02-28  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/videofilter/Makefile.am:
11332         Dist header..
11333
11334 2007-02-28  Wim Taymans  <wim@fluendo.com>
11335
11336         * gst/videofilter/gstgamma.h:
11337         Add header too.
11338
11339 2007-02-28  Wim Taymans  <wim@fluendo.com>
11340
11341         Patch by: Mark Nauwelaerts <manauw at skynet be>
11342
11343         * gst/videofilter/Makefile.am:
11344         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11345         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11346         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11347         (oil_tablelookup_u8), (gst_gamma_set_caps),
11348         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11349         Port gamma filter to 0.10. Fixes #412704.
11350
11351         * tests/check/Makefile.am:
11352         * tests/check/elements/videofilter.c: (setup_filter),
11353         (cleanup_filter), (check_filter), (GST_START_TEST),
11354         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11355         Add unit tests for videofilters.
11356
11357 2007-02-28  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/rtsp/URLS:
11360         Add another interesting test url.
11361
11362         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11363         Don't allow getting header fields from data packets.
11364
11365 2007-02-28  Michael Smith  <msmith@fluendo.com>
11366
11367         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11368         (gst_shout2send_init), (gst_shout2send_start),
11369         (gst_shout2send_set_property), (gst_shout2send_get_property):
11370         * ext/shout2/gstshout2.h:
11371           Add a property for username.
11372
11373 2007-02-27  Christian Schallerr <christian@fluendo.com>
11374
11375         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11376
11377 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11378
11379         * gst/rtsp/Makefile.am:
11380         Fix make check too.
11381
11382 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11383
11384         * gst/rtsp/base64.c: (util_base64_encode):
11385         * gst/rtsp/base64.h:
11386         Commit missing files for base64 encoding.
11387
11388 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11391
11392         * configure.ac:
11393         * ext/annodex/Makefile.am:
11394         * ext/jpeg/Makefile.am:
11395         * ext/speex/Makefile.am:
11396         * gst/alpha/Makefile.am:
11397         * gst/cutter/Makefile.am:
11398         * gst/debug/Makefile.am:
11399         * gst/effectv/Makefile.am:
11400         * gst/goom/Makefile.am:
11401         * gst/level/Makefile.am:
11402         * gst/smpte/Makefile.am:
11403         * gst/videofilter/Makefile.am:
11404           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11405
11406 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11407
11408         * gst/rtsp/Makefile.am:
11409         * gst/rtsp/rtspconnection.c: (append_auth_header),
11410         (rtsp_connection_send), (rtsp_connection_set_auth):
11411         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11412         from icecast to replace it. Relicensed from GPL courtesy of Mike
11413         Smith.
11414
11415 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11416
11417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11418         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11419         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11420         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11421         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11422         (gst_rtspsrc_uri_set_uri):
11423         * gst/rtsp/gstrtspsrc.h:
11424         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11425         (append_auth_header), (rtsp_connection_send),
11426         (rtsp_connection_free), (rtsp_connection_set_auth):
11427         * gst/rtsp/rtspconnection.h:
11428         * gst/rtsp/rtspdefs.h:
11429         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11430         * gst/rtsp/rtspurl.h:
11431
11432         Implement simple Basic Authentication support so that urls like
11433         rtsp://user:pass@hostname/rtspstream work on hosts that require
11434         authentication.
11435
11436 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11437
11438         * sys/v4l2/gstv4l2object.c:
11439         * sys/v4l2/gstv4l2tuner.c:
11440         * sys/v4l2/v4l2_calls.c:
11441         Fix segfault when oppening a radio device.
11442         
11443 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11444
11445         * gst/level/gstlevel.c: (gst_level_set_caps),
11446         (gst_level_transform_ip):
11447         * sys/v4l2/README:
11448         * tests/check/elements/level.c: (GST_START_TEST):
11449           Fix level for multi-channel case.
11450
11451 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11452
11453         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11454         (gst_level_transform_ip):
11455         * gst/level/gstlevel.h:
11456           Use function pointer for process function and add process functions
11457           for float audio.
11458
11459 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11460
11461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11462         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11463         (gst_v4l2src_capture_init):
11464           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11465           fixes #407369
11466
11467 2007-02-18  Wim Taymans  <wim@fluendo.com>
11468
11469         * gst/rtp/Makefile.am:
11470         * gst/rtp/gstrtp.c: (plugin_init):
11471         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11472         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11473         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11474         (gst_rtp_mp2t_pay_plugin_init):
11475         * gst/rtp/gstrtpmp2tpay.h:
11476         Added simple mpeg transport stream payloader.
11477
11478 2007-02-16  Wim Taymans  <wim@fluendo.com>
11479
11480         * gst/rtsp/URLS:
11481         Add example H264 rtsp url.
11482
11483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11484         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11485         Don't convert values to lowercase or we might mess up base64 encoded
11486         properties.
11487
11488 2007-02-16  Wim Taymans  <wim@fluendo.com>
11489
11490         * gst/rtp/README:
11491         Fix case of string params.
11492
11493         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11494         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11495         Fix depayloader, support more packet types.
11496         Add sync codes to make sure the packetizer can do its job.
11497
11498         * gst/rtp/gstrtpmp4gdepay.c:
11499         * gst/rtp/gstrtpmp4gpay.c:
11500         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11501         Fix caps case again.
11502
11503 2007-02-15  Wim Taymans  <wim@fluendo.com>
11504
11505         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11506         Set right caps on output buffers.
11507
11508 2007-02-14  Wim Taymans  <wim@fluendo.com>
11509
11510         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11511         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11512         Clear stack allocated SDPMedia struct before calling _init() on it.
11513         Clarify this in the docs as well.
11514
11515 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11516
11517         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11518         (do_change_child):
11519         Don't reset the profile when going switching states, as it makes
11520         the element non-reusable.
11521
11522 2007-02-14  Wim Taymans  <wim@fluendo.com>
11523
11524         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11525         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11526         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11527         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11528         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11529         (sdp_parse_line):
11530         * gst/rtsp/sdpmessage.h:
11531         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11532         Fix memory management of SDP messages. Fixes #407793.
11533
11534 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11535
11536         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11537
11538         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11539         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11540
11541 2007-02-14  Wim Taymans  <wim@fluendo.com>
11542
11543         Patch by: jp.liu <jp_liu at astrocom dot cn>
11544
11545         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11546         Fix parsing of password field in url. Fixes #407797.
11547
11548 2007-02-14  Wim Taymans  <wim@fluendo.com>
11549
11550         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11551         (gst_wavparse_reset), (gst_wavparse_init),
11552         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11553         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11554         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11555         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11556         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11557         (gst_wavparse_loop), (gst_wavparse_chain),
11558         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11559         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11560         (plugin_init):
11561         * gst/wavparse/gstwavparse.h:
11562         Update docs.
11563         Use boilerplate.
11564         Various code cleanups.
11565         When the bitrate is not known (bps == 0 or compressed formats) let
11566         downstream element guestimate the duration and position and don't
11567         generate timestamps or durations. Fixes #405213.
11568         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11569         error flowreturn upstream.
11570
11571 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11572
11573         * ext/gconf/Makefile.am:
11574         * ext/gconf/gconf.c: (gst_gconf_get_string),
11575         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11576         (gst_gconf_render_bin_with_default):
11577         * ext/gconf/gconf.h:
11578         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11579         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11580         (gst_gconf_audio_sink_dispose), (do_change_child),
11581         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11582         (cb_change_child), (gst_gconf_audio_sink_change_state):
11583         * ext/gconf/gstgconfaudiosink.h:
11584         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11585         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11586         (gst_switch_sink_init), (gst_switch_sink_dispose),
11587         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11588         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11589         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11590         * ext/gconf/gstswitchsink.h:
11591         * gst/autodetect/gstautoaudiosink.c:
11592         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11593         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11594         (gst_auto_audio_sink_detect):
11595         * gst/autodetect/gstautovideosink.c:
11596         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11597         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11598         (gst_auto_video_sink_detect):
11599         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11600         and a child that implements the GConf key monitoring. The end goal of
11601         this is an audio sink that can be changed on the fly, but at the 
11602         moment it still only changes on the next READY transition.
11603
11604 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11605
11606         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11607         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11608         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11609         (gst_avi_demux_calculate_durations_from_index),
11610         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11611         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11612         (gst_avi_demux_loop):
11613           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11614
11615 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11616
11617         * configure.ac:
11618         * docs/plugins/Makefile.am:
11619           Add crossreferences to glib/gobject/gstream docs.
11620
11621 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/monoscope/Makefile.am:
11624         * gst/monoscope/gstmonoscope.c:
11625           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11626           (but no LIBS, since we only use defines from the headers).
11627
11628 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11631
11632         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11633         (gst_wavparse_stream_data):
11634           Fix massive memory leak when operating in streaming mode due to
11635           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11636           Fixes #407057.
11637
11638 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11639
11640         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11641         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11642         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11643         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11644         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11645         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11646         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11647         (gst_avi_demux_calculate_durations_from_index),
11648         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11649         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11650         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11651         * gst/avi/gstavidemux.h:
11652           Save some memory (8%) by repacking the index entry structure (more to
11653           come). Add more FIXMEs to questionable parts.
11654
11655 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11656
11657         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11658         (gst_v4l2src_get_caps):
11659         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11660         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11661         (gst_v4l2src_capture_init):
11662           More FIXME comments and messaging changes.
11663
11664 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11665
11666         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11667         (gst_goom_change_state):
11668         * gst/goom/gstgoom.h:
11669           Improved docs and use GST_DEBUG_FUNCPTR.
11670
11671         * gst/level/gstlevel.c: (gst_level_class_init):
11672           Use GST_DEBUG_FUNCPTR.
11673
11674         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11675         (gst_monoscope_chain), (gst_monoscope_change_state):
11676           Improved docs source cleanups.
11677
11678 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/debug/Makefile.am:
11681         * gst/debug/gstdebug.c: (plugin_init):
11682         * gst/debug/gstpushfilesrc.c:
11683         * gst/debug/gstpushfilesrc.h:
11684           Add code for a pushfilesrc element that implements a pushfile:// URI
11685           handler, to make debugging push-mode operation of demuxer/decoders
11686           that support both easier in connection with seek/playbin/etc.
11687           The element isn't registered at the moment.
11688
11689 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11690
11691         * gst/avi/gstavimux.c:
11692           Comment a #if 0 in caps template definition as VS6 seems to 
11693         do not support it.
11694         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11695           Use gst_guint64_to_gdouble for conversion.
11696         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11697           Move variables declaration before the first instruction.
11698         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11699           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11700           And don't include netdb.h for G_OS_WIN32
11701         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11702           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11703           by VS6 then use an other way to initialize SDPMedia structure.
11704         * gst/udp/gstdynudpsink.h:
11705         * gst/udp/gstdynudpnetutils.h:
11706           Do not include <sys/time.h> for G_OS_WIN32
11707         * gst/udp/gstudpsrc.c:
11708           Define socklen_t as int for G_OS_WIN32
11709         * win/common/config.h.in:
11710           Undef HAVE_NETINET_IN_H
11711         * win32/vs6/gst_plugins_good.dsw:
11712         * win32/vs6/libgstrtp.dsp:
11713         * win32/vs6/libgstrtsp.dsp:
11714         * win32/vs6/libgstautogen.dsp:
11715         * win32/vs6/libgstaudiofx.dsp:
11716         * win32/vs6/libgstudp.dsp:
11717           Add and update project files.
11718         * win32/common/gstudp-enumtypes.c:
11719         * win32/common/gstudp-enumtypes.h:
11720           Add a copy of udp enumtypes to win32/common as in core 
11721           and base.
11722         
11723 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11724
11725         * configure.ac:
11726           Activate monoscope when building with --enable-experimental. Fix
11727           --enable-external configure switch description.
11728
11729         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11730         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11731           Help gst-indent.
11732
11733 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11736           Explicitly cast result of pointer arithmetic to integer in order to
11737           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11738
11739 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         * gst/debug/progressreport.c:
11742           Some more docs.
11743
11744 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11745
11746         * docs/plugins/inspect/plugin-rtp.xml:
11747           Update for new elements.
11748
11749         * gst/debug/progressreport.h:
11750           Commit newly-created header file as well.
11751
11752 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * docs/plugins/Makefile.am:
11755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11757         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11758         * gst/debug/Makefile.am:
11759         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11760         (gst_progress_report_do_query), (gst_progress_report_report):
11761           Make progressreport element post messages with the current progress
11762           on the bus. Also add some basic docs for it.
11763
11764 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * ext/hal/hal.c: (gst_hal_get_string):
11767         * ext/hal/hal.h:
11768           Some small cleanups; deal with errors when parsing the HAL ALSA
11769           capabilities a bit better.
11770
11771 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11774           Let's try this again and use the right cast this time.
11775
11776 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11779           Add cast to avoid compiler warnings with older GLib versions
11780           where the nick/name members in GEnumValue are not declared as
11781           constant strings.
11782
11783 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11784
11785         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11786         (gst_gconf_render_bin_from_key),
11787         (gst_gconf_get_default_audio_sink):
11788         * ext/gconf/gconf.h:
11789         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11790         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11791         (gst_gconf_audio_sink_get_property):
11792           In gconfaudiosink, get the right key as the old key in do_toggle
11793           (ie. one dependent on the profile selected). Log some more stuff so
11794           we can see what's actually going on.
11795
11796 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11797
11798         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11799         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11800         (gst_audio_amplify_set_process_function),
11801         (gst_audio_amplify_setup):
11802         * gst/audiofx/audioamplify.h:
11803         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11804         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11805         * gst/audiofx/audioinvert.h:
11806         Some small cleanups and port both elements to the new GstAudioFilter
11807         base class to save a few lines of common code.
11808         * gst/audiofx/Makefile.am:
11809         Link against libgstaudio for the above changes
11810
11811 2007-01-29  Wim Taymans  <wim@fluendo.com>
11812
11813         * tests/check/elements/.cvsignore:
11814         Some more ignores.
11815
11816 2007-01-26  Wim Taymans  <wim@fluendo.com>
11817
11818         Patch by: charles <charlesg3 at gmail dot com>
11819
11820         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11821         (set_shout_metadata), (gst_shout2send_event):
11822         * ext/shout2/gstshout2.h:
11823         Properly handle tags in shout2send. Fixes #399825.
11824
11825 2007-01-25  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11828         (gst_rtspsrc_activate_streams):
11829         Convert SDP fields to upper/lowercase following the rules in the SDP to
11830         caps document. 
11831
11832 2007-01-25  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/rtp/README:
11835         * gst/rtp/gstrtpilbcdepay.c:
11836         * gst/rtp/gstrtpilbcpay.c:
11837         * gst/rtp/gstrtpmp4gdepay.c:
11838         * gst/rtp/gstrtpmp4gpay.c:
11839         * gst/rtp/gstrtpspeexdepay.c:
11840         * gst/rtp/gstrtpspeexpay.c:
11841         * gst/rtp/gstrtpsv3vdepay.c:
11842         * gst/rtp/gstrtptheoradepay.c:
11843         * gst/rtp/gstrtptheorapay.c:
11844         * gst/rtp/gstrtpvorbisdepay.c:
11845         * gst/rtp/gstrtpvorbispay.c:
11846         Fix case of encoding-name and key/value pairs to match the document.
11847         This is to make interoperation with SDP case-insensitive as required by
11848         the relevant RFCs.
11849
11850 2007-01-25  Wim Taymans  <wim@fluendo.com>
11851
11852         * configure.ac:
11853         Bump required -core/-base to CVS
11854
11855 2007-01-25  Wim Taymans  <wim@fluendo.com>
11856
11857         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11858         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11859         * gst/rtp/gstrtpL16pay.h:
11860         Fill up to MTU using adapter.
11861         Timestamp rtp packets.
11862
11863 2007-01-25  Edward Hervey  <edward@fluendo.com>
11864
11865         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11866         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11867         Use G_GSIZE_FORMAT in print statements for portability.
11868         Fixes build on macosx.
11869
11870 2007-01-24  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst/rtp/Makefile.am:
11873         * gst/rtp/gstrtp.c: (plugin_init):
11874         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11875         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11876         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11877         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11878         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11879         (gst_rtp_L16_depay_plugin_init):
11880         * gst/rtp/gstrtpL16depay.h:
11881         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11882         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11883         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11884         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11885         (gst_rtp_L16_pay_plugin_init):
11886         * gst/rtp/gstrtpL16pay.h:
11887         Port and enable raw audio payloader/depayloader. Needs a bit more work
11888         on the payloader side.
11889
11890 2007-01-24  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11893         (gst_rtspsrc_stream_configure_transport),
11894         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11895         * gst/rtsp/gstrtspsrc.h:
11896         Only unblock the udp pads when we linked and activated them all.
11897         Fixes #395688.
11898
11899 2007-01-24  Wim Taymans  <wim@fluendo.com>
11900
11901         * gst/rtp/Makefile.am:
11902         * gst/rtp/gstrtp.c: (plugin_init):
11903         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11904         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11905         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11906         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11907         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11908         * gst/rtp/gstrtpac3depay.h:
11909         Added simple AC3 depayloader (RFC 4184).
11910
11911         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11912         Fix a leak.
11913
11914 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11915
11916         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11917
11918         * gst/audiofx/Makefile.am:
11919         * gst/audiofx/audioamplify.c:
11920         (gst_audio_amplify_clipping_method_get_type),
11921         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11922         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11923         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11924         (gst_audio_amplify_set_caps),
11925         (gst_audio_amplify_transform_int_clip),
11926         (gst_audio_amplify_transform_int_wrap_negative),
11927         (gst_audio_amplify_transform_int_wrap_positive),
11928         (gst_audio_amplify_transform_float_clip),
11929         (gst_audio_amplify_transform_float_wrap_negative),
11930         (gst_audio_amplify_transform_float_wrap_positive),
11931         (gst_audio_amplify_transform_ip):
11932         * gst/audiofx/audioamplify.h:
11933         * gst/audiofx/audiofx.c: (plugin_init):
11934         Add new element "audioamplify". This allows scaling of raw audio
11935         samples, similar to the "volume" element, but provides different modes
11936         for clipping and allows unlimited amplification. It's mainly targeted
11937         for creative sound design and not as a replacement of the "volume"
11938         element. Fixes #397162
11939         * docs/plugins/Makefile.am:
11940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11942         * docs/plugins/gst-plugins-good-plugins.args:
11943         * docs/plugins/inspect/plugin-audiofx.xml:
11944         Add docs for audioamplify and integrate them into the build system
11945         * tests/check/Makefile.am:
11946         * tests/check/elements/audioamplify.c: (setup_amplify),
11947         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11948         Add fairly extensive unit test suite for audioamplify
11949
11950 2007-01-24  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11953         Unblock pads after adding the pads to the element so that autopluggers
11954         get a change to link something. Possibly fixes #395688.
11955
11956 2007-01-24  Wim Taymans  <wim@fluendo.com>
11957
11958         * gst/rtp/gstrtpamrdepay.c:
11959         * gst/rtp/gstrtpgsmdepay.c:
11960         * gst/rtp/gstrtph263pdepay.c:
11961         * gst/rtp/gstrtph263ppay.c:
11962         * gst/rtp/gstrtph264depay.c:
11963         * gst/rtp/gstrtpilbcdepay.c:
11964         * gst/rtp/gstrtpmp2tdepay.c:
11965         * gst/rtp/gstrtpmp4gdepay.c:
11966         * gst/rtp/gstrtpmp4gpay.c:
11967         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11968         * gst/rtp/gstrtpmp4vpay.c:
11969         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11970         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11971         (gst_rtp_mpa_depay_process):
11972         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11973         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11974         * gst/rtp/gstrtppcmadepay.c:
11975         * gst/rtp/gstrtppcmudepay.c:
11976         * gst/rtp/gstrtpspeexdepay.c:
11977         * gst/rtp/gstrtpspeexpay.c:
11978         * gst/rtp/gstrtpsv3vdepay.c:
11979         * gst/rtp/gstrtptheoradepay.c:
11980         * gst/rtp/gstrtptheorapay.c:
11981         * gst/rtp/gstrtpvorbisdepay.c:
11982         * gst/rtp/gstrtpvorbispay.c:
11983         Fix caps with payload numbers.
11984         Add some fixed payload numbers to caps when possible.
11985
11986 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11987
11988         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11989
11990         * gst/audiofx/Makefile.am:
11991         * gst/audiofx/audiofx.c: (plugin_init):
11992         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11993         (gst_audio_invert_class_init), (gst_audio_invert_init),
11994         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11995         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11996         (gst_audio_invert_transform_float),
11997         (gst_audio_invert_transform_ip):
11998         * gst/audiofx/audioinvert.h:
11999         Add new audiofx element "audioinvert". This element swaps the upper
12000         and lower half of samples and can be used for example for a
12001         wide-stereo effect. Fixes #396057
12002         * docs/plugins/Makefile.am:
12003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12005         * docs/plugins/gst-plugins-good-plugins.args:
12006         * docs/plugins/inspect/plugin-audiofx.xml:
12007         Add docs for the audioinvert element and add them to the build system.
12008         * tests/check/Makefile.am:
12009         * tests/check/elements/audioinvert.c: (setup_invert),
12010         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12011         Add unit test suite for the audioinvert element.
12012
12013 2007-01-23  Wim Taymans  <wim@fluendo.com>
12014
12015         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12016         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12017         Parse config params as string and int.
12018         Parse and use AU header length
12019
12020 2007-01-23  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12023         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12024         * gst/smpte/gstmask.c: (_gst_mask_register):
12025         * gst/smpte/gstmask.h:
12026         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12027         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12028         (gst_smpte_paint_triangle_clock):
12029         constify some static structs.
12030         Don't update the mask if nothing changed to the params.
12031         Make sure we never draw outside of the picture. Fixes #398325.
12032
12033 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12036           Error out properly when pull_range fails while we're reading the
12037           headers, instead of just pausing the task silently. Fixes #399338.
12038
12039 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12042           Some more sanity checks to make sure the input formats match and the
12043           input pads are actually negotiated, in case someone tries to feed
12044           buffers from fakesrc or filesrc. Fixes #398299.
12045           Also const-ify an array, just because we can.
12046
12047 2007-01-19  Edward Hervey  <edward@fluendo.com>
12048
12049         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12050         Ignore previous commit, that was only valid for widths and heights
12051         that are multiples of 4.
12052         Copy over size/stride macros from jpegdec. This allows the element
12053         to work with any width,height...
12054         ... but puts in evidence that the actual transformations only work
12055         with width/height that are multiples of 4.
12056
12057 2007-01-19  Edward Hervey  <edward@fluendo.com>
12058
12059         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12060         Allocate buffers of the right size.
12061         The proper size of a I420 buffer in bytes is:
12062         
12063             width * height * 3
12064             ------------------
12065                     2
12066
12067 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12070           Proxy getcaps on sink pads too, so that we either end up with the
12071           same dimensions on all pads or error out if that's not possible
12072           (seems to work even!). Fixes #398086, I think.
12073
12074 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12077         * docs/plugins/gst-plugins-good-plugins.args:
12078         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12079           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12080           fix integer properties with -1 as minimum value.
12081
12082         * docs/plugins/inspect/plugin-1394.xml:
12083         * docs/plugins/inspect/plugin-aasink.xml:
12084         * docs/plugins/inspect/plugin-alaw.xml:
12085         * docs/plugins/inspect/plugin-alpha.xml:
12086         * docs/plugins/inspect/plugin-alphacolor.xml:
12087         * docs/plugins/inspect/plugin-annodex.xml:
12088         * docs/plugins/inspect/plugin-apetag.xml:
12089         * docs/plugins/inspect/plugin-audiofx.xml:
12090         * docs/plugins/inspect/plugin-auparse.xml:
12091         * docs/plugins/inspect/plugin-autodetect.xml:
12092         * docs/plugins/inspect/plugin-avi.xml:
12093         * docs/plugins/inspect/plugin-cacasink.xml:
12094         * docs/plugins/inspect/plugin-cairo.xml:
12095         * docs/plugins/inspect/plugin-cdio.xml:
12096         * docs/plugins/inspect/plugin-cutter.xml:
12097         * docs/plugins/inspect/plugin-debug.xml:
12098         * docs/plugins/inspect/plugin-dv.xml:
12099         * docs/plugins/inspect/plugin-efence.xml:
12100         * docs/plugins/inspect/plugin-effectv.xml:
12101         * docs/plugins/inspect/plugin-esdsink.xml:
12102         * docs/plugins/inspect/plugin-flac.xml:
12103         * docs/plugins/inspect/plugin-flxdec.xml:
12104         * docs/plugins/inspect/plugin-gconfelements.xml:
12105         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12106         * docs/plugins/inspect/plugin-goom.xml:
12107         * docs/plugins/inspect/plugin-halelements.xml:
12108         * docs/plugins/inspect/plugin-icydemux.xml:
12109         * docs/plugins/inspect/plugin-id3demux.xml:
12110         * docs/plugins/inspect/plugin-jpeg.xml:
12111         * docs/plugins/inspect/plugin-level.xml:
12112         * docs/plugins/inspect/plugin-matroska.xml:
12113         * docs/plugins/inspect/plugin-mulaw.xml:
12114         * docs/plugins/inspect/plugin-multipart.xml:
12115         * docs/plugins/inspect/plugin-navigationtest.xml:
12116         * docs/plugins/inspect/plugin-ossaudio.xml:
12117         * docs/plugins/inspect/plugin-png.xml:
12118         * docs/plugins/inspect/plugin-rtp.xml:
12119         * docs/plugins/inspect/plugin-rtsp.xml:
12120         * docs/plugins/inspect/plugin-shout2send.xml:
12121         * docs/plugins/inspect/plugin-smpte.xml:
12122         * docs/plugins/inspect/plugin-speex.xml:
12123         * docs/plugins/inspect/plugin-taglib.xml:
12124         * docs/plugins/inspect/plugin-udp.xml:
12125         * docs/plugins/inspect/plugin-videobalance.xml:
12126         * docs/plugins/inspect/plugin-videobox.xml:
12127         * docs/plugins/inspect/plugin-videoflip.xml:
12128         * docs/plugins/inspect/plugin-videomixer.xml:
12129         * docs/plugins/inspect/plugin-wavenc.xml:
12130         * docs/plugins/inspect/plugin-wavparse.xml:
12131         * docs/plugins/inspect/plugin-ximagesrc.xml:
12132           Update to CVS.
12133
12134 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12135
12136         Patch by: Sebastian Dröge <slomo circular-chaos org>
12137
12138         * gst/audiofx/audiopanorama.c:
12139           Fix doc section name (Fixes #397946)
12140
12141 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12142
12143         * sys/v4l2/gstv4l2object.c:
12144         (gst_v4l2_object_install_properties_helper),
12145         (gst_v4l2_object_set_property_helper),
12146         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12147         * sys/v4l2/gstv4l2object.h:
12148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12149         (gst_v4l2src_init), (gst_v4l2src_set_property),
12150         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12152         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12153         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12154         (gst_v4l2src_capture_deinit):
12155           Fix EIO handing when capturing. Add new property to specify the number of
12156           buffers to enque (and remove the borked num-buffers usage).
12157
12158 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12159
12160         Patch by: Sebastian Dröge <slomo circular-chaos org>
12161
12162         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12163         (gst_audio_panorama_set_process_function):
12164           Use a function array for process methods, add more docs and define the
12165           startindex of enums.
12166
12167 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         Patch by: Mark Nauwelaerts <manauw at skynet be>
12170
12171         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12172         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12173         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12174         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12175         (gst_avi_mux_riff_get_avi_header),
12176         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12177         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12178         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12179         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12180         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12181         (gst_avi_mux_change_state):
12182         * gst/avi/gstavimux.h:
12183         * tests/check/elements/avimux.c: (teardown_src_pad):
12184           Add support for more than one audio stream; write better AVIX
12185           header; refactor code a bit; don't announce vorbis caps on our audio
12186           sink pads since we don't support it anyway. Closes #379298.
12187
12188 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         Patch by: Sebastian Dröge <slomo circular-chaos org>
12191
12192         * gst/audiofx/audiopanorama.c:
12193         (gst_audio_panorama_method_get_type),
12194         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12195         (gst_audio_panorama_set_process_function),
12196         (gst_audio_panorama_set_property),
12197         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12198         (gst_audio_panorama_transform_m2s_int_simple),
12199         (gst_audio_panorama_transform_s2s_int_simple),
12200         (gst_audio_panorama_transform_m2s_float_simple),
12201         (gst_audio_panorama_transform_s2s_float_simple):
12202         * gst/audiofx/audiopanorama.h:
12203           Add 'method' property and provide a simple (non-psychoacustic)
12204           processing method (#394859).
12205
12206         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12207         (panorama_suite):
12208           Tests for new method.
12209
12210 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12213         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12214           Set correct caps on outgoing pulled buffers, or things blow up
12215           after recent core changes.
12216
12217 2007-01-11  Wim Taymans  <wim@fluendo.com>
12218
12219         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12220
12221         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12222         (gst_multipart_mux_request_new_pad),
12223         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12224         (gst_multipart_mux_change_state):
12225         Return FLOW errors ASAP. Fixes #394977.
12226         Misc cleanups.
12227
12228 2007-01-11  Wim Taymans  <wim@fluendo.com>
12229
12230         Patch by: Lutz Mueller <lutz at topfrose dot de>
12231
12232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12233         Check for stream pad before activating. 
12234
12235 2007-01-10  Wim Taymans  <wim@fluendo.com>
12236
12237         Patch by: Peter Kjellerstedt  <pkj at axis com>
12238
12239         * gst/rtsp/COPYING.MIT:
12240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12241         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12242         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12243         (gst_rtspsrc_stream_configure_transport),
12244         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12245         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12246         (gst_rtspsrc_parse_methods),
12247         (gst_rtspsrc_create_transports_string),
12248         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12249         (gst_rtspsrc_open), (gst_rtspsrc_close):
12250         * gst/rtsp/gstrtspsrc.h:
12251         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12252         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12253         (parse_request_line), (parse_line), (rtsp_connection_read),
12254         (rtsp_connection_close):
12255         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12256         (rtsp_method_as_text), (rtsp_header_as_text),
12257         (rtsp_status_as_text), (rtsp_find_header_field),
12258         (rtsp_find_method):
12259         * gst/rtsp/rtspdefs.h:
12260         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12261         (rtsp_ext_wms_configure_stream):
12262         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12263         (rtsp_message_new_request), (rtsp_message_init_request),
12264         (rtsp_message_new_response), (rtsp_message_init_response),
12265         (rtsp_message_init_data), (rtsp_message_unset),
12266         (rtsp_message_free), (rtsp_message_add_header),
12267         (rtsp_message_get_header), (rtsp_message_set_body),
12268         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12269         * gst/rtsp/rtspmessage.h:
12270         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12271         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12272         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12273         (sdp_message_dump):
12274         Allow url to be NULL to be able to use it for server connections.
12275         Can now send responses as well as requests.
12276         No longer hangs in an endless loop if EOF is received.
12277         Can now convert a status code to a text string.
12278         Return RTSP_HDR_INVALID for unknown headers.
12279         Return RTSP_INVALID for unknown methods.
12280         Copy CSeq and Session headers from the request.
12281         Only free memory corresponding to the currently set message type.
12282         Added const to function arguments as appropriate.
12283         Avoid a compiler warning when initializing nmedia.
12284         Use guint rather than gint to avoid compiler warnings.
12285         Fix crasher in wms extension.
12286         Factor out stream setup from open_connection.
12287         Delay activation of streams when actual data is received from the
12288         server, this prepares us to do proper protocol switching.
12289         Added new license.
12290         Fixes #380895.
12291
12292
12293 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         Patch by: Sebastian Dröge <slomo ubuntu com>
12296
12297         * docs/plugins/Makefile.am:
12298         * gst/audiofx/audiopanorama.c:
12299           Some small docs fixes (#394851).
12300
12301 2007-01-09  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/avi/gstavidemux.c:
12304         Fix docs.
12305
12306 2007-01-09  Wim Taymans  <wim@fluendo.com>
12307
12308         * gst/rtp/Makefile.am:
12309         * gst/rtp/gstrtp.c: (plugin_init):
12310         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12311         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12312         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12313         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12314         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12315         * gst/rtp/gstrtpmpvdepay.h:
12316           Added RFC 2250 MPEG Video Depayloader.
12317
12318         * gst/rtp/gstrtpL16depay.h:
12319         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12320         (gst_rtp_h263p_depay_process):
12321         Fix Header file. Small cleanups.
12322
12323         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12324         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12325         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12326         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12327         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12328         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12329         (gst_rtp_mp4v_depay_change_state):
12330         Remove usused code. Remove Adapter from state Change. Added debug.
12331
12332         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12333         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12334         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12335         * gst/rtp/gstrtpmpadepay.h:
12336         Subclass base depayloader.
12337         Added debug.
12338         Support static payload type assignment as well.
12339
12340         * gst/rtp/gstrtpmpapay.c:
12341         Fix caps.
12342
12343 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12346
12347         * ext/jpeg/gstjpegdec.c:
12348         * ext/jpeg/gstjpegenc.c:
12349         * ext/jpeg/smokecodec.c:
12350           These libjpeg callbacks should return a 'boolean' (unsigned char
12351           apparently) and not a 'gboolean' (which maps to gint). Fixes
12352           warnings when compiling with MingW (#393427).
12353
12354         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12355           Use ioctlsocket on win32.
12356
12357         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12358           Some printf format fixes for win32.
12359
12360 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12361
12362         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12363           Use gst_guint64_to_gdouble for conversion.
12364         * win32/vs6/libgstmatroska.dsp:
12365           Add zlib to the link.
12366         * win32/vs6/libgstvideobox.dsp:
12367           Update liboil library name (project is linked to 
12368           liboil-0.3-0.lib now).
12369           
12370 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * gst/matroska/Makefile.am:
12373           If zlib is available and used, we must link it explicitly for
12374           things to work on MingW (fixes #392855).
12375
12376 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * ext/esd/esdsink.c: (gst_esdsink_delay):
12379           Don't return bogus values when esd_get_delay() fails for some
12380           reason (#392189).
12381
12382 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * sys/ximage/gstximagesrc.c: (composite_pixel):
12385           Fix presumably copy'n'pasto for 16bpp depth.
12386
12387 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * gst/matroska/matroska-mux.c:
12390         (gst_matroska_mux_audio_pad_setcaps):
12391           The "signed" field in audio caps is of boolean type, trying to use
12392           gst_structure_get_int() to extract it will fail. Fixing this makes
12393           matroskamux accept raw audio input (#387121) (use at your own risk
12394           though, due to the matroska spec being not entirely useful in this
12395           respect).
12396           Also fix up raw audio structures in template caps so that they
12397           represent what our setcaps function will actually accept, so that
12398           converters know what to convert to.
12399           Finally, don't fail if there isn't an "endianness" field in 8-bit
12400           PCM caps.
12401
12402 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12403
12404         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12405         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12406         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12407         (teardown_cmmldec):
12408         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12409         (teardown_cmmlenc):
12410         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12411           reapply consistent pad (de)activation
12412
12413 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12414
12415         * configure.ac:
12416         Back to CVS
12417
12418         * gst-plugins-good.doap:
12419         Add 0.10.5 doap entry
12420
12421 === release 0.10.5 ===
12422
12423 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12424
12425         * configure.ac:
12426           releasing 0.10.5, "The Path of Thorns"
12427
12428 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12429
12430         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12431         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12432         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12433         (teardown_cmmldec):
12434         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12435         (teardown_cmmlenc):
12436         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12437           revert my freeze breakage
12438
12439 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12440
12441         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12442         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12443         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12444         (teardown_cmmldec):
12445         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12446         (teardown_cmmlenc):
12447         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12448           consistent pad (de)activation
12449
12450 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12451
12452         * configure.ac:
12453         * ext/Makefile.am:
12454         Disable LADPSA, as it has moved to the -bad module for the duration.
12455
12456 2006-12-18  Wim Taymans  <wim@fluendo.com>
12457
12458         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12459         (gst_signal_processor_event):
12460         Reset flow_state back to _OK after a flush stop so that we exit our
12461         error state after the flush. Fixes #374213
12462
12463 2006-12-16  David Schleef  <ds@schleef.org>
12464
12465         * sys/osxvideo/osxvideosink.h:
12466         * sys/osxvideo/osxvideosink.m:
12467           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12468
12469 2006-12-16  David Schleef  <ds@schleef.org>
12470
12471         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12472
12473         * sys/osxvideo/Makefile.am:
12474         * sys/osxvideo/osxvideosink.h:
12475         * sys/osxvideo/osxvideosink.m:
12476           Preliminary patch for porting osxvideosink
12477
12478 2006-12-16  Wim Taymans  <wim@fluendo.com>
12479
12480         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12481
12482         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12483         (gst_videomixer_set_master_geometry),
12484         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12485         (gst_videomixer_reset), (gst_videomixer_init),
12486         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12487         (gst_videomixer_release_pad), (gst_videomixer_collected),
12488         (gst_videomixer_change_state):
12489         Introduce some locking around the videomixer state so that it does not
12490         crash when adding/removing pads. Fixes #383043.
12491
12492 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12493
12494         * configure.ac:
12495           Make sure libcaca can actually be used instead of just checking for
12496           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12497           cross-compiling (fixes #384587).
12498
12499 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12500
12501         * Makefile.am:
12502         * gst-plugins-good.doap:
12503         * gst-plugins-good.spec.in:
12504           adding doap file
12505
12506 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12507
12508         * configure.ac:
12509           libflac-1.1.3 changed API again, but we can't build against it yet,
12510           so make sure our check doesn't use libflac-1.1.3 and add a comment
12511           to this effect.
12512
12513 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12514
12515         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12516         (gst_quarktv_planetable_clear):
12517           Add some NULL pointer checks (possibly related to #385623).
12518
12519 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12522         (gst_tag_demux_chain):
12523         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12524           In streaming mode, if the first buffer we get doesn't have an
12525           offset, fix it up to be 0, otherwise trimming won't work later on
12526           and we'll be typefinding application/x-id3, which may result in
12527           decodebin plugging an endless number of id3demux elements as a
12528           consequence. Fixes #385031.
12529           
12530 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12531
12532         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12533           Ignore the buffer_time the sound device reports. Turns out it is 
12534           sometimes completely bogus and we're better off without it.
12535
12536 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12537
12538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12539         (gst_matroska_demux_video_caps):
12540         * gst/matroska/matroska-ids.c:
12541         (gst_matroska_track_init_video_context):
12542         * gst/matroska/matroska-ids.h:
12543           Try harder to extract the framerate for video tracks correctly and
12544           save it directly instead of converting it back and forth a few
12545           times. Mostly makes a difference for very small framerates (<1).
12546           Fixes #380199.
12547
12548 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12551         (gst_gconf_audio_src_dispose), (do_toggle_element):
12552         * ext/gconf/gstgconfaudiosrc.h:
12553           Remove gconf notify hook when the gconfaudiosrc element is
12554           destroyed, otherwise the callback may be called on an
12555           already-destroyed instance and bad things happen. Should fix
12556           #378184.
12557           Also ignore gconf key changes when the source is already running.
12558
12559 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         Patch by: Sebastian Dröge  <mail at slomosnail de>
12562
12563         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12564           We need to be able to read and parse any possible floating point string
12565           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12566           will parse the former only in certain locales though, so we really need
12567           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12568           make sure we can parse either version at all times.
12569           Fixes #382982 for real.
12570
12571 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12572
12573         * sys/sunaudio/gstsunaudiomixerctrl.c:
12574         * sys/sunaudio/gstsunaudiosrc.c:
12575
12576         Use the sunaudio debug category.
12577
12578         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12579         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12580         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12581         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12582         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12583         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12584         (gst_sunaudiosink_reset):
12585         * sys/sunaudio/gstsunaudiosink.h:
12586
12587         Uses the sunaudio debug category for all debug output
12588         Implements the _delay() callback to synchronise video playback better
12589         Change the segtotal and segsize values back to the parent class 
12590           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12591           respectively)
12592         Measure the samples written to the device vs. played.
12593         Keep track of segments in the device by writing empty eof frames, and
12594         sleep using a GCond when we get too far ahead and risk overrunning the
12595         sink's ringbuffer.
12596
12597         Fixes: #360673
12598
12599 2006-12-08  Wim Taymans  <wim@fluendo.com>
12600
12601         Patch by: Sebastian Dröge  <mail at slomosnail de >
12602
12603         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12604         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12605         * gst/audiofx/audiopanorama.h:
12606         Fix audiopanorame with float samples. Fixes #383726.
12607
12608 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12609
12610         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12611         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12612         (gst_sunaudiosrc_reset):
12613
12614         Implement reset functions to unblock the src/sink more quickly on 
12615         state change requests.
12616         Patch by: Brian Cameron <brian dot cameron at sun com>
12617
12618 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12619
12620         * sys/sunaudio/gstsunaudiomixer.c:
12621         (gst_sunaudiomixer_change_state):
12622         Construct the correct mixer device name when the AUDIODEV env var
12623         is set.
12624
12625         Patch by: Jerry Tan <jerry.tan at sun dot com>
12626         Fixes: #383596
12627
12628 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12629
12630         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12631         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12632         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12633         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12634         Patch by: Jerry Tan <jerry.tan at sun dot com>
12635         Fixes: #349015
12636
12637 2006-12-07  Wim Taymans  <wim@fluendo.com>
12638
12639         * gst/smpte/gstmask.h:
12640         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12641         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12642         (gst_smpte_collected), (gst_smpte_set_property),
12643         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12644         * gst/smpte/gstsmpte.h:
12645         Port to 0.10 some more. 
12646         Added duration property to specify the duration of the transition.
12647         Make framerate a fraction.
12648         Deprecate fps property, we only use negotiated fps.
12649         Added docs.
12650         Fix collectpad usage.
12651         Reset state in READY.
12652         Send NEWSEGMENT event.
12653         Fix racy updates of object properties.
12654         Added debug category.
12655         Fixes #383323.
12656
12657 2006-12-06  Wim Taymans  <wim@fluendo.com>
12658
12659         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12660
12661         * gst/videomixer/videomixer.c:
12662         (gst_videomixer_set_master_geometry),
12663         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12664         Don't reset xpos and ypos in the setcaps function because causes
12665         unexpected behaviour.
12666         Fixes #382179.
12667
12668 2006-12-06  Wim Taymans  <wim@fluendo.com>
12669
12670         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12671         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12672         Keep track of the buffer timestamp in the collectdata member instead
12673         of modifying the buffer without making the metadata writable first.
12674         Fixes #382277.
12675
12676 2006-12-06  Wim Taymans  <wim@fluendo.com>
12677
12678         Patch by: Rob Taylor <robtaylor at floopily dot org>
12679
12680         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12681         If using multicast in udpsrc, bind to the multicast address rather than
12682         IN_ADDR_ANY.
12683         This allows the simultanous use of multiple udpsrcs listening on
12684         different multicat addresses. Without this all udpsrcs will receive all
12685         packets from all subscribed multicast addresses.
12686         Fixes #383001.
12687
12688 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12689
12690         * ext/taglib/gstid3v2mux.cc:
12691         Don't attempt to write a NULL frame into the ID3 tag set when the 
12692         createFrame method returned NULL.
12693         Fixes: #381857
12694         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12695
12696 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12697
12698         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12699         Use g_strtod() instead of sscanf to parse doubles, so that it will
12700         try parsing in the C locale if the current locale fails.
12701         Fixes: #382982
12702         Patch by: Sebastian Dröge  <mail at slomosnail de >
12703
12704 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12705
12706         * win32/MANIFEST:
12707         Fix compilation on win32 under VS8
12708         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12709         Partially fixes #381175
12710
12711 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12712
12713         * gst/avi/gstavimux.c:
12714           accept all mpegversions,fixes #380825
12715           spotted by: Jerome Alet  
12716
12717 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12718
12719         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12720         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12721         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12722         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12723           cleanup the error message a bit more
12724
12725 2006-11-28  Wim Taymans  <wim@fluendo.com>
12726
12727         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12728         Fix width and height properties.
12729
12730         * ext/libcaca/gstcacasink.h:
12731         Fix compilation on newer libcaca that require us to include a new
12732         header. Fixes #379918.
12733
12734 2006-11-28  Wim Taymans  <wim@fluendo.com>
12735
12736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12737         * gst/rtsp/gstrtspsrc.h:
12738         * gst/rtsp/rtspext.h:
12739         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12740         (rtsp_ext_wms_get_context):
12741         Add method so that extensions can choose to disable the setup of
12742         a stream.
12743         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12744
12745 2006-11-27  Wim Taymans  <wim@fluendo.com>
12746
12747         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12748
12749         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12750         Push header in a separate buffer instead of memcpy:ing all data.
12751         Change LF => CRLF in headers.
12752         Move trailing LF to header. Fixes #379792.
12753
12754 2006-11-27  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12757         Small buffer overflow fix and improve debugging.
12758
12759 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12760
12761         * ext/esd/esdmon.h:
12762         * ext/esd/esdsink.h:
12763           remove obsolete _factory_init protos
12764
12765 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12766
12767         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12768         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12769         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12770         (gst_avi_demux_read_subindexes_push),
12771         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12772         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12773         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12774         (gst_avi_demux_massage_index),
12775         (gst_avi_demux_calculate_durations_from_index),
12776         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12777         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12778         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12779           remove dead code, tweak debugs statements, add comments, use
12780           _uint64_scale instead _uint64_scale_int when using guint64 values,
12781           small optimizations, reflow some error handling
12782
12783 2006-11-22  Edward Hervey  <edward@fluendo.com>
12784
12785         * po/.cvsignore:
12786         We never put .pot files in cvs. Let's ignore them all.
12787
12788 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * po/POTFILES.in:
12791           ... but better exclude files that aren't disted.
12792
12793 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         * po/POTFILES.in:
12796           Add v4l2 source files to list of files with translations, so the
12797           strings are actually extracted (however bad they still may be).
12798
12799 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12800
12801         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12802           Minor clean-ups: const-ify static array, remove trailing comma from
12803           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12804
12805 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12806
12807         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12808         Make sure that g_free always gets called on the same pointer that was 
12809         returned by g_malloc.  Fixes #376594.
12810         Do not leak memory if decompressed size is wrong.
12811         Remove unneeded check of return value of g_malloc.
12812         Patch by: René Stadler <mail@renestadler.de>
12813
12814 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12817           Add missing curly brackets.
12818
12819 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12820
12821         * sys/v4l2/v4l2src_calls.c:
12822         Fix capture_deinit.
12823
12824 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12825
12826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12827         (gst_matroska_mux_request_new_pad):
12828           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12829
12830         * tests/check/elements/matroskamux.c: (setup_src_pad),
12831         (setup_sink_pad), (GST_START_TEST):
12832         Activate pads before using them.
12833
12834 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12837           Initialise variable to get rid of bogus compiler warning.
12838
12839 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12840
12841         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12842
12843         * gst/rtp/gstrtph263pay.c:
12844         * gst/rtp/gstrtph263pdepay.c:
12845         * gst/rtp/gstrtph263ppay.c:
12846           Specify H.263 variant and version in the caps (fixes #361637)
12847
12848 2006-11-15  Wim Taymans  <wim@fluendo.com>
12849
12850         * gst/rtsp/rtspconnection.c: (read_body):
12851         Don't set a data pointer to NULL and a size > 0 when we deal
12852         with empty packets.
12853
12854         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12855         (rtsp_message_init_response), (rtsp_message_init_data),
12856         (rtsp_message_unset), (rtsp_message_free),
12857         (rtsp_message_take_body):
12858         Check that we can't create invalid empty packets. 
12859
12860 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12861
12862         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12863
12864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12865         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12866         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12867         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12868         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12869         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12870         * gst/matroska/matroska-mux.h:
12871           Add basic tag writing support; implement releasing pads (#374658).
12872
12873 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12876         (gst_matroska_demux_audio_caps):
12877           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12878
12879 2006-11-14  David Schleef  <ds@schleef.org>
12880
12881         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12882
12883 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12886
12887         * win32/vs8/gst-plugins-good.sln:
12888         * win32/vs8/libgst1394.vcproj:
12889         * win32/vs8/libgstaasink.vcproj:
12890         * win32/vs8/libgstalaw.vcproj:
12891         * win32/vs8/libgstalpha.vcproj:
12892         * win32/vs8/libgstalphacolor.vcproj:
12893         * win32/vs8/libgstannodex.vcproj:
12894         * win32/vs8/libgstapetag.vcproj:
12895         * win32/vs8/libgstaudiofx.vcproj:
12896         * win32/vs8/libgstauparse.vcproj:
12897         * win32/vs8/libgstautodetect.vcproj:
12898         * win32/vs8/libgstavi.vcproj:
12899         * win32/vs8/libgstcacasink.vcproj:
12900         * win32/vs8/libgstcdio.vcproj:
12901         * win32/vs8/libgstcutter.vcproj:
12902         * win32/vs8/libgstdv.vcproj:
12903         * win32/vs8/libgsteffectv.vcproj:
12904         * win32/vs8/libgstflac.vcproj:
12905         * win32/vs8/libgstflxdec.vcproj:
12906         * win32/vs8/libgstgoom.vcproj:
12907         * win32/vs8/libgsticydemux.vcproj:
12908         * win32/vs8/libgstid3demux.vcproj:
12909         * win32/vs8/libgstjpeg.vcproj:
12910         * win32/vs8/libgstladspa.vcproj:
12911         * win32/vs8/libgstlevel.vcproj:
12912         * win32/vs8/libgstmatroska.vcproj:
12913         * win32/vs8/libgstmikmod.vcproj:
12914         * win32/vs8/libgstmng.vcproj:
12915         * win32/vs8/libgstmonoscope.vcproj:
12916         * win32/vs8/libgstmulaw.vcproj:
12917         * win32/vs8/libgstmultipart.vcproj:
12918         * win32/vs8/libgstpng.vcproj:
12919         * win32/vs8/libgstrtp.vcproj:
12920         * win32/vs8/libgstrtsp.vcproj:
12921         * win32/vs8/libgstshout2.vcproj:
12922         * win32/vs8/libgstsmpte.vcproj:
12923         * win32/vs8/libgstspeex.vcproj:
12924         * win32/vs8/libgsttaglib.vcproj:
12925         * win32/vs8/libgstudp.vcproj:
12926         * win32/vs8/libgstvideobalance.vcproj:
12927         * win32/vs8/libgstvideobox.vcproj:
12928         * win32/vs8/libgstvideoflip.vcproj:
12929         * win32/vs8/libgstvideomixer.vcproj:
12930         * win32/vs8/libgstwavenc.vcproj:
12931         * win32/vs8/libgstwavparse.vcproj:
12932           Make end-of-line returns unixy, so that when the files are checked
12933           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12934           Hopefully fixes #366492.
12935
12936 2006-11-14  Wim Taymans  <wim@fluendo.com>
12937
12938         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12939         Disable init_frames delay timestamp adjustment, it does not
12940         seem to be needed at all. Fixes #369621.
12941
12942 2006-11-13  Wim Taymans  <wim@fluendo.com>
12943
12944         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12945
12946         * gst/videomixer/videomixer.c:
12947         (gst_videomixer_set_master_geometry),
12948         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12949         (gst_videomixer_collect_free), (gst_videomixer_reset),
12950         (gst_videomixer_init), (gst_videomixer_finalize),
12951         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12952         (gst_videomixer_collected), (gst_videomixer_change_state):
12953         Fix memleak by unref'ing collectpads instance (when finalizing)
12954         Implement releasing a request pad. Fixes #374479.
12955
12956 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12959
12960         * win32/vs8/gst-plugins-good.sln:
12961         * win32/vs8/libgst1394.vcproj:
12962         * win32/vs8/libgstaasink.vcproj:
12963         * win32/vs8/libgstalaw.vcproj:
12964         * win32/vs8/libgstalpha.vcproj:
12965         * win32/vs8/libgstalphacolor.vcproj:
12966         * win32/vs8/libgstannodex.vcproj:
12967         * win32/vs8/libgstapetag.vcproj:
12968         * win32/vs8/libgstaudiofx.vcproj:
12969         * win32/vs8/libgstauparse.vcproj:
12970         * win32/vs8/libgstautodetect.vcproj:
12971         * win32/vs8/libgstavi.vcproj:
12972         * win32/vs8/libgstcacasink.vcproj:
12973         * win32/vs8/libgstcdio.vcproj:
12974         * win32/vs8/libgstcutter.vcproj:
12975         * win32/vs8/libgstdv.vcproj:
12976         * win32/vs8/libgsteffectv.vcproj:
12977         * win32/vs8/libgstflac.vcproj:
12978         * win32/vs8/libgstflxdec.vcproj:
12979         * win32/vs8/libgstgoom.vcproj:
12980         * win32/vs8/libgsticydemux.vcproj:
12981         * win32/vs8/libgstid3demux.vcproj:
12982         * win32/vs8/libgstjpeg.vcproj:
12983         * win32/vs8/libgstladspa.vcproj:
12984         * win32/vs8/libgstlevel.vcproj:
12985         * win32/vs8/libgstmatroska.vcproj:
12986         * win32/vs8/libgstmikmod.vcproj:
12987         * win32/vs8/libgstmng.vcproj:
12988         * win32/vs8/libgstmonoscope.vcproj:
12989         * win32/vs8/libgstmulaw.vcproj:
12990         * win32/vs8/libgstmultipart.vcproj:
12991         * win32/vs8/libgstpng.vcproj:
12992         * win32/vs8/libgstrtp.vcproj:
12993         * win32/vs8/libgstrtsp.vcproj:
12994         * win32/vs8/libgstshout2.vcproj:
12995         * win32/vs8/libgstsmpte.vcproj:
12996         * win32/vs8/libgstspeex.vcproj:
12997         * win32/vs8/libgsttaglib.vcproj:
12998         * win32/vs8/libgstudp.vcproj:
12999         * win32/vs8/libgstvideobalance.vcproj:
13000         * win32/vs8/libgstvideobox.vcproj:
13001         * win32/vs8/libgstvideoflip.vcproj:
13002         * win32/vs8/libgstvideomixer.vcproj:
13003         * win32/vs8/libgstwavenc.vcproj:
13004         * win32/vs8/libgstwavparse.vcproj:
13005           Add VS8 project files (note that many of the plugins in ext are
13006           disabled by default). Fixes #366492.
13007
13008 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13009
13010         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13011           we do not translate debug messages
13012
13013 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13014
13015         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13016           fix categorisation, make short desc more explicit, remove unused code
13017           Fixes #372021
13018
13019 2006-11-08  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/rtp/gstrtpL16depay.c:
13022         * gst/rtp/gstrtpamrdepay.c:
13023         * gst/rtp/gstrtpamrpay.c:
13024         * gst/rtp/gstrtpgsmdepay.c:
13025         * gst/rtp/gstrtph263pay.c:
13026         * gst/rtp/gstrtph263pdepay.c:
13027         * gst/rtp/gstrtph263ppay.c:
13028         * gst/rtp/gstrtph264depay.c:
13029         * gst/rtp/gstrtpmp2tdepay.c:
13030         * gst/rtp/gstrtpmp4gdepay.c:
13031         * gst/rtp/gstrtpmp4gpay.c:
13032         * gst/rtp/gstrtpmp4vdepay.c:
13033         * gst/rtp/gstrtpmp4vpay.c:
13034         * gst/rtp/gstrtpmpadepay.c:
13035         * gst/rtp/gstrtpmpapay.c:
13036         * gst/rtp/gstrtppcmadepay.c:
13037         * gst/rtp/gstrtppcmapay.c:
13038         * gst/rtp/gstrtppcmudepay.c:
13039         * gst/rtp/gstrtppcmupay.c:
13040         * gst/rtp/gstrtpspeexdepay.c:
13041         * gst/rtp/gstrtpspeexpay.c:
13042         * gst/rtp/gstrtpsv3vdepay.c:
13043         Fix element descriptions.
13044
13045 2006-11-08  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/rtp/gstrtpvorbisdepay.c:
13048         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13049         Fix description.
13050         Small cleanup in the payloader.
13051
13052 2006-11-08  Wim Taymans  <wim@fluendo.com>
13053
13054         * gst/rtp/Makefile.am:
13055         * gst/rtp/gstrtp.c: (plugin_init):
13056         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13057         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13058         (gst_rtp_theora_depay_finalize),
13059         (gst_rtp_theora_depay_parse_configuration),
13060         (gst_rtp_theora_depay_setcaps),
13061         (gst_rtp_theora_depay_switch_codebook),
13062         (gst_rtp_theora_depay_process),
13063         (gst_rtp_theora_depay_set_property),
13064         (gst_rtp_theora_depay_get_property),
13065         (gst_rtp_theora_depay_change_state),
13066         (gst_rtp_theora_depay_plugin_init):
13067         * gst/rtp/gstrtptheoradepay.h:
13068         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13069         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13070         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13071         (gst_rtp_theora_pay_init_packet),
13072         (gst_rtp_theora_pay_flush_packet),
13073         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13074         (gst_rtp_theora_pay_handle_buffer),
13075         (gst_rtp_theora_pay_plugin_init):
13076         * gst/rtp/gstrtptheorapay.h:
13077         Add theora pay/depayloaders.
13078
13079 2006-11-06  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/rtp/Makefile.am:
13082         We depend on gsttag to generate the vorbis comments.
13083
13084         * gst/rtp/gstrtpvorbisdepay.c:
13085         (gst_rtp_vorbis_depay_parse_configuration),
13086         (gst_rtp_vorbis_depay_setcaps),
13087         (gst_rtp_vorbis_depay_switch_codebook),
13088         (gst_rtp_vorbis_depay_process):
13089         * gst/rtp/gstrtpvorbisdepay.h:
13090         Parse configuration string in the depayloader.
13091         Implement selecting and switching to a new codebook.
13092         Receiving vorbis over RTP now works.
13093
13094         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13095         (gst_rtp_vorbis_pay_init_packet),
13096         (gst_rtp_vorbis_pay_finish_headers),
13097         (gst_rtp_vorbis_pay_handle_buffer):
13098         * gst/rtp/gstrtpvorbispay.h:
13099         Set timestamps on outgoing buffers and RTP packets.
13100         Fix configuration string, prepend number of Packet headers.
13101         Fix encoding of ident string.
13102         Add delivery-method to caps.
13103         Streaming vorbis over RTP now works.
13104
13105 2006-11-06  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13108         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13109         (gst_rtp_vorbis_pay_handle_buffer):
13110         * gst/rtp/gstrtpvorbispay.h:
13111         Generate a valid configuration string in the caps based on the
13112         vorbis headers.
13113
13114 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13115
13116         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13117         * ext/cdio/gstcdio.h:
13118         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13119           Move CD-TEXT utility function into common file so it can also be
13120           used by a future cdioparanoiasrc.
13121
13122 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13123         
13124         * sys/v4l2/Makefile.am:
13125         * sys/v4l2/gstv4l2object.c:
13126         * sys/v4l2/gstv4l2src.c:
13127         * sys/v4l2/gstv4l2xoverlay.c:
13128         * sys/v4l2/v4l2_calls.c:
13129         * sys/v4l2/v4l2src_calls.c:
13130         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13131         xoverlay code that is still not implemented.
13132
13133 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13134
13135         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13136           We require a -base more recent than 0.10.9, so it's safe to use
13137           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13138
13139         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13140         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13141           Use _newsegment_full() now that we depend on a recent enough core.
13142
13143         * gst/wavparse/gstwavparse.c:
13144           Remove cruft that we don't need any longer now that we depend on
13145           a recent enough -base.
13146
13147 2006-10-31  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/rtp/Makefile.am:
13150         * gst/rtp/gstrtp.c: (plugin_init):
13151         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13152         (gst_rtpilbcpay_setcaps):
13153         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13154
13155 2006-10-31  Wim Taymans  <wim@fluendo.com>
13156
13157         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13158         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13159         Some small cleanups, use _scale.
13160
13161 2006-10-31  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13164         Use higher precision scale function.
13165
13166 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13167
13168         Patch by: Michal Benes  <michal dot benes at itonis tv>
13169
13170         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13171         (gst_matroska_demux_read_track_encodings),
13172         (gst_matroska_decode_buffer):
13173           Fix several issues with encoded/compressed/encrypted/signed tracks;
13174           also, remove superfluous newline characters from some debug
13175           statements. (#366155)
13176
13177 2006-10-30  Wim Taymans  <wim@fluendo.com>
13178
13179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13181         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13182         (gst_smokedec_change_state):
13183         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13184         (gst_smokeenc_init), (gst_smokeenc_finalize),
13185         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13186         (gst_smokeenc_resync), (gst_smokeenc_chain),
13187         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13188         (gst_smokeenc_change_state):
13189         Various cleanups, capsnego and leak fixes.
13190
13191 2006-10-30  Wim Taymans  <wim@fluendo.com>
13192
13193         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13194
13195         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13196         Fix videomixer so that it can handle any combination of framerates.
13197         Fixes #367221.
13198
13199 2006-10-28  Wim Taymans  <wim@fluendo.com>
13200
13201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13202         (gst_avi_demux_parse_file_header),
13203         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13204         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13205         (gst_avi_demux_chain):
13206         Fix position query for audio. also fixes timestamps in streaming
13207         mode and bug #364958.
13208         Small cleanups.
13209
13210 2006-10-27  Wim Taymans  <wim@fluendo.com>
13211
13212         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13213         * ext/libpng/gstpngenc.h:
13214         Fix strides. Fixes #364856.
13215         Cleanup capsnego.
13216         Set caps on outgoing buffers.
13217
13218 2006-10-18  Wim Taymans  <wim@fluendo.com>
13219
13220         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13221
13222         * gst/rtp/gstrtpgsmpay.c:
13223         * gst/rtp/gstrtph263pay.c:
13224         * gst/rtp/gstrtpmpapay.c:
13225         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13226         (gst_rtp_pcma_pay_handle_buffer):
13227         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13228         Add static payload numbers in addition to the dynamic ones.
13229         Fixes #361639.
13230
13231 2006-10-18  Wim Taymans  <wim@fluendo.com>
13232
13233         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13234         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13235         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13236         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13237         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13238         * gst/rtsp/rtspdefs.h:
13239         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13240         * gst/rtsp/rtspurl.h:
13241         Reuse already existing enum for lower transport.
13242         Add rtspt and rtspu protocols.
13243         Send redirect to rtspt when udp times out.
13244
13245 2006-10-18  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13248         (gst_wavparse_stream_data):
13249         Fix seeking some more, mostly for speed changes.
13250
13251 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13252
13253         Patch by: Fredrik Persson  <frepe at bredband net>
13254
13255         * sys/v4l2/gstv4l2tuner.c:
13256         * sys/v4l2/gstv4l2tuner.h:
13257           Fix _set_channel(): remove useless g_object_notify() for "channel"
13258           property that doesn't exist any longer and therefore now also
13259           useless redirect (#338818).
13260
13261 2006-10-17  Wim Taymans  <wim@fluendo.com>
13262
13263         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13264         Some drivers do not support unsetting the non-blocking flag once the
13265         device is opened. In those cases, close/open the device in
13266         non-blocking mode. Fixes #362673.
13267
13268 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13269
13270         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13272         (gst_v4l2src_get_fps):
13273           dear stefan, framespersecond is not frameperiod, reverting but adding
13274           comment
13275
13276 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13277
13278         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13280         (gst_v4l2src_get_fps):
13281           Numerator is numerator and denominator is denominator. Say that aloud
13282           5 times and retry after next beer.
13283
13284 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         Patch by: Josep Torra Valles  <josep at fluendo com>
13287
13288         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13289         * ext/esd/esdsink.c: (gst_esdsink_write):
13290         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13291         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13292         (gst_flac_dec_send_newsegment):
13293         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13294         (gst_flac_enc_tell_callback):
13295         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13296         (smokecodec_parse_header), (smokecodec_decode):
13297         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13298         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13299         * gst/goom/Makefile.am:
13300         * gst/goom/gstgoom.c:
13301         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13302         * gst/rtsp/gstrtspsrc.c:
13303         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13304         * gst/udp/gstudpsink.c:
13305         * gst/udp/gstudpsrc.c:
13306         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13307         * sys/sunaudio/gstsunaudiomixertrack.h:
13308           Fix a bunch of problems discovered by the Forte compiler, mostly type
13309           mixups and pointer arithmetics with void pointers. Fixes #362603.
13310
13311 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13312
13313         * ext/speex/gstspeex.c: (plugin_init):
13314         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13315         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13316         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13317         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13318         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13319         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13320         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13321         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13322         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13323         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13324         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13325         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13326         * ext/speex/gstspeexenc.h:
13327           Miscellaneous clean-ups, among other things: speexenc => enc to
13328           enhance code readability; change speexenc => speex_enc; in chain
13329           function unref input buffer in case of error; take reference in
13330           event function; use boilerplate macro; use gst_pad_query_peer_*
13331           convenience functions.
13332
13333 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13336         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13337         (gst_speexenc_set_header_on_caps):
13338           Fix some mem leaks.
13339
13340 2006-10-11  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/rtsp/URLS:
13343         Added some other URL.
13344
13345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13346         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13347         (gst_rtspsrc_open), (gst_rtspsrc_play),
13348         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13349         * gst/rtsp/gstrtspsrc.h:
13350         Work on fallback to TCP connection when the UDP socket times out.
13351         Handler server requests, just reply with OK for now.
13352
13353         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13354         * gst/rtsp/rtspdefs.h:
13355         Added some more Real extension headers.
13356
13357         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13358         Fix parsing of urls with a ':' that is not part of the hostname:port
13359         part of the url.
13360
13361 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13364         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13365         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13366           Activate pad before adding it to the already-running element.
13367
13368         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13369           Activate newly-created pad too.
13370
13371 2006-10-11  Wim Taymans  <wim@fluendo.com>
13372
13373         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13374
13375         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13376         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13377         (gst_udpsrc_start):
13378         Fix some leaks in caps and uris. Fixes #361252.
13379
13380 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * gst/wavparse/Makefile.am:
13383           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13384
13385 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13386
13387         * sys/v4l2/gstv4l2xoverlay.c:
13388         * sys/v4l2/gstv4l2xoverlay.h:
13389         Fix build as per the patch in #338818 comment 36.
13390
13391 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13394           Activate pads before adding them to the source.
13395
13396 2006-10-06  Wim Taymans  <wim@fluendo.com>
13397
13398         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13399         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13400         Activate pads before adding.
13401
13402 2006-10-06  Wim Taymans  <wim@fluendo.com>
13403
13404         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13405         (gst_multipart_find_pad_by_mime):
13406         Activate pads before adding.
13407
13408         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13409         BOILERPLATE sets parent_class for us.
13410
13411 2006-10-06  Wim Taymans  <wim@fluendo.com>
13412
13413         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13414         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13415         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13416         (gst_rtspsrc_alloc_udp_ports),
13417         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13418         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13419         (gst_rtspsrc_create_transports_string),
13420         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13421         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13422         * gst/rtsp/gstrtspsrc.h:
13423         Rework how the transport string is constructed, try to share channels
13424         and udp ports.
13425         Make most of the stuff less dependant on RTP as we are also going to use
13426         it for RDT.
13427         Add support for transport specific session managers.
13428
13429         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13430         Implement _flush().
13431
13432         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13433         * gst/rtsp/rtspdefs.h:
13434         Add generic error return code.
13435
13436         * gst/rtsp/rtspext.h:
13437         Add support for pluggable tranport strings.
13438
13439         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13440         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13441         (rtsp_ext_wms_get_context):
13442         Detect WMServer and activate the extension.
13443
13444         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13445         (rtsp_transport_get_manager), (rtsp_transport_parse):
13446         * gst/rtsp/rtsptransport.h:
13447         Added methods to get mime/manager for certain transports.
13448
13449 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * ext/cairo/gsttimeoverlay.c:
13452         (gst_cairo_time_overlay_update_font_height):
13453         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13454         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13455         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13456         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13457         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13458         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13459         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13460         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13461         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13462         (gst_avi_demux_stream_data):
13463         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13464         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13465         (gst_fenced_buffer_copy):
13466         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13467         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13470         (gst_rtspsrc_handle_message):
13471         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13472         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13473           Printf format fixes.
13474
13475 2006-10-04  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/rtsp/Makefile.am:
13478         Dist new .h file too.
13479
13480 2006-10-04  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst/rtsp/Makefile.am:
13483         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13484         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13486         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13487         (gst_rtspsrc_parse_rtpmap),
13488         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13489         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13490         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13491         * gst/rtsp/gstrtspsrc.h:
13492         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13493         * gst/rtsp/rtspdefs.h:
13494         * gst/rtsp/rtspext.h:
13495         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13496         (rtsp_ext_wms_get_context):
13497         * gst/rtsp/rtspextwms.h:
13498         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13499         (rtsp_transport_parse):
13500         * gst/rtsp/rtsptransport.h:
13501         Factor out extension in separate module.
13502         Fix getcaps to filter against the padtemplate.
13503         Use Content-Base if the server gives one.
13504         Rework the transport parsing a bit for future extensions.
13505         Added some Real Header field definitions.
13506
13507 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13508
13509         * docs/plugins/Makefile.am:
13510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13512           added v4l2 stubs
13513         * gst-plugins-good.spec.in:
13514           add v4l2
13515
13516 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13517
13518         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13519           Extract disc/album/medium number and count and try harder
13520           to extract track number/count.
13521
13522 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13523
13524         * configure.ac:
13525         * sys/Makefile.am:
13526           add build stuff for v4l2, needs --enable-experimental until
13527           the last bits are resolved
13528
13529 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13530
13531         * tests/check/Makefile.am:
13532           Disable autodetect test temporarily, so that the build bots
13533           update -bad and the ranks of unreliable video sinks in there.
13534
13535         * tests/check/elements/autodetect.c: (GST_START_TEST):
13536           Skip test if no usable videosink is found.
13537
13538 2006-09-29  Wim Taymans  <wim@fluendo.com>
13539
13540         * gst/rtsp/URLS:
13541         Add some more URLs.
13542
13543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13544         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13545         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13546         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13547         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13548         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13549         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13550         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13551         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13552         * gst/rtsp/gstrtspsrc.h:
13553         Add timeout property to control UDP timeouts.
13554         Fix error messages.
13555         Also start a loop function when operating in UDP mode so that we can
13556         do some more stuff async.
13557         Handle element messages from udpsrc to detect timeouts. If a timeout
13558         happens we currently generate an error.
13559         API: rtspsrc::timeout property.
13560
13561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13562         (gst_udpsrc_create):
13563         Really implement the timeout in microseconds and not milliseconds.
13564
13565 2006-09-29  Wim Taymans  <wim@fluendo.com>
13566
13567         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13568         (gst_udpsrc_create), (gst_udpsrc_set_property),
13569         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13570         * gst/udp/gstudpsrc.h:
13571         Added property to post a message on timeout.
13572         Updated docs.
13573         When restarting the select, initialize the fdsets again.
13574         Init control sockets so we don't accidentally close a random socket.
13575         API: GstUDPSrc::timeout property
13576
13577 2006-09-29  Wim Taymans  <wim@fluendo.com>
13578
13579         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13580         Fix flag registration.
13581
13582         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13583         Reading 0 also means 'no more commands'
13584
13585 2006-09-29  Wim Taymans  <wim@fluendo.com>
13586
13587         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13588
13589         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13590         Fix possible infinite loop when shutting down, a read can also return
13591         0 to indicate no more messages are available. Fixes #358156.
13592
13593 2006-09-25  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst/autodetect/gstautoaudiosink.c:
13596         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13597         (gst_auto_audio_sink_find_best):
13598         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13599         Small cleanups.
13600         don't try to set "sync" property when it is not available.
13601
13602 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         Patch by: Peter Kjellerstedt  <pkj at axis com>
13605
13606         * gst/alpha/gstalpha.c:
13607         * gst/rtp/gstrtpamrdepay.c:
13608         * gst/rtsp/gstrtspsrc.c:
13609         * gst/udp/gstudpsrc.c:
13610         * gst/videomixer/videomixer.c:
13611           Include stdlib.h in some more places, makes things compile
13612           with uClibc and -Werror (#357592).
13613
13614 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13615
13616         * ext/jpeg/gstjpegdec.c:
13617           Set minimum height to 8 (from 16), our code should handle
13618           that fine. Some of the buttons on the apple trailer site
13619           are apparently only 15 pixels high (see #357470).
13620
13621 2006-09-23  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13624         (gst_rtspsrc_open):
13625         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13626         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13627         (rtsp_connection_receive):
13628         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13629         * gst/rtsp/rtspdefs.h:
13630         Improve error reporting.
13631
13632 2006-09-23  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13635         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13636         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13637         * gst/rtp/gstrtpdepay.c:
13638         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13639         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13640         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13641         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13642         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13643         (gst_rtp_mp2t_depay_plugin_init):
13644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13645         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13646         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13647         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13648         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13649         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13650         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13651         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13652         Fix klass typos.
13653         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13654
13655 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * configure.ac:
13658           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13659
13660 2006-09-22  Wim Taymans  <wim@fluendo.com>
13661
13662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13663         Don't check for a tag that is never there and check if we read the
13664         correct tag. Fixes seeking again.
13665         We must post an error when all pads are unlinked.
13666
13667 2006-09-22  Wim Taymans  <wim@fluendo.com>
13668
13669         * gst/rtp/Makefile.am:
13670         * gst/rtp/gstrtp.c: (plugin_init):
13671         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13672         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13673         (gst_rtp_vorbis_pay_reset_packet),
13674         (gst_rtp_vorbis_pay_init_packet),
13675         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13676         (gst_rtp_vorbis_pay_handle_buffer):
13677         More fixage, set endoder-params correctly in the payloader.
13678
13679 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst/autodetect/gstautoaudiosink.c:
13682         (gst_auto_audio_sink_base_init):
13683         * gst/autodetect/gstautovideosink.c:
13684         (gst_auto_video_sink_base_init):
13685           Make static pad templates static to appease valgrind's leak
13686           detector.
13687
13688         * tests/check/Makefile.am:
13689         * tests/check/elements/.cvsignore:
13690         * tests/check/elements/autodetect.c: (GST_START_TEST),
13691         (autodetect_suite):
13692           Add simple test for the ghostpad lockup on shutdown fixed in core
13693           CVS (audio bit disabled because it would need dozens of alsa
13694           suppressions and I'm too lazy to add those now).
13695
13696 2006-09-22  Wim Taymans  <wim@fluendo.com>
13697
13698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13699         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13700         Small cleanups.
13701
13702         * gst/rtp/Makefile.am:
13703         * gst/rtp/gstrtp.c: (plugin_init):
13704         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13705         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13706         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13707         (gst_rtp_vorbis_depay_process),
13708         (gst_rtp_vorbis_depay_set_property),
13709         (gst_rtp_vorbis_depay_get_property),
13710         (gst_rtp_vorbis_depay_change_state),
13711         (gst_rtp_vorbis_depay_plugin_init):
13712         * gst/rtp/gstrtpvorbisdepay.h:
13713         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13714         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13715         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13716         (gst_rtp_vorbis_pay_flush_packet),
13717         (gst_rtp_vorbis_pay_append_buffer),
13718         (gst_rtp_vorbis_pay_handle_buffer),
13719         (gst_rtp_vorbis_pay_plugin_init):
13720         * gst/rtp/gstrtpvorbispay.h:
13721         Add experimental vorbis pay and depayloaders.
13722
13723 2006-09-21  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13726         Fix profile-level-id parsing and setup.
13727
13728 2006-09-21  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/udp/README:
13731         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13732         Update README, simple cleanup.
13733
13734 2006-09-21  Wim Taymans  <wim@fluendo.com>
13735
13736         * gst/rtp/README:
13737         Update README with some examples.
13738
13739         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13740         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13741         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13742         (gst_rtp_mp4g_pay_setcaps):
13743         * gst/rtp/gstrtpmp4gpay.h:
13744         Make optional RTP parameters of type STRING, as required by the
13745         application/x-rtp caps specification.
13746
13747 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13748
13749         * gst/rtp/gstrtph263pdepay.c:
13750         * gst/rtp/gstrtph263ppay.c:
13751         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13752         RTP header.
13753
13754 2006-09-20  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/rtp/Makefile.am:
13757         And makefile too.
13758
13759 2006-09-20  Wim Taymans  <wim@fluendo.com>
13760
13761         * gst/rtp/gstrtp.c: (plugin_init):
13762         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13763         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13764         (decode_base64), (gst_rtp_asf_depay_setcaps),
13765         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13766         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13767         (gst_rtp_asf_depay_plugin_init):
13768         * gst/rtp/gstrtpasfdepay.h:
13769         Added preliminary ASF depayloader.
13770
13771         * gst/rtp/gstrtph264depay.c: (decode_base64):
13772         Fix base64 decoding.
13773
13774 2006-09-20  Wim Taymans  <wim@fluendo.com>
13775
13776         * gst/rtsp/URLS:
13777         Added some test URLS.
13778
13779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13780         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13781         * gst/rtsp/gstrtspsrc.h:
13782         When creating streams, give access to the complete SDP.
13783         Fix some leaks.
13784         Collect and merge global stream properties in stream caps.
13785         Preliminary support for WMServer.
13786
13787         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13788         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13789         (rtsp_connection_receive):
13790         * gst/rtsp/rtspconnection.h:
13791         Make connection interruptable.
13792         Refactor to make it reconnectable.
13793         Don't fail on short reads when reading data packets.
13794
13795         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13796         (rtsp_url_get_port):
13797         * gst/rtsp/rtspurl.h:
13798         Add methods for getting/setting the port.
13799
13800         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13801         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13802         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13803         (sdp_media_get_format), (sdp_parse_line),
13804         (sdp_message_parse_buffer):
13805         Fix headers. 
13806         Add methods for getting multiple attributes with the same name.
13807         Increase buffer size when parsing.
13808         Fix parsing of a=foo fields.
13809
13810         * gst/rtsp/test.c: (main):
13811         Update to new connection API.
13812
13813         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13814         (rtsp_message_init_response), (rtsp_message_init_data),
13815         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13816         * gst/rtsp/rtspmessage.h:
13817         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13818         * gst/rtsp/rtsptransport.h:
13819         * gst/rtsp/sdp.h:
13820         * gst/rtsp/sdpmessage.h:
13821         * gst/rtsp/gstrtsp.c:
13822         * gst/rtsp/gstrtsp.h:
13823         * gst/rtsp/gstrtpdec.c:
13824         * gst/rtsp/gstrtpdec.h:
13825         * gst/rtsp/rtsp.h:
13826         * gst/rtsp/rtspdefs.c:
13827         * gst/rtsp/rtspdefs.h:
13828         Dual licensed under MIT and LGPL now.
13829
13830 2006-09-19  Wim Taymans  <wim@fluendo.com>
13831
13832         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13833         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13834         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13835         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13836         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13837         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13838         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13839         * gst/rtsp/gstrtspsrc.h:
13840         Reorganize stream parsing and creation.
13841         Detect container formats in interleaved mode.
13842         Keep more state about the streams.
13843         Assume a server also supports PLAY if it does not say.
13844         Add unicast and interleaved properties to TCP transport requests to make
13845         some servers happy (WMServer).
13846
13847         * gst/rtsp/sdpmessage.h:
13848         Add some defines for the standard Bandwidth types.
13849
13850 2006-09-19  Wim Taymans  <wim@fluendo.com>
13851
13852         * gst/rtsp/test.c: (main):
13853         Fix build.
13854
13855 2006-09-19  Wim Taymans  <wim@fluendo.com>
13856
13857         * gst/wavparse/gstwavparse.c:
13858         Add ms-gsm to the src template.
13859
13860 2006-09-18  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13863         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13864         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13865         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13866         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13867         * gst/rtsp/gstrtspsrc.h:
13868         Small cleanups, added documentation.
13869         Try to clean up the requests and responses.
13870         Refactor parsing the supported methods.
13871
13872         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13873         (rtsp_connection_create), (rtsp_connection_send),
13874         (parse_response_status), (parse_request_line),
13875         (rtsp_connection_receive), (rtsp_connection_close),
13876         (rtsp_connection_free):
13877         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13878         (rtsp_transport_init), (rtsp_transport_parse),
13879         (rtsp_transport_free):
13880         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13881         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13882         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13883         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13884         Use g_return_val some more.
13885
13886         * gst/rtsp/rtspdefs.h:
13887         Add more enum values to track initial states.
13888
13889         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13890         (rtsp_message_init_request), (rtsp_message_new_response),
13891         (rtsp_message_init_response), (rtsp_message_init_data),
13892         (rtsp_message_unset), (rtsp_message_free),
13893         (rtsp_message_add_header), (rtsp_message_remove_header),
13894         (rtsp_message_get_header), (rtsp_message_set_body),
13895         (rtsp_message_take_body), (rtsp_message_get_body),
13896         (rtsp_message_steal_body), (rtsp_message_dump):
13897         * gst/rtsp/rtspmessage.h:
13898         Reorder arguments, object goes as the first one.
13899         Use g_return_val some more.
13900
13901 2006-09-18  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13904         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13905         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13906         * gst/rtsp/gstrtspsrc.h:
13907         Export sometimes source pad with correct caps on the template, create
13908         the ghostpad from the template.
13909         Remove RTCP template as we never expose RTCP.
13910         Protect against invalid body size.
13911         Avoid memcpy when creating the output buffer.
13912         Properly post an error and send EOS when the loop function is shut down.
13913
13914 2006-09-18  Wim Taymans  <wim@fluendo.com>
13915
13916         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13917
13918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13919         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13920         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13921         * gst/rtsp/gstrtspsrc.h:
13922         Make sure we can never set an invalid location.
13923
13924         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13925         * gst/rtsp/rtspmessage.h:
13926         Added _steal_body method for future use.
13927
13928         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13929         Make freeing of NULL url return immediatly.
13930
13931 2006-09-18  Wim Taymans  <wim@fluendo.com>
13932
13933         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13934
13935         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13936         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13937         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13938         (gst_rtspsrc_change_state):
13939         * gst/rtsp/gstrtspsrc.h:
13940         Use boilerplate.
13941         Make rtspsrc subclass GstBin to make state changes easier.
13942         Add Range header field on the PLAY request.
13943
13944 2006-09-18  Wim Taymans  <wim@fluendo.com>
13945
13946         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13947
13948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13949         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13950         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13951         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13952         * gst/rtsp/rtspconnection.c: (inet_aton):
13953         Small cleanups.
13954         when multicast is selected as the transport, create UDP sources and
13955         connect to the multicast group.
13956         Move parsing and setting of caps to a common place.
13957         Fixes #349894.
13958
13959 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13960
13961         * ext/flac/gstflactag.c:
13962         * gst/alpha/gstalpha.c:
13963         * gst/debug/breakmydata.c:
13964         * gst/debug/negotiation.c:
13965         * gst/debug/testplugin.c:
13966         * gst/effectv/gstaging.c:
13967         * gst/effectv/gstdice.c:
13968         * gst/effectv/gstedge.c:
13969         * gst/effectv/gstquark.c:
13970         * gst/effectv/gstrev.c:
13971         * gst/effectv/gstshagadelic.c:
13972         * gst/effectv/gstvertigo.c:
13973         * gst/effectv/gstwarp.c:
13974         * gst/multipart/multipartdemux.c:
13975         * gst/multipart/multipartmux.c:
13976         * gst/videobox/gstvideobox.c:
13977         * gst/videofilter/gstgamma.c:
13978         * gst/videofilter/gstvideotemplate.c:
13979         * gst/videomixer/videomixer.c:
13980         * sys/sunaudio/gstsunaudiosrc.h:
13981         More G_OBJECT macro fixing.
13982
13983 2006-09-16  Wim Taymans  <wim@fluendo.com>
13984
13985         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13986
13987         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13988         Correctly set the dwLength in strh.
13989         With this patch, the file duration is now displayed correctly in window
13990         media player and the AVI plays completely. Fixes #356147
13991
13992 2006-09-15  Wim Taymans  <wim@fluendo.com>
13993
13994         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13995
13996         * sys/sunaudio/gstsunaudiomixerctrl.c:
13997         (gst_sunaudiomixer_ctrl_build_list):
13998         Set the output track as the MASTER so that the gnome-settings-daemon
13999         keybindings for changing the volume using the keyboard works.
14000         Fixes #356142.
14001
14002 2006-09-15  Wim Taymans  <wim@fluendo.com>
14003
14004         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14005         Fix documentation, it is not possible to control the framerate of jpegdec
14006         using filtered caps yet. Fixes #355210.
14007         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14008         stop when there is an error.
14009
14010 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14013         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14014           Don't interpret a first buffer with an offset of NONE as
14015           'from the middle of the stream', but only a first buffer
14016           that has a valid buffer offset that's non-zero (see #345449).
14017
14018 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14021         (gst_icydemux_typefind_or_forward):
14022         * gst/icydemux/gsticydemux.h:
14023           When we merge/collect multiple incoming buffers for typefinding
14024           purposes, keep an initial 0 offset on the first outgoing buffer
14025           as well (otherwise id3demux won't work right). Fixes #345449.
14026           Also Make buffer metadata writable before setting buffer caps.
14027
14028         * tests/check/elements/icydemux.c: (typefind_succeed),
14029         (cleanup_icydemux), (push_data), (GST_START_TEST),
14030         (icydemux_suite):
14031           Small test case for the above.
14032
14033 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14034
14035         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14036         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14037         (gst_avi_demux_stream_header_push),
14038         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14039         (gst_avi_demux_loop):
14040           More code reuse and better logging in _peek_chunk(). Reintroduce check
14041           for chunk sizes before reading them (avoid oom). Better handling for 
14042           invalid chunksizes when streaming.
14043
14044 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14045
14046         * gst/level/gstlevel.c: (gst_level_set_property):
14047         * gst/level/gstlevel.h:
14048           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14049           René Stadler
14050
14051 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14052
14053         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14054         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14055         (gst_avi_demux_stream_data):
14056           Revert one change to fix streaming avi (adapter size != data size).
14057
14058 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14061
14062         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14063         (gst_matroska_demux_reset),
14064         (gst_matroska_demux_read_track_encodings),
14065         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14066         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14067         (gst_matroska_demux_subtitle_caps):
14068         * gst/matroska/matroska-ids.h:
14069           Add support for VOBSUB subtitle tracks and zlib-compressed
14070           tracks. Make sure we start on a keyframe after a seek. (#343348)
14071
14072 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14073
14074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14075         (gst_matroska_demux_push_flac_codec_priv_data),
14076         (gst_matroska_demux_push_xiph_codec_priv_data),
14077         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14078         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14079         * gst/matroska/matroska-ids.h:
14080           Add basic FLAC support (#311586), not perfect yet though, needs some
14081           tweaking in flacdec; also, seeking could be better.
14082           Do better bounds checking when deserialising vorbis stream headers
14083           to make sure we don't read beyond the end of the buffer on bad input.
14084
14085 2006-09-04  Wim Taymans  <wim@fluendo.com>
14086
14087         Patch by: Alessandro Decina <alessandro at nnva dot org>
14088
14089         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14090         Seeking back in a file containing a CMML stream errors out if the seek
14091         goes back up to the CMML headers. This is because after the seek the xml
14092         processing instruction <?xml ...?> is submitted to the xml parser again, 
14093         which results in an error. The attached patch fixes the problem. 
14094         Fixes #353908.
14095
14096         * ext/annodex/gstcmmlenc.h:
14097         Fix authors name.
14098
14099
14100 2006-08-28  Andy Wingo  <wingo@pobox.com>
14101
14102         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14103         New helper function to lessen the ifdefs.
14104         (GST_INFO_OBJECT): 
14105         (gst_dv1394src_iso_receive): Use it.
14106         (gst_dv1394src_create): Also use the control sockets in iec61883
14107         mode.
14108         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14109         handle for AVC operations; fixes #348233.
14110
14111 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14112
14113         * configure.ac:
14114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14115         * docs/plugins/inspect/plugin-audiofx.xml:
14116         * docs/plugins/inspect/plugin-audiofxgood.xml:
14117         * gst/audiofx/Makefile.am:
14118         * gst/audiofx/audiofx.c:
14119         * gst/audiofxgood/.cvsignore:
14120         * gst/audiofxgood/Makefile.am:
14121         * gst/audiofxgood/audiofx.c:
14122         * gst/audiofxgood/audiopanorama.c:
14123         * gst/audiofxgood/audiopanorama.h:
14124           Rename again (audiofxgood -> audiofx).
14125
14126 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14127
14128         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14129         (gst_avi_demux_stream_scan):
14130           Initialze variables.
14131
14132 2006-08-25  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14135         (gst_avi_demux_init), (gst_avi_demux_finalize),
14136         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14137         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14138         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14139         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14140         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14141         (gst_avi_demux_massage_index),
14142         (gst_avi_demux_calculate_durations_from_index),
14143         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14144         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14145         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14146         (gst_avi_demux_change_state):
14147         * gst/avi/gstavidemux.h:
14148         More attempts to turn this into readable code.
14149         Don't leak adapters.
14150         Calculate duration according to index more efficiently.
14151         Don't try to act like we drive the pipeline in chain mode.
14152
14153 2006-08-25  Wim Taymans  <wim@fluendo.com>
14154
14155         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14156         Fix build.
14157
14158 2006-08-25  Wim Taymans  <wim@fluendo.com>
14159
14160         Patch by: Alessandro Decina <alessandro at nnva dot org>
14161
14162         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14163         Do some extra sanity checks.
14164         Fixes #350340.
14165
14166         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14167         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14168         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14169         Check if clip->start_time is valid before adding the clip to the
14170         track list.
14171         Reset enc->preamble going from PAUSED to READY.
14172         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14173         only used for EOS.
14174         Only post an error message if we were the one that created the fatal
14175         GstFlowReturn value.
14176
14177         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14178         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14179         Parse the seconds field of the npt-sec time format using %llu rather than
14180         %d and check that the value scaled by GST_SECOND doesn't overflow.
14181         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14182         Lookup a clip's track with clip->track rather than clip->id which
14183         makes no sense.
14184         Identify a clip by its track and start time and not its xml id.
14185         do some more input checking and make sure we don't do undefined shifts.
14186
14187         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14188         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14189         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14190         (push_clip), (push_empty_clip), (check_output_clip),
14191         (GST_START_TEST), (cmmldec_suite):
14192         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14193         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14194         (check_headers), (push_clip), (check_clip_times), (check_clip),
14195         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14196         Added some more checks.
14197
14198 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14199
14200         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14201         (gst_audio_panorama_set_property),
14202         (gst_audio_panorama_get_property),
14203         (gst_audio_panorama_transform_m2s_int),
14204         (gst_audio_panorama_transform_s2s_int),
14205         (gst_audio_panorama_transform_m2s_float),
14206         (gst_audio_panorama_transform_s2s_float):
14207         * gst/audiofxgood/audiopanorama.h:
14208         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14209           Make also the pan-property float (saves scaling and yields better
14210           resolution)
14211
14212 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14213
14214         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14215         (gst_audio_panorama_transform_m2s_float),
14216         (gst_audio_panorama_transform_s2s_float):
14217           ChangeLog surgery to add cymax's real name
14218
14219
14220 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14221
14222         Patch by: René Stadler <mail@renestadler.de>
14223
14224         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14225         (gst_audio_panorama_transform_m2s_int),
14226         (gst_audio_panorama_transform_s2s_int),
14227         (gst_audio_panorama_transform_m2s_float),
14228         (gst_audio_panorama_transform_s2s_float),
14229         (gst_audio_panorama_transform):
14230         * gst/audiofxgood/audiopanorama.h:
14231           Added float support
14232
14233 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14234
14235         * gst/audiofxgood/audiopanorama.c:
14236         (gst_audio_panorama_transform_m2s):
14237           Fix docs & debug category. Add Fixme for volume pan levels.
14238
14239 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14240
14241         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14242         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14243         (gst_avi_demux_stream_header_pull),
14244         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14245         (gst_avi_demux_chain):
14246           unbreak AVI index handling, some more debug, remove an obsolete
14247           adapter_flush that caused streaming to wander off in the wild
14248
14249 2006-08-24  Wim Taymans  <wim@fluendo.com>
14250
14251         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14252         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14253         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14254         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14255         (gst_avi_demux_calculate_durations_from_index),
14256         (gst_avi_demux_stream_header_push),
14257         (gst_avi_demux_stream_header_pull):
14258         * gst/avi/gstavidemux.h:
14259         Some more cleanups. 
14260         Fix totalFrames parsing in ODML.
14261         Disable use of index for length calculation in case of ODML as this is
14262         broken now.
14263
14264 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14267           Use libgsttag helper function here too.
14268
14269 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14270
14271         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14272         (gst_avi_demux_init), (gst_avi_demux_dispose),
14273         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14274         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14275         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14276         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14277         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14278         (gst_avi_demux_parse_subindex),
14279         (gst_avi_demux_read_subindexes_push),
14280         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14281         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14282         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14283         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14284         (gst_avi_demux_stream_header_pull),
14285         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14286         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14287         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14288         (gst_avi_demux_change_state):
14289         * gst/avi/gstavidemux.h:
14290           Initial streaming support for avidemux (fixes #336465)
14291
14292 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14293
14294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14295           There is no taglibmux element ...
14296
14297         * gst/rtsp/gstrtspsrc.c:
14298           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14299           was complaining about unknown entity here.
14300
14301 2006-08-22  Wim Taymans  <wim@fluendo.com>
14302
14303         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14304         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14305         (gst_avi_demux_process_next_entry):
14306         * gst/avi/gstavidemux.h:
14307         Mark DISCONT.
14308         Remove old unused fields and reorder the struct a bit.
14309
14310 2006-08-22  Wim Taymans  <wim@fluendo.com>
14311
14312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14313         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14314         (gst_rtspsrc_pause):
14315         * gst/rtsp/gstrtspsrc.h:
14316         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14317         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14318         Small documentation updates.
14319
14320 2006-08-22  Wim Taymans  <wim@fluendo.com>
14321
14322         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14323         (gst_avi_demux_index_entry_for_time),
14324         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14325         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14326         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14327         (gst_avi_demux_next_data_buffer),
14328         (gst_avi_demux_calculate_durations_from_index),
14329         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14330         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14331         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14332         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14333         * gst/avi/gstavidemux.h:
14334         Precalc most of the duration query for each stream.
14335         Make seeking more correct.
14336         Use GstSegment to track position and duration.
14337         Code cleanups and leak fixes.
14338         Calculate correct total duration based on index length.
14339
14340 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14341
14342         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14343         (parse_insert_string_field):
14344           If strings in text fields are marked ISO8859-1, but contain
14345           valid UTF-8 already, then handle them as UTF-8 and ignore
14346           the encoding. (#351794)
14347
14348 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14351         (gst_flac_dec_write), (gst_flac_dec_loop),
14352         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14353         (gst_flac_dec_src_query):
14354         * ext/flac/gstflacdec.h:
14355           Make flac-in-ogg work (#352100).
14356
14357 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14358
14359         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14360           Don't unref buffers of which we've already given away
14361           ownership to the adapter.
14362
14363 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14364
14365         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14366           Make metadata extraction actually work.
14367
14368         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14369         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14370         (gst_speexenc_chain):
14371           Fix metadata writing: replace old code which wrote completely
14372           broken tags with libgsttag-based code. Plus miscellaneous
14373           code cleanups (use static pad templates etc.) and a bunch
14374           of leak fixes.
14375
14376 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14377
14378         * gst/audiopanorama/.cvsignore:
14379         * gst/audiopanorama/Makefile.am:
14380         * gst/audiopanorama/audiofx.c:
14381         * gst/audiopanorama/audiopanorama.c:
14382         * gst/audiopanorama/audiopanorama.h:
14383           die! die! die! you should never have been there
14384
14385 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14386
14387         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14388         Fix invalid memory access in audiopanorama test suite.
14389
14390 2006-08-21  Edward Hervey  <edward@fluendo.com>
14391
14392         * tests/check/elements/.cvsignore:
14393         ignore built file
14394
14395 2006-08-21  Wim Taymans  <wim@fluendo.com>
14396
14397         * gst/rtp/Makefile.am:
14398         Fix the build again.
14399
14400 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14401
14402         * gst/audiofxgood/.cvsignore:
14403         * gst/audiofxgood/Makefile.am:
14404         * gst/audiofxgood/audiofx.c: (plugin_init):
14405         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14406         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14407         (gst_audio_panorama_set_property),
14408         (gst_audio_panorama_get_property),
14409         (gst_audio_panorama_get_unit_size),
14410         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14411         (gst_audio_panorama_transform_m2s),
14412         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14413         * gst/audiofxgood/audiopanorama.h:
14414           resubmit with the desired name *again*
14415
14416 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14417
14418         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14419         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14420           use g_assert in _get_unit_size
14421
14422 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14423
14424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14426         * docs/plugins/inspect/plugin-audiofxgood.xml:
14427           cleanup -unused.txt to make it useful, add previously missing docs
14428
14429         * ext/Makefile.am:
14430           Quietly (accidentally) enable LADSPA for building by default, 
14431           despite the fact that it doesn't meet the plugin checklist.
14432             -- Added by Jan Schmidt 18 Dec 2006
14433
14434         * ext/esd/esdmon.c:
14435         * ext/esd/esdsink.c:
14436         * ext/esd/gstesd.c: (plugin_init):
14437           reflow to get rid of two external symbols
14438
14439         * gst/audiofxgood/audiofx.c: (plugin_init):
14440           re-add
14441
14442 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14443
14444         * configure.ac:
14445         * gst/audiofxgood/.cvsignore:
14446         * gst/audiofxgood/Makefile.am:
14447         * gst/audiofxgood/audiofx.c
14448         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14449         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14450         (gst_audio_panorama_set_property),
14451         (gst_audio_panorama_get_property),
14452         (gst_audio_panorama_get_unit_size),
14453         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14454         (gst_audio_panorama_transform_m2s),
14455         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14456         * gst/audiofxgood/audiopanorama.h:
14457         * tests/check/Makefile.am:
14458         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14459         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14460         (panorama_suite), (main):
14461         Add audiofxgood plugin with audiopanorama element
14462
14463 2006-08-18  Wim Taymans  <wim@fluendo.com>
14464
14465         * docs/plugins/Makefile.am:
14466         More Oss docs fixage. 
14467
14468 2006-08-18  Wim Taymans  <wim@fluendo.com>
14469
14470         * gst/rtp/Makefile.am:
14471         * gst/rtp/gstrtp.c: (plugin_init):
14472         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14473         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14474         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14475         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14476         (gst_rtp_sv3v_depay_get_property),
14477         (gst_rtp_sv3v_depay_change_state),
14478         (gst_rtp_sv3v_depay_plugin_init):
14479         * gst/rtp/gstrtpsv3vdepay.h:
14480         Added experimental SVQ3 depayloader.
14481
14482 2006-08-18  Edward Hervey  <edward@fluendo.com>
14483
14484         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14485         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14486         * ext/dv/gstdvdemux.h:
14487         When handling seek requests, don't send the newsegment event from the
14488         calling thread. Instead save it so it can be sent from the streaming
14489         thread.
14490
14491 2006-08-17  Wim Taymans  <wim@fluendo.com>
14492
14493         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14494
14495         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14496         Accept leading whitespace before the boundary
14497         This patch makes the demuxer allow some whitespace before the actual
14498         boundary. This makes the demuxer work with the ``old'' gstreamer
14499         multipartmuxer again (which placed an extra \n before the start
14500         of the stream) Fixes #349068.
14501
14502 2006-08-17  Wim Taymans  <wim@fluendo.com>
14503
14504         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14505         Error out on non-implemented stuff.
14506
14507 2006-08-16  Wim Taymans  <wim@fluendo.com>
14508
14509         Patch by: Andy Wingo <wingo at pobox dot com>
14510
14511         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14512         (gst_signal_processor_start), (gst_signal_processor_stop),
14513         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14514         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14515         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14516         (gst_signal_processor_change_state):
14517         Make ladspa elements reusable. Fixes #350006.
14518
14519 2006-08-16  Wim Taymans  <wim@fluendo.com>
14520
14521         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14522         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14523         names as possible. Fixes #349901.
14524
14525 2006-08-16  Wim Taymans  <wim@fluendo.com>
14526
14527         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14528         (gst_signal_processor_do_pushes):
14529         A push() gives away our refcount so we should not use the buffer on the
14530         pen anymore.
14531
14532 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14535         (gst_oss_mixer_element_finalize):
14536           Don't leak device string.
14537
14538 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * configure.ac:
14541           Require CVS of GStreamer core and -base (for
14542           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14543
14544         * ext/taglib/gstid3v2mux.cc:
14545           Write extended comment tags properly (#348762).
14546
14547         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14548         (parse_comment_frame):
14549           Extract COMM frames into extended comments, which makes it
14550           easier to properly retain the description bit of the tag
14551           and maintain this information when re-tagging (#348762).
14552
14553 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         * tests/check/Makefile.am:
14556           Don't try to run annodex unit tests if the annodex
14557           plugin has not been built (Fixes #351116).
14558
14559 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * gst/autodetect/gstautoaudiosink.c:
14562         (gst_auto_audio_sink_find_best):
14563           When we can't find a usable audiosink, don't error out,
14564           but use a fake sink instead and post a warning message
14565           on the bus (#341278).
14566
14567 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14570         * sys/oss/gstosssink.c:
14571         * sys/oss/gstosssrc.c:
14572           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14573           ossmixer's new device property.
14574
14575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14577           Add docs for OSS elements.
14578
14579         * docs/plugins/inspect/plugin-aasink.xml:
14580         * docs/plugins/inspect/plugin-alaw.xml:
14581         * docs/plugins/inspect/plugin-alpha.xml:
14582         * docs/plugins/inspect/plugin-alphacolor.xml:
14583         * docs/plugins/inspect/plugin-annodex.xml:
14584         * docs/plugins/inspect/plugin-apetag.xml:
14585         * docs/plugins/inspect/plugin-auparse.xml:
14586         * docs/plugins/inspect/plugin-autodetect.xml:
14587         * docs/plugins/inspect/plugin-avi.xml:
14588         * docs/plugins/inspect/plugin-cacasink.xml:
14589         * docs/plugins/inspect/plugin-cairo.xml:
14590         * docs/plugins/inspect/plugin-cdio.xml:
14591         * docs/plugins/inspect/plugin-cutter.xml:
14592         * docs/plugins/inspect/plugin-debug.xml:
14593         * docs/plugins/inspect/plugin-dv.xml:
14594         * docs/plugins/inspect/plugin-efence.xml:
14595         * docs/plugins/inspect/plugin-effectv.xml:
14596         * docs/plugins/inspect/plugin-esdsink.xml:
14597         * docs/plugins/inspect/plugin-flac.xml:
14598         * docs/plugins/inspect/plugin-flxdec.xml:
14599         * docs/plugins/inspect/plugin-gconfelements.xml:
14600         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14601         * docs/plugins/inspect/plugin-goom.xml:
14602         * docs/plugins/inspect/plugin-halelements.xml:
14603         * docs/plugins/inspect/plugin-icydemux.xml:
14604         * docs/plugins/inspect/plugin-id3demux.xml:
14605         * docs/plugins/inspect/plugin-jpeg.xml:
14606         * docs/plugins/inspect/plugin-level.xml:
14607         * docs/plugins/inspect/plugin-matroska.xml:
14608         * docs/plugins/inspect/plugin-mulaw.xml:
14609         * docs/plugins/inspect/plugin-multipart.xml:
14610         * docs/plugins/inspect/plugin-navigationtest.xml:
14611         * docs/plugins/inspect/plugin-ossaudio.xml:
14612         * docs/plugins/inspect/plugin-png.xml:
14613         * docs/plugins/inspect/plugin-rtp.xml:
14614         * docs/plugins/inspect/plugin-rtsp.xml:
14615         * docs/plugins/inspect/plugin-shout2send.xml:
14616         * docs/plugins/inspect/plugin-smpte.xml:
14617         * docs/plugins/inspect/plugin-speex.xml:
14618         * docs/plugins/inspect/plugin-taglib.xml:
14619         * docs/plugins/inspect/plugin-udp.xml:
14620         * docs/plugins/inspect/plugin-videobalance.xml:
14621         * docs/plugins/inspect/plugin-videobox.xml:
14622         * docs/plugins/inspect/plugin-videoflip.xml:
14623         * docs/plugins/inspect/plugin-videomixer.xml:
14624         * docs/plugins/inspect/plugin-wavenc.xml:
14625         * docs/plugins/inspect/plugin-wavparse.xml:
14626         * docs/plugins/inspect/plugin-ximagesrc.xml:
14627           Update to CVS version.
14628           
14629 2006-08-16  Wim Taymans  <wim@fluendo.com>
14630
14631         * gst/rtp/gstrtpamrdepay.c:
14632         * gst/rtp/gstrtpmp4gdepay.c:
14633         Caps extra properties must be defined as strings for
14634         depayloaders because they are generated from an SDP.
14635
14636         * gst/rtp/Makefile.am:
14637         * gst/rtp/gstrtp.c: (plugin_init):
14638         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14639         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14640         (gst_rtp_h264_depay_finalize), (decode_base64),
14641         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14642         (gst_rtp_h264_depay_set_property),
14643         (gst_rtp_h264_depay_get_property),
14644         (gst_rtp_h264_depay_change_state),
14645         (gst_rtp_h264_depay_plugin_init):
14646         * gst/rtp/gstrtph264depay.h:
14647         Added basic, not completely functional RFC 3984 H264 depayloader.
14648
14649 2006-08-16  Wim Taymans  <wim@fluendo.com>
14650
14651         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14652         Add pads after setting them up.
14653
14654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14655         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14656         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14657         (gst_rtspsrc_stream_setup_rtp),
14658         (gst_rtspsrc_stream_configure_transport),
14659         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14660         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14661         (gst_rtspsrc_pause):
14662         * gst/rtsp/gstrtspsrc.h:
14663         Fix interleaved mode.
14664          - Protect streaming with lock.
14665          - Combine flows
14666          - set caps on outgoing buffers.
14667          - strip trailing \0 from data packets.
14668          - Configure RTP/RTCP in stream.
14669         Use DEBUG_OBJECT more.
14670
14671 2006-08-16  Wim Taymans  <wim@fluendo.com>
14672
14673         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14674         Turn a g_print into a DEBUG line.
14675
14676 2006-08-13  Wim Taymans  <wim@fluendo.com>
14677
14678         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14679         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14680         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14681         (gst_oss_mixer_element_get_property),
14682         (gst_oss_mixer_element_change_state):
14683         * sys/oss/gstossmixerelement.h:
14684         Small cleanups. Better error reporting.
14685         Add device property for the mixer instead of the hardcoded
14686         /dev/mixer. Fixes #350785.
14687         API: GstOssMixerElement::device property
14688
14689 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         Patch by: Jens Granseuer <jensgr at gmx net>
14692
14693         * gconf/Makefile.am:
14694           Make --disable-schemas work right (they still need
14695           to be copied to the installation directory, just not
14696           applied). Fixes #351347 (also #344100).
14697           
14698 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14699
14700         * configure.ac: back to HEAD
14701
14702 === release 0.10.4 ===
14703
14704 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14705
14706         * configure.ac:
14707           releasing 0.10.4, "Dear Leader"
14708
14709 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         Patch by: Edward Hervey <edward@fluendo.com>
14712
14713         * configure.ac:
14714         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14715         (gst_wavparse_stream_data):
14716         Send the newsegment event in the streaming thread.
14717         Fixes #347529
14718
14719 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14720
14721         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14723         (gst_smokeenc_resync), (gst_smokeenc_chain):
14724           Refuse sink caps in the encoder if width or height is not a
14725           multiple of 16, the encoder does not support that yet (#349939);
14726           along the same lines, check the return value of the encoder
14727           setup function; also remove some debug log clutter.
14728
14729 2006-08-04  Andy Wingo  <wingo@pobox.com>
14730
14731         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14732         whether a processor can work in place or not, and for keeping
14733         track of its state. Change the FlowReturn instance variable from
14734         "state" to "flow_state", all callers changed.
14735
14736         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14737         (gst_signal_processor_start, gst_signal_processor_stop)
14738         (gst_signal_processor_cleanup): New functions to manage the
14739         processor's state.
14740         (gst_signal_processor_setcaps): start() as well as setup() here.
14741         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14742         (gst_signal_processor_change_state): Stop and cleanup the
14743         processor as we go to NULL.
14744
14745         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14746         INPLACE_BROKEN is not set.
14747
14748         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14749         Do the alloc_buffer in bytes, not frames.
14750         
14751 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14752
14753         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14754         Fix rgb masks when recording in < 24bpp.
14755
14756 2006-08-04  Andy Wingo  <wingo@pobox.com>
14757
14758         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14759         (gst_signal_processor_prepare)
14760         (gst_signal_processor_update_inputs)
14761         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14762         (gst_signal_processor_flush)
14763         (gst_signal_processor_sink_activate_push)
14764         (gst_signal_processor_src_activate_pull)
14765         (gst_signal_processor_change_state): Remove the last of the code
14766         that assumes that we process whole buffers at a time. Fix some
14767         debugging. Seems to work now in some cases.
14768         (gst_signal_processor_src_activate_pull): BPB
14769
14770 2006-08-01  Andy Wingo  <wingo@pobox.com>
14771
14772         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14773         Fix nframes-choosing.
14774         (gst_signal_processor_init): Init pending_in and pending_out.
14775
14776         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14777         more default sample rate, although we never check that the sample
14778         rate actually gets set. Something for the future.
14779         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14780         (gst_signal_processor_event): Refcount fixen.
14781         (gst_signal_processor_process): Pull the number of frames to
14782         process from the sizes of the buffers in the input pens.
14783         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14784         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14785         it instead of buffer_frames.
14786         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14787         to do_pulls.
14788         (gst_signal_processor_chain)
14789         (gst_signal_processor_sink_activate_push)
14790         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14791
14792         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14793
14794 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14795
14796         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14797         (gst_signal_processor_process):
14798           don't query buffer-frames from caps, add lots of debug-log,
14799           try fix for assert (#349189)
14800
14801 2006-07-31  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/udp/gstudpsrc.c:
14804         Fix docs.
14805
14806 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14807
14808         * ext/ladspa/gstsignalprocessor.c:
14809         (gst_signal_processor_add_pad_from_template),
14810         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14811         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14812         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14813         (gst_signal_processor_sink_activate_push),
14814         (gst_signal_processor_src_activate_pull),
14815         (gst_signal_processor_change_state):
14816          Add debugs logs here and there, add more error handling, add some
14817          FIXME comments, filed #349189
14818
14819 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14820
14821         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14822         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14823         Set caps on buffer correctly.  Fixes bug #349155.
14824
14825 2006-07-28  Wim Taymans  <wim@fluendo.com>
14826
14827         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14828
14829         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14830         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14831         (gst_multipart_demux_finalize), (get_line_end),
14832         (multipart_parse_header), (multipart_find_boundary),
14833         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14834         (gst_multipart_set_property), (gst_multipart_get_property):
14835         Uses GstAdapter instead of own buffering.
14836         Actually parses the mime-type correctly (In tests the mime-type was
14837         always "" with the old version).
14838         Uses the Content-length header if available to speed up things.
14839         Reliably autoscans the boundary name by default.
14840         Fixes #349068.
14841
14842         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14843         Don't start the stream with a \n.
14844
14845 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         Patch by: Brian Cameron <brian dot cameron at sun com>
14848
14849         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14850           Open source with O_NONBLOCK (#349015).
14851
14852 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14853
14854         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14855         (gst_avi_demux_massage_index):
14856         * gst/avi/gstavidemux.h:
14857           Whitespace fixes and more debug
14858
14859 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * gst/autodetect/gstautoaudiosink.c:
14862         (gst_auto_audio_sink_create_element_with_pretty_name),
14863         (gst_auto_audio_sink_find_best),
14864         (gst_auto_audio_sink_change_state):
14865           Get rid of old and unused magic sound-server properties stuff.
14866           Add suffix to child sink's name that makes it easy to see from
14867           the name alone which type it actually is (alsa, oss, esd, etc.).
14868
14869 2006-07-27  Wim Taymans  <wim@fluendo.com>
14870
14871         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14872         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14873         (gst_udpsrc_start):
14874         * gst/udp/gstudpsrc.h:
14875         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14876         not some sort of feature we enable.
14877
14878 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14881           Use CLOSE_SOCKET() here instead of close() to maintain
14882           win32 workiness.
14883
14884 2006-07-27  Wim Taymans  <wim@fluendo.com>
14885
14886         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14887
14888         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14889         (gst_udpsrc_create), (gst_udpsrc_set_property),
14890         (gst_udpsrc_get_property), (gst_udpsrc_start):
14891         * gst/udp/gstudpsrc.h:
14892         Added "buffer-size" property to control the kernel receive buffer size.
14893         Update documentation.
14894         Small cleanups. Fixes #348752.
14895         API: buffer-size property
14896
14897 2006-07-26  Wim Taymans  <wim@fluendo.com>
14898
14899         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14900
14901         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14902         (gst_rtp_pcma_pay_handle_buffer):
14903         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14904         (gst_rtp_pcmu_pay_handle_buffer):
14905         Fix timestamp calculation on outgoing RTP packets.
14906         Fixes #348675.
14907
14908 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14909
14910         * ext/taglib/gstid3v2mux.cc:
14911           Fix writing of comment frames (should be COMM not TCOM),
14912           is still sub-optimal though, since we don't retain or
14913           extract the comment descriptions properly (#334375,
14914           also see #334375).
14915
14916 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14917
14918         * gst/wavparse/gstwavparse.c:
14919           #define 'fact' RIFF chunk if we are not compiling against
14920           -base CVS (we don't want to depend on -base CVS for this
14921           one define only, and also not for release order reasons).
14922
14923 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * ext/taglib/gstid3v2mux.cc:
14926           Handle multiple tags of the same type properly. Re-inject
14927           unparsed ID3v2 frames that we get as binary blobs from
14928           id3demux into the tag again so we don't lose information
14929           when retagging (#334375).
14930
14931 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14932
14933         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14934           Document newly-added properties properly, so that there is a
14935           'Since: 0.10.4' in the plugin docs. Convert some property
14936           names into canonical GObject style (GObject will do that
14937           internally anyway).
14938
14939 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14940
14941         * gst/id3demux/id3tags.c:
14942         (id3demux_add_id3v2_frame_blob_to_taglist):
14943           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14944           well, and add the version to the blob's buffer caps, since that
14945           information will be needed for deserialisation later on (#348644).
14946
14947 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14948
14949         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14950         (gst_avi_demux_parse_stream):
14951          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14952          indentation and spacing.
14953
14954 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14955
14956         * docs/plugins/Makefile.am:
14957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14959         * docs/plugins/gst-plugins-good-plugins.args:
14960         * docs/plugins/inspect/plugin-1394.xml:
14961         * docs/plugins/inspect/plugin-aasink.xml:
14962         * docs/plugins/inspect/plugin-alaw.xml:
14963         * docs/plugins/inspect/plugin-alpha.xml:
14964         * docs/plugins/inspect/plugin-alphacolor.xml:
14965         * docs/plugins/inspect/plugin-annodex.xml:
14966         * docs/plugins/inspect/plugin-apetag.xml:
14967         * docs/plugins/inspect/plugin-auparse.xml:
14968         * docs/plugins/inspect/plugin-autodetect.xml:
14969         * docs/plugins/inspect/plugin-avi.xml:
14970         * docs/plugins/inspect/plugin-cacasink.xml:
14971         * docs/plugins/inspect/plugin-cairo.xml:
14972         * docs/plugins/inspect/plugin-cdio.xml:
14973         * docs/plugins/inspect/plugin-cutter.xml:
14974         * docs/plugins/inspect/plugin-debug.xml:
14975         * docs/plugins/inspect/plugin-dv.xml:
14976         * docs/plugins/inspect/plugin-efence.xml:
14977         * docs/plugins/inspect/plugin-effectv.xml:
14978         * docs/plugins/inspect/plugin-esdsink.xml:
14979         * docs/plugins/inspect/plugin-flac.xml:
14980         * docs/plugins/inspect/plugin-flxdec.xml:
14981         * docs/plugins/inspect/plugin-gconfelements.xml:
14982         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14983         * docs/plugins/inspect/plugin-goom.xml:
14984         * docs/plugins/inspect/plugin-halelements.xml:
14985         * docs/plugins/inspect/plugin-icydemux.xml:
14986         * docs/plugins/inspect/plugin-id3demux.xml:
14987         * docs/plugins/inspect/plugin-jpeg.xml:
14988         * docs/plugins/inspect/plugin-level.xml:
14989         * docs/plugins/inspect/plugin-matroska.xml:
14990         * docs/plugins/inspect/plugin-mulaw.xml:
14991         * docs/plugins/inspect/plugin-multipart.xml:
14992         * docs/plugins/inspect/plugin-navigationtest.xml:
14993         * docs/plugins/inspect/plugin-ossaudio.xml:
14994         * docs/plugins/inspect/plugin-png.xml:
14995         * docs/plugins/inspect/plugin-rtp.xml:
14996         * docs/plugins/inspect/plugin-rtsp.xml:
14997         * docs/plugins/inspect/plugin-shout2send.xml:
14998         * docs/plugins/inspect/plugin-smpte.xml:
14999         * docs/plugins/inspect/plugin-speex.xml:
15000         * docs/plugins/inspect/plugin-udp.xml:
15001         * docs/plugins/inspect/plugin-videobalance.xml:
15002         * docs/plugins/inspect/plugin-videobox.xml:
15003         * docs/plugins/inspect/plugin-videoflip.xml:
15004         * docs/plugins/inspect/plugin-videomixer.xml:
15005         * docs/plugins/inspect/plugin-wavenc.xml:
15006         * docs/plugins/inspect/plugin-wavparse.xml:
15007         * docs/plugins/inspect/plugin-ximagesrc.xml:
15008           Update files to CVS/Prerelease version, add esdsink docs.
15009
15010         * ext/esd/esdsink.c:
15011           Add gtk-doc blurb.
15012
15013         * gst/rtp/gstrtpmp4vpay.c:
15014           Fix typo in element description.
15015
15016 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * ext/esd/esdsink.c: (gst_esdsink_open),
15019         (gst_esdsink_factory_init):
15020           Prevent libesd from auto-spawning a sound daemon if it
15021           is not already running. Now that we don't do evil stuff
15022           like that any longer we can give esdsink a rank so that
15023           autoaudiosink will try it as well if all other audio
15024           sinks fail (#343051).
15025
15026 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * ext/esd/Makefile.am:
15029           Oops, need to remove README from EXTRA_DIST as well.
15030
15031 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * ext/esd/README:
15034           Remove, it contains nothing useful anyway.
15035
15036         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15037         (gst_esdsink_delay):
15038           Some small clean-ups; use GST_BOILERPLATE etc.
15039
15040 2006-07-24  Wim Taymans  <wim@fluendo.com>
15041
15042         * gst/law/alaw-decode.c: (alawdec_getcaps):
15043         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15044         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15045         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15046         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15047
15048 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15049
15050         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15051         (gst_wavparse_other), (gst_wavparse_perform_seek),
15052         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15053         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15054         (gst_wavparse_pad_query):
15055         * gst/wavparse/gstwavparse.h:
15056           Use information from 'fact' chunk for length calculation of compressed
15057           samples. Calculate bps if bogus value is found in wav header (embeded
15058           mp2/mp3).
15059           
15060
15061 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15062
15063         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15064
15065         * configure.ac:
15066         * gst/udp/Makefile.am:
15067         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15068         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15069         * gst/udp/gstdynudpsink.h:
15070         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15071         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15072         * gst/udp/gstmultiudpsink.h:
15073         * gst/udp/gstudp.c: (plugin_init):
15074         * gst/udp/gstudpsink.h:
15075         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15076         (gst_udpsrc_start), (gst_udpsrc_stop):
15077         * gst/udp/gstudpsrc.h:
15078         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15079         (gst_udp_net_utils_win32_wsa_startup):
15080         * gst/udp/gstudpnetutils.h:
15081           Port udp plugin to win32 (#345288).
15082
15083 2006-07-24  Wim Taymans  <wim@fluendo.com>
15084
15085         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15086         Remove unwanted DEBUG line.
15087
15088 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         * gst/id3demux/gstid3demux.c: (plugin_init):
15091         * gst/id3demux/id3tags.c:
15092         (id3demux_add_id3v2_frame_blob_to_taglist):
15093         * gst/id3demux/id3tags.h:
15094           On second thought, it might be wiser and more efficient
15095           not to do tag registration from a streaming thread.
15096
15097 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         * gst/id3demux/id3tags.c:
15100         (id3demux_add_id3v2_frame_blob_to_taglist),
15101         (id3demux_id3v2_frames_to_tag_list):
15102           Put ID3v2 frames we can't parse as binary blobs into private
15103           tags, so that they are not lost when retagging, at least once
15104           id3v2mux has been taught to re-inject those frames again.
15105           See bug #334375.
15106
15107 2006-07-21  Wim Taymans  <wim@fluendo.com>
15108
15109         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15110         (gst_avi_demux_process_next_entry):
15111         Fix some leaks.
15112
15113         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15114         Don't use \n in debug lines.
15115
15116 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15117
15118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15120           Add annodex and icydemux, cleanup the sections a bit
15121
15122 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         Patch by: Alex Lancaster <alexl at users sourceforge net>
15125
15126         * ext/taglib/gstid3v2mux.cc:
15127           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15128           ID3v2 TSSE frames (#347898).
15129
15130 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15131
15132         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15133           Respect mpegversion for "video/mpeg" and give message in case of
15134           unhandled versions.
15135
15136 2006-07-17  Wim Taymans  <wim@fluendo.com>
15137
15138         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15139         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15140         (gst_pngdec_chain), (gst_pngdec_sink_event),
15141         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15142         (gst_pngdec_sink_activate_push):
15143         * ext/libpng/gstpngdec.h:
15144         Use statically allocated segment instead of leaking.
15145         Various cleanups.
15146         Fix flush and seek handling.
15147
15148 2006-07-16  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst/rtp/Makefile.am:
15151         * gst/rtp/gstrtp.c: (plugin_init):
15152         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15153         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15154         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15155         (gst_rtp_mp4g_depay_set_property),
15156         (gst_rtp_mp4g_depay_get_property),
15157         (gst_rtp_mp4g_depay_change_state),
15158         (gst_rtp_mp4g_depay_plugin_init):
15159         * gst/rtp/gstrtpmp4gdepay.h:
15160         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15161         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15162         (gst_rtp_mp4g_pay_flush):
15163         Added simple generic mpeg4 depayloader.
15164         Fix generic mpeg4 payloader.
15165
15166 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15169           Don't try doing state changes on a NULL pointer.
15170
15171 2006-07-14  Wim Taymans  <wim@fluendo.com>
15172
15173         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15174
15175         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15176         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15177         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15178         * gst/rtp/gstrtpamrdepay.h:
15179         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15180         Fixes #321191
15181
15182 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15183
15184         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15185         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15186         Fix segfault when moving mouse pointer to the bottom right corner.
15187
15188 2006-07-12  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/rtp/Makefile.am:
15191         * gst/rtp/gstrtp.c: (plugin_init):
15192         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15193         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15194         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15195         (gst_rtp_mp2t_depay_set_property),
15196         (gst_rtp_mp2t_depay_get_property),
15197         (gst_rtp_mp2t_depay_change_state),
15198         (gst_rtp_mp2t_depay_plugin_init):
15199         * gst/rtp/gstrtpmp2tdepay.h:
15200         Added mpeg2 TS depayloader. Closing #347234.
15201
15202 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15205           Remove g_assert that shouldn't be there and was triggered
15206           after trying to open a device that doesn't exist or can't
15207           be opened for some other reason (#347972).
15208
15209 2006-07-10  Edward Hervey  <edward@fluendo.com>
15210
15211         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15212         (gst_avi_demux_stream_header), (push_tag_lists):
15213         * gst/avi/gstavidemux.h:
15214         Don't push tag events found by gst_riff_parse_info() before outputting
15215         GST_EVENT_NEWSEGMENT.
15216
15217 2006-07-10  Wim Taymans  <wim@fluendo.com>
15218
15219         * gst/rtsp/Makefile.am:
15220         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15221         (rtsp_connection_close):
15222         * gst/rtsp/rtspdefs.h:
15223         replaced closesocket and close in code with one CLOSE_SOCKET. 
15224         Some more cleanups. Fixes #345301.
15225
15226 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * gst/autodetect/gstautoaudiosink.c:
15229           Fix example pipeline in docs.
15230
15231 2006-07-10  Wim Taymans  <wim@fluendo.com>
15232
15233         Patch by: Rob Taylor <robtaylor at floopily dot org>
15234
15235         * gst/udp/gstmultiudpsink.c: (join_multicast),
15236         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15237         If a destination is added before the stream is set to PAUSED, the
15238         multicast group is not joined as the socket is not created yet. 
15239         Also TTL and LOOP should also be set. Fixes #346921.
15240
15241 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15242
15243         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15244         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15245         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15246         (gst_ximage_src_init):
15247         * sys/ximage/gstximagesrc.h:
15248         Fix use-damage property to actually work :)
15249         Add startx, starty, endx, endy properties so screencasts other than full
15250         screen ones can work.
15251
15252 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15253
15254         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15255         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15256         (gst_ximage_src_class_init), (gst_ximage_src_init):
15257         * sys/ximage/gstximagesrc.h:
15258         Add use_damage property to offer ability to choose whether to use
15259         XDamage or not.
15260
15261 2006-07-07  Wim Taymans  <wim@fluendo.com>
15262
15263         * gst/goom/filters.c: (zoomFilterSetResolution):
15264         Avoid goom coredumping by clearing memory. 
15265         Fixes 345679.
15266
15267 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15268
15269         * win32/vs6/libgstid3demux.dsp:
15270         Add a link to libgsttag-0.10.lib.
15271
15272 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15275         (gst_tag_demux_read_range):
15276         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15277         (gst_id3demux_read_range):
15278           Don't return FLOW_UNEXPECTED when a buffer is before
15279           the start of the stream (which might happen with
15280           large ID3v2 tags if the tag reading was done pullrange
15281           based and we then switched to push mode later on).
15282           Fixes regression introduced by commit from June 29th.
15283
15284 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * ext/taglib/gstid3v2mux.cc:
15287           Make UTF-8 the default encoding when writing string
15288           tags (before, our UTF-8 strings would automatically
15289           be converted to ISO-8859-1 by taglib and written as
15290           ISO-8859-1 fields if that was possible).
15291
15292         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15293         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15294         (test_taglib_id3mux_with_tags):
15295           Add test case that makes sure our UTF-8 strings have
15296           actually been written into the tag as UTF-8.
15297
15298 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * configure.ac:
15301           Let's try that again.
15302
15303 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15304
15305         * configure.ac:
15306           Disable monoscope plugin for now until it fulfills
15307           all the requirements.
15308
15309 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         * configure.ac:
15312         * gst/monoscope/Makefile.am:
15313         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15314         (gst_monoscope_class_init), (gst_monoscope_init),
15315         (gst_monoscope_finalize), (gst_monoscope_reset),
15316         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15317         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15318         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15319         (gst_monoscope_change_state), (plugin_init):
15320         * gst/monoscope/gstmonoscope.h:
15321           Port monoscope visualisation to 0.10.
15322
15323 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15326         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15327           Return FLOW_UNEXPECTED when at the end of the file, not
15328           FLOW_ERROR. Fixes 'internal stream error' errors that
15329           would sometimes occur in totem when scrubbing to the
15330           end of an ID3v1 tagged mp3 file.
15331
15332 2006-07-03  Edward Hervey  <edward@fluendo.com>
15333
15334         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15335         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15336         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15337         * ext/libpng/gstpngdec.h:
15338         Implement buffer clipping/dropping using GstSegment.
15339         This provides accurate seeking.
15340
15341 2006-07-03  Edward Hervey  <edward@fluendo.com>
15342
15343         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15344         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15345         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15346         (gst_avi_demux_process_next_entry), (push_tag_lists),
15347         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15348         * gst/avi/gstavidemux.h:
15349         Proper aggregation of each stream's GstFlowReturn in order to figure out
15350         whether the task should stop or not.
15351         Don't send inline events before pushing out a NEW_SEGMENT, more
15352         specifically for GST_TAG_EVENT.
15353         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15354         sub-indexes.
15355
15356 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15359
15360         * sys/sunaudio/gstsunaudiomixerctrl.c:
15361         (gst_sunaudiomixer_ctrl_build_list):
15362           Move "Monitor" slider to input tab so it works more like
15363           sdtaudiocontrol, which is what people on Solaris are used
15364           to using for their mixer program (#346259).
15365
15366 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15367
15368         * tests/check/elements/level.c: (GST_START_TEST):
15369           fix a leak, clean up at the end
15370
15371 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15372
15373         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15374         (gst_matroska_demux_send_event),
15375         (gst_matroska_demux_loop_stream_parse_id):
15376         * gst/matroska/matroska-ids.h:
15377           Send tag event after newsegment event.
15378
15379 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15382         (gst_id3demux_read_range):
15383           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15384           certain cases where a read beyond the end of the file is
15385           requested. Fixes #345930.
15386
15387         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15388         (gst_tag_demux_read_range):
15389           Fix same issue here as well.
15390
15391 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15392
15393         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15394         
15395         Fix hypothetical crash.
15396
15397 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15400
15401         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15402           Do not modify the ports value. If the user has turned off the
15403           built-in speakers, then we should not reset it in the prepare
15404           function, since this causes the built-in speakers to turn
15405           back on anytime the user changes a track in totem, rhythmbox,
15406           etc. (#346066).
15407
15408 2006-06-23  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15411         Fix double caps unref when negotiation fails.
15412
15413 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15414
15415         * ext/annodex/gstcmmldec.c:
15416         * ext/annodex/gstcmmlenc.c:
15417         * ext/annodex/gstcmmlparser.c:
15418         * ext/dv/gstdvdec.c:
15419         * ext/dv/gstdvdemux.c:
15420         * ext/gdk_pixbuf/pixbufscale.c:
15421         * ext/jpeg/gstjpegenc.c:
15422         * ext/jpeg/gstsmokedec.c:
15423         * ext/jpeg/gstsmokeenc.c:
15424         * ext/libpng/gstpngdec.c:
15425         * ext/libpng/gstpngenc.c:
15426         * ext/speex/gstspeexenc.c:
15427         * gst/alpha/gstalphacolor.c:
15428         * gst/cutter/gstcutter.c:
15429         * gst/debug/gstnavigationtest.c:
15430         * gst/icydemux/gsticydemux.c:
15431         * gst/level/gstlevel.c:
15432         * gst/multipart/multipart.c:
15433         * gst/rtp/gstrtpamrpay.c:
15434         * gst/rtp/gstrtpdepay.c:
15435         * gst/rtp/gstrtpilbcpay.c:
15436         * gst/rtp/gstrtpmp4gpay.c:
15437         * gst/rtp/gstrtpmp4vpay.c:
15438         * gst/rtsp/gstrtpdec.c:
15439         * gst/rtsp/gstrtspsrc.c:
15440         * gst/udp/gstdynudpsink.c:
15441         * gst/udp/gstmultiudpsink.c:
15442         * gst/udp/gstudpsrc.c:
15443         * gst/videobox/gstvideobox.c:
15444         * gst/videofilter/gstvideoflip.c:
15445           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15446           plus two minor macro fixes.
15447
15448 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * gst/matroska/matroska-demux.c:
15451         (gst_matroska_demux_check_subtitle_buffer),
15452         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15453         (gst_matroska_demux_subtitle_caps):
15454         * gst/matroska/matroska-ids.c:
15455         (gst_matroska_track_init_subtitle_context):
15456         * gst/matroska/matroska-ids.h:
15457           Try to fix up broken matroska files containing subtitle
15458           streams with non-UTF8 character encodings (courtesy of
15459           mkvmerge) using either the encoding specified in the
15460           GST_SUBTITLE_ENCODING environment variable or the
15461           current locale's character set if it is non-UTF8.
15462           Fixes #337076.
15463
15464 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15467           Set image type from APIC frame as "image-type" field
15468           of GST_TAG_IMAGE buffer caps (#344605).
15469
15470 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15471
15472         * ext/flac/Makefile.am:
15473         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15474         (gst_flac_dec_reset_decoders),
15475         (gst_flac_dec_setup_seekable_decoder),
15476         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15477         (gst_flac_dec_metadata_callback),
15478         (gst_flac_dec_metadata_callback_seekable),
15479         (gst_flac_dec_metadata_callback_stream),
15480         (gst_flac_dec_error_callback),
15481         (gst_flac_dec_error_callback_seekable),
15482         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15483         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15484         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15485         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15486         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15487         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15488         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15489         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15490         (gst_flac_dec_sink_activate_push),
15491         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15492         * ext/flac/gstflacdec.h:
15493           Support chain-based operation, should make flac-over-DAAP
15494           work (#340492).
15495
15496 2006-06-20  Wim Taymans  <wim@fluendo.com>
15497
15498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15499         Doc updates, merge some unused symbols.
15500
15501 2006-06-20  Wim Taymans  <wim@fluendo.com>
15502
15503         * docs/plugins/Makefile.am:
15504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15506         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15507         * gst/rtsp/gstrtspsrc.c:
15508         * gst/rtsp/gstrtspsrc.h:
15509         Added documentation for the rtsp plugin. Fixes #345393.
15510
15511 2006-06-20  Wim Taymans  <wim@fluendo.com>
15512
15513         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15514         (rtsp_connection_close), (rtsp_connection_free):
15515         Use better G_OS_* macros. Fixes #345301 some more.
15516
15517 2006-06-20  Wim Taymans  <wim@fluendo.com>
15518
15519         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15520
15521         * sys/sunaudio/Makefile.am:
15522         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15523         * sys/sunaudio/gstsunaudiomixerctrl.c:
15524         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15525         (gst_sunaudiomixer_ctrl_list_tracks),
15526         (gst_sunaudiomixer_ctrl_get_volume),
15527         (gst_sunaudiomixer_ctrl_set_volume),
15528         (gst_sunaudiomixer_ctrl_set_mute),
15529         (gst_sunaudiomixer_ctrl_set_record):
15530         * sys/sunaudio/gstsunaudiomixerctrl.h:
15531         * sys/sunaudio/gstsunaudiomixertrack.c:
15532         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15533         * sys/sunaudio/gstsunaudiomixertrack.h:
15534         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15535         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15536         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15537         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15538         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15539         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15540         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15541         (gst_sunaudiosrc_reset):
15542         * sys/sunaudio/gstsunaudiosrc.h:
15543         Add a SunAudio source plugin.
15544         Support stereo and right/left channel gain in the mixer plugin.
15545         Support the RECORD flag so that you can switch between line-input and
15546         microphone in gnome-volume-control.
15547         Code cleanups like using an enumerator for track number instead of an 
15548         integer. Fixes #344923.
15549
15550 2006-06-20  Wim Taymans  <wim@fluendo.com>
15551
15552         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15553
15554         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15555         (rtsp_connection_close):
15556         Make RTSP plugin compile on windows. Fixes #345301.
15557         Some changes to original patch to catch errors better.
15558         use ifdef WIN32 instead of ifndef.
15559
15560 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15561
15562         * configure.ac:
15563         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15564
15565 2006-06-18  Edward Hervey  <edward@fluendo.com>
15566
15567         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15568         After a failed buffer alloc, we need to abort the jpeg decoding (it
15569         started when parsing headers to figure out how many bytes we need
15570         to request downstream).
15571
15572 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15575
15576         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15577           Make sure we don't read beyond the end of the file (#345232).
15578
15579 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15580
15581         * configure.ac:
15582           Fix --disable-external (can't set conditionals conditionally,
15583           #343602).
15584
15585 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15586
15587         * autogen.sh:
15588         * configure.ac:
15589         * docs/Makefile.am:
15590           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15591
15592         * docs/plugins/Makefile.am:
15593         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15594         * docs/plugins/inspect/plugin-taglib.xml:
15595           Add/fix apev2mux docs.
15596
15597 2006-06-14  Wim Taymans  <wim@fluendo.com>
15598
15599         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15600         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15601         (gst_dvdec_change_state):
15602         Reset segment info on flush.
15603         Alloc segment in _init, free in _finalize.
15604
15605         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15606         Don't send segments twice.
15607
15608 2006-06-14  Wim Taymans  <wim@fluendo.com>
15609
15610         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15611         Respect segment.stop. Fixes #342592.
15612
15613 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15616           No language specified means the implied language is English
15617           according to the matroska spec (partially fixes #344708);
15618           add some more debug output.
15619
15620 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15623         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15624         (gst_wavparse_chain):
15625           When operating chain-based, don't make any assumptions about the
15626           chunking of the incoming data and make streaming work on days other
15627           than the second Thursday after a full moon. Also fix up debug
15628           messages here and there and make use of the most excellent new
15629           gst_pad_query_peer_duration() utility function.
15630           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15631
15632         * gst/wavparse/gstwavparse.h:
15633           Remove trailing comma after last enum value, some compilers don't
15634           like that.
15635
15636 2006-06-13  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15639         Handle premature EOS gracefully.
15640
15641 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15644           Prevent out of bounds array access when scrubbing towards
15645           the end of the file between the last index entry and the
15646           end. Fixes occasional 'start <= stop' newsegment event
15647           assertions when scrubbing in MJPEG files.
15648
15649 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         * tests/check/elements/.cvsignore:
15652           And another one.
15653
15654 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15655
15656         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15657         (scan_encoded_string), (parse_picture_frame):
15658           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15659
15660         * configure.ac:
15661           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15662           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15663
15664 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15665
15666         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15667           gratuitous comment changes
15668         * tests/check/elements/level.c: (GST_START_TEST):
15669           fix level test leaks
15670
15671 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15672
15673         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15674         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15675           Use gst_pad_query_peer_duration() utility function here.
15676
15677 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15678
15679         * autogen.sh:
15680           require am17
15681         * configure.ac:
15682         * ext/annodex/Makefile.am:
15683         * ext/cdio/Makefile.am:
15684         * ext/dv/Makefile.am:
15685         * ext/esd/Makefile.am:
15686         * ext/flac/Makefile.am:
15687         * ext/gdk_pixbuf/Makefile.am:
15688         * ext/ladspa/Makefile.am:
15689         * ext/libcaca/Makefile.am:
15690         * ext/speex/Makefile.am:
15691         * ext/taglib/Makefile.am:
15692         * sys/oss/Makefile.am:
15693         * sys/sunaudio/Makefile.am:
15694         * sys/ximage/Makefile.am:
15695           clean up build further
15696
15697 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gconf/Makefile.am:
15700           Honour --disable-schemas-install configure option. Fixes #344100.
15701
15702 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * tests/examples/level/Makefile.am:
15705           Add -lm to LIBS for pow() function, don't assume one of our
15706           dependencies (such as libxml-2.0) drags it in automatically
15707           (#343603).
15708
15709 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15712
15713         * configure.ac:
15714           We should use $SED and not $(SED) in configure.ac (#343678).
15715
15716 2006-06-09  Wim Taymans  <wim@fluendo.com>
15717
15718         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15719
15720         * sys/sunaudio/gstsunaudiomixerctrl.c:
15721         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15722         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15723         (gst_sunaudiomixer_ctrl_set_mute):
15724         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15725         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15726         (gst_sunaudiosink_write):
15727         Attached find a patch that fixes a number of bugs with the SunAudio
15728         mixer plugin and fixes #344101:
15729         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15730            tracks onto the tracklist causing gnome-volume-control's preferences
15731            dialog to be messed up and would core dump if you checked/unchecked
15732            any item.
15733         2. We weren't previously setting the MUTE flag properly.  Fixing this
15734            makes gnome-volume-control work better.
15735         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15736            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15737            gnome-volume-control look better.
15738         Also some minor cleanup in gstsunaudiosink.c.
15739
15740 2006-06-09  Wim Taymans  <wim@fluendo.com>
15741
15742         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15743         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15744         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15745         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15746         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15747         * ext/jpeg/gstjpegdec.h:
15748         API: Added IDCT method property
15749         Small cleanups.
15750         Avoid dynamic allocation of trivial fixed structure.
15751         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15752
15753 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15754
15755         * configure.ac:
15756         We now require libraw1394 >= 1.1.0 and that version onwards all
15757         have .pc files.
15758
15759 2006-06-02  Edward Hervey  <edward@fluendo.com>
15760
15761         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15762         Trying to get items from an ANY or EMPTY caps is ... stupid.
15763
15764 2006-06-02  Edward Hervey  <edward@fluendo.com>
15765
15766         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15767         (gst_dvdec_chain), (gst_dvdec_change_state):
15768         * ext/dv/gstdvdec.h:
15769         Added GstSegment handling, now implements dropping/clipping.
15770
15771 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15772
15773         * ext/aalib/gstaasink.h:
15774         * ext/annodex/gstcmmldec.h:
15775         * ext/cairo/gsttimeoverlay.h:
15776         * ext/dv/gstdvdec.h:
15777         * ext/dv/gstdvdemux.h:
15778         * ext/esd/esdmon.h:
15779         * ext/esd/esdsink.h:
15780         * ext/flac/gstflacenc.h:
15781         * ext/gconf/gstgconfaudiosink.h:
15782         * ext/gconf/gstgconfaudiosrc.h:
15783         * ext/gconf/gstgconfvideosink.h:
15784         * ext/gconf/gstgconfvideosrc.h:
15785         * ext/gdk_pixbuf/gstgdkanimation.h:
15786         * ext/gdk_pixbuf/pixbufscale.h:
15787         * ext/hal/gsthalaudiosink.h:
15788         * ext/hal/gsthalaudiosrc.h:
15789         * ext/jpeg/gstjpegenc.h:
15790         * ext/jpeg/gstsmokedec.h:
15791         * ext/jpeg/gstsmokeenc.h:
15792         * ext/libcaca/gstcacasink.h:
15793         * ext/libmng/gstmngdec.h:
15794         * ext/libmng/gstmngenc.h:
15795         * ext/libpng/gstpngdec.h:
15796         * ext/libpng/gstpngenc.h:
15797         * ext/raw1394/gstdv1394src.h:
15798         * ext/speex/gstspeexenc.h:
15799         * gst/autodetect/gstautoaudiosink.h:
15800         * gst/autodetect/gstautovideosink.h:
15801         * gst/avi/gstavidemux.h:
15802         * gst/cutter/gstcutter.h:
15803         * gst/debug/efence.h:
15804         * gst/debug/gstnavigationtest.h:
15805         * gst/debug/gstnavseek.h:
15806         * gst/flx/gstflxdec.h:
15807         * gst/goom/gstgoom.h:
15808         * gst/icydemux/gsticydemux.h:
15809         * gst/id3demux/gstid3demux.h:
15810         * gst/law/alaw-decode.h:
15811         * gst/law/alaw-encode.h:
15812         * gst/law/mulaw-decode.h:
15813         * gst/law/mulaw-encode.h:
15814         * gst/matroska/matroska-mux.h:
15815         * gst/median/gstmedian.h:
15816         * gst/oldcore/gstaggregator.h:
15817         * gst/oldcore/gstfdsink.h:
15818         * gst/oldcore/gstmd5sink.h:
15819         * gst/oldcore/gstmultifilesrc.h:
15820         * gst/oldcore/gstpipefilter.h:
15821         * gst/oldcore/gstshaper.h:
15822         * gst/oldcore/gststatistics.h:
15823         * gst/rtp/gstasteriskh263.h:
15824         * gst/rtp/gstrtpL16depay.h:
15825         * gst/rtp/gstrtpL16pay.h:
15826         * gst/rtp/gstrtpamrdepay.h:
15827         * gst/rtp/gstrtpamrpay.h:
15828         * gst/rtp/gstrtpdepay.h:
15829         * gst/rtp/gstrtpgsmdepay.h:
15830         * gst/rtp/gstrtpgsmpay.h:
15831         * gst/rtp/gstrtph263pay.h:
15832         * gst/rtp/gstrtph263pdepay.h:
15833         * gst/rtp/gstrtph263ppay.h:
15834         * gst/rtp/gstrtpmp4gpay.h:
15835         * gst/rtp/gstrtpmp4vdepay.h:
15836         * gst/rtp/gstrtpmp4vpay.h:
15837         * gst/rtp/gstrtpmpadepay.h:
15838         * gst/rtp/gstrtpmpapay.h:
15839         * gst/rtp/gstrtppcmadepay.h:
15840         * gst/rtp/gstrtppcmapay.h:
15841         * gst/rtp/gstrtppcmudepay.h:
15842         * gst/rtp/gstrtppcmupay.h:
15843         * gst/rtp/gstrtpspeexdepay.h:
15844         * gst/rtp/gstrtpspeexpay.h:
15845         * gst/rtsp/gstrtpdec.h:
15846         * gst/rtsp/gstrtspsrc.h:
15847         * gst/smpte/gstsmpte.h:
15848         * gst/udp/gstdynudpsink.h:
15849         * gst/udp/gstmultiudpsink.h:
15850         * gst/udp/gstudpsink.h:
15851         * gst/udp/gstudpsrc.h:
15852         * gst/videofilter/gstvideobalance.h:
15853         * gst/videofilter/gstvideoflip.h:
15854         * sys/oss/gstossdmabuffer.h:
15855         * sys/oss/gstossmixerelement.h:
15856         * sys/oss/gstosssink.h:
15857         * sys/oss/gstosssrc.h:
15858         * sys/osxvideo/osxvideosink.h:
15859         * sys/sunaudio/gstsunaudiomixer.h:
15860         * sys/sunaudio/gstsunaudiosink.h:
15861         * sys/ximage/gstximagesrc.h:
15862         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15863
15864 2006-05-31  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15867         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15868         (gst_goom_src_setcaps), (gst_goom_src_event),
15869         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15870         (gst_goom_change_state):
15871         * gst/goom/gstgoom.h:
15872         Handle QoS.
15873         Handle flushing, discont and events.
15874         Fix timestamps and various other cleanups.
15875
15876 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15877
15878         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15879         Fix bus reset when using libiec61883
15880
15881 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15882
15883         * configure.ac:
15884         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15885         * ext/raw1394/Makefile.am:
15886         Add CFLAGS.
15887         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15888         New method, to receive using libiec61883.
15889         (gst_dv1394src_iso_receive),
15890         #ifdef'd out if libiec61883 is present.
15891         (gst_dv1394src_bus_reset),
15892         Get userdata correctly if using libiec61883. 
15893         (gst_dv1394src_create),
15894         When using libiec61883, only poll one fd and no need to read.
15895         (gst_dv1394src_discover_avc_node),
15896         Replace g_warnings.
15897         (gst_dv1394src_start),
15898         Create new handle when we know which dv port.  More reliable
15899         than setting port on an existing handle.  Initialise libiec61883.
15900         (gst_dv1394src_stop):
15901         If using libiec61883, then cleanup its handle properly.
15902         * ext/raw1394/gstdv1394src.h:
15903         Add libiec61883 handle.
15904
15905 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15906
15907         * gst/avi/gstavidemux.c:
15908           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15909         * win32/MANIFEST:
15910           sort file listing
15911         * win32/vs6/libgstavi.dsp:
15912           add gstavimux.c to the project
15913         * win32/vs6/libgstid3demux.dsp:
15914           add link to zlib library
15915         * win32/vs6/libgstmatroska.dsp:
15916           add matroska-ids.c to the project
15917
15918 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         Patch by: Sebastian Dröge  <mail at slomosnail de >
15921
15922         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15923         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15924         * ext/taglib/Makefile.am:
15925         * ext/taglib/gstapev2mux.cc:
15926         * ext/taglib/gstapev2mux.h:
15927         * ext/taglib/gstid3v2mux.cc:
15928         * ext/taglib/gsttaglibmux.c: (plugin_init):
15929         * ext/taglib/gsttaglibmux.h:
15930           Add apev2mux element (#343122).
15931         
15932         * tests/check/Makefile.am:
15933         * tests/check/elements/apev2mux.c:
15934         (test_taglib_apev2mux_create_tags),
15935         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15936         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15937         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15938         (apev2mux_suite), (main):
15939           Add unit test for apev2mux element.
15940
15941 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15944         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15945         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15946           GST_PTR_FORMAT should be used to print caps in debug statements.
15947
15948 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15951
15952         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15953         (ape_demux_parse_tags):
15954           Some clean-ups and additions: map APE 'file' tag to
15955           GST_TAG_LOCATION (#343123); add support for extracting
15956           the track count and clean up parsing a bit (#343127).
15957
15958 2006-05-28  Edward Hervey  <edward@fluendo.com>
15959
15960         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15961         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15962
15963 2006-05-28  Edward Hervey  <edward@fluendo.com>
15964
15965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15966         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15967         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15968         * ext/jpeg/gstjpegdec.h:
15969         Clip outgoing buffers according to currently configured segment.
15970
15971 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15972
15973         * ext/taglib/gstid3v2mux.cc:
15974           Handle  writing of track-count or album-volume-count without
15975           track-number or albume-volume-number (in this case the number
15976           will just be set to 0).
15977
15978         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15979           It would be nice if we actually checked the values received for
15980           track/album-volume number/count in  _check_tags(), rather than
15981           setting them again ...
15982
15983 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15986           A track/volume number or count of 0 does not make sense,
15987           just ignore it along with negative numbers (a tag might
15988           only contain a track count without a track number).
15989
15990 2006-05-27  Edward Hervey  <edward@fluendo.com>
15991
15992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15993         (gst_jpeg_dec_sink_event):
15994         Abort decompression when receiving FLUSH_STOP. This should avoid
15995         issues when interrupting decoding with flushes.
15996
15997 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         * ext/flac/gstflac.c:
16000           Don't #include file we don't dist any longer.
16001
16002 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16003
16004         * README:
16005           Replace current README (containing the release notes from
16006           some 0.9.x version) with a proper README taken from the core.
16007
16008 2006-05-24  Wim Taymans  <wim@fluendo.com>
16009
16010         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16011         Implement EOS correctly by either posting
16012         SEGMENT_DONE or pushing an EOS message depending
16013         on the seek type. Fixes #342592
16014
16015 2006-05-24  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16018         * gst/law/alaw-decode.h:
16019         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16020         * gst/law/alaw-encode.h:
16021         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16022         * gst/law/mulaw-decode.h:
16023         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16024         * gst/law/mulaw-encode.h:
16025         Some cleanups in the chain functions.
16026         Remove some GStreamer 0.0.2 bits.
16027
16028 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16029
16030         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16031
16032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16033           gst_collect_pads_stop() needs to be called before chaining up
16034           to the parent class (#342734).
16035
16036 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16037
16038         * ext/flac/Makefile.am:
16039         * ext/flac/flac_compat.h:
16040         * ext/flac/gstflac.c:
16041         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16042         * ext/flac/gstflacenc.c:
16043           Remove backwards compatibility cruft for dealing with FLAC API
16044           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16045
16046 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16047
16048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16049         (gst_matroska_demux_push_xiph_codec_priv_data),
16050         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16051         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16052         * gst/matroska/matroska-ids.h:
16053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16054         (gst_matroska_mux_video_pad_setcaps),
16055         (xiph3_streamheader_to_codecdata),
16056         (vorbis_streamheader_to_codecdata),
16057         (theora_streamheader_to_codecdata),
16058         (gst_matroska_mux_audio_pad_setcaps),
16059         (gst_matroska_mux_write_data):
16060           Add support for muxing/demuxing theora video (#342448; too bad
16061           none of the usual linux players can actually play this). Playback
16062           in GStreamer will require additional changes to theoradec in -base.
16063           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16064           cleanups.
16065
16066 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16069         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16070           Fix crashes when the horizontal subsampling is 1.
16071           Fixes #342097.
16072
16073 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16076
16077         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16078         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16079         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16080         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16081         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16082         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16083         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16084         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16085         (gst_avi_mux_change_state):
16086         * gst/avi/gstavimux.h:
16087           Some enhancements for avimux (#342526):
16088            - add odml (large file) index support
16089            - store codec init data (e.g. huffyuv)
16090            - miscellaneous other fixes/cleanups
16091
16092 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16093
16094         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16095         Don't output any tag when we encounter a negative track number - the
16096         tag type is uint, so we end up outputting huge positive numbers
16097         instead. (Fixes: #342029)
16098
16099 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * configure.ac:
16102           update for new GSTPB_PLUGINS_DIR
16103
16104 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16105
16106         * rtp/gst/gstrtph263pay.c:
16107         Properly set static caps for H263 at 34.
16108
16109 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16112
16113         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16114           Merge event tags and tag setter tags correctly (#339918). Also,
16115           don't leak taglist in case of an error.
16116           
16117 2006-05-17  Edward Hervey  <edward@fluendo.com>
16118
16119         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16120         We can only do caps intersection if the othercaps are non-empty and not
16121         ANY. Else we return the pad template (base_caps).
16122
16123 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16124
16125         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16126           Fix crash when outputting debugging information for certain
16127           pictures (always good to use the right struct member for
16128           the number of records in an array).
16129
16130 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16131
16132         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16133
16134         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16135         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16136         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16137         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16138         (gst_ebml_read_float), (gst_ebml_read_ascii),
16139         (gst_ebml_read_binary):
16140           Don't create unnecessary sub-buffers all the time. Dramatically
16141           improves performance with multiple concurrently running
16142           matroskademux instances (#341818) (and avoids doing
16143           unnecessarily inefficient things in the general case).
16144
16145 2006-05-16  Edward Hervey  <edward@fluendo.com>
16146
16147         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16148         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16149         return value of gst_pad_push_event().
16150
16151 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16152
16153         * gst/autodetect/gstautoaudiosink.c:
16154         (gst_auto_audio_sink_find_best):
16155         * gst/autodetect/gstautovideosink.c:
16156         (gst_auto_video_sink_find_best):
16157         Make the name of the child element be based on the name of the
16158         parent, so that debug output is more useful.
16159         
16160         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16161         (parse_insert_string_field), (parse_split_strings):
16162         Rework string parsing to always walk over BOM markers in UTF16
16163         strings, using the endianness indicated by the innermost one,
16164         then trying the opposite endianness if that fails to convert
16165         to valid UTF-8. Fixes #341774
16166
16167 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16168
16169         Patch from: Matthieu <matthieu at fluendo dot com>
16170
16171         * ext/libpng/Makefile.am:
16172         Add LIBPNG_CFLAGS.
16173
16174 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * ext/taglib/gstid3v2mux.cc:
16177           Add support for writing images (APIC frames) into ID3v2
16178           tags (picture type always set to 'other' for now though).
16179
16180 2006-05-14  Michael Smith  <msmith@fluendo.com>
16181
16182         * gst/wavparse/gstwavparse.c:
16183           Update docs; wavparse implements push and pull modes.
16184
16185 2006-05-12  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16188         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16189         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16190         Ooops, bitten by the copy-and-paste design paradigm, fixes
16191         seek again.
16192
16193 2006-05-12  Wim Taymans  <wim@fluendo.com>
16194
16195         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16196         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16197         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16198         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16199         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16200         (gst_avi_demux_massage_index),
16201         (gst_avi_demux_calculate_durations_from_index),
16202         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16203         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16204         (gst_avi_demux_loop):
16205         * gst/avi/gstavidemux.h:
16206         Some cleanups, prepare to use GstSegment.
16207         Fix error in entry walking code.
16208         Fix VBR detection.
16209         Smarter timestamp calculation code.
16210         Uniform error/eos handling.
16211
16212 2006-05-12  Michael Smith  <msmith@fluendo.com>
16213
16214         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16215         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16216           Fix use of uninitialised values if we're NOT seeking in ready.
16217           Fix typos.
16218
16219 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * gst/wavparse/Makefile.am:
16222           Add CFLAGS and LIBS for libgstbase, fixes build on
16223           Cygwin (#341489).
16224
16225 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16228           Some more debug info. No need to check whether the string
16229           returned by g_convert() is really UTF-8 - either it is or
16230           we get NULL returned.
16231
16232 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16233
16234         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16235           Fix parsing of numeric genre strings some more, by ensuring that
16236           we only try and parse strings that a) Start with '(' and b) Consist
16237           only of digits.
16238           Also, when finding an escaping '((' sequence, bust it back to '(' by
16239           swallowing the first parenthesis
16240
16241 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16244         (gst_esdsink_open), (gst_esdsink_close):
16245         * ext/esd/esdsink.h:
16246           Move the esd_get_server_info() into gst_esdsink_open() and fail
16247           with a decent error message on errors.
16248
16249 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16252         (gst_esdmon_channels_get_type):
16253         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16254         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16255         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16256         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16257         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16258         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16259         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16260         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16261         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16262         * gst/videomixer/videomixer.c:
16263         (gst_video_mixer_background_get_type):
16264           Const-ify GEnumValue arrays.
16265
16266 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16269
16270         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16271         (gst_avi_mux_do_video_buffer):
16272           Work around gst_buffer_make_metadata_writable() bug that
16273           results in avimux marking all frames in the index as
16274           keyframes (#340859).
16275           
16276 2006-05-08  Wim Taymans  <wim@fluendo.com>
16277
16278         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16279         Make parsing of urls suck slightly less.
16280
16281 2006-05-08  Edward Hervey  <edward@fluendo.com>
16282
16283         * autogen.sh: (CONFIGURE_DEF_OPT): 
16284         libtoolize on Darwin/MacOSX is called glibtoolize.
16285
16286 2006-05-08  Wim Taymans  <wim@fluendo.com>
16287
16288         Patch by: Jens Granseuer <jensgr at gmx dot net>
16289
16290         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16291         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16292         C89 compliance fixes. Fixes #340980
16293
16294 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16295
16296         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16297         * ext/flac/gstflacdec.h:
16298           Handle segment seeks that include the end of the file as stop point
16299           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16300           message instead of an EOS event in case we're in segment seek
16301           mode (fixes #340699).
16302           
16303 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16304
16305         * ext/cairo/gsttextoverlay.c:
16306         * ext/flac/gstflacdec.c:
16307         * ext/gdk_pixbuf/pixbufscale.c:
16308         * gst/apetag/gstapedemux.c:
16309         * gst/debug/breakmydata.c:
16310         * gst/debug/testplugin.c:
16311         * gst/matroska/ebml-write.c:
16312         * gst/multipart/multipartdemux.c:
16313         * sys/osxaudio/gstosxaudiosink.c:
16314         * sys/osxaudio/gstosxaudiosrc.c:
16315         Add semicolons after GST_BOILERPLATE[_FULL] so that
16316         indent doesn't mess up following lines.
16317
16318 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16319
16320         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16321
16322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16323           Don't leak caps when freeing the stream context (#340623).
16324
16325 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16326
16327         * configure.ac:
16328           Back to CVS
16329
16330 === release 0.10.3 ===
16331
16332 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16333
16334         * configure.ac:
16335           releasing 0.10.3, "Desplazado"
16336
16337 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16338
16339         * gst/matroska/matroska-mux.c:
16340         (gst_matroska_mux_stream_is_vorbis_header),
16341         (gst_matroska_mux_write_data):
16342           Don't strcmp() NULL strings.
16343           Only start new clusters on video keyframes, not on any
16344           random audio buffer that doesn't have the DELTA_UNIT
16345           flag set (fixes 'make check' again).
16346
16347 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16350
16351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16352         (gst_matroska_mux_stream_is_vorbis_header),
16353         (gst_matroska_mux_write_data):
16354           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16355           value and then dead-lock when muxing vorbis audio streams
16356           (the three vorbis header buffers carry no timestamp, and it
16357           would try to mux these after all video buffers). Fixes #340346.
16358
16359           Improve clustering: start a new cluster also whenever we get
16360           a keyframe.     
16361
16362 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16363
16364         * win32/common/config.h:
16365         * win32/MANIFEST
16366           add the generated file as well
16367
16368 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16369
16370         * Makefile.am:
16371         * configure.ac:
16372         * win32/common/config.h.in:
16373           add win32 stuff
16374
16375 2006-05-03  Michael Smith  <msmith@fluendo.com>
16376
16377         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16378           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16379           SUCKS.
16380
16381 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16382
16383         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16384         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16385         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16386           don't leak caps-string
16387
16388 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16391         (gst_id3demux_sink_activate):
16392           Let core insert default error message for TYPE_NOT_FOUND
16393           errors, it's just as good as our own and has the added
16394           bonus of being translated.
16395
16396 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16397
16398         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16399         (gst_tag_demux_sink_event):
16400         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16401         (gst_id3demux_sink_event):
16402           Post an error message when we get an EOS event and were not
16403           able to find out the type of stream.
16404
16405         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16406         (test_taglib_id3mux_with_tags):
16407           Decrease num-buffers to 16 per iteration again, otherwise the
16408           many memcpy()s and reallocations in the test will hammer slow
16409           CPUs completely and make the test timeout.
16410
16411 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         * configure.ac:
16414           figure out where plugins-base plugins are
16415         * tests/check/Makefile.am:
16416           use plugins-base plugins, so we have typefind functions
16417         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16418           increase num-buffers, this makes sure the test errors out instead
16419           of timing out when no typefind functions are present
16420
16421 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16422
16423         * docs/plugins/Makefile.am:
16424           also check .cc files for gtk-doc markup
16425         * configure.ac:
16426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16428         * tests/check/Makefile.am:
16429         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16430         * ext/Makefile.am:
16431         * ext/taglib/Makefile.am:
16432         * ext/taglib/gstid3v2mux.h:
16433         * ext/taglib/gsttaglibmux.c:
16434         * ext/taglib/gsttaglibmux.h:
16435           move taglib-based id3v2muxer to -good.  Fixes #336110.
16436
16437 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16440           ... and fix multichannel/WAVFORMATEX support again.
16441
16442 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16443
16444         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16445         (gst_wavparse_class_init), (gst_wavparse_dispose),
16446         (gst_wavparse_reset), (gst_wavparse_init),
16447         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16448         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16449         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16450         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16451         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16452         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16453         (gst_wavparse_stream_data), (gst_wavparse_loop),
16454         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16455         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16456         (gst_wavparse_change_state), (plugin_init):
16457         * gst/wavparse/gstwavparse.h:
16458           Add push (streaming) mode to wavparse (fixes #337625)
16459
16460 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * configure.ac:
16463         * tests/Makefile.am:
16464           add ximagesrc icles test
16465
16466 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16467
16468         * configure.ac:
16469         * docs/plugins/Makefile.am:
16470         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16471         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16472         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16473         (gst_cmml_enc_push_clip):
16474         * sys/Makefile.am:
16475         * sys/ximage/Makefile.am:
16476         * sys/ximage/gstximagesrc.c:
16477           Move ximagesrc plug-in to good after review.  Fixes #336756.
16478
16479 2006-04-28  Michael Smith  <msmith@fluendo.com>
16480
16481         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16482         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16483         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16484         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16485         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16486         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16487         * gst/icydemux/gsticydemux.h:
16488           Fix event handling: cache events when typefinding and forward later.
16489
16490 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16491
16492         * sys/osxaudio/gstosxaudiosink.c:
16493         (plugin_init):
16494          Register osxaudiosrc to the plugin.
16495         * sys/osxaudio/gstosxaudiosrc.c:
16496         (gst_osx_audio_src_osxelement_do_init),
16497         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16498         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16499         (gst_osx_audio_src_get_property),
16500         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16501         (gst_osx_audio_src_osxelement_init):
16502         * sys/osxaudio/gstosxaudiosrc.h:
16503           Port of osxaudiosrc to 0.10.
16504         * sys/osxaudio/Makefile.am:
16505           Add osxaudiosrc
16506
16507 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16508
16509         * sys/osxaudio/gstosxringbuffer.c:
16510         * sys/osxaudio/gstosxringbuffer.h:
16511           Forgot to commit earlier, part of the OSX audio plugin port
16512
16513 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16516         (parse_split_strings):
16517           Recognise and skip any byte order marker (BOM) in
16518           UTF-16 strings.
16519
16520 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16521
16522         * docs/plugins/Makefile.am:
16523         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16524         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16525         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16526         * docs/plugins/inspect/plugin-avi.xml:
16527         * gst/avi/gstavidemux.c:
16528         * gst/avi/gstavimux.c:
16529           Add docs for both avidemux and avimux.
16530
16531 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16534
16535         * gst/avi/Makefile.am:
16536         * gst/avi/gstavi.c: (plugin_init):
16537         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16538         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16539         (gst_avi_mux_class_init), (gst_avi_mux_init),
16540         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16541         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16542         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16543         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16544         (gst_avi_mux_riff_get_avix_header),
16545         (gst_avi_mux_riff_get_video_header),
16546         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16547         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16548         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16549         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16550         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16551         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16552         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16553         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16554         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16555         (gst_avi_mux_change_state):
16556         * gst/avi/gstavimux.h:
16557           Port AVI muxer to GStreamer-0.10 (#332031).
16558
16559         * tests/check/Makefile.am:
16560         * tests/check/elements/avimux.c:
16561         * tests/check/elements/.cvsignore:
16562           Add unit test for AVI muxer.
16563
16564 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16565
16566         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16567         (gst_wavparse_class_init), (gst_wavparse_reset),
16568         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16569         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16570         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16571         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16572         (gst_wavparse_stream_data), (gst_wavparse_loop),
16573         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16574         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16575         (plugin_init):
16576         * gst/wavparse/gstwavparse.h:
16577           reverted patch #337625 for the price of 1 hour sleep
16578
16579 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16580
16581         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16582         (gst_wavparse_class_init), (gst_wavparse_reset),
16583         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16584         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16585         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16586         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16587         (gst_wavparse_stream_data), (gst_wavparse_loop),
16588         (gst_wavparse_chain), (plugin_init):
16589         * gst/wavparse/gstwavparse.h:
16590           correct partial implementation of push mode
16591           (from my last commit)
16592
16593 2006-04-26  Wim Taymans  <wim@fluendo.com>
16594
16595         * ext/esd/esdsink.c:
16596         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16597         it is not in esd.h
16598
16599 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16602         (gst_au_parse_class_init), (gst_au_parse_init),
16603         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16604         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16605         (gst_au_parse_chain), (gst_au_parse_src_convert),
16606         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16607         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16608         (gst_au_parse_change_state):
16609         * gst/auparse/gstauparse.h:
16610           Rewrite auparse to suck a little bit less: make source pad
16611           dynamic, so decodebin/playbin work with non-raw formats
16612           like alaw/mulaw; add query function for duration/position
16613           queries; check whether we have enough data before attempting
16614           to parse the header (instead of crashing when that is not the
16615           case); work around audioconvert sucking by swapping endianness
16616           to the native endianness ourselves for float formats; send
16617           initial newsegment event. Fixes #161712.
16618
16619 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16620
16621         * sys/osxaudio/Makefile.am:
16622         * sys/osxaudio/gstosxaudioelement.c:
16623         (gst_osx_audio_element_get_type),
16624         (gst_osx_audio_element_class_init):
16625         * sys/osxaudio/gstosxaudioelement.h:
16626         * sys/osxaudio/gstosxaudiosink.c:
16627         (gst_osx_audio_sink_osxelement_do_init),
16628         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16629         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16630         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16631         (gst_osx_audio_sink_create_ringbuffer),
16632         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16633         (plugin_init):
16634         * sys/osxaudio/gstosxaudiosink.h:
16635         Port of osxaudiosink to 0.10
16636
16637 2006-04-26  Wim Taymans  <wim@fluendo.com>
16638
16639         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16640         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16641         the size of the ringbuffer. This should fix hangs with older 
16642         esd sound servers.
16643
16644 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16645
16646         * ext/aalib/gstaasink.c:
16647         * ext/annodex/gstcmmldec.c:
16648         * ext/annodex/gstcmmlenc.c:
16649         * ext/cairo/gsttextoverlay.c:
16650         * ext/cairo/gsttimeoverlay.c:
16651         * ext/cdio/gstcdiocddasrc.c:
16652         * ext/dv/gstdvdec.c:
16653         * ext/dv/gstdvdemux.c:
16654         * ext/esd/esdmon.c:
16655         * ext/esd/esdsink.c:
16656         * ext/flac/gstflacenc.c:
16657         * ext/flac/gstflactag.c:
16658         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16659         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16660         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16661         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16662         * ext/gdk_pixbuf/pixbufscale.c:
16663         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16664         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16665         * ext/jpeg/gstjpegdec.c:
16666         * ext/jpeg/gstjpegenc.c:
16667         * ext/jpeg/gstsmokedec.c:
16668         * ext/jpeg/gstsmokeenc.c:
16669         * ext/libcaca/gstcacasink.c:
16670         * ext/libmng/gstmngdec.c:
16671         * ext/libmng/gstmngenc.c:
16672         * ext/libpng/gstpngdec.c:
16673         * ext/libpng/gstpngenc.c:
16674         * ext/mikmod/gstmikmod.c:
16675         * ext/raw1394/gstdv1394src.c:
16676         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16677         * ext/shout2/gstshout2.h:
16678         * ext/speex/gstspeexdec.c:
16679         * ext/speex/gstspeexenc.c:
16680         * gst/alpha/gstalpha.c:
16681         * gst/alpha/gstalphacolor.c:
16682         * gst/apetag/gstapedemux.c:
16683         * gst/auparse/gstauparse.c:
16684         * gst/autodetect/gstautoaudiosink.c:
16685         (gst_auto_audio_sink_base_init):
16686         * gst/autodetect/gstautovideosink.c:
16687         (gst_auto_video_sink_base_init):
16688         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16689         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16690         * gst/cutter/gstcutter.c:
16691         * gst/debug/breakmydata.c:
16692         * gst/debug/efence.c:
16693         * gst/debug/gstnavigationtest.c:
16694         * gst/debug/gstnavseek.c:
16695         * gst/debug/negotiation.c:
16696         * gst/debug/progressreport.c:
16697         * gst/debug/testplugin.c:
16698         * gst/effectv/gstaging.c:
16699         * gst/effectv/gstdice.c:
16700         * gst/effectv/gstedge.c:
16701         * gst/effectv/gstquark.c:
16702         * gst/effectv/gstrev.c:
16703         * gst/effectv/gstshagadelic.c:
16704         * gst/effectv/gstvertigo.c:
16705         * gst/effectv/gstwarp.c:
16706         * gst/flx/gstflxdec.c:
16707         * gst/goom/gstgoom.c:
16708         * gst/icydemux/gsticydemux.c:
16709         * gst/id3demux/gstid3demux.c:
16710         * gst/interleave/deinterleave.c:
16711         * gst/interleave/interleave.c:
16712         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16713         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16714         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16715         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16716         * gst/level/gstlevel.c:
16717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16719         * gst/median/gstmedian.c:
16720         * gst/monoscope/gstmonoscope.c:
16721         * gst/multipart/multipartdemux.c:
16722         * gst/multipart/multipartmux.c:
16723         * gst/oldcore/gstaggregator.c:
16724         * gst/oldcore/gstfdsink.c:
16725         * gst/oldcore/gstmd5sink.c:
16726         * gst/oldcore/gstmultifilesrc.c:
16727         * gst/oldcore/gstpipefilter.c:
16728         * gst/oldcore/gstshaper.c:
16729         * gst/oldcore/gststatistics.c:
16730         * gst/rtp/gstasteriskh263.c:
16731         * gst/rtp/gstrtpL16depay.c:
16732         * gst/rtp/gstrtpL16pay.c:
16733         * gst/rtp/gstrtpamrdepay.c:
16734         * gst/rtp/gstrtpamrpay.c:
16735         * gst/rtp/gstrtpdepay.c:
16736         * gst/rtp/gstrtpgsmpay.c:
16737         * gst/rtp/gstrtph263pay.c:
16738         * gst/rtp/gstrtph263pdepay.c:
16739         * gst/rtp/gstrtph263ppay.c:
16740         * gst/rtp/gstrtpilbcdepay.c:
16741         * gst/rtp/gstrtpmp4gpay.c:
16742         * gst/rtp/gstrtpmp4vdepay.c:
16743         * gst/rtp/gstrtpmp4vpay.c:
16744         * gst/rtp/gstrtpmpadepay.c:
16745         * gst/rtp/gstrtpmpapay.c:
16746         * gst/rtp/gstrtppcmadepay.c:
16747         * gst/rtp/gstrtppcmapay.c:
16748         * gst/rtp/gstrtppcmudepay.c:
16749         * gst/rtp/gstrtppcmupay.c:
16750         * gst/rtp/gstrtpspeexdepay.c:
16751         * gst/rtp/gstrtpspeexpay.c:
16752         * gst/rtsp/gstrtpdec.c:
16753         * gst/rtsp/gstrtspsrc.c:
16754         * gst/smpte/gstsmpte.c:
16755         * gst/udp/gstdynudpsink.c:
16756         * gst/udp/gstmultiudpsink.c:
16757         * gst/udp/gstudpsink.c:
16758         * gst/udp/gstudpsrc.c:
16759         * gst/videobox/gstvideobox.c:
16760         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16761         * gst/videofilter/gstvideobalance.c:
16762         * gst/videofilter/gstvideoflip.c:
16763         * gst/videofilter/gstvideotemplate.c:
16764         (gst_videotemplate_base_init):
16765         * gst/videomixer/videomixer.c:
16766         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16767         (gst_wavparse_class_init), (gst_wavparse_dispose),
16768         (gst_wavparse_reset), (gst_wavparse_init),
16769         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16770         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16771         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16772         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16773         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16774         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16775         (gst_wavparse_change_state):
16776         * gst/wavparse/gstwavparse.h:
16777         * sys/oss/gstossmixerelement.c:
16778         * sys/oss/gstosssink.c:
16779         * sys/oss/gstosssrc.c:
16780         * sys/osxaudio/gstosxaudioelement.c:
16781         * sys/osxaudio/gstosxaudiosink.c:
16782         * sys/osxaudio/gstosxaudiosrc.c:
16783         * sys/sunaudio/gstsunaudiomixer.c:
16784         * sys/sunaudio/gstsunaudiosink.c:
16785           Define GstElementDetails as const and also static (when defined as
16786           global)
16787
16788 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16789
16790         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16791           Source pad has fixed caps. If we don't set this, bad
16792           things happen when the window is resized.
16793
16794 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16795
16796         * gst/matroska/Makefile.am:
16797         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16798         (gst_matroska_demux_handle_src_event):
16799         * gst/matroska/matroska-ids.c:
16800         (gst_matroska_track_init_video_context),
16801         (gst_matroska_track_init_audio_context),
16802         (gst_matroska_track_init_subtitle_context),
16803         (gst_matroska_track_init_complex_context):
16804         * gst/matroska/matroska-ids.h:
16805           Handle case where the TrackType ebml chunk does not come before the
16806           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16807           events.
16808
16809 2006-04-25  Wim Taymans  <wim@fluendo.com>
16810
16811         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16812         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16813         It's codec_data, not codec_info.
16814
16815 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16816
16817         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16818
16819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16820           Handle codec_data for VfW compatibility codec IDs (#339451)
16821
16822         * gst/matroska/matroska-mux.c:
16823         (gst_matroska_mux_video_pad_setcaps):
16824           Same here, handle codec_data and add additional caps we can handle
16825           now to the pad template (huffyuv, dv and h263 video) (#339451)
16826
16827 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16830
16831         * gst/matroska/matroska-mux.c:
16832         (gst_matroska_mux_create_buffer_header),
16833         (gst_matroska_mux_write_data):
16834           Fix timestamping of B-frames, use signed integers, do
16835           some rounding (#339678).
16836
16837 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16838
16839         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16840         just make it compile with --disable-gst-debug.
16841
16842 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16843
16844         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16845         Fix a bad conversion using gst_guint64_to_gdouble.
16846         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16847         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16848         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16849     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16850         mistake.
16851
16852 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16853
16854         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16855         Use gst_guint64_to_gdouble for conversions
16856         * win32/vs6/gst_plugins_good.dsw:
16857         * win32/vs6/libgsticydemux.dsp:
16858         Add a project file for icydemux
16859
16860 2006-04-21  Wim Taymans  <wim@fluendo.com>
16861
16862         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16863
16864         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16865         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16866         When splitting audio chunks, the block alignment is not taken in
16867         consideration, so the smaller chunks could be of size which is 
16868         not a multiple of the block alignment. Fixes #336904
16869
16870 2006-04-21  Wim Taymans  <wim@fluendo.com>
16871
16872         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16873         Use scale functions
16874
16875 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/dv/gstdv.c: (plugin_init):
16878           Fix build.
16879
16880 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16883         (gst_progress_report_class_init), (gst_progress_report_init),
16884         (gst_progress_report_do_query), (gst_progress_report_report),
16885         (gst_progress_report_set_property),
16886         (gst_progress_report_get_property):
16887           Add 'format' property to force querying to a particular format.
16888
16889 2006-04-21  Andy Wingo  <wingo@pobox.com>
16890
16891         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16892         best, on big endian systems. Drop its rank in that case. OTOH on
16893         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16894
16895 2006-04-21  Michael Smith  <msmith@fluendo.com>
16896
16897         * configure.ac:
16898         * gst/icydemux/Makefile.am:
16899         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16900         (gst_icydemux_base_init), (gst_icydemux_class_init),
16901         (gst_icydemux_reset), (gst_icydemux_init),
16902         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16903         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16904         (unicodify), (gst_icydemux_unicodify),
16905         (gst_icydemux_parse_and_send_tags),
16906         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16907         (gst_icydemux_chain), (gst_icydemux_change_state),
16908         (gst_icydemux_send_tag_event), (plugin_init):
16909         * gst/icydemux/gsticydemux.h:
16910         * tests/check/Makefile.am:
16911         * tests/check/elements/icydemux.c: (typefind_succeed),
16912         (plugin_init), (icydemux_found_pad), (create_icydemux),
16913         (cleanup_icydemux), (push_data), (GST_START_TEST),
16914         (icydemux_suite), (main):
16915           Add icydemux, and tests.
16916
16917 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16918
16919         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16920           Post SEGMENT_DONE message in TIME format.
16921
16922 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16925
16926         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16927         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16928           Fix index creation when we have to scan the file to create
16929           an index. There may be other types of RIFF 'LIST' chunks than
16930           'movi' and we need to skip them properly as well or we'll end up
16931           reading garbage (#336889). Some other cosmetic changes.
16932           
16933 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16936         (gst_flac_dec_handle_seek_event):
16937           Add support for segment seeks (fixes #338290). Also demote
16938           some recurring debug message from DEBUG to LOG level.
16939
16940 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16943         (gst_matroskademux_do_index_seek),
16944         (gst_matroska_demux_handle_seek_event),
16945         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16946         * gst/matroska/matroska-ids.h:
16947           Set DISCONT flag on first buffer after a discontinuity.
16948           Fix newsegment events sent when seeking and honour KEY_UNIT
16949           seek flag. Create pad with bogus caps if we don't recognise
16950           the stream codec id.
16951
16952         * gst/matroska/matroska-demux.h:
16953           Fix GObject macros.
16954
16955 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16958
16959         * gst/matroska/matroska-demux.c:
16960         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16961           Handle end of segment properly when set; don't dead-lock when
16962           posting start of segment message when doing a segment seek.
16963           Fixes #338810.
16964
16965 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16968         (gst_matroska_demux_plugin_init):
16969           Make mpeg2 aac audio work: create artificial private codec data
16970           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16971           Also call gst_riff_init(). Partially fixes #338767.
16972
16973 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16976         (gst_wavenc_class_init), (gst_wavenc_init),
16977         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16978         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16979         (gst_wavenc_chain), (gst_wavenc_change_state):
16980         * gst/wavenc/gstwavenc.h:
16981           Set caps on first outgoing buffer, so that it doesn't error out
16982           immediately with a non-negotiated error (#338716). Rewrite and
16983           clean up a bit; fix setcaps function to parse things properly;
16984           fix sink caps (8bit audio is unsigned and doesn't have depth);
16985           use boilerplate macros; remove unused properties stuff.
16986
16987 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16988
16989         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16990           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16991           handle MJPEG streams and might be autoplugged for those if the
16992           user doesn't have jpegdec installed (resulting in a cryptic error
16993           message about huffman tables). Better to disable JPEG decoding here
16994           and let the user figure out that she needs to install jpegdec.
16995
16996 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16999         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17000         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17001         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17002           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17003           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17004           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17005           debug messages. Fix boilerplate macros.
17006
17007 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17010         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17011           No need to special-case for Gdk-2.0 any longer, we require
17012           Gdk 2.2 or newer; minor clean-ups.
17013
17014 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17017         (gst_shout2send_class_init), (gst_shout2send_init),
17018         (set_shout_metadata), (gst_shout2send_set_metadata),
17019         (gst_shout2send_event), (gst_shout2send_start),
17020         (gst_shout2send_connect), (gst_shout2send_stop),
17021         (gst_shout2send_render), (gst_shout2send_set_property),
17022         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17023         (plugin_init):
17024         * ext/shout2/gstshout2.h:
17025         * po/POTFILES.in:
17026           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17027           change function; use GST_ELEMENT_ERROR for error reporting, not
17028           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17029           will cause crashes or assertion failures; remove (unused) "sync"
17030           property, basesink already has such a property; misc. other
17031           minor fixes and cleanups.
17032
17033 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17036         * ext/esd/gstesd.c: (plugin_init):
17037         * po/POTFILES.in:
17038           Add translatable error message for when we cannot
17039           connect to the sound server, as "Cannot open resource
17040           for writing" isn't really an acceptable message to show
17041           to the user in this case.
17042
17043 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * sys/oss/gst-i18n-plugin.h:
17046           Remove bogus file that doesn't belong here.
17047
17048 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17049
17050         Patch by: Philippe Valembois
17051
17052         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17053         (gst_shout2send_set_metadata), (gst_shout2send_event),
17054         (gst_shout2send_render), (gst_shout2send_change_state):
17055         * ext/shout2/gstshout2.h:
17056           Handle tags being received before the connection to
17057           the server is established properly (see #338636).
17058
17059 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17062           Don't crash in case the connection to the server fails:
17063           don't set pointer to NULL by assigning FALSE; error out
17064           properly by using GST_ELEMENT_ERROR and returning
17065           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17066           before resetting the pointer.
17067
17068 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17069
17070         * gst/id3demux/id3tags.c:
17071         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17072         (Fixes #338713)
17073
17074 2006-04-12  Wim Taymans  <wim@fluendo.com>
17075
17076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17077         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17078         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17079         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17080         (gst_gdk_pixbuf_chain):
17081         Some cleanups.
17082         Added RGBA as a possible output format.
17083         Correctly free the supported mimetypes.
17084         deprecate silent arg, it's not used.
17085         Return result from _alloc_buffer to peer.
17086
17087 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17090           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17091           overwriting GST_BUFFER_MALLOCDATA.
17092
17093 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17094
17095         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17096         (user_endrow_callback), (user_end_callback),
17097         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17098         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17099         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17100         * ext/libpng/gstpngdec.h:
17101           Handle more than one frame if the content is framed,
17102           like with png-in-quicktime (#331917).
17103
17104 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17105
17106         * sys/oss/Makefile.am:
17107         * sys/oss/common.h:
17108         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17109         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17110         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17111         (gst_oss_src_unprepare):
17112           - the user-visible error strings were in the wrong category
17113           - and the messages were not marked for translation
17114           - which is actually a good thing, because they were exactly
17115             the kind of message you would never want anyone to see
17116           - the macros were using variables that didn't exist in the macro
17117             arguments
17118           - and they were obviously copied from each other and then modified
17119           - so a common header makes sense
17120
17121 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17124           Don't try to modify read-only data.
17125
17126         * gst/matroska/matroska-demux.c:
17127         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17128           Fix comment (won't crash any longer now).
17129
17130 2006-04-10  Michael Smith  <msmith@fluendo.com>
17131
17132         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17133           Use copies of header buffers for caps to avoid circular refcounting
17134           problems (as in theoradec, vorbisdec).
17135
17136         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17137           Fix a typo in test that meant it was testing the wrong thing.
17138
17139         * tests/check/elements/cmmlenc.c: (check_headers):
17140           Fix refcount checks now that we use buffer-copies for caps.
17141
17142 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17145         (gst_matroska_demux_handle_seek_event),
17146         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17147         (gst_matroska_demux_subtitle_caps),
17148         (gst_matroska_demux_plugin_init):
17149           Use static pad templates with ANY caps for audio and video
17150           source pads and get rid of a lot of unnecessary (and partially
17151           broken) code for the template caps. Clean up caps finding
17152           functions. Fixes playback of audio files/streams that do not
17153           contain the sample rate and/or number of channels in the audio
17154           context (happens a lot with vorbis/mp3 .mka files it seems).
17155           Fixes #337183.
17156           Also add myself to copyright holders.
17157
17158 2006-04-10  Michael Smith  <msmith@fluendo.com>
17159
17160         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17161           Use g_list_delete_link () instead of g_list_remove_link () so that
17162           we free the link as well as the contained data.
17163
17164 2006-04-10  Wim Taymans  <wim@fluendo.com>
17165
17166         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17167
17168         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17169         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17170         (gst_avi_demux_stream_header):
17171         Fix some crashers with empty chunks. (Fixes #337749)
17172
17173 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17174
17175         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17176           use G_GINT64_CONSTANT for INT64 constants
17177         * gst/videofilter/gstvideobalance.c:
17178           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17179         * win32/vs6/libgstavi.dsp:
17180          add missing libraries for the link and remove avimux.c from
17181          the project as it isn't ported to 0.10 yet
17182         
17183 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17186           Even better would be if we actually did the right thing
17187           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17188
17189 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17190
17191         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17192           Can't just replace 1LL with 1L here just because MSVC doesn't
17193           support it, as it might lead to incorrect results when doing the
17194           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17195           force a 64-bit constant in a way that all compilers are happy with.
17196
17197 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17198
17199         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17200         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17201         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17204         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17206         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17207         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17208         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17209         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17210         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17211         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17212         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17213         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17214         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17215         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17216         * gst/debug/efence.c: (gst_efence_class_init):
17217         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17218         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17219         * gst/goom/gstgoom.c: (gst_goom_class_init):
17220         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17221         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17222         * gst/interleave/interleave.c: (interleave_class_init):
17223         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17224         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17225         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17226         * gst/median/gstmedian.c: (gst_median_class_init):
17227         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17228         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17229         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17230         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17231         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17232         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17233         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17234         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17235         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17236         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17237         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17238         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17239         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17240         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17241         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17242         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17243         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17244         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17245         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17246         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17247         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17248         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17249         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17250         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17251         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17253         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17254         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17255         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17256         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17257         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17258         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17259         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17260         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17261         * sys/osxaudio/gstosxaudioelement.c:
17262         (gst_osxaudioelement_class_init):
17263         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17264         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17265         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17266         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17267
17268 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17269
17270         * ext/mikmod/gstmikmod.h:
17271         * gst/level/gstlevel.h:
17272         Fix more broken GObject macros
17273
17274 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17275
17276         * ext/annodex/gstcmmldec.h:
17277         * ext/annodex/gstcmmlenc.h:
17278         * ext/annodex/gstcmmltag.h:
17279         * ext/cairo/gsttextoverlay.h:
17280         * ext/ladspa/gstsignalprocessor.h:
17281         * gst/matroska/ebml-read.h:
17282         * gst/matroska/ebml-write.h:
17283         * sys/osxaudio/gstosxaudioelement.h:
17284         Fix broken GObject macros
17285
17286 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17287
17288         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17289           Don't try to seek beyond the end of the file (would
17290           occasionally display error dialogs in totem when seeking
17291           to the end) (#335869). Will still throw an error though
17292           if the file is truncated and the total_samples value in
17293           the stream header is wrong.
17294
17295 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17296
17297         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17298         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17299         (gst_flac_dec_metadata_callback):
17300         * ext/flac/gstflacdec.h:
17301           If the stream header doesn't contain the total number of samples,
17302           search for the last flac frame at the end of the file and calculate
17303           the total duration from that frame's offset (fixes #337609).
17304
17305 2006-04-07  Edward Hervey  <edward@fluendo.com>
17306
17307         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17308         Don't unref the GstPadTemplate returned by
17309         gst_element_class_get_pad_template().
17310
17311 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17314
17315         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17316         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17317         * sys/sunaudio/gstsunaudiosink.h:
17318           Use spec->segsize and spec->segtotal in the prepare function
17319           to initialise the ring buffer instead of using the buffer-time
17320           property (#337421).
17321
17322 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17323
17324         * configure.ac:
17325           Bump core requirements to CVS for gst_pad_query_peer_duration()
17326           which is used by speexdec.
17327
17328 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17329
17330         * ext/speex/gstspeex.c: (plugin_init):
17331         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17332         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17333         (speex_get_sink_query_types), (speex_dec_sink_query),
17334         (speex_get_src_query_types), (speex_dec_src_query),
17335         (speex_dec_src_event), (speex_dec_sink_event),
17336         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17337         (speex_dec_chain_parse_data), (speex_dec_chain),
17338         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17339         (speex_dec_change_state):
17340         * ext/speex/gstspeexdec.h:
17341           Fix seeking and duration queries (#337033); clean up and
17342           refactor a bit.
17343
17344 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17345
17346         * ext/raw1394/gstdv1394src.c:
17347           distinguish between device not found and could not open for
17348           reading
17349
17350 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * Makefile.am:
17353         * configure.ac:
17354         * pkgconfig/.cvsignore:
17355         * pkgconfig/Makefile.am:
17356         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17357           add a .pc file so other modules can use good plugins in tests
17358
17359 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17360
17361         * configure.ac:
17362           clean up, use AS_VERSION and AS_NANO
17363         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17364           use PACKAGE_VERSION define
17365         * po/af.po:
17366         * po/az.po:
17367         * po/cs.po:
17368         * po/en_GB.po:
17369         * po/hu.po:
17370         * po/it.po:
17371         * po/nb.po:
17372         * po/nl.po:
17373         * po/or.po:
17374         * po/sq.po:
17375         * po/sr.po:
17376         * po/sv.po:
17377         * po/uk.po:
17378         * po/vi.po:
17379           updated
17380
17381 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17382
17383         * ext\jpeg\smokecodec.c:
17384           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17385         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17386           move first instruction after all variables declarations
17387         * gst\alpha\gstalpha.c:
17388         * gst\effectv\gstshagadelic.c:
17389         * gst\smpte\paint.c:
17390         * gst\videofilter\gstvideobalance.c:
17391           define M_PI if it's not defined (it's not defined on WIN32)
17392         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17393         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17394         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17395         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17396         (gst_matroska_demux_video_caps):
17397         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17398         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17399           use gst_guint64_to_gdouble for conversions
17400         * gst\goom\filters.c: (setPixelRGB_):
17401           fix a debug which was using undefined variable
17402         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17403         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17404           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17405         * win32/vs6:
17406           add vs6 projects files for most of plugins-good
17407         
17408 2006-03-30  j^  <j@bootlab.org>
17409
17410         * ext/aalib/gstaasink.c:
17411         * ext/annodex/gstcmmldec.c:
17412         * ext/annodex/gstcmmlenc.c:
17413         * ext/cairo/gsttextoverlay.c:
17414         * ext/cairo/gsttimeoverlay.c:
17415         * ext/cdio/gstcdiocddasrc.c:
17416         * ext/dv/gstdvdec.c:
17417         * ext/esd/esdmon.c:
17418         * ext/esd/esdsink.c:
17419         * ext/flac/gstflacdec.c:
17420         * ext/flac/gstflacenc.c:
17421         * ext/flac/gstflactag.c:
17422         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17423         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17424         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17425         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17426         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17427         * ext/gdk_pixbuf/pixbufscale.c:
17428         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17429         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17430         * ext/jpeg/gstjpegdec.c:
17431         * ext/jpeg/gstjpegenc.c:
17432         * ext/jpeg/gstsmokedec.c:
17433         * ext/jpeg/gstsmokeenc.c:
17434         * ext/libcaca/gstcacasink.c:
17435         * ext/libmng/gstmngdec.c:
17436         * ext/libmng/gstmngenc.c:
17437         * ext/libpng/gstpngdec.c:
17438         * ext/libpng/gstpngenc.c:
17439         * ext/mikmod/gstmikmod.c:
17440         * ext/raw1394/gstdv1394src.c:
17441         * ext/shout2/gstshout2.c:
17442         * ext/speex/gstspeexdec.c:
17443         * ext/speex/gstspeexenc.c:
17444         * gst/alpha/gstalpha.c:
17445         * gst/alpha/gstalphacolor.c:
17446         * gst/auparse/gstauparse.c:
17447         * gst/autodetect/gstautoaudiosink.c:
17448         (gst_auto_audio_sink_base_init):
17449         * gst/autodetect/gstautovideosink.c:
17450         (gst_auto_video_sink_base_init):
17451         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17452         * gst/cutter/gstcutter.c:
17453         * gst/debug/breakmydata.c:
17454         * gst/debug/efence.c:
17455         * gst/debug/gstnavigationtest.c:
17456         * gst/debug/negotiation.c:
17457         * gst/debug/progressreport.c:
17458         * gst/debug/testplugin.c:
17459         * gst/effectv/gstaging.c:
17460         * gst/effectv/gstdice.c:
17461         * gst/effectv/gstedge.c:
17462         * gst/effectv/gstquark.c:
17463         * gst/effectv/gstrev.c:
17464         * gst/effectv/gstvertigo.c:
17465         * gst/effectv/gstwarp.c:
17466         * gst/flx/gstflxdec.c:
17467         * gst/goom/gstgoom.c:
17468         * gst/interleave/deinterleave.c:
17469         * gst/interleave/interleave.c:
17470         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17471         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17472         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17473         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17474         * gst/level/gstlevel.c:
17475         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17477         * gst/median/gstmedian.c:
17478         * gst/monoscope/gstmonoscope.c:
17479         * gst/multipart/multipartdemux.c:
17480         * gst/multipart/multipartmux.c:
17481         * gst/oldcore/gstmd5sink.c:
17482         * gst/oldcore/gstmultifilesrc.c:
17483         * gst/oldcore/gstpipefilter.c:
17484         * gst/oldcore/gstshaper.c:
17485         * gst/oldcore/gststatistics.c:
17486         * gst/rtp/gstasteriskh263.c:
17487         * gst/rtp/gstrtpL16depay.c:
17488         * gst/rtp/gstrtpL16pay.c:
17489         * gst/rtp/gstrtpamrdepay.c:
17490         * gst/rtp/gstrtpamrpay.c:
17491         * gst/rtp/gstrtpdepay.c:
17492         * gst/rtp/gstrtpgsmpay.c:
17493         * gst/rtp/gstrtph263pay.c:
17494         * gst/rtp/gstrtph263pdepay.c:
17495         * gst/rtp/gstrtph263ppay.c:
17496         * gst/rtp/gstrtpmp4gpay.c:
17497         * gst/rtp/gstrtpmp4vdepay.c:
17498         * gst/rtp/gstrtpmp4vpay.c:
17499         * gst/rtp/gstrtpmpadepay.c:
17500         * gst/rtp/gstrtpmpapay.c:
17501         * gst/rtp/gstrtppcmadepay.c:
17502         * gst/rtp/gstrtppcmapay.c:
17503         * gst/rtp/gstrtppcmudepay.c:
17504         * gst/rtp/gstrtppcmupay.c:
17505         * gst/rtp/gstrtpspeexdepay.c:
17506         * gst/rtp/gstrtpspeexpay.c:
17507         * gst/rtsp/gstrtpdec.c:
17508         * gst/smpte/gstsmpte.c:
17509         * gst/videobox/gstvideobox.c:
17510         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17511         * gst/videofilter/gstvideobalance.c:
17512         * gst/videofilter/gstvideoflip.c:
17513         * gst/videofilter/gstvideotemplate.c:
17514         (gst_videotemplate_base_init):
17515         * gst/videomixer/videomixer.c:
17516         * gst/wavenc/gstwavenc.c:
17517         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17518          better/unified long descriptions
17519          Fixed #336602
17520          Some cleanups to auparse, don't send multiple newsegments.
17521
17522 2006-03-29  Wim Taymans  <wim@fluendo.com>
17523
17524         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17525
17526         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17527         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17528         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17529         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17530         * ext/dv/gstdvdemux.h:
17531         Seek in READY patch. Only works for pull based mode.
17532         Fixes #323880
17533
17534 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17537         (gst_gdk_pixbuf_event):
17538           Fix two crashers: don't unref the same caps twice, and
17539           set pixbuf loader to NULL after freeing it.
17540
17541 2006-03-27  Wim Taymans  <wim@fluendo.com>
17542
17543         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17544         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17545         (gst_speexenc_chain):
17546         * ext/speex/gstspeexenc.h:
17547         Don't leak adapter.
17548         A push *always* takes ownership of the buffer, even on
17549         errors.
17550         Small cleanups.
17551
17552 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17553
17554         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17555           Create source pad without leaking.
17556
17557 2006-03-24  Wim Taymans  <wim@fluendo.com>
17558
17559         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17560         * ext/flac/gstflacdec.h:
17561         * ext/flac/gstflacenc.h:
17562         Spifify a bit.
17563         Fix deadly lock order error in seeking code, STREAM_LOCK
17564         cannot be taken within LOCK and the streaming variables are
17565         protected with the STREAM_LOCK anyway.
17566
17567 2006-03-24  Wim Taymans  <wim@fluendo.com>
17568
17569         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17570         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17571         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17572         this patch combines the global init_frames with the stream
17573         init_frames. Rationale being that the global delay should 
17574         be subtracted from any stream delay.
17575         Fixes #335858.
17576
17577 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17578
17579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17580         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17581         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17582         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17583         use DEBUG_FUNCPTR for collectpads
17584
17585 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17586
17587         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17588           Don't crash when encoding images where the number of rows isn't
17589           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17590
17591 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17592
17593         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17594         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17595         * gst/interleave/interleave.c: (interleave_change_state):
17596         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17597           More state change function fixes.
17598
17599 2006-03-23  Wim Taymans  <wim@fluendo.com>
17600
17601         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17602         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17603         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17604         (gst_esdsink_delay), (gst_esdsink_reset):
17605         * ext/esd/esdsink.h:
17606         Fix esd choppy playback by configuring audiosink
17607         correctly. Fixes #325191
17608
17609 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17610
17611         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17612           Make state change function thread-safe.
17613
17614 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17615
17616         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17617         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17618           Don't try to read beyond the end of the file just because
17619           the header claims a bigger size (like with truncated files).
17620
17621 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17624         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17625         (gst_wavparse_stream_data), (gst_wavparse_loop):
17626         * gst/wavparse/gstwavparse.h:
17627           Delay source pad creation until we have the first chunk of
17628           media data, so the we can examine the data and adjust the
17629           caps accordingly if required. This makes playback of .wav
17630           files with DTS-declared-as-PCM content work (#313266).
17631
17632 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17633
17634         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17635         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17636         Don't attempt typefinding on too-short buffers that have been
17637         completely trimmed away. (Fixes #330239)
17638
17639         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17640         Improve the debug output
17641
17642 2006-03-21  Wim Taymans  <wim@fluendo.com>
17643
17644         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17645         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17646         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17647         (gst_esdsink_set_property), (gst_esdsink_get_property):
17648         Some cleanups.
17649         Reset fd to -1 when we close them.
17650
17651 2006-03-21  Wim Taymans  <wim@fluendo.com>
17652
17653         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17654         the OPTIONS request result is optional so don't
17655         fail on it.
17656
17657 2006-03-21  Edward Hervey  <edward@fluendo.com>
17658
17659         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17660         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17661         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17662         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17663         (gst_wavparse_change_state):
17664         gcc 4.1 unreferenced pointer fixes.
17665
17666 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17667
17668         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17669
17670         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17671           Fix block alignment calculation. Alignment should be done before
17672           adding the byte offset where the data starts (#335231).
17673
17674 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17675
17676         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17677           Ensure that we set correct caps on buffers that are transferred
17678           direct from the input.
17679
17680 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17681
17682         * gst/goom/filters.c: (zoomFilterDestroy):
17683         * gst/goom/goom_core.c: (goom_close):
17684           Free filter data when cleaning up. (Fixes: #334995)
17685
17686 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17687
17688         * configure.ac:
17689           Don't compile udp and rtsp plugins on win32 (mingw) or other
17690           systems that don't have <sys/socket.h> for some reason (#316203).
17691
17692 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17693
17694         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17695         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17696         * ext/raw1394/gstdv1394src.h:
17697           Change bus reset handler so it reports useful information such as
17698           whether the device being used connected or disconnected
17699
17700 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17701
17702         * gst/id3demux/id3v2frames.c:
17703         (parse_relative_volume_adjustment_two):
17704           We only care about gain and peak data for the master volume.
17705
17706 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17707
17708         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17709         (parse_id_string), (parse_unique_file_identifier),
17710         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17711           Read replay gain tags (#323721).
17712
17713 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17714
17715         * configure.ac:
17716           Bump requirements to gst-plugins-base CVS because
17717           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17718
17719 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17720
17721         * rtp/gst/gstrtppcmadepay.c:
17722         Fixed one of the caps in the code from mulaw to alaw.
17723
17724 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17725
17726         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17727           Ensure that we set caps on the buffers we pass.
17728
17729         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17730         (gst_id3demux_sink_activate):
17731           Ensure that we set caps on the buffers we pass.
17732
17733           Use STREAM, TYPE_NOT_FOUND as the error class when
17734           typefinding fails.
17735
17736 2006-03-15  Edward Hervey  <edward@fluendo.com>
17737
17738         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17739         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17740         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17741         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17742         (gst_jpeg_dec_setcaps):
17743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17744         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17745         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17746         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17747         (gst_mngdec_src_getcaps):
17748         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17749         (gst_pngdec_caps_create_and_set):
17750         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17751         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17752         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17753         * gst/alpha/gstalpha.c: (gst_alpha_init):
17754         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17755         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17756         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17757         * gst/cutter/gstcutter.c: (gst_cutter_init):
17758         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17759         (gst_efence_checkgetrange):
17760         * gst/debug/negotiation.c: (gst_negotiation_init):
17761         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17762         * gst/goom/gstgoom.c: (gst_goom_init):
17763         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17764         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17765         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17766         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17767         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17768         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17769         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17770         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17771         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17772         (gst_wavparse_create_sourcepad):
17773         Fix memleak with gst_static_pad_template_get().
17774         This uses gst_pad_new_from_static_template() instead.
17775         Fixes #333512
17776
17777 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17778
17779         * configure.ac:
17780           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17781           used by id3demux.
17782
17783         * gst/id3demux/gstid3demux.c: (plugin_init):
17784         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17785         (parse_user_text_identification_frame),
17786         (parse_unique_file_identifier):
17787           Add support for UFID and TXXX frames and extract musicbrainz tags.
17788
17789 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17790
17791         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17792           Catch short reads, like they might happen with truncated
17793           files (see #305279); remove unnecessary indentation.
17794
17795 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17798           Fix DIB image inversion for pictures with a
17799           depth != 8 (#305279).
17800
17801 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17804         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17805         * ext/jpeg/gstjpegdec.h:
17806           Fix durations on outgoing buffers after seeking
17807           in MJPEG files (#334083); some minor clean-ups.
17808
17809 2006-03-13  Wim Taymans  <wim@fluendo.com>
17810
17811         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17812         (gst_wavparse_change_state):
17813         Implement seek in READY (re-fixes #327658)
17814
17815 2006-03-13  Wim Taymans  <wim@fluendo.com>
17816
17817         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17818         * ext/esd/esdmon.c: (gst_esdmon_get):
17819         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17820         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17821         (gst_gdk_pixbuf_sink_getcaps):
17822         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17823         (gst_jpegenc_setcaps):
17824         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17825         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17826         (gst_smokeenc_setcaps):
17827         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17828         (gst_mngdec_src_getcaps):
17829         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17830         (gst_mngenc_chain):
17831         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17832         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17833         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17834         (speex_dec_src_event), (speex_dec_chain):
17835         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17836         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17837         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17838         (gst_negotiation_pad_link), (gst_negotiation_chain):
17839         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17840         (gst_flxdec_chain):
17841         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17842         (deinterleave_chain):
17843         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17844         * gst/median/gstmedian.c: (gst_median_link):
17845         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17846         (gst_monoscope_chain):
17847         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17848         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17849         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17850         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17851         close #333784 unref the result of gst_pad_get_parent()
17852         by: Christophe Fergeau.
17853
17854 2006-03-09  Wim Taymans  <wim@fluendo.com>
17855
17856         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17857         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17858         Handle events in push mode better, can now do non-flushing
17859         seeks in push mode as well.
17860
17861 2006-03-07  Wim Taymans  <wim@fluendo.com>
17862
17863         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17864         Applied patch from Kai Vehmanen, fixes #333624.
17865
17866 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17867
17868         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17869         Implement paletted and grayscale png files handling.
17870         (#150363).
17871
17872 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17873
17874         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17875         (gst_speexenc_chain):
17876           fix a tag list assert
17877           follow gst-plugins-base/ext/ogg/README; set OFFSET
17878           and OFFSET_END.  Muxes correctly with gst-plugins-base
17879           > 0.9.3
17880
17881 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17882
17883         * gst/id3demux/Makefile.am:
17884         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17885         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17886           Use new typefind helper functions here as well, and
17887           do typefinding in pull-mode if upstream supports that.
17888
17889 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17890
17891         * sys/sunaudio/gstsunaudiomixerctrl.c:
17892         (gst_sunaudiomixer_ctrl_get_volume),
17893         (gst_sunaudiomixer_ctrl_set_volume):
17894         * sys/sunaudio/gstsunaudiomixertrack.c:
17895         (gst_sunaudiomixer_track_new):
17896           Remove unused variables, breaks build from CVS
17897           with -Werror (#333392, patch by: Benjamin Pineau)
17898
17899 2006-03-03  Wim Taymans  <wim@fluendo.com>
17900
17901         * docs/plugins/Makefile.am:
17902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17904         Added wavparse docs.
17905
17906         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17907         (gst_wavparse_reset), (gst_wavparse_init),
17908         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17909         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17910         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17911         (gst_wavparse_stream_data), (gst_wavparse_loop),
17912         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17913         (gst_wavparse_change_state):
17914         * gst/wavparse/gstwavparse.h:
17915         Implement seek in READY (fixes #327658)
17916         Added docs and did some cleanups.
17917
17918 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17919
17920         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17921         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17922         (gst_avi_demux_calculate_durations_from_index),
17923         (gst_avi_demux_stream_header):
17924         * gst/avi/gstavidemux.h:
17925           If we have an index, use a duration based on the index instead
17926           of blindly trusting the information in the stream headers
17927           (fixes #331817).
17928
17929 2006-03-03  Wim Taymans  <wim@fluendo.com>
17930
17931         * docs/plugins/Makefile.am:
17932         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17934         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17935         Added smoke and jpeg to the docs.
17936
17937         * ext/jpeg/Makefile.am:
17938         * ext/jpeg/gstjpeg.c: (plugin_init):
17939         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17940         * ext/jpeg/gstjpegenc.h:
17941         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17942         (gst_smokedec_chain):
17943         * ext/jpeg/gstsmokedec.h:
17944         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17945         * ext/jpeg/gstsmokeenc.h:
17946         * ext/jpeg/smokecodec.h:
17947         Port smokedec (fixes #331905).
17948         Added some docs.
17949         Some cleanups.
17950
17951 2006-03-03  Wim Taymans  <wim@fluendo.com>
17952
17953         * docs/plugins/Makefile.am:
17954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17956         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17957         Added videobalance and videoflip to the docs.
17958
17959         * gst/videofilter/Makefile.am:
17960         * gst/videofilter/gstvideobalance.c:
17961         (gst_video_balance_update_tables_planar411),
17962         (gst_video_balance_is_passthrough),
17963         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17964         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17965         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17966         (gst_video_balance_finalize), (gst_video_balance_class_init),
17967         (gst_video_balance_init), (gst_video_balance_interface_supported),
17968         (gst_video_balance_interface_init),
17969         (gst_video_balance_colorbalance_list_channels),
17970         (gst_video_balance_colorbalance_set_value),
17971         (gst_video_balance_colorbalance_get_value),
17972         (gst_video_balance_colorbalance_init),
17973         (gst_video_balance_set_property), (gst_video_balance_get_property),
17974         (gst_video_balance_get_type), (plugin_init):
17975         * gst/videofilter/gstvideobalance.h:
17976         Ported to 0.10. (Fixes #326160)
17977         Added docs.
17978
17979         * gst/videofilter/gstvideoflip.c:
17980         * gst/videofilter/gstvideoflip.h:
17981         Added docs.
17982
17983 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17984
17985         * configure.ac:
17986           Bump requirements to current core and -base CVS
17987           (core for new typefind helper API, and -base for the
17988           WAVFORMATEX support that was added to libgstriff and
17989           is needed by wavparse).
17990         
17991         * gst/apetag/Makefile.am:
17992         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17993         (gst_tag_demux_sink_activate):
17994           Use new typefind helpers for typefinding instead of our
17995           home-grown stuff; also, do typefinding in pull-mode if
17996           upstream supports that.
17997
17998 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17999
18000         Reviewed by: Christian Schaller <christian@fluendo.com>
18001
18002         This patch fixes bug: 329107
18003
18004         This Changelog entry is for a commit done on February 17
18005
18006         * ext/gconf/gconf.c
18007         * ext/gconf/gconf.h
18008         * ext/gconf/gstgconfaudiosink.c
18009         * ext/gconf/gstgconfaudiosink.h
18010         * gconf/gstreamer.schemas.in
18011
18012 2006-02-28  Wim Taymans  <wim@fluendo.com>
18013
18014         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18015         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18016         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18017         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18018         Use DEBUG_OBJECT more.
18019
18020 2006-02-28  Wim Taymans  <wim@fluendo.com>
18021
18022         * docs/plugins/Makefile.am:
18023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18025         Added dvdec and dvdemux to docs.
18026
18027         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18028         Added docs.
18029         Check frame sizes so we don't crash when don't have enough
18030         data.
18031         Send nice error messages on error.
18032
18033         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18034         (gst_dvdemux_class_init), (gst_dvdemux_init),
18035         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18036         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18037         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18038         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18039         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18040         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18041         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18042         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18043         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18044         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18045         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18046         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18047         * ext/dv/gstdvdemux.h:
18048         Added docs.
18049         Implement pull mode.
18050         Fix memleaks.
18051         Reduce memcpy for the video demuxing.
18052
18053 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18054
18055         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18056         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18057         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18058         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18059           Add a little extra debug. Make the decoder not return NOT_LINKED,
18060           as we want to continue decoding all CMML and emitting tags.
18061
18062 2006-02-27  Michael Smith  <msmith@fluendo.com>
18063
18064         * ext/annodex/gstskeltag.c:
18065         * ext/annodex/gstskeltag.h:
18066           Deleted; these files aren't used any more either.
18067
18068 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18069
18070         * ext/Makefile.am: Fix dist-check.
18071
18072 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18073
18074         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18075         memleak.
18076
18077 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18078
18079         * ext/annodex/Makefile.am:
18080         * ext/annodex/gstannodex.c:
18081         * ext/annodex/gstcmmldec.c:
18082         * ext/annodex/gstcmmlenc.c:
18083         * ext/annodex/gstcmmlparser.c:
18084         * ext/annodex/gstcmmlparser.h:
18085         * ext/annodex/gstcmmlutils.c:
18086         * tests/check/elements/cmmldec.c:
18087         * tests/check/elements/cmmlenc.c:
18088           Fix a memleak in gst_cmml_track_list_add_clip.
18089           Handle overflows in clip's start and end times.
18090           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18091           Do not parse junk at the end of a CMML preamble buffer.
18092           Register a libxml error handler to not print stuff on stderr.
18093           Check for bad clip start and end times in the testsuites.
18094
18095 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18096
18097         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18098         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18099         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18100         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18101         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18102         possible memleaks.
18103
18104 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18105
18106         * tests/check/Makefile.am:
18107         * tests/check/elements/cmmldec.c:
18108         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18109         the plugins-base tags.
18110
18111 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18112
18113         * ext/Makefile.am: Re-enable module.
18114
18115 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18116
18117         * tests/check/Makefile.am: Forgot to remove that test.
18118
18119 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18120
18121         * ext/annodex/Makefile.am:
18122         * ext/annodex/gstannodex.c: (plugin_init):
18123         * ext/annodex/gstcmmldec.c:
18124         * ext/annodex/gstskeldec.c:
18125         * ext/annodex/gstskeldec.h:
18126         * tests/check/Makefile.am:
18127         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18128
18129 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18130
18131         * tests/check/Makefile.am: Disable those checks as well.
18132
18133 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18134
18135         * ext/Makefile.am: Disable annodex for now until we figure out
18136         how to make it build.
18137         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18138         Add a rule to your checklist : "please try to at least build 
18139         what you are going to commit into -good, or if you are too lazy
18140         to do that, please check that the buildbots are not crying because
18141         of your commit."
18142
18143 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18144
18145         * configure.ac:
18146         * ext/Makefile.am:
18147         * ext/gdk_pixbuf/Makefile.am:
18148         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18149         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18150         * ext/gdk_pixbuf/pixbufscale.c:
18151         * ext/gdk_pixbuf/pixbufscale.h:
18152           Gdkpixbuf ported from 0.8 to 0.10 by
18153           Renato Filho <renato.filho@indt.org.br>.
18154           gst_loader and gdkpixbufanimation still need port.
18155
18156 2006-02-24  Michael Smith  <msmith@fluendo.com>
18157
18158         * configure.ac:
18159         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18160         * ext/Makefile.am:
18161         * ext/annodex/Makefile.am:
18162         * ext/annodex/gstannodex.c:
18163         * ext/annodex/gstannodex.h:
18164         * ext/annodex/gstcmmldec.c:
18165         * ext/annodex/gstcmmldec.h:
18166         * ext/annodex/gstcmmlenc.c:
18167         * ext/annodex/gstcmmlenc.h:
18168         * ext/annodex/gstcmmlparser.c:
18169         * ext/annodex/gstcmmlparser.h:
18170         * ext/annodex/gstcmmltag.c:
18171         * ext/annodex/gstcmmltag.h:
18172         * ext/annodex/gstcmmlutils.c:
18173         * ext/annodex/gstcmmlutils.h:
18174         * ext/annodex/gstskeldec.c:
18175         * ext/annodex/gstskeldec.h:
18176         * ext/annodex/gstskeltag.c:
18177         * ext/annodex/gstskeltag.h:
18178         * tests/check/Makefile.am:
18179         * tests/check/elements/cmmldec.c:
18180         * tests/check/elements/cmmlenc.c:
18181         * tests/check/elements/skeldec.c:
18182           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18183           Includes tests & docs, oh my! Passes Thomas's -good checklist
18184           entirely. Wow.
18185
18186 2006-02-24  Michael Smith  <msmith@fluendo.com>
18187
18188         * autogen.sh:
18189           Check for automake 1.9 as well.
18190
18191 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18192
18193         * ext/flac/gstflacenc.c:
18194           Change min. sample rate to 8kHz to match flacdec's.
18195           
18196 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18197
18198         * ext/cdio/Makefile.am:
18199           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18200           required for Cygwin, see #317048)
18201
18202         * gst/rtp/gstasteriskh263.c:
18203           Cygwin has includes for both the unix network socket API
18204           and the windows API, but only one can be included, so fix
18205           includes to only use one or the other, prefering the unxi
18206           one (#317048).
18207
18208 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18209
18210         * rtp/gst/gstrtppcmadepay.c:
18211         * rtp/gst/gstrtppcmadepay.h:
18212         * rtp/gst/gstgstrtppcmapay.c:
18213         * rtp/gst/gstgstrtppcmapay.h:
18214         * rtp/gst/gstrtppcmudepay.c:
18215         * rtp/gst/gstrtppcmudepay.h:
18216         * rtp/gst/gstrtppcmupay.c:
18217         * rtp/gst/gstrtppcmupay.h:
18218         * rtp/gst/Makefile.am:
18219         * rtp/gst/gstrtp.c:
18220         * rtp/gst/README:
18221         Separated the G711 payloaders/depayloaders into separate elements for
18222         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18223
18224 2006-02-22  Wim Taymans  <wim@fluendo.com>
18225
18226         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18227         (gst_dvdec_change_state):
18228         * ext/dv/gstdvdec.h:
18229         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18230         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18231         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18232         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18233         (gst_dvdemux_flush), (gst_dvdemux_chain),
18234         (gst_dvdemux_change_state):
18235         * ext/dv/gstdvdemux.h:
18236         Ueber spiffify some more, added debug category.
18237         Use _scale.
18238         Use segments, respect playback rate from newsegment.
18239         Fix refcount issue.
18240
18241 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18242
18243         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18244         (gst_signal_processor_process):
18245         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18246         enabled for the build, but it helps me win the feature-count
18247         competitions ooh yeah.
18248
18249 2006-02-19  Wim Taymans  <wim@fluendo.com>
18250
18251         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18252         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18253         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18254         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18255         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18256         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18257         Use scaling code for added precission and more correct stop
18258         position in case scale==0.
18259
18260 2006-02-19  Wim Taymans  <wim@fluendo.com>
18261
18262         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18263         (gst_flxdec_chain):
18264         * gst/flx/gstflxdec.h:
18265         Implement DURATION query.
18266
18267 2006-02-19  Wim Taymans  <wim@fluendo.com>
18268
18269         * gst/flx/flx_color.h:
18270         * gst/flx/flx_fmt.h:
18271         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18272         (gst_flxdec_src_query_handler), (flx_decode_color),
18273         (gst_flxdec_chain):
18274         * gst/flx/gstflxdec.h:
18275         Set MALLOCDATA for the temp buffers so we don't leak.
18276         Some debug cleanups.
18277         Consume all data in the adapter before leaving the chain
18278         function. Fixes #330678.
18279
18280 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18281
18282         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18283         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18284          Handle 0 data size in otherwise valid frames.
18285          Handle numeric strings in 2.4.0 even when not in parentheses 
18286
18287 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * gst/matroska/matroska-demux.c:
18290         (gst_matroska_demux_subtitle_caps),
18291         (gst_matroska_demux_plugin_init):
18292         * gst/matroska/matroska-ids.h:
18293           Recognise SSA/ASS and USF subtitle formats and
18294           set proper caps when they are found.
18295
18296 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18297
18298         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18299         (gst_jpeg_dec_chain):
18300           Fix invalid memory access for some odd-sized images
18301           (see image contained in quicktime stream in #327083);
18302           use g_malloc() instead of g_alloca().
18303
18304 2006-02-17  Wim Taymans  <wim@fluendo.com>
18305
18306         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18307         Patch from Sebastien Cote, fixes #319884
18308
18309 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18310
18311         * ext/cdio/gstcdio.c: (plugin_init):
18312           Init debug category (#331253).
18313
18314 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18315
18316         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18317           Pass extra_data to gst_riff_create_audio_caps(), so that
18318           WAVEFORMATEX stuff works. Post audio codec name and post
18319           it as taglist on the bus. Allow up to 8 channesl for raw
18320           PCM in the source pad template caps.
18321
18322 2006-02-16  Wim Taymans  <wim@fluendo.com>
18323
18324         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18325         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18326         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18327         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18328         (gst_multipart_set_property), (gst_multipart_get_property):
18329         Applied #318663. Gives quite a few false positives in
18330         autoscan mode, but it's better than nothing. Not closing yet.
18331
18332 2006-02-16  Wim Taymans  <wim@fluendo.com>
18333
18334         * docs/plugins/Makefile.am:
18335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18337         * docs/plugins/gst-plugins-good-plugins.args:
18338         * docs/plugins/inspect/plugin-udp.xml:
18339         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18340         (gst_udpsrc_start):
18341         Update documentation.
18342         Fix args.
18343
18344 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18345
18346         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18347         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18348         frame size. (Fixes #331368)
18349
18350 2006-02-16  Wim Taymans  <wim@fluendo.com>
18351
18352         * gst/rtsp/README:
18353         Updated README.
18354
18355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18356         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18357         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18358         * gst/rtsp/gstrtspsrc.h:
18359         Make sure the RTP port is an even port an try to allocate 
18360         another if not.
18361         Added retry property to control max retries for port allocation.
18362         Make sure RTCP port is RTP port+1.
18363         Cleanup when port allocation fails.
18364         Fixes #319183.
18365         
18366 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18367
18368         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18369           Don't ignore return value of the parent class's state
18370           change function (#331385, patch by: Wouter Paesen).
18371
18372 2006-02-15  Wim Taymans  <wim@fluendo.com>
18373
18374         * configure.ac:
18375         * docs/plugins/Makefile.am:
18376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18378         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18379         * ext/Makefile.am:
18380         * ext/hal/Makefile.am:
18381         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18382         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18383         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18384         (do_toggle_element), (gst_hal_audio_sink_set_property),
18385         (gst_hal_audio_sink_get_property),
18386         (gst_hal_audio_sink_change_state):
18387         * ext/hal/gsthalaudiosink.h:
18388         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18389         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18390         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18391         (do_toggle_element), (gst_hal_audio_src_set_property),
18392         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18393         * ext/hal/gsthalaudiosrc.h:
18394         * ext/hal/gsthalelements.c: (plugin_init):
18395         * ext/hal/gsthalelements.h:
18396         * ext/hal/hal.c: (gst_hal_get_string),
18397         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18398         (gst_hal_get_audio_src):
18399         * ext/hal/hal.h:
18400         Add HAL sound device wrapper plugins. Closes #329106
18401
18402 2006-02-15  Wim Taymans  <wim@fluendo.com>
18403
18404         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18405         Add comment in a fultile attempt to stop the copy-and-paste 
18406         paradigm leading to duplication of bad code.
18407
18408         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18409         Mime parameters have to be checked case insensitive
18410
18411 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18412
18413         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18414           Advance stream time for lagging subtitle streams by sending
18415           newsegment events with the update flag set.
18416
18417 2006-02-14  Edward Hervey  <edward@fluendo.com>
18418
18419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18420         There can be bogus data before the hdrl LIST tag in the RIFF header.
18421         It's hard to say if it's not respecting the AVI specifications or not,
18422         but since Google Video is producing AVIs like that and the other player
18423         don't seem to complain, I guess we should do the same.
18424
18425 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18426
18427         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18428         (parse_split_strings):
18429         Add more validation to ensure that a char encoding conversion
18430         produced a valid UTF-8 string.
18431
18432 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18433
18434         Reviewed by: Edward Hervey  <edward@fluendo.com>
18435
18436         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18437         Properly handle end of segment. Closes #330885.
18438
18439 2006-02-13  Wim Taymans  <wim@fluendo.com>
18440
18441         * gst/rtp/gstrtpmp4gpay.h:
18442         For got to commit this one.
18443
18444 2006-02-12  Wim Taymans  <wim@fluendo.com>
18445
18446         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18447         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18448         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18449         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18450         * gst/rtp/gstrtpmp4gpay.h:
18451         Make more things work.
18452         Handle ACC config strings.
18453
18454 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18457           set timestamps if no incoming timestamps set
18458
18459 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18460
18461         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18462         (gst_tag_demux_do_typefind):
18463           ... and fix the very same leaks in GstTagDemux.
18464
18465 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18466
18467         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18468         (gst_id3demux_do_typefind):
18469         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18470         <jonathan at kaolin dot wh9 dot net>)
18471
18472 2006-02-10  Wim Taymans  <wim@fluendo.com>
18473
18474         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18475         First set options, then set caps or else the baseclass
18476         will not know about the options, duh.
18477
18478 2006-02-10  Wim Taymans  <wim@fluendo.com>
18479
18480         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18481         (gst_rtp_mp4v_pay_setcaps):
18482         Don't waste time looking for a config string if we have codec_info
18483         on the incomming caps.
18484
18485 2006-02-10  Wim Taymans  <wim@fluendo.com>
18486
18487         * gst/rtp/README:
18488         Say something about case-sensitivity of caps vs mime-attributes.
18489
18490         * gst/rtp/Makefile.am:
18491         * gst/rtp/gstrtp.c: (plugin_init):
18492         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18493         (gst_rtp_amr_pay_handle_buffer):
18494         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18495         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18496         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18497         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18498         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18499         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18500         (gst_rtp_mp4g_pay_plugin_init):
18501         * gst/rtp/gstrtpmp4gpay.h:
18502         Added beginnings of mpeg4-generic payloader (RFC 3640)
18503
18504 2006-02-09  Wim Taymans  <wim@fluendo.com>
18505
18506         * gst/rtsp/Makefile.am:
18507         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18508         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18509         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18510         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18511         (gst_rtpdec_change_state):
18512         * gst/rtsp/gstrtpdec.h:
18513         * gst/rtsp/gstrtsp.c: (plugin_init):
18514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18515         * gst/rtsp/rtspconnection.c: (read_body),
18516         (rtsp_connection_receive):
18517         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18518         Resurected rtpdec to make rtspsrc happy again.
18519         Skip attributes from the session id.
18520         Don't crash when dumping a message with an empty body.
18521
18522
18523 2006-02-09  Wim Taymans  <wim@fluendo.com>
18524
18525         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18526         Added more meaningfull warnings when something goes wrong.
18527         Clear F bit on outgoing AMR packets.
18528
18529         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18530         (gst_rtp_amr_pay_handle_buffer):
18531         Added debugging category
18532         Support payloading of multiple AMR frames.
18533
18534         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18535         Added some debugging.
18536
18537 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18538
18539         * configure.ac:
18540           Back to CVS
18541
18542 === release 0.10.2 ===
18543
18544 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18545
18546         * configure.ac:
18547           releasing 0.10.2, "Papa was a rolling stone"
18548
18549 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18550
18551         * configure.ac:
18552           Bump core and plugins-base requirement to 0.10.2.2
18553           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18554
18555 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * ext/flac/gstflac.c: (plugin_init):
18558         * ext/speex/gstspeex.c: (plugin_init):
18559           Register musicbrainz tags.
18560
18561 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         * ext/gconf/gconf.h:
18564           Remove declaration of function that no longer exists.
18565
18566 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18567
18568         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18569         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18570         Make shout2 work for non ogg streams
18571
18572 2006-02-06  Wim Taymans  <wim@fluendo.com>
18573
18574         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18575         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18576         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18577         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18578         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18579         * gst/udp/gstmultiudpsink.h:
18580         Updated docs.
18581         Added properties bytes-served, bytes_to_serve.
18582         Post proper error messages,
18583         Emit client added signal too.
18584
18585 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18586
18587         * docs/plugins/Makefile.am:
18588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18590         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18591         (gst_multiudpsink_get_stats):
18592           adding docs for multiudpsink
18593
18594 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18595
18596         * gst/level/gstlevel.c: (gst_level_transform_ip):
18597           peak below decay is not necessarily an error, so don't ERROR log
18598
18599 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18600
18601         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18602         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18603         (gst_ebml_write_seek):
18604         * gst/matroska/ebml-write.h:
18605           Make sure we send a newsegment event in BYTES format
18606           before sending buffers (#328531).
18607
18608 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18609
18610         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18611         (gst_dvdemux_sink_query):
18612         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18613         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18614         (speex_dec_src_query):
18615         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18616         (gst_speexenc_sink_query):
18617         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18618         * gst/matroska/matroska-demux.c:
18619         (gst_matroska_demux_get_src_query_types),
18620         (gst_matroska_demux_handle_src_query):
18621         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18622         (gst_wavparse_pad_query):
18623           Pass unhandled queries upstream instead of just dropping
18624           them (#326446). Update query type arrays here and there.
18625
18626 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18627
18628         * tests/check/elements/matroskamux.c: (setup_src_pad):
18629           Collectpads in core got changed and now also holds a
18630           reference to any pad that is part of it. Fix refcount
18631           checks in test case accordingly.
18632
18633 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * gst/apetag/gstapedemux.h:
18636           Fix include, for now GstTagDemux is in the apetag dir.
18637
18638 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * docs/plugins/Makefile.am:
18641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18643         * docs/plugins/inspect/plugin-cdio.xml:
18644           Add cdio plugin to docs.
18645
18646         * ext/cdio/gstcdiocddasrc.c:
18647           Add gtk-doc blurb.
18648
18649         * ext/cdio/gstcdio.c:
18650           The plugin is called 'cdio' not 'cddio'.
18651
18652 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18653
18654         * configure.ac:
18655         * docs/plugins/Makefile.am:
18656         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18657         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18658         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18659         * docs/plugins/inspect/plugin-apetag.xml:
18660         * gst/apetag/Makefile.am:
18661         * gst/apetag/gstapedemux.c:
18662         * gst/apetag/gstapedemux.h:
18663         * gst/apetag/gsttagdemux.c:
18664         * gst/apetag/gsttagdemux.h:
18665           Add APE tag demuxer (#325649).
18666
18667 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18668
18669         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18670         (gst_gconf_get_default_video_sink),
18671         (gst_gconf_get_default_audio_src),
18672         (gst_gconf_get_default_video_src):
18673         * ext/gconf/gconf.h:
18674         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18675         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18676         (do_toggle_element):
18677         * ext/gconf/gstgconfaudiosink.h:
18678         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18679         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18680         (do_toggle_element):
18681         * ext/gconf/gstgconfaudiosrc.h:
18682         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18683         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18684         (do_toggle_element):
18685         * ext/gconf/gstgconfvideosink.h:
18686         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18687         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18688         (do_toggle_element):
18689         * ext/gconf/gstgconfvideosrc.h:
18690           Ignore changing the GConf key to "". Ignore GConf key updates
18691           that don't actually change the string.
18692           For now, ignore the GConf key when the state is > READY, as
18693           it breaks streaming. Sometime it will be nice to bring the
18694           new sink online even mid-stream, by sending NEWSEGMENT info
18695           and possibly prerolling.
18696           (Fixes #326736)
18697
18698 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18699
18700         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18701         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18702         (zoomFilterSetResolution), (zoomFilterDestroy),
18703         (zoomFilterFastRGB), (pointFilter):
18704         * gst/goom/filters.h:
18705         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18706         (goom_update), (goom_close):
18707         * gst/goom/goom_core.h:
18708         * gst/goom/goom_tools.h:
18709         * gst/goom/graphic.c:
18710         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18711         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18712         * gst/goom/gstgoom.h:
18713         * gst/goom/lines.c: (goom_lines):
18714         * gst/goom/lines.h:
18715           Make goom reentrant by moving all important static variables
18716           into instance structures.
18717           (Fixes #329181)
18718
18719 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18720
18721         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18722         (gst_avi_demux_all_source_pads_unlinked),
18723         (gst_avi_demux_process_next_entry):
18724         * gst/avi/gstavidemux.h:
18725           Third attempt, use gst_pad_is_linked() this time.
18726
18727 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18728
18729         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18730         (parse_split_strings):
18731         Adjust for data length indicators when parsing (Fixes #329810)
18732         Fix stupid bug parsing UTF-8 tag text.
18733         Output tag strings with multiple fields as multiple tags, so the
18734         app gets all the data.
18735
18736 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18737
18738         * ext/flac/gstflacenc.c:
18739         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18740         show me.
18741         
18742 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18743
18744         * ext/flac/gstflacenc.c:
18745         * gst/matroska/ebml-read.c:
18746         Just make it compile with --disable-gst-debug.
18747
18748 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18749
18750         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18751         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18752         (id3v2_genre_fields_to_taglist):
18753           Never output a tag with a null contents string.
18754
18755 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18758           Only pause if all pads are unlinked AND we've tried to send data
18759           on all of them at least once.
18760
18761 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18764         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18765           Make loop function/task pause itself when all source pads are
18766           unlinked.
18767
18768 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18769
18770         * configure.ac:
18771         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18772           Use new functions from core to render a bin from a
18773           string. Fixes build. Up requirements to core CVS.
18774
18775 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18776
18777         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18778           Don't push buffers into the adapter that we are going to
18779           push downstream again without framing anyway. Also, the
18780           adaptor takes ownership of buffers put into it (fixes
18781           auparse pushing invalid buffers for .au files with
18782           ADPCM contents). Finally, set caps on all outgoing buffers.
18783
18784 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18785
18786         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18787         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18788         (gst_id3demux_send_tag_event):
18789         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18790         Someone should kick my butt. Remove ID3v1 tags from the end of the
18791         file.
18792
18793         Improve error messages. Send the TAG message as soon as we complete
18794         typefinding, instead of waiting until we send the first buffer.
18795         Downstream tag event is still sent before the first buffer.
18796
18797 2006-01-27  Jan Gerber  <j@bootlab.org>
18798
18799         Reviewed by: Andy Wingo <wingo@pobox.com>
18800
18801         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18802         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18803         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18804         to not have warings flooding stderr. this is the suggested way
18805         also used in dvgrab and kino. (#328336)
18806
18807 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18808
18809         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18810         (gst_oss_sink_init), (gst_oss_sink_finalise):
18811           Free the device name string when finalised.
18812
18813 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18816           Don't put function calls in g_return_if_fail() statements,
18817           or they'll be replaced with NOOPs if someone compiles with
18818           G_DISABLE_CHECKS defined.
18819           
18820 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18821
18822         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18823         Never trust ANY information encoded in a media file, especially
18824         when it's giving you sizes. (Fixes #328452)
18825
18826 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18827
18828         * gst/rtp/gstrtpg711pay.c:
18829         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18830         bug #325148.
18831
18832 2006-01-23  Edward Hervey  <edward@fluendo.com>
18833
18834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18835         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18836         * gst/matroska/matroska-ids.h:
18837         Added recognition of Real Audio and Video streams in matroska demuxer.
18838
18839 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18840
18841         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18842           Remove errant break statement, and fix compilation with
18843           older GCC.
18844
18845 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18846
18847         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18848
18849         * sys/sunaudio/gstsunaudiomixerctrl.c:
18850         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18851           Export functions that are needed in other parts of the code,
18852           makes the mixer actually work; adjust magic minimum buffer-time
18853           value from 3ms to 5ms to work around stuttering during mp3
18854           playback (#327765).
18855
18856 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18857
18858         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18859
18860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18861         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18862           Fix possible deadlock in matroska muxer (#327825).
18863
18864 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18865
18866         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18867         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18868         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18869         * gst/rtsp/sdpmessage.h:
18870         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18871         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18872           C89 fixes: declare variables at the beginning of a block and
18873           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18874           <jensgr at gmx dot net>).
18875
18876 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18877
18878         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18879         * gst/id3demux/id3tags.h:
18880         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18881         (parse_comment_frame), (parse_text_identification_frame),
18882         (id3v2_tag_to_taglist), (id3v2_are_digits),
18883         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18884         (parse_split_strings), (free_tag_strings):
18885           Rewrite parsing of text tags to handle multiple NULL terminated
18886           strings. Parse numeric genre strings and ID3v2 type
18887           "(3)(6)Alternative" style genre strings.
18888           Parse dates that are only YYYY or YYYY-mm format.
18889           (Fixes #328241 and #322154)
18890
18891 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18892
18893         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18894           Don't forget to initialize liboil, otherwise our oil functions
18895           will crash (fixes #327871; patch by: Christoph Burghardt
18896           <hawkes at web dot de>).
18897
18898 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18899
18900         * configure.ac:
18901           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18902           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18903           patch by: Brian Cameron <brian dot cameron at sun dot com>
18904
18905 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18906
18907         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18908         * ext/cdio/gstcdio.h:
18909         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18910           Fix build for libcdio versions >= 76; give slightly lower rank
18911           than cdparanoia.
18912
18913 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * configure.ac:
18916         * ext/Makefile.am:
18917         * ext/cdio/Makefile.am:
18918         * ext/cdio/gstcdio.c:
18919         * ext/cdio/gstcdio.h:
18920         * ext/cdio/gstcdiocddasrc.c:
18921         * ext/cdio/gstcdiocddasrc.h:
18922           Port libcdio cdda source, formerly known as cddasrc, now known as
18923           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18924           but that's not tested (fixes #317658).
18925
18926 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18927
18928         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18929           Fix conversion from TIME to BYTES format (fixes #326864;
18930           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18931
18932 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18933
18934         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18935           Fix compilation of id3demux when zlib is not present.
18936           (Fixes #326602; patch by: Sergey Scobich)
18937
18938 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18939
18940         * ext/esd/Makefile.am:
18941           Add $(ESD_CFLAGS), otherwise build will fail for folks
18942           with libesd in a non-standard prefix (#327009).
18943
18944 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18945
18946         * configure.ac:
18947           back to HEAD
18948
18949 === release 0.10.1 ===
18950
18951 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18952
18953         * configure.ac:
18954           releasing 0.10.1, "Li"
18955
18956 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18957
18958           patch by: Wim Taymans
18959
18960         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18961           fix memleak.  Fixes #326618
18962
18963 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18964
18965           patch by: Mike Smith
18966
18967         * gst/level/gstlevel.c: (gst_level_message_new),
18968         (gst_level_message_append_channel):
18969           Fix memleak.  Fixes #326612
18970
18971 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18972
18973         * configure.ac:
18974           prereleasing
18975         * po/af.po:
18976         * po/az.po:
18977         * po/cs.po:
18978         * po/en_GB.po:
18979         * po/hu.po:
18980         * po/it.po:
18981         * po/nb.po:
18982         * po/nl.po:
18983         * po/or.po:
18984         * po/sq.po:
18985         * po/sr.po:
18986         * po/sv.po:
18987         * po/uk.po:
18988         * po/vi.po:
18989           update translations
18990
18991 2006-01-10  Michael Smith  <msmith@fluendo.com>
18992
18993         * gst/level/gstlevel.c: (gst_level_class_init),
18994         (gst_level_dispose):
18995           Don't leak filter arrays.
18996
18997 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18998
18999         reviewed by: Christian Schaller <uraeus@gnome.org>
19000         
19001         * configure.ac:
19002         * gst-plugins-good.spec.in:
19003         * sys/Makefile.am:
19004         * sys/sunaudio/Makefile.am:
19005         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19006         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19007         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19008         (gst_sunaudiomixer_change_state):
19009         * sys/sunaudio/gstsunaudiomixer.h:
19010         * sys/sunaudio/gstsunaudiomixerctrl.c:
19011         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19012         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19013         (gst_sunaudiomixer_ctrl_list_tracks),
19014         (gst_sunaudiomixer_ctrl_get_volume),
19015         (gst_sunaudiomixer_ctrl_set_volume),
19016         (gst_sunaudiomixer_ctrl_set_mute),
19017         (gst_sunaudiomixer_ctrl_set_record):
19018         * sys/sunaudio/gstsunaudiomixerctrl.h:
19019         * sys/sunaudio/gstsunaudiomixertrack.c:
19020         (gst_sunaudiomixer_track_class_init),
19021         (gst_sunaudiomixer_track_init), (fill_labels),
19022         (gst_sunaudiomixer_track_new):
19023         * sys/sunaudio/gstsunaudiomixertrack.h:
19024         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19025         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19026         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19027         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19028         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19029         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19030         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19031         * sys/sunaudio/gstsunaudiosink.h:
19032
19033         Add SunAudio plugin - tested to make sure it doesn't break
19034         the build under GNU/Linux.      
19035
19036 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19037
19038         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19039         * gst-plugins-good/gst/udp/gstudpsrc.c:
19040         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19041         overrides the port or multicast parameters. Fixes bugs #323021.
19042         API addition: adds GstUDPSrc::sockfd property   
19043
19044 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19045
19046         * ext/gconf/Makefile.am:
19047         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19048         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19049         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19050         (do_toggle_element), (cb_toggle_element),
19051         (gst_gconf_audio_src_change_state):
19052         * ext/gconf/gstgconfaudiosrc.h:
19053         * ext/gconf/gstgconfelements.c: (plugin_init):
19054         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19055         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19056         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19057         (do_toggle_element), (cb_toggle_element),
19058         (gst_gconf_video_src_change_state):
19059         * ext/gconf/gstgconfvideosrc.h:
19060           Add new gconfaudiosrc and gconfvideosrc elements
19061           (needed for gnome-sound-recorder).
19062
19063 2006-01-06  Edward Hervey  <edward@fluendo.com>
19064
19065         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19066         Add gst_element_no_more_pads() for proper decodebin behaviour.
19067         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19068         (parse_text_identification_frame), (parse_split_strings):
19069         Failure to decode some tags is not a GST_ERROR() but a
19070         GST_WARNING()
19071         When iterating over a chunk of text, check that we haven't gone too
19072         far.
19073
19074 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19075
19076         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19077         (plugin_init):
19078           call oil_init() when using liboil
19079
19080 2006-01-04  Wim Taymans  <wim@fluendo.com>
19081
19082         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19083         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19084         Fix leaks.
19085
19086 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19087
19088         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19089
19090         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19091         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19092         (gst_flac_dec_change_state):
19093           Don't g_assert() where we should just return FALSE; remove
19094           unnecessary g_assert(); initialize some fields properly in
19095           state change function (fixes #325504). Also, use
19096           GST_DEBUG_OBJECT in two more places.
19097
19098 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19099
19100         * configure.ac:
19101           also remove smoothwave's Makefile.am
19102         * docs/plugins/Makefile.am:
19103           fix plugin docs
19104
19105 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19106
19107         * tests/examples/Makefile.am:
19108           added missing Makefile.am
19109
19110 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19111
19112         * configure.ac:
19113         * gst/level/Makefile.am:
19114         * gst/level/level-example.c:
19115         * tests/Makefile.am:
19116         * tests/examples/level/Makefile.am:
19117         * tests/examples/level/level-example.c: (message_handler), (main):
19118           moved level-example to tests/examples/level-example
19119         * tests/old/examples/level/demo.c: (main):
19120         * tests/old/examples/level/plot.c: (main):
19121           some initial fixes
19122
19123 2005-12-29  Michael Smith  <msmith@fluendo.com>
19124
19125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19126         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19127         * gst/udp/gstmultiudpsink.h:
19128           Track packets sent per client in addition to bytes sent; provide
19129           this info through get-stats signal
19130
19131 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19134           Can't use gst_object_unref() on a GstAdapter (#325191).
19135
19136 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19137
19138         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19139         If a broken tag has 0 bytes payload, at least still skip
19140         the 10 byte header
19141
19142 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19143
19144         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19145         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19146         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19147         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19148           Making these depayloaders (H263+ and mpeg4 video) inherit from
19149           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19150
19151 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19152
19153         * docs/plugins/gst-plugins-good-plugins.args:
19154         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19155         Regenerate the plugin hiearchy.
19156
19157 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19158
19159         * docs/plugins/Makefile.am:
19160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19162         * docs/plugins/gst-plugins-good-plugins.args:
19163         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19164         (gst_id3demux_base_init), (gst_id3demux_class_init),
19165         (gst_id3demux_chain):
19166         * gst/id3demux/gstid3demux.h:
19167           Add documentation for id3demux.
19168           Don't fail if the first buffer is not at offset 0, just
19169           attempt to typefind and do pass through
19170           Rename the gst_type function from gst_gst_id3demux..
19171
19172 2005-12-20  Michael Smith  <msmith@fluendo.com>
19173
19174         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19175         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19176         (gst_multiudpsink_get_stats):
19177         * gst/udp/gstmultiudpsink.h:
19178           Collect statistics; return them from get_stats.
19179
19180 2005-12-19  Edward Hervey  <edward@fluendo.com>
19181
19182         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19183         Stupid signedness issue...
19184
19185 2005-12-19  Edward Hervey  <edward@fluendo.com>
19186
19187         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19188         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19189         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19190         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19191         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19192         Construct index for indexless files.
19193         Make sure pad/buffers are correctly reset to NULL once we don't need
19194         them anymore, else we get lovely segfaults/assertions.
19195         * gst/wavparse/gstwavparse.c:
19196         Yes, you can have 96KHz audio and wma in wav :(
19197
19198 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19199
19200         * configure.ac:
19201           Check for optional dependency on zlib for id3demux
19202
19203         * gst/id3demux/Makefile.am:
19204         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19205         (gst_id3demux_base_init), (gst_id3demux_class_init),
19206         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19207         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19208         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19209         (gst_id3demux_set_property), (gst_id3demux_get_property),
19210         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19211         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19212         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19213         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19214         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19215         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19216         (simple_find_peek), (simple_find_suggest),
19217         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19218         (plugin_init):
19219         * gst/id3demux/gstid3demux.h:
19220         * gst/id3demux/id3tags.c: (read_synch_uint),
19221         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19222         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19223         (id3demux_id3v2_frames_to_tag_list):
19224         * gst/id3demux/id3tags.h:
19225         * gst/id3demux/id3v2.4.0-frames.txt:
19226         * gst/id3demux/id3v2.4.0-structure.txt:
19227         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19228         (parse_comment_frame), (parse_text_identification_frame),
19229         (id3v2_tag_to_taglist), (parse_split_strings):
19230           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19231           otherwise it discards them. Works on my test files. 
19232
19233         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19234           Don't send EOS to a non-existing srcpad
19235           The debug category can be static
19236
19237 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19238
19239         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19240         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19241         * gst/multipart/multipartdemux.c:
19242           change some char* into char[]
19243
19244 2005-12-16  Wim Taymans  <wim@fluendo.com>
19245
19246         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19247         (gst_wavparse_other), (gst_wavparse_perform_seek),
19248         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19249         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19250         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19251         * gst/wavparse/gstwavparse.h:
19252         Use GstSegment to implement more seeking features.
19253
19254 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * gst/rtsp/rtspconnection.c:
19257           Add <netinet/in.h> include and move <arpa/inet.h> include
19258           to make things work on OpenBSD as well (fixes #323717;
19259           patch by: Benjamin Pineau)
19260
19261 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19262
19263         * gst/rtp/gstrtpspeexdepay.c:
19264         * gst/rtp/gstrtpspeexpay.c:
19265         Set clock rate to be fixed in 8000. It fixes bug #324012.
19266
19267 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19268
19269         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19270         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19271         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19272         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19273         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19274         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19275         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19276         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19277         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19278         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19279         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19280         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19281         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19282         * gst-plugins-good/gst/rtp/README:
19283         Fixed payload range in payloder caps. Removed payload range completely
19284         from depayloaders as they don't require payload type in their caps.
19285         In effect, there isn't any specific payload type for any given codec,
19286         only suggestions.
19287         Fixes bug #324011.
19288
19289 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19290
19291         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19292         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19293         (gst_videomixer_collected): Code cleanup and re-enabling 
19294         queued time validity check for correct EOS handling.
19295
19296 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19297
19298         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19299         (gst_oss_mixer_element_get_property),
19300         (gst_oss_mixer_element_change_state):
19301         Add 'device-name' property and fix state change function.
19302
19303 2005-12-13  Edward Hervey  <edward@fluendo.com>
19304
19305         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19306         If the speed of the file is null in the header, set the frame_time to
19307         the default setting of GST_SECOND / 70. Which is the default
19308         frame_delay for .fli files as stated in this document :
19309         http://www.compuphase.com/flic.htm
19310         Would be nice to have the time conversion done properly too (duration =
19311         flxh->frames * flxdec->frame_time)
19312
19313 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19314
19315         * docs/plugins/Makefile.am:
19316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19319         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19320         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19321         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19322         documentation for videomixer on my way with a funny sample
19323         pipeline.
19324
19325 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19326
19327         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19328         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19329         (gst_videomixer_update_queues), (gst_videomixer_collected):
19330         Fix caps negotiation. (#323896)
19331
19332 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19333
19334         * gst/matroska/matroska-demux.c:
19335         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19336           Set correct timestamps on audio laces, fixes playback of mp3 from
19337                 matroska.
19338
19339 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19340
19341         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19342         (gst_au_parse_class_init), (gst_au_parse_init),
19343         (gst_au_parse_dispose), (gst_au_parse_chain),
19344         (gst_au_parse_change_state), (plugin_init):
19345         * gst/auparse/gstauparse.h:
19346           Use gst_object_unref() for GstObjects instead of
19347           g_object_unref() and fix a mem leak in a debug
19348           statement; while we're at it, also borgify, use
19349           boilerplate macros and clean up a little bit.
19350
19351 2005-12-11  Edward Hervey  <edward@fluendo.com>
19352
19353         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19354         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19355         Added pull mode.
19356
19357 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19358
19359         * gst/goom/gstgoom.c:
19360         * gst/level/level-example.c: (main):
19361         * gst/smoothwave/demo-osssrc.c: (main):
19362           Use audiotestsrc instead of sinesrc (#323798).
19363
19364 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19365
19366         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19367           more debug-func-ptr usage
19368
19369 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19370
19371         * gst/flx/flx_color.c: (flx_colorspace_convert):
19372         * gst/flx/flx_color.h:
19373         * gst/flx/flx_fmt.h:
19374         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19375         * gst/flx/gstflxdec.h:
19376           Now flxdec works on big-endian machines as well.
19377
19378 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19379
19380         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19381         (gst_fenced_buffer_copy):
19382           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19383           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19384           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19385           and use GST_DEBUG_FUNCPTR for pad functions.
19386
19387 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19388
19389         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19390         (gst_flac_dec_class_init), (gst_flac_dec_init),
19391         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19392         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19393         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19394         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19395         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19396         (gst_flac_dec_change_state):
19397         * ext/flac/gstflacdec.h:
19398           Rewrite flacdec a bit, so that even seeking might work now. Most
19399           importantly, don't act upon any flow return values we get, just tell
19400           the decoder everything's dandy and act on the flow return values
19401           later on in the loop function. We don't want to mess up the internal
19402           decoder state for non-fatal things like flushing pads etc. Other
19403           than that, use GstSegment (segment seeks don't work yet though, but
19404           should be easy to add), use boilerplate macros, drop the superfluous
19405           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19406           lots of other things.
19407
19408 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19409
19410         * configure.ac:
19411           Update comment in OSS includes check.
19412
19413         * sys/oss/gstossdmabuffer.c:
19414         * sys/oss/gstosshelper.c:
19415         * sys/oss/gstossmixer.c:
19416         * sys/oss/gstossmixertrack.c:
19417         * sys/oss/gstosssink.c:
19418         * sys/oss/gstosssrc.c:
19419         * sys/oss/oss_probe.c:
19420           Don't assume the OSS soundcard.h include is always in
19421           the sys/ directory. Instead, use the existing defines
19422           from config.h to include the right file. Fixes
19423           compilation on OpenBSD 3.8 (#323718).
19424
19425 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19426
19427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19428         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19429         * docs/plugins/inspect/plugin-1394.xml:
19430         * docs/plugins/inspect/plugin-aasink.xml:
19431         * docs/plugins/inspect/plugin-alaw.xml:
19432         * docs/plugins/inspect/plugin-alpha.xml:
19433         * docs/plugins/inspect/plugin-alphacolor.xml:
19434         * docs/plugins/inspect/plugin-auparse.xml:
19435         * docs/plugins/inspect/plugin-autodetect.xml:
19436         * docs/plugins/inspect/plugin-avi.xml:
19437         * docs/plugins/inspect/plugin-cacasink.xml:
19438         * docs/plugins/inspect/plugin-cairo.xml:
19439         * docs/plugins/inspect/plugin-cutter.xml:
19440         * docs/plugins/inspect/plugin-debug.xml:
19441         * docs/plugins/inspect/plugin-dv.xml:
19442         * docs/plugins/inspect/plugin-efence.xml:
19443         * docs/plugins/inspect/plugin-effectv.xml:
19444         * docs/plugins/inspect/plugin-esdsink.xml:
19445         * docs/plugins/inspect/plugin-flac.xml:
19446         * docs/plugins/inspect/plugin-flxdec.xml:
19447         * docs/plugins/inspect/plugin-gconfelements.xml:
19448         * docs/plugins/inspect/plugin-goom.xml:
19449         * docs/plugins/inspect/plugin-jpeg.xml:
19450         * docs/plugins/inspect/plugin-level.xml:
19451         * docs/plugins/inspect/plugin-matroska.xml:
19452         * docs/plugins/inspect/plugin-mulaw.xml:
19453         * docs/plugins/inspect/plugin-multipart.xml:
19454         * docs/plugins/inspect/plugin-navigationtest.xml:
19455         * docs/plugins/inspect/plugin-ossaudio.xml:
19456         * docs/plugins/inspect/plugin-png.xml:
19457         * docs/plugins/inspect/plugin-rtp.xml:
19458         * docs/plugins/inspect/plugin-rtsp.xml:
19459         * docs/plugins/inspect/plugin-shout2send.xml:
19460         * docs/plugins/inspect/plugin-smpte.xml:
19461         * docs/plugins/inspect/plugin-speex.xml:
19462         * docs/plugins/inspect/plugin-udp.xml:
19463         * docs/plugins/inspect/plugin-videobox.xml:
19464         * docs/plugins/inspect/plugin-videoflip.xml:
19465         * docs/plugins/inspect/plugin-videomixer.xml:
19466         * docs/plugins/inspect/plugin-wavenc.xml:
19467         * docs/plugins/inspect/plugin-wavparse.xml:
19468         * ext/flac/gstflac.c: (plugin_init):
19469         * ext/flac/gstflacdec.c: (flacdec_get_type),
19470         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19471         (gst_flac_dec_init), (gst_flac_dec_finalize),
19472         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19473         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19474         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19475         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19476         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19477         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19478         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19479         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19480         * ext/flac/gstflacdec.h:
19481         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19482         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19483         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19484         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19485         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19486         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19487         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19488         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19489         (gst_flac_enc_change_state):
19490         * ext/flac/gstflacenc.h:
19491           borgify and fix up documentation
19492
19493 2005-12-09  Michael Smith  <msmith@fluendo.com>
19494
19495         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19496           Accept a wider range of flac files, more closely matching flac spec.
19497
19498 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19499
19500         * docs/plugins/Makefile.am: Add multipart elements.
19501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19502         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19504         * gst/multipart/multipartdemux.c:
19505         * gst/multipart/multipartmux.c: Add docs.
19506
19507 2005-12-07  Edward Hervey  <edward@fluendo.com>
19508
19509         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19510         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19511         (gst_avi_demux_invert):
19512         Memleak and crasher fixes.
19513         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19514         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19515         Memleak fixes
19516
19517 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19518
19519         * ext/aalib/gstaasink.h:
19520         * ext/cairo/gsttextoverlay.h:
19521         * ext/dv/gstdvdec.h:
19522         * ext/dv/gstdvdemux.c:
19523         * ext/dv/gstdvdemux.h:
19524         * ext/esd/esdsink.h:
19525         * ext/flac/flac_compat.h:
19526         * ext/flac/gstflacdec.h:
19527         * ext/flac/gstflacenc.h:
19528         * ext/gconf/gconf.h:
19529         * ext/gconf/gstgconfaudiosink.h:
19530         * ext/gconf/gstgconfvideosink.h:
19531         * ext/gdk_pixbuf/gstgdkanimation.h:
19532         * ext/jpeg/gstjpegdec.h:
19533         * ext/jpeg/smokecodec.h:
19534         * ext/jpeg/smokeformat.h:
19535         * ext/ladspa/gstsignalprocessor.h:
19536         * ext/ladspa/search.c: (LADSPAPluginSearch):
19537         * ext/ladspa/utils.h:
19538         * ext/libmng/gstmng.c:
19539         * ext/libmng/gstmngdec.h:
19540         * ext/libmng/gstmngenc.c:
19541         * ext/libmng/gstmngenc.h:
19542         * ext/libpng/gstpng.c:
19543         * ext/libpng/gstpngenc.c:
19544         * ext/libpng/gstpngenc.h:
19545         * ext/shout2/gstshout2.h:
19546         * ext/speex/gstspeexdec.h:
19547         * ext/speex/gstspeexenc.c:
19548         * ext/speex/gstspeexenc.h:
19549         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19550         * gst/autodetect/gstautoaudiosink.h:
19551         * gst/autodetect/gstautovideosink.h:
19552         * gst/avi/gstavidemux.h:
19553         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19554         (gst_cutter_set_property), (gst_cutter_get_caps):
19555         * gst/cutter/gstcutter.h:
19556         * gst/debug/tests.c: (md5_process_block):
19557         * gst/debug/tests.h:
19558         * gst/effectv/gstwarp.c:
19559         * gst/flx/flx_fmt.h:
19560         * gst/flx/gstflxdec.h:
19561         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19562         (zoomFilterFastRGB):
19563         * gst/goom/filters.h:
19564         * gst/goom/goom_tools.h:
19565         * gst/law/alaw-encode.c:
19566         * gst/level/gstlevel.c:
19567         * gst/level/gstlevel.h:
19568         * gst/matroska/ebml-write.h:
19569         * gst/matroska/matroska-demux.h:
19570         * gst/matroska/matroska-ids.h:
19571         * gst/matroska/matroska-mux.h:
19572         * gst/monoscope/convolve.c: (convolve_match):
19573         * gst/monoscope/convolve.h:
19574         * gst/multipart/multipartmux.c:
19575         * gst/oldcore/gstaggregator.c:
19576         * gst/oldcore/gstaggregator.h:
19577         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19578         * gst/oldcore/gstmd5sink.h:
19579         * gst/oldcore/gstmultifilesrc.c:
19580         * gst/oldcore/gstmultifilesrc.h:
19581         * gst/oldcore/gstpipefilter.h:
19582         * gst/oldcore/gstshaper.h:
19583         * gst/rtp/gstrtpL16depay.h:
19584         * gst/rtp/gstrtpL16pay.h:
19585         * gst/rtp/gstrtpdepay.h:
19586         * gst/rtp/gstrtpmp4vpay.c:
19587         * gst/rtp/gstrtpmp4vpay.h:
19588         * gst/rtsp/gstrtspsrc.c:
19589         * gst/rtsp/gstrtspsrc.h:
19590         * gst/rtsp/rtspconnection.h:
19591         * gst/rtsp/rtspdefs.h:
19592         * gst/rtsp/rtspmessage.h:
19593         * gst/rtsp/rtsptransport.h:
19594         * gst/rtsp/rtspurl.c:
19595         * gst/rtsp/rtspurl.h:
19596         * gst/rtsp/sdpmessage.c:
19597         * gst/rtsp/sdpmessage.h:
19598         * gst/smpte/barboxwipes.c:
19599         * gst/smpte/gstmask.h:
19600         * gst/smpte/gstsmpte.h:
19601         * gst/smpte/paint.c:
19602         * gst/smpte/paint.h:
19603         * gst/udp/gstdynudpsink.h:
19604         * gst/udp/gstmultiudpsink.h:
19605         * gst/udp/gstudpsink.c:
19606         * gst/udp/gstudpsink.h:
19607         * gst/udp/gstudpsrc.c:
19608         * gst/videomixer/videomixer.c:
19609         * gst/wavenc/riff.h:
19610         * gst/wavparse/gstwavparse.h:
19611         * sys/oss/gstossdmabuffer.h:
19612         * sys/oss/gstossmixer.h:
19613         * sys/oss/gstossmixerelement.h:
19614         * sys/oss/gstossmixertrack.h:
19615         * sys/oss/gstosssink.c:
19616         * sys/oss/gstosssink.h:
19617         * sys/oss/gstosssrc.c:
19618         * sys/oss/gstosssrc.h:
19619         * sys/osxaudio/gstosxaudioelement.h:
19620         * sys/osxaudio/gstosxaudiosink.h:
19621         * sys/osxaudio/gstosxaudiosrc.h:
19622           expand tabs
19623
19624 === release 0.10.0 ===
19625
19626 2005-12-05   <thomas (at) apestaart (dot) org>
19627
19628         * configure.ac:
19629           releasing 0.10.0, "Abondance"
19630
19631 2005-12-05  Andy Wingo  <wingo@pobox.com>
19632
19633         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19634         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19635         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19637         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19638         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19640         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19641         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19642         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19643         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19644         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19645         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19646         * gst/goom/gstgoom.c: (gst_goom_chain):
19647         * gst/matroska/matroska-demux.c:
19648         (gst_matroska_demux_push_vorbis_codec_priv_data),
19649         (gst_matroska_demux_add_wvpk_header):
19650         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19651         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19652         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19653         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19654         alloc_buffer changes.
19655
19656 2005-12-05  Michael Smith  <msmith@fluendo.com>
19657
19658         * docs/plugins/gst-plugins-good-plugins.args:
19659           Remove args for plugins that aren't in -good.
19660
19661 === release 0.9.7 ===
19662
19663 2005-12-01   <thomas (at) apestaart (dot) org>
19664
19665         * configure.ac:
19666           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19667
19668 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19669
19670         * docs/plugins/.cvsignore:
19671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19672         * docs/plugins/inspect/plugin-multipart.xml:
19673         * docs/plugins/inspect/plugin-rtp.xml:
19674           add multipart plugin to docs
19675
19676 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19677
19678         * configure.ac:
19679         * ext/Makefile.am:
19680         * ext/pango/Makefile.am:
19681         * ext/pango/gstclockoverlay.c:
19682         * ext/pango/gstclockoverlay.h:
19683         * ext/pango/gsttextoverlay.c:
19684         * ext/pango/gsttextoverlay.h:
19685         * ext/pango/gsttextrender.c:
19686         * ext/pango/gsttextrender.h:
19687         * ext/pango/gsttimeoverlay.c:
19688         * ext/pango/gsttimeoverlay.h:
19689           move pango to base
19690
19691 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19692
19693         * gst/rtp/Makefile.am:
19694         * gst/rtp/gstrtpL16depay.c:
19695         * gst/rtp/gstrtpL16depay.h:
19696         * gst/rtp/gstrtpL16parse.c:
19697         * gst/rtp/gstrtpL16parse.h:
19698         * gst/rtp/gstrtpgsmdepay.c:
19699         * gst/rtp/gstrtpgsmdepay.h:
19700         * gst/rtp/gstrtpgsmparse.c:
19701         * gst/rtp/gstrtpgsmparse.h:
19702           parsers are depayers
19703
19704 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19705
19706         * gst/rtp/Makefile.am:
19707         * gst/rtp/gstasteriskh263.c:
19708         * gst/rtp/gstrtp.c:
19709         * gst/rtp/gstrtpL16enc.c:
19710         * gst/rtp/gstrtpL16enc.h:
19711         * gst/rtp/gstrtpL16parse.c:
19712         * gst/rtp/gstrtpL16parse.h:
19713         * gst/rtp/gstrtpL16pay.c:
19714         * gst/rtp/gstrtpL16pay.h:
19715         * gst/rtp/gstrtpamrdec.c:
19716         * gst/rtp/gstrtpamrdec.h:
19717         * gst/rtp/gstrtpamrdepay.c:
19718         * gst/rtp/gstrtpamrdepay.h:
19719         * gst/rtp/gstrtpamrenc.c:
19720         * gst/rtp/gstrtpamrenc.h:
19721         * gst/rtp/gstrtpamrpay.c:
19722         * gst/rtp/gstrtpamrpay.h:
19723         * gst/rtp/gstrtpdec.c:
19724         * gst/rtp/gstrtpdec.h:
19725         * gst/rtp/gstrtpdepay.c:
19726         * gst/rtp/gstrtpdepay.h:
19727         * gst/rtp/gstrtpg711dec.c:
19728         * gst/rtp/gstrtpg711dec.h:
19729         * gst/rtp/gstrtpg711depay.c:
19730         * gst/rtp/gstrtpg711depay.h:
19731         * gst/rtp/gstrtpg711enc.c:
19732         * gst/rtp/gstrtpg711enc.h:
19733         * gst/rtp/gstrtpg711pay.c:
19734         * gst/rtp/gstrtpg711pay.h:
19735         * gst/rtp/gstrtpgsmenc.c:
19736         * gst/rtp/gstrtpgsmenc.h:
19737         * gst/rtp/gstrtpgsmparse.c:
19738         * gst/rtp/gstrtpgsmparse.h:
19739         * gst/rtp/gstrtpgsmpay.c:
19740         * gst/rtp/gstrtpgsmpay.h:
19741         * gst/rtp/gstrtph263enc.c:
19742         * gst/rtp/gstrtph263enc.h:
19743         * gst/rtp/gstrtph263pay.c:
19744         * gst/rtp/gstrtph263pay.h:
19745         * gst/rtp/gstrtph263pdec.c:
19746         * gst/rtp/gstrtph263pdec.h:
19747         * gst/rtp/gstrtph263pdepay.c:
19748         * gst/rtp/gstrtph263pdepay.h:
19749         * gst/rtp/gstrtph263penc.c:
19750         * gst/rtp/gstrtph263penc.h:
19751         * gst/rtp/gstrtph263ppay.c:
19752         * gst/rtp/gstrtph263ppay.h:
19753         * gst/rtp/gstrtpmp4vdec.c:
19754         * gst/rtp/gstrtpmp4vdec.h:
19755         * gst/rtp/gstrtpmp4vdepay.c:
19756         * gst/rtp/gstrtpmp4vdepay.h:
19757         * gst/rtp/gstrtpmp4venc.c:
19758         * gst/rtp/gstrtpmp4venc.h:
19759         * gst/rtp/gstrtpmp4vpay.c:
19760         * gst/rtp/gstrtpmp4vpay.h:
19761         * gst/rtp/gstrtpmpadec.c:
19762         * gst/rtp/gstrtpmpadec.h:
19763         * gst/rtp/gstrtpmpadepay.c:
19764         * gst/rtp/gstrtpmpadepay.h:
19765         * gst/rtp/gstrtpmpaenc.c:
19766         * gst/rtp/gstrtpmpaenc.h:
19767         * gst/rtp/gstrtpmpapay.c:
19768         * gst/rtp/gstrtpmpapay.h:
19769         * gst/rtp/gstrtpspeexdec.c:
19770         * gst/rtp/gstrtpspeexdec.h:
19771         * gst/rtp/gstrtpspeexdepay.c:
19772         * gst/rtp/gstrtpspeexdepay.h:
19773         * gst/rtp/gstrtpspeexenc.c:
19774         * gst/rtp/gstrtpspeexenc.h:
19775         * gst/rtp/gstrtpspeexpay.c:
19776         * gst/rtp/gstrtpspeexpay.h:
19777           Do burger's rename for rtp payloaders and depayloaders
19778
19779 2005-11-30  Wim Taymans  <wim@fluendo.com>
19780
19781         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19782         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19783         * ext/dv/gstdvdemux.h:
19784         Fix seeking in dvdemux again, add some more debug info.
19785
19786 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19787
19788         * configure.ac:
19789           fix tests
19790
19791 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19792
19793         * PORTED_09:
19794         * docs/random/PORTED_09:
19795           move
19796         * tests/Makefile.am:
19797           add
19798         * win32/gst.sln:
19799           remove
19800
19801 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19802
19803         * Makefile.am:
19804         * check/.cvsignore:
19805         * check/Makefile.am:
19806         * check/elements/.cvsignore:
19807         * check/elements/level.c:
19808         * check/elements/matroskamux.c:
19809         * configure.ac:
19810         * examples/Makefile.am:
19811         * examples/capsfilter/Makefile.am:
19812         * examples/capsfilter/capsfilter1.c:
19813         * examples/gob/Makefile.am:
19814         * examples/gob/gst-identity2.gob:
19815         * examples/gstplay/.cvsignore:
19816         * examples/gstplay/Makefile.am:
19817         * examples/gstplay/player.c:
19818         * examples/indexing/.cvsignore:
19819         * examples/indexing/Makefile.am:
19820         * examples/indexing/indexmpeg.c:
19821         * examples/level/Makefile.am:
19822         * examples/level/README:
19823         * examples/level/demo.c:
19824         * examples/level/plot.c:
19825         * examples/stats/Makefile.am:
19826         * examples/stats/mp2ogg.c:
19827         * examples/switch/.cvsignore:
19828         * examples/switch/Makefile.am:
19829         * examples/switch/switcher.c:
19830           move under tests/
19831
19832 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19833
19834         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19835         (gst_text_render_class_init), (resize_bitmap),
19836         (gst_text_render_render_text), (gst_text_render_setcaps),
19837         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19838         (gst_text_render_chain), (gst_text_render_finalize),
19839         (gst_text_render_init), (gst_text_render_set_property):
19840         * ext/pango/gsttextrender.h:
19841           Add missing files.
19842
19843 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19844
19845         * configure.ac:
19846         * ext/Makefile.am:
19847         * ext/pango/Makefile.am:
19848         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19849         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19850         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19851         * ext/pango/gstclockoverlay.h:
19852         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19853         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19854         (gst_text_overlay_finalize), (gst_text_overlay_init),
19855         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19856         (gst_text_overlay_text_pad_linked),
19857         (gst_text_overlay_text_pad_unlinked),
19858         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19859         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19860         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19861         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19862         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19863         (gst_text_overlay_change_state), (plugin_init):
19864         * ext/pango/gsttextoverlay.h:
19865         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19866         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19867         (gst_time_overlay_class_init), (gst_time_overlay_init):
19868         * ext/pango/gsttimeoverlay.h:
19869           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19870           and add background shading and text wrapping modes. Make 
19871           timoverlay derive from textoverlay. Also add new clockoverlay
19872           element.
19873
19874 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19875
19876         * gst/udp/Makefile.am: Moved to netbuffer.
19877
19878 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19879
19880         * configure.ac:
19881         * PORTED_O9:
19882         * gst/multipart/Makefile.am:
19883         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19884         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19885         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19886         (gst_multipart_demux_change_state),
19887         (gst_multipart_demux_plugin_init):
19888         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19889         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19890         (gst_multipart_mux_sinkconnect),
19891         (gst_multipart_mux_request_new_pad),
19892         (gst_multipart_mux_handle_src_event),
19893         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19894         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19895         0.9.
19896
19897 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19900         * gst/debug/gstnavigationtest.h:
19901         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19902         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19903         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19904         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19905         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19906         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19907         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19908         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19909         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19910         (gst_video_flip_get_type):
19911         * gst/videofilter/gstvideoflip.h:
19912           update for symbols change
19913
19914 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19915
19916         * gst/udp/gstdynudpsink.c:
19917         * gst/udp/gstudpsrc.c:
19918           the old gstnet lib was renamed gstnetbuffer (#322257)
19919
19920 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19921
19922         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19923         (gst_text_overlay_collected):
19924           Actually render the text from the text pad.
19925
19926 2005-11-29  Edward Hervey  <edward@fluendo.com>
19927
19928         * gst/debug/gstnavseek.c: (gst_navseek_event):
19929         * gst/debug/progressreport.c: (gst_progress_report_event):
19930         Update for GstBaseTransform event virtual method
19931
19932 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19933
19934         * ext/cairo/Makefile.am:
19935           no need to link to videofilter
19936
19937 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19938
19939         * gst/debug/Makefile.am:
19940         * gst/debug/gstnavigationtest.h:
19941         * gst/effectv/Makefile.am:
19942         * gst/effectv/gstaging.c:
19943         * gst/effectv/gstdice.c:
19944         * gst/effectv/gstedge.c:
19945         * gst/effectv/gstquark.c:
19946         * gst/effectv/gstrev.c:
19947         * gst/effectv/gstshagadelic.c:
19948         * gst/effectv/gstvertigo.c:
19949         * gst/effectv/gstwarp.c:
19950         * gst/videofilter/Makefile.am:
19951         * gst/videofilter/gstvideofilter.c:
19952         * gst/videofilter/gstvideofilter.h:
19953         * gst/videofilter/gstvideoflip.h:
19954           remove the videofilter library and link to the one in base
19955
19956 2005-11-28  Edward Hervey  <edward@fluendo.com>
19957
19958         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19959         Useless check now we're setting the current entry correctly.
19960
19961 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19962
19963         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19964         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19965         (gst_jpegenc_change_state):
19966           Don't leak input buffer in chain function (fixes #322667); make 
19967           state change function thread-safe; don't repeat the current function
19968           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19969           gst_pad_alloc_buffer(); misc. minor cleanups.
19970
19971 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19972
19973         * gst/matroska/matroska-mux.c:
19974         (gst_matroska_mux_video_pad_setcaps):
19975         Look for pixel-aspect-ratio in caps, not pixel_width and
19976         pixel_height (Fixes: #322645)
19977
19978 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19979
19980         * gst/matroska/matroska-mux.c:
19981         (gst_matroska_mux_video_pad_setcaps):
19982         From Michal Benes:
19983         frame duration should be GST_SECOND / framerate, not
19984         GST_SECOND * framerate. (Fixes: #322643)
19985
19986 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19987
19988         * configure.ac:
19989           fix up GST_PLUGIN_LDFLAGS
19990         * gst/rtsp/rtspconnection.c:
19991           fix includes (see #317043)
19992         * gst/videofilter/Makefile.am:
19993           stop installing this library
19994
19995 2005-11-26  Edward Hervey  <edward@fluendo.com>
19996
19997         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19998         Handle the case where the incoming Video dv stream doesn't have
19999         a pixel aspect ratio set.
20000
20001 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20002
20003         * docs/plugins/Makefile.am:
20004         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20006         * ext/flac/gstflacdec.c:
20007           document flacdec
20008
20009 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20010
20011         * docs/plugins/Makefile.am:
20012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20014         * docs/plugins/inspect/plugin-autodetect.xml:
20015         * ext/cairo/gstcairo.c: (plugin_init):
20016         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20017         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20018         (gst_text_overlay_init), (gst_text_overlay_font_init),
20019         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20020         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20021         (gst_text_overlay_text_pad_linked),
20022         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20023         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20024         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20025         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20026         (gst_text_overlay_change_state):
20027         * ext/cairo/gsttextoverlay.h:
20028         * ext/cairo/gsttimeoverlay.c:
20029         (gst_cairo_time_overlay_update_font_height),
20030         (gst_cairo_time_overlay_set_caps),
20031         (gst_cairo_time_overlay_get_unit_size),
20032         (gst_cairo_time_overlay_print_smpte_time),
20033         (gst_cairo_time_overlay_transform),
20034         (gst_cairo_time_overlay_base_init),
20035         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20036         (gst_cairo_time_overlay_get_type):
20037         * ext/cairo/gsttimeoverlay.h:
20038           do some name borgifying
20039           document
20040
20041 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20042
20043         * docs/plugins/Makefile.am:
20044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20046         * gst/autodetect/gstautoaudiosink.c:
20047         (gst_auto_audio_sink_base_init):
20048         * gst/autodetect/gstautovideosink.c:
20049         (gst_auto_video_sink_base_init),
20050         (gst_auto_video_sink_factory_filter):
20051           documenting auto*sink
20052           using strstr for the video sink lookup, class field is not ordered
20053         * docs/plugins/inspect/plugin-1394.xml:
20054         * docs/plugins/inspect/plugin-aasink.xml:
20055         * docs/plugins/inspect/plugin-alaw.xml:
20056         * docs/plugins/inspect/plugin-alpha.xml:
20057         * docs/plugins/inspect/plugin-alphacolor.xml:
20058         * docs/plugins/inspect/plugin-auparse.xml:
20059         * docs/plugins/inspect/plugin-autodetect.xml:
20060         * docs/plugins/inspect/plugin-avi.xml:
20061         * docs/plugins/inspect/plugin-cacasink.xml:
20062         * docs/plugins/inspect/plugin-cairo.xml:
20063         * docs/plugins/inspect/plugin-cutter.xml:
20064         * docs/plugins/inspect/plugin-debug.xml:
20065         * docs/plugins/inspect/plugin-dv.xml:
20066         * docs/plugins/inspect/plugin-efence.xml:
20067         * docs/plugins/inspect/plugin-effectv.xml:
20068         * docs/plugins/inspect/plugin-esdsink.xml:
20069         * docs/plugins/inspect/plugin-flac.xml:
20070         * docs/plugins/inspect/plugin-flxdec.xml:
20071         * docs/plugins/inspect/plugin-gconfelements.xml:
20072         * docs/plugins/inspect/plugin-goom.xml:
20073         * docs/plugins/inspect/plugin-jpeg.xml:
20074         * docs/plugins/inspect/plugin-level.xml:
20075         * docs/plugins/inspect/plugin-matroska.xml:
20076         * docs/plugins/inspect/plugin-mulaw.xml:
20077         * docs/plugins/inspect/plugin-navigationtest.xml:
20078         * docs/plugins/inspect/plugin-ossaudio.xml:
20079         * docs/plugins/inspect/plugin-png.xml:
20080         * docs/plugins/inspect/plugin-rtp.xml:
20081         * docs/plugins/inspect/plugin-rtsp.xml:
20082         * docs/plugins/inspect/plugin-shout2send.xml:
20083         * docs/plugins/inspect/plugin-smpte.xml:
20084         * docs/plugins/inspect/plugin-speex.xml:
20085         * docs/plugins/inspect/plugin-udp.xml:
20086         * docs/plugins/inspect/plugin-videobox.xml:
20087         * docs/plugins/inspect/plugin-videoflip.xml:
20088         * docs/plugins/inspect/plugin-videomixer.xml:
20089         * docs/plugins/inspect/plugin-wavenc.xml:
20090         * docs/plugins/inspect/plugin-wavparse.xml:
20091           update for HEAD version
20092
20093 2005-11-25  Michael Smith  <msmith@fluendo.com>
20094
20095         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20096           Patch from Sebastien Cote to close control sockets in udpsrc.
20097
20098 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20099
20100         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20101         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20102         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20103         (gst_quarktv_base_init), (gst_quarktv_class_init),
20104         (gst_quarktv_init): Flush the planes list on reverse caps
20105         negotiation. This was crashing because of differently sized
20106         buffers.
20107
20108 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20109
20110         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20111         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20112         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20113         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20114         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20115         (gst_videoflip_set_property), (gst_videoflip_base_init),
20116         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20117         correctly, fix identity flipping, convert navigation event 
20118         correctly again.
20119
20120 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * configure.ac: back to HEAD
20123
20124 === release 0.9.6 ===
20125
20126 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20127
20128         * configure.ac:
20129           releasing 0.9.6, "Everything's Not Lost"
20130
20131 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20132
20133         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20134         Oops, initialise the framerate GValue
20135
20136 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20137
20138         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20139         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20140         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20141         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20142         (gst_timeoverlay_get_type):
20143         * ext/cairo/gsttimeoverlay.h:
20144         * gst/debug/Makefile.am:
20145         * gst/debug/gstnavigationtest.c:
20146         (gst_navigationtest_handle_src_event),
20147         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20148         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20149         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20150         (gst_navigationtest_init), (gst_navigationtest_get_type),
20151         (plugin_init):
20152         * gst/debug/gstnavigationtest.h:
20153         * gst/effectv/Makefile.am:
20154         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20155         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20156         (gst_agingtv_base_init), (gst_agingtv_class_init),
20157         (gst_agingtv_init), (gst_agingtv_get_type):
20158         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20159         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20160         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20161         (gst_dicetv_get_type):
20162         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20163         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20164         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20165         (gst_edgetv_get_type):
20166         * gst/effectv/gsteffectv.c:
20167         * gst/effectv/gsteffectv.h:
20168         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20169         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20170         (gst_quarktv_change_state), (gst_quarktv_base_init),
20171         (gst_quarktv_class_init), (gst_quarktv_init),
20172         (gst_quarktv_get_type):
20173         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20174         (gst_revtv_get_unit_size), (gst_revtv_transform),
20175         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20176         (gst_revtv_get_type):
20177         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20178         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20179         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20180         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20181         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20182         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20183         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20184         (gst_vertigotv_init), (gst_vertigotv_get_type):
20185         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20186         (gst_warptv_get_unit_size), (gst_warptv_transform),
20187         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20188         (gst_warptv_get_type):
20189         * gst/videofilter/Makefile.am:
20190         * gst/videofilter/gstvideobalance.c:
20191         * gst/videofilter/gstvideobalance.h:
20192         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20193         (gst_videofilter_class_init), (gst_videofilter_init):
20194         * gst/videofilter/gstvideofilter.h:
20195         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20196         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20197         (gst_videoflip_flip), (gst_videoflip_transform),
20198         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20199         (gst_videoflip_base_init), (gst_videoflip_class_init),
20200         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20201         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20202         BaseTransform, it's just a place holder for now and every video
20203         effect plugin has been ported to use BaseTransform features 
20204         directly. QuarkTV was fixed too (was broken), navigationtest works
20205         and best for the end, videoflip converts navigation events depending
20206         on flip method ! Fixes #320953
20207
20208 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20209
20210         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20211         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20212         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20213         (gst_goom_src_negotiate), (gst_goom_chain):
20214         * gst/matroska/matroska-mux.c:
20215         (gst_matroska_mux_video_pad_setcaps):
20216         * sys/osxvideo/osxvideosink.m:
20217           Fixes for API changes
20218
20219 2005-11-23  Michael Smith <msmith@fluendo.com>
20220
20221         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20222         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20223         * ext/jpeg/gstjpegdec.h:
20224         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20225         * ext/jpeg/gstjpegenc.h:
20226         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20227         (gst_smokeenc_resync):
20228         * ext/jpeg/gstsmokeenc.h:
20229           JPEG fractiony goodness.
20230
20231 2005-11-22  Michael Smith <msmith@fluendo.com>
20232
20233         * gst/goom/filters.c:
20234         * gst/goom/graphic.h:
20235           Fix compilation by making some functions static inline instead of
20236           extern inline, matching the way they're used.
20237
20238 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20239
20240         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20241         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20242         * ext/cairo/gsttextoverlay.h:
20243         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20244         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20245         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20246         (gst_pngdec_caps_create_and_set):
20247         * ext/libpng/gstpngdec.h:
20248         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20249         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20250         * gst/avi/gstavimux.c: (gst_avimux_init),
20251         (gst_avimux_vidsinkconnect):
20252         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20253         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20254         (gst_goom_src_negotiate), (gst_goom_chain):
20255         * gst/goom/gstgoom.h:
20256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20257         * gst/matroska/matroska-mux.c:
20258         (gst_matroska_mux_video_pad_setcaps):
20259         * sys/osxvideo/osxvideosink.h:
20260         * sys/osxvideo/osxvideosink.m:
20261           More fractional framerate conversions 
20262
20263 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20264
20265         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20266         * gst/debug/gstnavigationtest.c:
20267         (gst_navigationtest_handle_src_event):
20268         * gst/videofilter/gstvideofilter.c:
20269         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20270         (gst_videofilter_init):
20271         * gst/videofilter/gstvideofilter.h:
20272           Convert to fractional framerates.
20273
20274 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * ext/aalib/gstaasink.c:
20277         * ext/dv/gstdvdec.c:
20278         * ext/esd/esdmon.c:
20279         * ext/flac/gstflacenc.c:
20280         * ext/gdk_pixbuf/pixbufscale.c:
20281         * ext/libcaca/gstcacasink.c:
20282         * ext/shout2/gstshout2.c:
20283         * gst/alpha/gstalpha.c:
20284         * gst/oldcore/gstaggregator.c:
20285         * gst/oldcore/gstshaper.c:
20286         * gst/smpte/barboxwipes.c:
20287         * gst/smpte/gstsmpte.c:
20288         * gst/videobox/gstvideobox.c:
20289         * gst/videofilter/gstvideoflip.c:
20290         * gst/videomixer/videomixer.c:
20291           fix up more enums
20292
20293 2005-11-22  Michael Smith <msmith@fluendo.com>
20294
20295         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20296         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20297         (gst_videomixer_update_queues):
20298           Fractional framerates, videomixer.
20299
20300 2005-11-22  Michael Smith <msmith@fluendo.com>
20301
20302         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20303         * ext/dv/gstdvdec.h:
20304         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20305         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20306         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20307         (gst_dvdemux_flush):
20308         * ext/dv/gstdvdemux.h:
20309           Fractional framerates for DV. 
20310
20311 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20312
20313         * gst/autodetect/gstautoaudiosink.c:
20314         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20315         * gst/autodetect/gstautovideosink.c:
20316         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20317           Use gst_plugin_feature_list_free() to free feature list and
20318           in the case of autovideosink free the list at all. Also
20319           miscellaneous cosmetic fixes.
20320
20321 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20322
20323         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20324         (gst_cutter_set_property), (gst_cutter_get_caps):
20325           copy calculation code from level; remove use of some audio
20326           functions
20327
20328 2005-11-22  Andy Wingo  <wingo@pobox.com>
20329
20330         * Update for gst_tag_setter API changes.
20331
20332 2005-11-22  Andy Wingo  <wingo@pobox.com>
20333
20334         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20335         (gst_dvdemux_demux_frame)
20336         * ext/flac/gstflacdec.c (gst_flacdec_write)
20337         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20338         (gst_flacenc_sink_event)
20339         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20340         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20341         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20342         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20343         * gst/auparse/gstauparse.c (gst_auparse_chain)
20344         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20345         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20346         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20347         (gst_avi_demux_handle_seek)
20348         * gst/goom/gstgoom.c (gst_goom_event)
20349         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20350         * gst/matroska/matroska-demux.c
20351         (gst_matroska_demux_handle_seek_event)
20352         (gst_matroska_demux_loop_stream_parse_id)
20353         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20354         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20355         (gst_wavparse_stream_headers): Run update-funcnames.
20356
20357 2005-11-22  Edward Hervey  <edward@fluendo.com>
20358
20359         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20360         (gst_dv1394src_init), (gst_dv1394src_dispose),
20361         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20362         (gst_dv1394src_uri_set_uri):
20363         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20364         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20365         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20366         URIHandler interface and element properties are now properly
20367         synchronized for DV1394src and UDPSrc
20368
20369 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20370
20371         * ext/flac/Makefile.am:
20372         * ext/speex/Makefile.am:
20373           libgsttagedit has been renamed to libgsttag.
20374
20375 2005-11-21  Wim Taymans  <wim@fluendo.com>
20376
20377         * gst/rtsp/rtspconnection.c: (read_body):
20378         Apply patch from Sebastien Cote to fix #319184.
20379
20380 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20381
20382         * configure.ac:
20383         * gst/cutter/Makefile.am:
20384         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20385         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20386         (gst_cutter_set_property), (gst_cutter_get_property),
20387         (plugin_init), (gst_cutter_get_caps):
20388           port cutter
20389         * gst/level/gstlevel.c:
20390           fix up plugin details
20391
20392 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20393
20394         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20395         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20396         (gst_flacdec_src_event):
20397         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20398         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20399         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20400         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20401         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20402         (gst_flxdec_sink_event_handler):
20403         * gst/matroska/matroska-demux.c:
20404         (gst_matroska_demux_handle_seek_event):
20405         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20406           Update for stream lock API changes: don't take stream log
20407           in sink event handlers any longer and change GST_STREAM_LOCK
20408           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20409           functions.
20410
20411 2005-11-21  Michael Smith <msmith@fluendo.com>
20412
20413         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20414           gst_object_unref, not g_object_unref
20415
20416 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20417
20418         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20419         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20420           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20421
20422 2005-11-21  Michael Smith <msmith@fluendo.com>
20423
20424         * gst/auparse/Makefile.am:
20425         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20426         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20427         (gst_auparse_change_state):
20428         * gst/auparse/gstauparse.h:
20429           Partially fix #161712. playbin still doesn't work on these files,
20430           (on the bug report, Andy says we aren't typefinding it for some
20431           reason?) but at least auparse isn't totally busted like it was before.
20432
20433 2005-11-21  Andy Wingo  <wingo@pobox.com>
20434
20435         * *.h:
20436         * *.c: Ran scripts/update-macros. Oh yes.
20437
20438 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20439
20440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20441           Filler events are gone for now, comment out section generating
20442           them.
20443
20444 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20445
20446         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20447         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20448         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20449         * sys/osxvideo/osxvideosink.m:
20450           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20451           (#322027)
20452
20453 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20454
20455         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20456         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20457         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20458         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20459         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20460         (gst_avi_demux_stream_data):
20461         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20462         * gst/wavenc/gstwavenc.c: (write_metadata):
20463         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20464         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20465         Fixes for GST_FOURCC_FORMAT API change.
20466
20467 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20468
20469         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20470         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20471         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20472         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20473         (gst_text_overlay_change_state):
20474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20475         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20476         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20477         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20478         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20479         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20480         (gst_videomixer_change_state):
20481           Fix for collect pads API change. Also fix textoverlay state
20482           change function.
20483
20484 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20485
20486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20487         GST_PAD_IS_USABLE by something approaching it.
20488
20489 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20490
20491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20492         API changes.
20493         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20494         but also fix the code that was not checking return values from
20495         pad_push neither using pad_alloc_buffer.
20496
20497 2005-11-18  Edward Hervey  <edward@fluendo.com>
20498
20499         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20500         (gst_pngenc_chain):
20501         Added debug category
20502         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20503         goes to EOS.
20504
20505 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20506
20507         * gst/rtp/Makefile.am
20508         * gst/rtp/gstrtp.c
20509         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20510         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20511         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20512         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20513         * gst/rtp/gstrtpg711enc.h:
20514         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20515         * gst/rtp/gstrtpspeexenc.c:
20516         * gst/rtp/gstrtpspeexenc.h:
20517         * gst/rtp/gstrtpspeexdec.c:
20518         * gst/rtp/gstrtpspeexdec.h:
20519         Created Speex payloader and depayloader; Optimize G711 payloader to
20520         use adapter and send packets until MTU size.
20521
20522 2005-11-16  Wim Taymans  <wim@fluendo.com>
20523
20524         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20525         Fix leak in check.
20526
20527 2005-11-16  Wim Taymans  <wim@fluendo.com>
20528
20529         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20530         Fix state change.
20531
20532 2005-11-16  Andy Wingo  <wingo@pobox.com>
20533
20534         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20535         (gst_udpsrc_create): Move comment.
20536
20537 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20538
20539         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20540
20541         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20542           When seeking, seek to closest index entry at or before the requested
20543           seek position, not just the closest one (#321001).
20544
20545 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20546
20547         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20548         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20549           Invert DIB images again (see #132341).
20550
20551 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20552
20553         * configure.ac:
20554           rework configure.ac file
20555         * ext/aalib/gstaasink.c:
20556         * ext/cairo/gstcairo.c:
20557         * ext/dv/gstdv.c:
20558         * ext/esd/gstesd.c:
20559         * ext/flac/gstflac.c:
20560         * ext/gconf/gstgconfelements.c:
20561         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20562         * ext/jpeg/gstjpeg.c:
20563         * ext/ladspa/gstladspa.c:
20564         * ext/libcaca/gstcacasink.c:
20565         * ext/libmng/gstmng.c:
20566         * ext/libpng/gstpng.c:
20567         * ext/mikmod/gstmikmod.c:
20568         * ext/pango/gsttextoverlay.c:
20569         * ext/pango/gsttimeoverlay.c:
20570         * ext/raw1394/gst1394.c:
20571         * ext/speex/gstspeex.c:
20572         * gst/alpha/Makefile.am:
20573         * gst/alpha/gstalpha.c:
20574         * gst/alpha/gstalphacolor.c:
20575         * gst/auparse/gstauparse.c:
20576         * gst/autodetect/gstautoaudiosink.c:
20577         (gst_auto_audio_sink_factory_filter),
20578         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20579         * gst/autodetect/gstautodetect.c:
20580         * gst/avi/gstavi.c:
20581         * gst/cutter/gstcutter.c:
20582         * gst/debug/efence.c:
20583         * gst/debug/gstdebug.c:
20584         * gst/debug/gstnavigationtest.c:
20585         * gst/effectv/gsteffectv.c:
20586         * gst/flx/gstflxdec.c:
20587         * gst/goom/gstgoom.c:
20588         * gst/interleave/plugin.c:
20589         * gst/law/alaw.c:
20590         * gst/law/mulaw.c:
20591         * gst/level/gstlevel.c:
20592         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20593         * gst/matroska/matroska.c:
20594         * gst/median/gstmedian.c:
20595         * gst/monoscope/gstmonoscope.c:
20596         * gst/multipart/multipart.c:
20597         * gst/oldcore/gstelements.c:
20598         * gst/rtp/gstrtp.c:
20599         * gst/rtsp/gstrtsp.c:
20600         * gst/smoothwave/gstsmoothwave.c:
20601         * gst/smpte/gstsmpte.c:
20602         * gst/udp/gstudp.c:
20603         * gst/videobox/gstvideobox.c:
20604         * gst/videofilter/gstgamma.c:
20605         * gst/videofilter/gstvideobalance.c:
20606         * gst/videofilter/gstvideoflip.c:
20607         * gst/videofilter/gstvideotemplate.c:
20608         * gst/videomixer/videomixer.c:
20609         * gst/wavenc/gstwavenc.c:
20610         * gst/wavparse/gstwavparse.c:
20611         * sys/oss/gstossaudio.c:
20612         * sys/osxaudio/gstosxaudio.c:
20613           update GST_PLUGIN_DEFINE
20614         * gst/rtp/Makefile.am:
20615         * gst/rtp/gstasteriskh263.c:
20616           check for htons/htonl headers and possibly link to winsock2 lib
20617
20618 2005-11-12  Edward Hervey  <edward@fluendo.com>
20619
20620         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20621         Only GST_DEBUG() information on the valid components.
20622
20623 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20624
20625         * configure.ac: back to HEAD
20626
20627 === release 0.9.5 ===
20628
20629 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20630
20631         * configure.ac:
20632           releasing 0.9.5, "Phone Alarm"
20633
20634 2005-11-11  Edward Hervey  <edward@fluendo.com>
20635
20636         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20637         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20638         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20639         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20640         (gst_avi_demux_loop):
20641         * gst/avi/gstavidemux.h:
20642         Yeah, implement proper seeking. Exact seeking and segment seeking.
20643         Still need to do some checks for segment_stop.
20644
20645 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20646
20647         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20648
20649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20650           Don't try to ready buffer duration from buffer that we don't
20651           own any  longer and that might already have been unreffed.
20652           (#321136)
20653
20654 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20655
20656         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20657         (flx_decode_delta_flc), (gst_flxdec_chain):
20658         Attempting to optimize the code for embedded systems.
20659
20660 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20661
20662         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20663
20664         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20665           Don't re-use already closed file descriptor. (#320920)
20666
20667 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20668
20669         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20670         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20671         (gst_oss_sink_prepare):
20672         * sys/oss/gstosssink.h:
20673           Cache probed caps; fix debug output for SET_PARAM macros.
20674
20675 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20676
20677         * ext/cairo/Makefile.am:
20678         * ext/cairo/gstcairo.c: (plugin_init):
20679         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20680         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20681         (gst_text_overlay_init), (gst_text_overlay_font_init),
20682         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20683         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20684         (gst_text_overlay_text_pad_linked),
20685         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20686         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20687         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20688         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20689         (gst_text_overlay_change_state):
20690         * ext/cairo/gsttextoverlay.h:
20691           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20692           property and redo positioning. Doesn't handle upstream renegotiation
20693           yet though.
20694
20695 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20696
20697         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20698         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20699         (gst_avi_demux_loop):
20700           No need to take the STREAM_LOCK in the loop function. Improve
20701           some debug messages. Don't leak pad names in debug messages.
20702
20703 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20704
20705         * gst/matroska/matroska-demux.c:
20706         (gst_matroska_demux_push_vorbis_codec_priv_data),
20707         (gst_matroska_demux_add_wvpk_header):
20708           Don't error out when the source pad isn't linked.
20709
20710 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20711
20712         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20713         (gst_gconf_audio_sink_change_state):
20714         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20715         (gst_gconf_video_sink_change_state):
20716           Fix state change functions here as well and set kid
20717           to NULL state before removing it.
20718
20719 2005-11-01  Edward Hervey  <edward@fluendo.com>
20720
20721         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20722         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20723         Added proper event handlind, 
20724         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20725         ignored),
20726         and don't set a duration of 0 for buffers otherwise they are discarded
20727         by GstBaseSink.
20728
20729         GstWavEnc needs some serious loving, after going through the code I'm
20730         really wondering how this can stay in -good ...
20731
20732 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20733
20734         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20735         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20737         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20738         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20739         (gst_matroska_mux_collected):
20740           Fix leaks and invalid memory access as reported by valgrind
20741
20742 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20743
20744         Patch by: Michal Benes <michal.benes@xeris.cz>
20745
20746         * check/Makefile.am:
20747         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20748         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20749         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20750           add a unit test for matroskamux
20751           fix the bugs that the unit test exposed
20752
20753 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20754
20755         * gst/autodetect/gstautoaudiosink.c:
20756         (gst_auto_audio_sink_class_init),
20757         (gst_auto_audio_sink_change_state):
20758         * gst/autodetect/gstautovideosink.c:
20759         (gst_auto_video_sink_class_init),
20760         (gst_auto_video_sink_change_state):
20761           Fix state change function and use GST_DEBUG_FUNCPTR in
20762           class_init.
20763
20764 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20765
20766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20767
20768         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20769         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20770         * gst/matroska/ebml-write.h:
20771         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20772           Set timestamps on outgoing ebml headers as well, so that the
20773           element after matroskamux can get the timestamp already when
20774           reading the first ebml element and doesn't have to wait for
20775           the actual data buffer for that (#320308).
20776           
20777 2005-10-31  Andy Wingo  <wingo@pobox.com>
20778
20779         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20780         (gst_videomixer_pad_link): Kill some memleaks.
20781         (gst_videomixer_pad_get_property): Style fix.
20782         (gst_videomixer_pad_set_property): Style fix.
20783         (gst_videomixer_pad_init): Style fix.
20784         (gst_videomixer_update_queues): Kill memleak.
20785         (gst_videomixer_loop): Kill memleak.
20786         (gst_videomixer_collected): Kill memleak.
20787
20788 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20789
20790         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20791         gst_auparse_change_state:
20792         Just some cleanup.
20793
20794 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20795
20796         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20797         Add checks to GST_FLOW_NOT_LINKED for values returned
20798         from gst_pad_push.
20799         
20800 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20801
20802         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20803         (gst_rtpg711dec_process):
20804         * gst/rtp/gstrtpgsmenc.c:
20805         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20806         are never set. This is important for the g711 to work with burger's rtpbin
20807         element.
20808
20809 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20810
20811         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20812         (gst_speexenc_push_buffer):
20813         Add checks for return values from gst_pad_push and
20814         gst_pad_alloc_buffer.
20815
20816 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20817
20818         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20819
20820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20821         (gst_matroska_demux_parse_info),
20822         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20823         (gst_matroska_demux_parse_cluster):
20824         * gst/matroska/matroska-ids.h:
20825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20826         (gst_matroska_mux_init), (gst_matroska_mux_start),
20827         (gst_matroska_mux_create_buffer_header),
20828         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20829         (gst_matroska_mux_get_property):
20830         * gst/matroska/matroska-mux.h:
20831           Add SimpleBlock support to matroska demuxer and muxer (part of
20832           Matroska v2). (#319731)
20833
20834 2005-10-28  Wim Taymans  <wim@fluendo.com>
20835
20836         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20837         (gst_jpeg_dec_change_state):
20838         * ext/jpeg/gstjpegdec.h:
20839         Cleanups. Don't create caps for every chain.
20840
20841 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20842
20843         * gst/law/alaw-encode.c: (gst_alawenc_init),
20844         (alawenc_setcaps), (gst_alawenc_chain)
20845         * gst/law/alaw-encode.h:
20846         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20847         (mulawenc_setcaps), (gst_mulawenc_chain)
20848         * gst/law/mulaw-encode.h:
20849         Set timestamp on buffer and it allows RTP G711 elements
20850         work properly.
20851
20852 2005-10-27  Wim Taymans  <wim@fluendo.com>
20853
20854         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20855         Set correct format on oss instead of a silly value. 
20856
20857 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20858
20859         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20860         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20861         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20862         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20863         I420 rendering as well, doesn't bring much for my platform.
20864         Might help on some other platforms.
20865
20866 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20867
20868         * gst/rtp/gstrtpgsmenc.c:
20869         * gst/rtp/gstrtpgsmparse.c:
20870         Declaring the padtemplate correctly.
20871
20872 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20873
20874         * gst/rtp/gstrtpg711dec.c:
20875         * gst/rtp/gstrtpg711enc.c:
20876         * gst/rtp/gstrtpgsmenc.c:
20877         * gst/rtp/gstrtpgsmparse.c:
20878         Setting the proper copyright notice.
20879
20880 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20881
20882         * gst/videobox/Makefile.am: Use liboil.
20883         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20884         (gst_video_box_set_property), (gst_video_box_transform_caps),
20885         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20886         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20887         using liboil. Will dot the same to I420 border generation
20888         tomorrow.
20889
20890 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20891
20892         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20893         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20894         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20895         * gst/rtp/gstrtpg711dec.h:
20896         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20897         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20898         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20899         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20900         (gst_rtpgsmenc_handle_buffer):
20901         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20902         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20903         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20904         * gst/rtp/gstrtpgsmparse.h:
20905         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20906         inherits from the basertpdepayloader.
20907
20908 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20909
20910         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20911         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20912         (gst_video_box_ayuv): Removing this forgotten debug.
20913
20914 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20915
20916         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20917         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20918         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20919
20920 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20921
20922         * sys/oss/gstossaudio.c:
20923         * sys/oss/gstossdmabuffer.c:
20924         * sys/oss/gstosshelper.c:
20925         * sys/oss/gstossmixer.c:
20926         * sys/oss/gstossmixerelement.c:
20927         * sys/oss/gstossmixertrack.c:
20928         * sys/oss/gstosssink.c:
20929         * sys/oss/gstosssrc.c:
20930           Actually use the 'oss' debug category we register.
20931
20932 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20933
20934         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20935         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20936         Use gst_pad_get_parent and drop the ref that was added through
20937         that call.
20938
20939 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20940
20941         * gst/rtp/gstrtpgsmenc.c:
20942           Fix compilation
20943
20944 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20945
20946         * gst/rtp/gstrtpg711dec.c
20947         Just removed a couple of lines of weird code used during
20948         development/test time.
20949
20950 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20951
20952         * gst/rtp/Makefile.am
20953         * gst/rtp/gstrtp.c
20954         * gst/rtp/gstrtpg711enc.c
20955         * gst/rtp/gstrtpg711enc.h
20956         * gst/rtp/gstrtpg711dec.c
20957         * gst/rtp/gstrtpg711dec.h
20958         Created G711 payloader and depayloader (it supports mulaw and alaw
20959         (dec)encoders)
20960
20961 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20962
20963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20964         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20965         Doh ! I introduced wingo's bug again ! Sorry...
20966
20967 2005-10-25  Christian Schaller <christian@fluendo.com> 
20968
20969         * gst/rtp/Makefile.am: add missing header files for disting
20970
20971 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20972
20973         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20974         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20975         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20976         (gst_rtpgsmenc_handle_buffer):
20977         * gst/rtp/gstrtpgsmenc.h:
20978         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20979         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20980         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20981         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20982         * gst/rtp/gstrtpgsmparse.h:
20983         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20984
20985 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20986
20987         * ext/libpng/gstpngdec.c: (user_info_callback),
20988         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20989         a newsegment event, move some redundant code in a single place.
20990
20991 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20992
20993         * ext/libpng/gstpngdec.c: (user_info_callback),
20994         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20995         hack to get correct colors order when we have a png image with
20996         alpha channel.
20997
20998 2005-10-24  Edward Hervey  <edward@fluendo.com>
20999
21000         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21001         Call gst_element_no_more_pads when there will be no more pads.
21002
21003 2005-10-24  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst/rtp/Makefile.am:
21006         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21007         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21008         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21009         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21010         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21011         (gst_asteriskh263_plugin_init):
21012         * gst/rtp/gstasteriskh263.h:
21013         * gst/rtp/gstrtp.c: (plugin_init):
21014         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21015         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21016         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21017         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21018         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21019         (gst_rtph263enc_plugin_init):
21020         * gst/rtp/gstrtph263enc.h:
21021         Added two new payloaders, an RFC 2190 payloader for h263 and
21022         a payload convertor for an asterisk server.
21023
21024 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21025
21026         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21027           Set bytes_per_sample correctly (is not always 4, but 
21028           depends on width and number of channels).
21029
21030 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21031
21032         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21033         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21034         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21035         (gst_flacenc_sink_event), (gst_flacenc_chain),
21036         (gst_flacenc_set_property), (gst_flacenc_get_property),
21037         (gst_flacenc_change_state):
21038         * ext/flac/gstflacenc.h:
21039           Fix seeking, so that flacenc can rewrite the header with the
21040           correct duration and amount of samples and all that at EOS;
21041           also set timestamps and granulepos on outgoing buffers; add
21042           debug category; fix state change function.
21043           
21044 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21045
21046         * gst/videomixer/videomixer.c: Don't restrict video geometry
21047         from 16 to 4096.
21048
21049 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21050
21051         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21052         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21053         Fix caps negotiation correctly, add debugging category.
21054
21055 2005-10-24  Christian Schaller  <christian@fluendo.com>
21056
21057         * configure.ac: Port over Thomas's change from base listing all plugins
21058
21059 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21060
21061         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21062         a sink pad.
21063
21064 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21065
21066         * configure.ac:
21067         * docs/upload.mak:
21068           back to HEAD
21069
21070 === release 0.9.4 ===
21071
21072 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21073
21074         * configure.ac:
21075           Releasing 0.9.4, "Dromiceiomimus"
21076
21077 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21078
21079         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21080         (gst_speexenc_src_query):
21081           Add position and duration query, fix query type function.
21082           
21083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21084         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21085           Let's not set non-fixed caps on source pads.
21086
21087 2005-10-21  Wim Taymans  <wim@fluendo.com>
21088
21089         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21090         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21091         (gst_avi_demux_handle_seek):
21092         Set correct stream_time in newsegment event.
21093         avi can also handle a duration query now.
21094
21095 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21096
21097         * gst/matroska/matroska-demux.c:
21098         (gst_matroska_demux_handle_src_query),
21099         (gst_matroska_demux_handle_seek_event),
21100         (gst_matroska_demux_loop_stream_parse_id):
21101           Fix duration query; fix basetime in newsegment event after
21102           seek; fix duration in initial newsegment event.
21103
21104         * gst/matroska/matroska-mux.c:
21105         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21106           Extract number of channels and samplerate from vorbis headers;
21107           add some debug messages when querying the durations of the
21108           input streams.
21109
21110 2005-10-20  Wim Taymans  <wim@fluendo.com>
21111
21112         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21113         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21114         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21115         Set stream time correctly in newsegment.
21116
21117 2005-10-20  Wim Taymans  <wim@fluendo.com>
21118
21119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21120         Correctly fill in the stream time.
21121
21122 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21123
21124         * check/elements/level.c: (GST_START_TEST):
21125         * gst/level/gstlevel.c: (gst_level_message_new):
21126         * gst/level/level-example.c: (message_handler):
21127           use ELEMENT messages instead
21128
21129 2005-10-19  Wim Taymans  <wim@fluendo.com>
21130
21131         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21132         (gst_dvdemux_src_query):
21133         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21134         (gst_flacdec_src_query):
21135         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21136         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21137         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21138         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21139         * gst/debug/progressreport.c: (gst_progress_report_report):
21140         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21141         * gst/matroska/matroska-demux.c:
21142         (gst_matroska_demux_handle_src_query):
21143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21144         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21145         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21146         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21147         (gst_wavparse_srcpad_event):
21148         API change fix.
21149
21150 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * gst/goom/filters.c:
21153         * gst/goom/graphic.h:
21154         * gst/goom/lines.c:
21155           Make inline functions either 'static inline' or 'extern inline',
21156           otherwise the Forte compiler apparently won't inline them (#317300).
21157
21158 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21159
21160         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21161         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21162         (user_info_callback), (user_endrow_callback), (user_end_callback),
21163         (user_read_data), (gst_pngdec_caps_create_and_set),
21164         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21165         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21166         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21167         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21168         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21169         very nice and handle push/pull based model. if you have filesrc
21170         connected to it, it will do random access to load the png file.
21171         If you have a network source that can't do _getrange, it does 
21172         progressive loading through the chain function.
21173         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21174         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21175         thanks to Master Wim Taymans ;-)
21176
21177 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21178
21179         * gst/matroska/Makefile.am:
21180         * gst/matroska/ebml-read.c:
21181         * gst/matroska/ebml-read.h:
21182         * gst/matroska/matroska-demux.c:
21183         * gst/matroska/matroska-demux.h:
21184         * gst/matroska/matroska.c: (plugin_init):
21185           Ported matroska demuxer to 0.9.
21186
21187 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21188
21189         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21190
21191         * gst/matroska/matroska-mux.c:
21192         (gst_matroska_mux_video_pad_setcaps),
21193         (gst_matroska_mux_audio_pad_setcaps):
21194           Fix mpeg4 input handling (#318847); also, while we're at it,
21195           fix media type for Motion-JPEG: should be image/jpeg.
21196
21197 2005-10-18  Wim Taymans  <wim@fluendo.com>
21198
21199         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21200         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21201         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21202         Fix for segment-start/stop API change.
21203
21204 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21205
21206         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21207         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21208         way.
21209
21210 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21211
21212         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21213         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21214         output declared in transform_caps.
21215
21216 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21217
21218         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21219
21220 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21221
21222         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21223         (gst_video_box_get_unit_size): Fix wrong size calculations and
21224         implement get_unit_size correctly.
21225
21226 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21227
21228         * configure.ac:
21229           Enable flx plugin.
21230
21231         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21232           Fix gcc4 signedness issue.
21233
21234 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21235
21236         * configure.ac: Adding videomixer.
21237         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21238         (user_read_data), (gst_pngdec_chain): More debugging.
21239         * gst/alpha/Makefile.am: Adding alphacolor
21240         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21241         (gst_alpha_color_class_init), (gst_alpha_color_init),
21242         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21243         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21244         (plugin_init): Ported to 0.9 using in place base tranform.
21245         * gst/videomixer/Makefile.am:
21246         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21247         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21248         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21249         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21250         (gst_videomixer_init), (gst_videomixer_getcaps),
21251         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21252         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21253         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21254         to 0.9 using collectpads.
21255
21256 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21257
21258         * configure.ac:
21259         * gst/flx/Makefile.am:
21260         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21261         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21262         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21263         * gst/flx/gstflxdec.h:
21264         flx plugin ported to 0.9
21265
21266 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21269           use new gst_version_string()
21270
21271 2005-10-16  Andy Wingo  <wingo@pobox.com>
21272
21273         * configure.ac: GLIB_CHECK.
21274
21275 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21276
21277         * ext/libpng/Makefile.am:
21278         * ext/libpng/gstpng.c: (plugin_init):
21279         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21280         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21281         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21282
21283 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21284
21285         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21286
21287         * configure.ac:
21288         * gst/matroska/Makefile.am:
21289         * gst/matroska/ebml-ids.h:
21290         * gst/matroska/ebml-write.c:
21291         * gst/matroska/ebml-write.h:
21292         * gst/matroska/matroska-ids.h:
21293         * gst/matroska/matroska-mux.c:
21294         * gst/matroska/matroska-mux.h:
21295         * gst/matroska/matroska.c: (plugin_init):
21296           Port matroska muxer to 0.9 (#318847).
21297
21298 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21299
21300         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21301         (comment_init), (comment_add):
21302           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21303           use GST_READ_UINT32_LE() and friends rather than the private
21304           implementation of those same macros.
21305
21306 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21307
21308         * examples/stats/mp2ogg.c:
21309           more typo fixes
21310
21311 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21312
21313         * examples/indexing/indexmpeg.c: (main):
21314         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21315         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21316         * ext/esd/esdmon.h:
21317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21318         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21319         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21320         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21321         * gst/avi/gstavimux.c: (gst_avimux_init):
21322         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21323         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21324         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21325         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21326         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21327         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21328         * gst/oldcore/gstmultifilesrc.h:
21329         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21330         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21331         (gst_pipefilter_change_state):
21332         * gst/oldcore/gstpipefilter.h:
21333         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21334         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21335         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21336         * sys/osxaudio/gstosxaudiosink.h:
21337         * sys/osxaudio/gstosxaudiosrc.h:
21338           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21339           moved bitshift from macro to enum definition
21340
21341 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * ext/Makefile.am:
21344         * ext/cairo/Makefile.am:
21345         * ext/cairo/gstcairo.c: (plugin_init):
21346         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21347         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21348         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21349         * ext/cairo/gsttimeoverlay.h:
21350           update of cairo-based timeoverlay to 1.0 Cairo API
21351           doesn't work yet for resizing of output sink
21352
21353 2005-10-11  Wim Taymans  <wim@fluendo.com>
21354
21355         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21356         newsegment API fix.
21357
21358 2005-10-11  Wim Taymans  <wim@fluendo.com>
21359
21360         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21361         (gst_dvdemux_demux_frame):
21362         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21363         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21364         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21365         (gst_avi_demux_handle_seek):
21366         * gst/goom/gstgoom.c: (gst_goom_event):
21367         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21368         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21369         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21370         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21371         (gst_wavparse_srcpad_event):
21372         newsegment API update.
21373
21374 2005-10-11  Andy Wingo  <wingo@pobox.com>
21375
21376         * ext/speex/gstspeexenc.c: Signedness cleanups.
21377
21378 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21379
21380         * PORTED_09:
21381         * ext/speex/Makefile.am:
21382         * ext/speex/gstspeex.c:
21383         * ext/speex/gstspeexenc.c:
21384         Speexenc ported to 0.9
21385
21386 2005-10-10  Wim Taymans  <wim@fluendo.com>
21387
21388         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21389         (gst_oss_sink_init), (gst_oss_sink_set_property),
21390         (gst_oss_sink_get_property), (gst_oss_sink_open),
21391         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21392         * sys/oss/gstosssink.h:
21393         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21394         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21395         (gst_oss_src_prepare):
21396         Cleanups, make device configurable in the sink, handle and report
21397         errors.
21398
21399 2005-10-10  Wim Taymans  <wim@fluendo.com>
21400
21401         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21402         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21403         Make sure element is NULL before removing from the bin.
21404
21405 2005-10-07  Andy Wingo  <wingo@pobox.com>
21406
21407         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21408         block forever in a read().
21409         (gst_dv1394src_bus_reset): Post a message when the cable is
21410         unplugged.
21411         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21412         (gst_dv1394src_bus_reset): Don't unref the message.
21413
21414         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21415         hacking. The only change should be that the state change stuff was
21416         put into basesrc's start() and stop() routines, which coalesces
21417         some steps.
21418
21419 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21420
21421         * configure.ac:
21422           Add check for mmap
21423           
21424         * gst/debug/Makefile.am:
21425           Only compile efence plugin on systems that have mmap.
21426
21427 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21428
21429         * gst/debug/Makefile.am:
21430         * gst/debug/breakmydata.c:
21431         * gst/debug/gstdebug.c:
21432         * gst/debug/gstnavigationtest.c:
21433         * gst/debug/gstnavseek.c: 
21434         * gst/debug/gstnavseek.h:
21435         * gst/debug/progressreport.c: 
21436         * gst/debug/testplugin.c:
21437           Port progressreport, navseek, navigationtest, testsink and
21438           breakmydata.
21439
21440 2005-10-05  Edward Hervey  <edward@fluendo.com>
21441
21442         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21443         (gst_dvdemux_src_query):
21444         Fixes for better conversion
21445
21446 2005-10-04  Michael Smith <msmith@fluendo.com>
21447
21448         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21449         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21450         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21451         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21452           Set state of elements to NULL before removing from bins.
21453           Set state of test element to NULL if we failed to move it to READY
21454
21455 2005-10-04  Edward Hervey  <edward@fluendo.com>
21456
21457         * ext/dv/Makefile.am:
21458         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21459         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21460         Corrected the query function for position so it doesn't forget what
21461         format was asked, and calls the conversion functions on the correct pad.
21462
21463 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21464
21465         * configure.ac:
21466           back to development
21467
21468 === release 0.9.3 ===
21469
21470 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21471
21472         * configure.ac:
21473           Releasing 0.9.3, "Aramis"
21474
21475 2005-10-03  Andy Wingo  <wingo@pobox.com>
21476
21477         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21478         error returns.
21479
21480 2005-10-02  Andy Wingo  <wingo@pobox.com>
21481
21482         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21483
21484         * ext/flac/gstflacenc.c: Ported to 0.9.
21485
21486         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21487
21488         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21489         and link to gsttagedit. Enable flacenc.
21490
21491         * ext/flac/gstflacdec.c: Re-enable tag reading.
21492
21493 2005-09-30  Wim Taymans  <wim@fluendo.com>
21494
21495         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21496         * gst/rtp/gstrtpgsmparse.c:
21497         * gst/rtp/gstrtph263penc.c:
21498         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21499         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21500         (gst_rtpmp4venc_set_property):
21501         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21502         Various class and caps fixes from Andre Magalhaes (andrunko)
21503
21504 2005-09-29  Wim Taymans  <wim@fluendo.com>
21505
21506         * gst/level/level-example.c: (main):
21507         Update for new bus API.
21508
21509 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21510
21511         * configure.ac:
21512           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21513           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21514
21515 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21516
21517         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21518           Fix playback of mono streams (bytes_per_sample should be set
21519           from the sample width and the number of channels negotiated,
21520           and not just be set to 4) (#317338)
21521
21522 2005-09-26  Wim Taymans  <wim@fluendo.com>
21523
21524         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21525         (gst_rtpmpaenc_handle_buffer):
21526         Set buffer duration correctly.
21527
21528 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21529
21530         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21531         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21532         (gst_avi_demux_change_state):
21533           Don't crash when encountering a stream with an unknown fourcc or
21534           codec id. Instead, create a pad of type video/x-avi-unknown or
21535           audio/x-avi-unknown, which as a side-effect also results in less
21536           confusing error messages in players ('no decoder' vs. 'no streams');
21537           minor fixes to state change function and class_init function.
21538
21539 2005-09-24  Wim Taymans  <wim@fluendo.com>
21540
21541         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21542         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21543         These are sinks.
21544
21545 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21546
21547         * check/elements/level.c: (GST_START_TEST):
21548           fix test for new GstClockTime use
21549         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21550         (gst_level_transform_ip):
21551         * gst/level/gstlevel.h:
21552           fix up the decay peak, ensuring the decay peak is never lower
21553           than the peak for that interval
21554
21555 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21556
21557         * docs/plugins/gst-plugins-good-plugins.args:
21558         * docs/plugins/inspect/plugin-alpha.xml:
21559         * docs/plugins/inspect/plugin-rtp.xml:
21560         * gst/level/gstlevel.c: (gst_level_set_caps),
21561         (gst_level_transform_ip):
21562           updating docs
21563
21564 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21565
21566         * Makefile.am:
21567         * check/elements/level.c: (GST_START_TEST):
21568         * gst/level/Makefile.am:
21569         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21570         (gst_level_set_property), (gst_level_get_property),
21571         (gst_level_set_caps), (gst_level_message_new),
21572         (gst_level_transform_ip):
21573         * gst/level/gstlevel.h:
21574         * gst/level/level-example.c: (message_handler), (main):
21575           convert to using GstClockTime for all time values, finally.
21576
21577 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21578
21579         * gst/auparse/Makefile.am:
21580         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21581           fix up build
21582         * configure.ac:
21583         * ext/cairo/Makefile.am:
21584         * ext/dv/Makefile.am:
21585         * ext/esd/Makefile.am:
21586         * ext/flac/Makefile.am:
21587         * ext/gconf/Makefile.am:
21588         * ext/gdk_pixbuf/Makefile.am:
21589         * ext/jpeg/Makefile.am:
21590         * ext/ladspa/Makefile.am:
21591         * ext/libcaca/Makefile.am:
21592         * ext/libmng/Makefile.am:
21593         * ext/libpng/Makefile.am:
21594         * ext/mikmod/Makefile.am:
21595         * ext/pango/Makefile.am:
21596         * ext/raw1394/Makefile.am:
21597         * ext/shout2/Makefile.am:
21598         * ext/speex/Makefile.am:
21599         * gst/alpha/Makefile.am:
21600         * gst/autodetect/Makefile.am:
21601         * gst/avi/Makefile.am:
21602         * gst/cutter/Makefile.am:
21603         * gst/debug/Makefile.am:
21604         * gst/effectv/Makefile.am:
21605         * gst/flx/Makefile.am:
21606         * gst/goom/Makefile.am:
21607         * gst/interleave/Makefile.am:
21608         * gst/law/Makefile.am:
21609         * gst/matroska/Makefile.am:
21610         * gst/median/Makefile.am:
21611         * gst/monoscope/Makefile.am:
21612         * gst/multipart/Makefile.am:
21613         * gst/oldcore/Makefile.am:
21614         * gst/rtp/Makefile.am:
21615         * gst/rtsp/Makefile.am:
21616         * gst/smoothwave/Makefile.am:
21617         * gst/smpte/Makefile.am:
21618         * gst/videobox/Makefile.am:
21619         * gst/videofilter/Makefile.am:
21620         * gst/videomixer/Makefile.am:
21621         * gst/wavenc/Makefile.am:
21622         * gst/wavparse/Makefile.am:
21623         * sys/oss/Makefile.am:
21624         * sys/osxaudio/Makefile.am:
21625         * sys/osxvideo/Makefile.am:
21626           fix up GST_LIBS use
21627
21628 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21629
21630         * gst/auparse/Makefile.am:
21631         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21632           fix build of auparse
21633
21634 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21635
21636         * configure.ac:
21637         * PORTED_09:
21638         * gst/auparse/gstauparse.c:
21639         * gst/auparse/gstauparse.h:
21640         Auparse ported to 0.9.
21641
21642 2005-09-22  Wim Taymans  <wim@fluendo.com>
21643
21644         * gst/rtp/TODO:
21645         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21646         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21647         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21648         (gst_rtpmp4venc_set_property):
21649         * gst/rtp/gstrtpmp4venc.h:
21650         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21651         * gst/rtp/gstrtpmpaenc.h:
21652         Use is_filled to both check MTU and max-ptime of base class.
21653
21654 2005-09-22  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21657         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21658         (gst_rtpmp4venc_set_property):
21659         Don't fragment packets with multiple frames.
21660
21661 2005-09-22  Wim Taymans  <wim@fluendo.com>
21662
21663         * gst/rtp/TODO:
21664         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21665         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21666         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21667         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21668         (gst_rtpmp4venc_get_property):
21669         * gst/rtp/gstrtpmp4venc.h:
21670         Remove g_print.
21671         Update TODO
21672         Make payload encoder a bit smarter and more correct with
21673         timestamps.
21674         Added option in payloader to include config string in-band.
21675
21676 2005-09-21  Wim Taymans  <wim@fluendo.com>
21677
21678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21679         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21680         (gst_rtspsrc_send):
21681         Strip spaces for key/value pairs.
21682
21683 2005-09-21  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21686         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21687         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21688         (gst_rtspsrc_change_state):
21689         More SDP parsing and caps setting.
21690         Do NO_PREROLL differently.
21691         add pads only after negotiated.
21692
21693         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21694         (gst_udpsrc_getcaps):
21695         Implement the getcaps function.
21696
21697 2005-09-21  Wim Taymans  <wim@fluendo.com>
21698
21699         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21700         (gst_rtpamrdec_chain):
21701         Handle multiple AMr packets per payload. Handle CRC and
21702         parse ILL/ILP.
21703
21704         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21705         Make caps params strings for easy SDP mapping.
21706         
21707         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21708         Handle capsnego better.
21709
21710         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21711         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21712         Generate and parse config string in the caps.
21713
21714 2005-09-21  Wim Taymans  <wim@fluendo.com>
21715
21716         * gst/rtp/README:
21717         Update README
21718
21719         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21720         Make extra params as strings.
21721
21722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21723         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21724         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21725         Make state change return NO_PREROLL as this is a live
21726         source.
21727
21728         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21729         Don't unref old caps when NULL.
21730
21731 2005-09-20  Wim Taymans  <wim@fluendo.com>
21732
21733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21734         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21735         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21736         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21737         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21738         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21739         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21740         * gst/rtsp/sdpmessage.h:
21741         Add URI handler.
21742         Parse SDP and create caps.
21743
21744 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21745
21746         * gst/alpha/gstalpha.c:
21747           fix element description
21748
21749 2005-09-19  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21752         Don't check payload for now.
21753
21754 2005-09-19  Wim Taymans  <wim@fluendo.com>
21755
21756         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21757         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21758         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21759         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21760         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21761         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21762         (gst_wavparse_change_state):
21763         * gst/wavparse/gstwavparse.h:
21764         Fix wavparse some more.
21765
21766 2005-09-19  Wim Taymans  <wim@fluendo.com>
21767
21768         * check/elements/level.c: (GST_START_TEST):
21769         Fix for bus API change.
21770
21771 2005-09-19  Wim Taymans  <wim@fluendo.com>
21772
21773         * gst/level/level-example.c: (main):
21774         Fix for new bus API.
21775
21776         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21777         Set caps on pads.
21778
21779 2005-09-15  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst/rtp/Makefile.am:
21782         * gst/rtp/README:
21783         * gst/rtp/gstrtp.c: (plugin_init):
21784         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21785         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21786         (gst_rtpamrdec_change_state):
21787         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21788         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21789         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21790         * gst/rtp/gstrtpamrenc.h:
21791         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21792         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21793         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21794         * gst/rtp/gstrtpgsmenc.h:
21795         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21796         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21797         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21798         (gst_rtpgsmparse_change_state):
21799         * gst/rtp/gstrtpgsmparse.h:
21800         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21801         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21802         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21803         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21804         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21805         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21806         * gst/rtp/gstrtph263penc.h:
21807         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21808         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21809         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21810         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21811         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21812         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21813         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21814         * gst/rtp/gstrtpmp4venc.h:
21815         * gst/rtp/gstrtpmpadec.c:
21816         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21817         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21818         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21819         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21820         * gst/rtp/gstrtpmpaenc.h:
21821         Updates to payloader/depayloaders, make payloaders use
21822         the base classes.
21823         Updated README with suggested RTP caps and how to convert
21824         to/from SDP.
21825         Added config descriptor in mp4v payloader.
21826
21827 2005-09-15  Andy Wingo  <wingo@pobox.com>
21828
21829         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21830         * gst/autodetect/gstautovideosink.c
21831         (gst_auto_video_sink_find_best): Update for new registry API.
21832
21833 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21834
21835         * common/c-to-xml.py:
21836         * common/gtk-doc-plugins.mak:
21837           a simple py script to generate valid xml from a C example
21838           probably also need to strip an MIT license when we decide
21839         * docs/plugins/Makefile.am:
21840         * gst/level/Makefile.am:
21841         * gst/level/gstlevel.c: (gst_level_init):
21842         * gst/level/level-example.c: (message_handler), (main):
21843           add an example to level that will show up in the docs
21844         * gst/rtp/TODO:
21845           add a note for the future
21846
21847 2005-09-14  Michael Smith <msmith@fluendo.com>
21848
21849         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21850           Actually define the debug object being used in wavenc. Fixes #316205
21851
21852 2005-09-14  Michael Smith <msmith@fluendo.com>
21853
21854         * gst/smpte/Makefile.am:
21855           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21856           needed to build on windows (bug 316204)
21857
21858 2005-09-12  Andy Wingo  <wingo@pobox.com>
21859
21860         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21861
21862 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21863
21864         * configure.ac:
21865         * gst/fdsrc/Makefile.am:
21866         * gst/fdsrc/gstfdsrc.c:
21867         * gst/fdsrc/gstfdsrc.h:
21868           Move fdsrc back into gstreamer core elements.
21869
21870         * gst/level/gstlevel.c: (gst_level_class_init),
21871         (gst_level_transform_ip):
21872         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21873           Basetransform changes.
21874
21875 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21876
21877         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21878         * ext/jpeg/smokecodec.c: (find_best_size):
21879           fix compiler warnings
21880
21881 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * gst-plugins-good.spec.in:
21884           spec file fixes
21885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21886         (gst_multiudpsink_render), (gst_multiudpsink_add),
21887         (gst_multiudpsink_clear):
21888           it actually helps to actually stream if we hook up the
21889           "add" signal to an actual implementation
21890         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21891           some debugging
21892
21893 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21894
21895         * ext/jpeg/Makefile.am:
21896         * ext/jpeg/gstjpeg.c
21897         * ext/jpeg/gstjpegenc.c:
21898         * ext/jpeg/gstsmokeenc.c:
21899
21900 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21901
21902         * ext/flac/gstflacdec.c:
21903         * ext/flac/gstflacenc.c:
21904         * ext/flac/gstflactag.c:
21905         * ext/speex/gstspeexenc.c:
21906           gsttaginterface.h -> gsttagsetter.h
21907
21908 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21909
21910         * configure.ac:
21911         * gst/debug/Makefile.am:
21912         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21913         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21914         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21915         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21916         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21917           Port to 0.9 and re-enable efence plugin.
21918
21919 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21920
21921         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21922         (gst_flacdec_write), (gst_flacdec_convert_src):
21923         * ext/flac/gstflacdec.h:
21924           Add support for flac files with 24/32 bits per sample; and misc.
21925           minor clean-ups. Seeking is still partly broken (for me at least).
21926
21927 2005-09-06  Wim Taymans  <wim@fluendo.com>
21928
21929         * gst/rtp/Makefile.am:
21930         * gst/rtp/gstrtp.c: (plugin_init):
21931         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21932         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21933         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21934         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21935         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21936         (gst_rtpmp4vdec_plugin_init):
21937         * gst/rtp/gstrtpmp4vdec.h:
21938         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21939         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21940         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21941         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21942         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21943         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21944         * gst/rtp/gstrtpmp4venc.h:
21945         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21946         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21947         Added mpeg4 video payload encoder/decoder.
21948         Added some docs in mpa payloader.
21949
21950 === release 0.9.1 ===
21951
21952 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21953
21954         * NEWS:
21955         * README:
21956         * RELEASE:
21957         * autogen.sh:
21958         * configure.ac:
21959           releasing 0.9.1, "Blondie"
21960
21961 2005-09-05  Andy Wingo  <wingo@pobox.com>
21962
21963         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21964         here from the state change handler, so we fire signals without
21965         holding the state lock.
21966
21967 2005-09-02  Andy Wingo  <wingo@pobox.com>
21968
21969         * All plugins updated for element state changes.
21970
21971 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * Makefile.am:
21974         * check/.cvsignore:
21975         * check/Makefile.am:
21976         * check/elements/.cvsignore:
21977         * check/elements/level.c: (setup_level), (cleanup_level),
21978         (GST_START_TEST), (level_suite), (main):
21979           add a test for level
21980         * common/release.mak:
21981           move the enum checking to release.mak
21982         * configure.ac:
21983           add valgrind and check checking
21984         * gst/level/gstlevel.c: (gst_level_transform):
21985         * gst/level/gstlevel.h:
21986           fix Andy's cast bug
21987           convert a field to int
21988           fix the arithmetic to int when checking for emit so that a
21989           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21990
21991 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21992
21993         * Makefile.am:
21994         * configure.ac:
21995           add docs to build
21996         * common/plugins.xsl:
21997           wrap Description into a refsect2
21998         * docs/Makefile.am:
21999         * docs/plugins/Makefile.am:
22000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22002         * gst/goom/Makefile.am:
22003         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22004         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22005         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22006         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22007         (gst_goom_change_state):
22008         * gst/goom/gstgoom.h:
22009           GstGOOM -> GstGoom
22010           add an example launch line
22011         * gst/level/gstlevel.h:
22012         * gst/monoscope/gstmonoscope.c:
22013           cleanups
22014
22015 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * configure.ac:
22018         * docs/plugins/Makefile.am:
22019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22021         * docs/plugins/gst-plugins-good-plugins.types:
22022           document elements and plugins.  Shazam !
22023
22024 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22025
22026         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22027           be found under doc/random/ChangeLog-0.8