tests/check/elements/interleave.c: Increase timeout to 3 minutes to prevent timeouts.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * tests/check/elements/interleave.c: (interleave_suite):
4         Increase timeout to 3 minutes to prevent timeouts.
5
6 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
7
8         * gst/avi/gstavimux.c:
9         * gst/avi/gstavimux.h:
10           Totally remove the internal taglists and fully use tagsetter.
11
12 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
13
14         * gst/avi/gstavimux.c:
15           Instead of filtering wrongly just use the mergemode. Applications is
16           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
17           avi for real (I hope). Everyone chime in, before I fix the others.
18
19 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
20
21         * ext/pulse/pulsemixerctrl.c:
22           Add note about memleak.
23
24 2008-12-13  Edward Hervey  <bilboed@gmail.com>
25
26         * m4/Makefile.am:
27         A couple more .m4 that aren't shipped anymore with gettext 0.17.
28
29 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
30
31         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
32         (gst_flac_dec_init):
33         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
34         (gst_alaw_dec_init):
35         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
36         (gst_alaw_enc_init):
37         * gst/law/alaw.c: (plugin_init):
38         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
39         (gst_mulawdec_init):
40         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
41         (gst_mulawenc_init):
42         * gst/law/mulaw.c: (plugin_init):
43         Switch to using GstStaticPadTemplate.
44         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
45         Don't forget to free the addrinfo structure.
46         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
47         (gst_wavparse_sink_activate):
48         Don't forget to unref the GstAdapter.
49
50 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
51
52         * m4/Makefile.am:
53         inttypes.m4 hasn't been available since gettext-0.15, and since we now
54         require gettext >= 0.17 ... we can remove it from the list of files to
55         dist.
56
57 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst/avi/gstavidemux.c:
60           More logging.
61
62         * gst/avi/gstavimux.c:
63           Handle more metadata fields. Better estimate of metadata size. Don't
64           merge received tags, if application has specified tags using
65           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
66
67 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         * tests/check/Makefile.am:
70         Also ignore pulsemixer for the states unit test.
71
72 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
73
74         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
75         Add an EOI marker at the end of the jpeg frame when it's missing.
76         Fixes #563056.
77
78 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
79
80         * tests/check/elements/videocrop.c: (check_1x1_buffer):
81         Update the unit test for the new color values for BT.601 red.
82         Fixes bug #563510.
83
84 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
85
86         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
87           Restore previous behaviour of not passing QoS and navigation
88           events upstream, which presumably wasn't meant to be changed.
89
90 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
91
92         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
93         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
94         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
95         (gst_dvdemux_chain), (gst_dvdemux_loop),
96         (gst_dvdemux_change_state):
97         Add srcpads only when needed and remove them again when going
98         back to READY. This prevents stalled pipelines if there's no
99         audio inside the DV stream, which happens for many MXF files.
100
101 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
104         (run_server):
105         The ports in libsoup are unsigned integers and not signed
106         integers.
107
108 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
109
110         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
111         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
112         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
113         (gst_dvdemux_chain), (gst_dvdemux_loop),
114         (gst_dvdemux_change_state):
115         Add srcpads only when they're needed. If we add all pads in any
116         case we will get a stalling audio pad if the stream contains
117         no audio, which is the case for many MXF files.
118
119 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
122         Forward all events upstream unless it's something we really
123         don't handle. This fixes latency configuration of pipelines.
124
125 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
126
127         * ext/dv/gstdv.c: (plugin_init):
128         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
129         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
130         Really call dv_init() exactly one time, not one time for
131         the demuxer and one time for the decoder.
132
133 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
136         Copy incomming timestamp to outgoing packets.
137
138 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
139
140         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
141         (gst_rtp_mp4v_pay_event):
142         Don't try to push packets before we could find a valid config
143         startcode. Fixes #563509.
144
145 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
146
147         Patch by: Brian Cameron <brian.cameron at sun dot com>
148
149         * sys/sunaudio/gstsunaudiomixerctrl.c:
150         (gst_sunaudiomixer_ctrl_open):
151         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
152
153 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
154
155         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
156
157         * configure.ac:
158         Make usage of libv4l optional by a configure parameter.
159         Fixes bug #563504.
160
161 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
162
163         * docs/plugins/Makefile.am:
164         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
165         * docs/plugins/gst-plugins-good-plugins-sections.txt:
166         * docs/plugins/gst-plugins-good-plugins.args:
167         * docs/plugins/gst-plugins-good-plugins.hierarchy:
168         * docs/plugins/gst-plugins-good-plugins.interfaces:
169         * docs/plugins/inspect/plugin-1394.xml:
170         * docs/plugins/inspect/plugin-aasink.xml:
171         * docs/plugins/inspect/plugin-alaw.xml:
172         * docs/plugins/inspect/plugin-alpha.xml:
173         * docs/plugins/inspect/plugin-alphacolor.xml:
174         * docs/plugins/inspect/plugin-annodex.xml:
175         * docs/plugins/inspect/plugin-apetag.xml:
176         * docs/plugins/inspect/plugin-audiofx.xml:
177         * docs/plugins/inspect/plugin-auparse.xml:
178         * docs/plugins/inspect/plugin-autodetect.xml:
179         * docs/plugins/inspect/plugin-avi.xml:
180         * docs/plugins/inspect/plugin-cacasink.xml:
181         * docs/plugins/inspect/plugin-cairo.xml:
182         * docs/plugins/inspect/plugin-cutter.xml:
183         * docs/plugins/inspect/plugin-debug.xml:
184         * docs/plugins/inspect/plugin-dv.xml:
185         * docs/plugins/inspect/plugin-efence.xml:
186         * docs/plugins/inspect/plugin-effectv.xml:
187         * docs/plugins/inspect/plugin-equalizer.xml:
188         * docs/plugins/inspect/plugin-esdsink.xml:
189         * docs/plugins/inspect/plugin-flac.xml:
190         * docs/plugins/inspect/plugin-flxdec.xml:
191         * docs/plugins/inspect/plugin-gamma.xml:
192         * docs/plugins/inspect/plugin-gconfelements.xml:
193         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
194         * docs/plugins/inspect/plugin-goom.xml:
195         * docs/plugins/inspect/plugin-goom2k1.xml:
196         * docs/plugins/inspect/plugin-halelements.xml:
197         * docs/plugins/inspect/plugin-icydemux.xml:
198         * docs/plugins/inspect/plugin-id3demux.xml:
199         * docs/plugins/inspect/plugin-interleave.xml:
200         * docs/plugins/inspect/plugin-jpeg.xml:
201         * docs/plugins/inspect/plugin-level.xml:
202         * docs/plugins/inspect/plugin-matroska.xml:
203         * docs/plugins/inspect/plugin-monoscope.xml:
204         * docs/plugins/inspect/plugin-mulaw.xml:
205         * docs/plugins/inspect/plugin-multifile.xml:
206         * docs/plugins/inspect/plugin-multipart.xml:
207         * docs/plugins/inspect/plugin-navigationtest.xml:
208         * docs/plugins/inspect/plugin-ossaudio.xml:
209         * docs/plugins/inspect/plugin-png.xml:
210         * docs/plugins/inspect/plugin-pulseaudio.xml:
211         * docs/plugins/inspect/plugin-quicktime.xml:
212         * docs/plugins/inspect/plugin-replaygain.xml:
213         * docs/plugins/inspect/plugin-rtp.xml:
214         * docs/plugins/inspect/plugin-rtsp.xml:
215         * docs/plugins/inspect/plugin-shout2send.xml:
216         * docs/plugins/inspect/plugin-smpte.xml:
217         * docs/plugins/inspect/plugin-soup.xml:
218         * docs/plugins/inspect/plugin-spectrum.xml:
219         * docs/plugins/inspect/plugin-speex.xml:
220         * docs/plugins/inspect/plugin-taglib.xml:
221         * docs/plugins/inspect/plugin-udp.xml:
222         * docs/plugins/inspect/plugin-video4linux2.xml:
223         * docs/plugins/inspect/plugin-videobalance.xml:
224         * docs/plugins/inspect/plugin-videobox.xml:
225         * docs/plugins/inspect/plugin-videocrop.xml:
226         * docs/plugins/inspect/plugin-videoflip.xml:
227         * docs/plugins/inspect/plugin-videomixer.xml:
228         * docs/plugins/inspect/plugin-wavenc.xml:
229         * docs/plugins/inspect/plugin-wavpack.xml:
230         * docs/plugins/inspect/plugin-wavparse.xml:
231         * docs/plugins/inspect/plugin-ximagesrc.xml:
232         * gst/matroska/matroska-demux.c:
233         * gst/matroska/matroska-demux.h:
234         * gst/matroska/matroska-mux.c:
235         * gst/matroska/matroska-mux.h:
236         Add documentation for matroskamux and matroskademux and
237         update the inspection xml files.
238
239 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
240
241         * configure.ac:
242         Apparently AC_CONFIG_MACRO_DIR breaks when using more
243         than one macro directory, reverting last change.
244
245 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
246
247         * configure.ac:
248         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
249         our M4 macros.
250
251 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
252
253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
254         Provide the parameters that are required for the format string
255         to fix a compiler warning.
256
257 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
258
259         * gst/autodetect/gstautoaudiosrc.c:
260           Fix classification.
261
262 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
263
264         Patch by: Cygwin Ports maintainer
265                   <yselkowitz at users dot sourceforge dot net>
266
267         * autogen.sh:
268         * configure.ac:
269         Require gettext 0.17 because older versions don't mix with libtool
270         2.2. At build time an older gettext version will still work.
271         Fixes bug #556091.
272
273 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
274
275         Patch by: Peter Kjellerstedt <pkj at axis com>
276
277         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
278         Make gst_multiudpsink_render() ignore errors from sendto() instead of
279         breaking streaming. Emit a warning instead. Fixes #562572.
280
281 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
282
283         Patch by: Ron McOuat <rmcouat at smartt dot com>
284
285         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
286         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
287         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
288         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
289         * ext/soup/gstsouphttpsrc.h:
290         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
291         (digest_auth_cb), (run_test), (GST_START_TEST),
292         (souphttpsrc_suite), (run_server):
293         Add support for basic and digest authentication in souphttpsrc.
294         Fixes bug #561775.
295
296 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         Patch by: Pepijn Van Eeckhoudt
299                       <pepijn dot vaneeckhoudt at luciad dot com>
300
301         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
302         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
303         * gst/wavenc/gstwavenc.h:
304         * gst/wavenc/riff.h:
305         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
306
307 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         Patch by: 이문형 <iwings at gmail dot com>
310
311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
312         Prevent further read/write actions taken to the connect-failed socket by
313         erroring out quickly. See #562258.
314
315 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
316
317         * tests/examples/level/level-example.c:
318           Set fakesink to sync. Otherwise people might question the message
319           interval. Nevertheless the timestamp in the message is what matters.
320
321 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
322
323         * tests/icles/.cvsignore:
324         cvsignore newly generated file.
325
326 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * gst/rtp/gstasteriskh263.c:
329         * gst/rtp/gstasteriskh263.h:
330         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
331         * gst/rtp/gstrtpL16depay.h:
332         * gst/rtp/gstrtpL16pay.c:
333         * gst/rtp/gstrtpL16pay.h:
334         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
335         * gst/rtp/gstrtpac3depay.h:
336         * gst/rtp/gstrtpamrdepay.c:
337         * gst/rtp/gstrtpamrdepay.h:
338         * gst/rtp/gstrtpamrpay.c:
339         * gst/rtp/gstrtpamrpay.h:
340         * gst/rtp/gstrtpdepay.c:
341         * gst/rtp/gstrtpdepay.h:
342         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
343         * gst/rtp/gstrtpg726depay.c:
344         * gst/rtp/gstrtpg726pay.c:
345         * gst/rtp/gstrtpg729depay.c:
346         * gst/rtp/gstrtpg729pay.c:
347         * gst/rtp/gstrtpgsmdepay.c:
348         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
349         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
350         * gst/rtp/gstrtph263depay.h:
351         * gst/rtp/gstrtph263pay.c:
352         * gst/rtp/gstrtph263pay.h:
353         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
354         * gst/rtp/gstrtph263pdepay.h:
355         * gst/rtp/gstrtph263ppay.c:
356         * gst/rtp/gstrtph263ppay.h:
357         * gst/rtp/gstrtph264depay.c:
358         * gst/rtp/gstrtph264depay.h:
359         * gst/rtp/gstrtph264pay.c:
360         * gst/rtp/gstrtph264pay.h:
361         * gst/rtp/gstrtpilbcdepay.c:
362         * gst/rtp/gstrtpilbcpay.c:
363         * gst/rtp/gstrtpjpegdepay.h:
364         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
365         * gst/rtp/gstrtpmp1sdepay.h:
366         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
367         * gst/rtp/gstrtpmp2tdepay.h:
368         * gst/rtp/gstrtpmp2tpay.c:
369         * gst/rtp/gstrtpmp2tpay.h:
370         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
371         * gst/rtp/gstrtpmp4apay.c:
372         * gst/rtp/gstrtpmp4apay.h:
373         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
374         * gst/rtp/gstrtpmp4gdepay.h:
375         * gst/rtp/gstrtpmp4gpay.c:
376         * gst/rtp/gstrtpmp4gpay.h:
377         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
378         * gst/rtp/gstrtpmp4vdepay.h:
379         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
380         * gst/rtp/gstrtpmp4vpay.h:
381         * gst/rtp/gstrtpmpadepay.c:
382         * gst/rtp/gstrtpmpadepay.h:
383         * gst/rtp/gstrtpmpapay.c:
384         * gst/rtp/gstrtpmpapay.h:
385         * gst/rtp/gstrtpmpvdepay.c:
386         * gst/rtp/gstrtpmpvdepay.h:
387         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
388         * gst/rtp/gstrtppcmapay.c:
389         * gst/rtp/gstrtppcmudepay.c:
390         * gst/rtp/gstrtppcmupay.c:
391         * gst/rtp/gstrtpspeexdepay.c:
392         * gst/rtp/gstrtpspeexpay.c:
393         * gst/rtp/gstrtpsv3vdepay.c:
394         * gst/rtp/gstrtpsv3vdepay.h:
395         * gst/rtp/gstrtptheoradepay.c:
396         * gst/rtp/gstrtptheoradepay.h:
397         * gst/rtp/gstrtptheorapay.c:
398         * gst/rtp/gstrtptheorapay.h:
399         * gst/rtp/gstrtpvorbisdepay.c:
400         * gst/rtp/gstrtpvorbisdepay.h:
401         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
402         * gst/rtp/gstrtpvorbispay.h:
403         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
404         * gst/rtp/gstrtpvrawpay.c:
405         Fix the descriptions and fix some email addresses.
406
407 2008-11-25  Julien Moutte  <julien@fluendo.com>
408
409         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
410         to supported qtdemux video codecs as I found some video clips using 
411         those.
412
413 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
416         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
417         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
418         (gst_auto_video_sink_detect):
419         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
420         Post an error when we can't set the internal ghostpad target.
421
422 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
425         (gst_video_crop_transform), (gst_video_crop_transform_caps),
426         (gst_video_crop_set_caps), (gst_video_crop_set_property):
427         * gst/videocrop/gstvideocrop.h:
428         Fix renegotiation when changing properties using the new basetransform
429         features. Fixes #561502.
430
431         * tests/icles/Makefile.am:
432         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
433         Add crazy interactive test unit for dynamically changing properties.
434
435 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
438         (gst_rtspsrc_parse_range):
439         Add some more debugging.
440         Use the reanges received from the server unconditionally.
441         Fixes #561625.
442
443 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
444
445         * ext/pulse/pulsesink.c:
446           Change #if 0 to something more expresive and add pointer to related
447           bug ticket.
448
449 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
450
451         Patch by: Tal Shalif <tshalif at nargila dot org>
452
453         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
454         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
455         the latter don't exist on some systems (mingw). Fixes bug #561990.
456
457 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
458
459         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
460
461         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
462         Add transferMode.dnla.org header to HTTP requests as this is
463         required by the DLNA specs and doesn't hurt in other situations.
464         Fixes bug #561802.
465
466 2008-11-20  Michael Smith <msmith@songbirdnest.com>
467
468         * sys/osxvideo/osxvideosink.h:
469         * sys/osxvideo/osxvideosink.m:
470           Handle video window resizing more correctly, avoiding crashes when
471           embedding the window and resizing it.
472
473 2008-11-20  Michael Smith <msmith@songbirdnest.com>
474
475         * gst/udp/gstmultiudpsink.c:
476         * gst/udp/gstudpnetutils.c:
477         * gst/udp/gstudpnetutils.h:
478         * gst/udp/gstudpsrc.c:
479           Fix multiudpsink on OSX by passing the specific length of the socket,
480           refactor that into a function shared with the same thing in udpsrc.
481
482 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
483
484         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
485         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
486         (gst_wavparse_stream_headers):
487         Fix the scaling code.
488         Fix parsing of the INFO chunks, we were reading the wrong number of
489         bytes.  Fixes #561580.
490
491 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
492
493         * gst/matroska/matroska-mux.c:
494         Fix NULL pointer dereference of an unset codec_id in the recently 
495         added Dirac paths
496
497 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
498
499         * tests/check/Makefile.am:
500         Just keep disabling elements that hang the states test until it
501         works.
502
503 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
504
505         * ext/libpng/gstpngenc.c:
506         Don't flush downstream after every buffer - that's not what
507         this libpng callback is for at all!
508
509 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
510
511         * sys/v4l2/v4l2src_calls.c:
512           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
513           (gst_v4l2src_probe_caps_for_format):
514           Turns out we don't always get the frame sizes in a predefined
515           order from lowest to highest resolution, so let's just sort the
516           list by frame size once we've queried the possible resolutions
517           rather than assume any particular order. Fixes probed caps for
518           the camera in my HP2133 mini notebook and makes v4l2src default
519           to a decent size.
520
521 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
522
523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
524         * gst/matroska/matroska-ids.h:
525         Make mkvdemux aware of E-AC3.
526
527 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
528
529         * gst/rtp/Makefile.am:
530         * gst/rtp/gstrtp.c: (plugin_init):
531         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
532         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
533         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
534         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
535         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
536         (gst_rtp_jpeg_depay_change_state),
537         (gst_rtp_jpeg_depay_plugin_init):
538         * gst/rtp/gstrtpjpegdepay.h:
539         Add a jpeg depayloader.
540
541         * gst/rtp/gstrtpjpegpay.c:
542         Set the default properties on the payloader to better defaults.
543
544 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
545
546         * sys/v4l2/gstv4l2.c:
547           Give it a primary rank for autovideosrc.
548
549 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
550
551         Patch by: Bjorn Ostby <bjornos at axis dot com>
552
553         * gst/rtp/Makefile.am:
554         * gst/rtp/gstrtp.c: (plugin_init):
555         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
556         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
557         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
558         (gst_rtp_jpeg_pay_read_quant_table),
559         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
560         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
561         (gst_rtp_jpeg_pay_plugin_init):
562         * gst/rtp/gstrtpjpegpay.h:
563         Add JPEG payloader. Fixes #560756.
564
565 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         Patch by: Fabricio Godoy <skarllot at gmail dot com>
568
569         * sys/oss/gstosssink.c: (gst_oss_sink_open):
570         * sys/oss/gstosssrc.c: (gst_oss_src_open):
571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
572         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
573         Fix some spelling mistakes. Fixes #556802.
574
575 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
576
577         * gst/equalizer/GstIirEqualizer10Bands.prs:
578         * gst/equalizer/GstIirEqualizer3Bands.prs:
579         * gst/equalizer/Makefile.am:
580         * gst/equalizer/gstiirequalizer10bands.c:
581         * gst/equalizer/gstiirequalizer3bands.c:
582           Add presets for equalizer. Fixes #522183.
583
584 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
585
586         * gst/rtsp/Makefile.am:
587         * gst/rtsp/gstrtsp.c: (plugin_init):
588         * gst/rtsp/gstrtspgoogle.c:
589         * gst/rtsp/gstrtspgoogle.h:
590         Remove google extension again, it's not needed anymore because we never
591         send multiple transports anymore.
592
593 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
594
595         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
596
597         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
598         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
599         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
600         (gst_rtspsrc_stream_free),
601         (gst_rtspsrc_stream_configure_udp_sinks),
602         (gst_rtspsrc_stream_configure_transport),
603         (gst_rtspsrc_send_dummy_packets),
604         (gst_rtspsrc_create_transports_string),
605         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
606         * gst/rtsp/gstrtspsrc.h:
607         Add property to configure NAT traversal method.
608         Ignore EOS from the internal sinks.
609         Implement sending dummy packets as a (simple) method to open up
610         some firewalls.
611         Send PLAY request to the server after we started the udp sources.
612         Fixes #559545.
613
614 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         Patch by: Yotam <sh dot yotam at gmail dot com>
617
618         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
619         Flush the remaining frames on EOS. Fixes #560641.
620
621 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
622
623         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
624         Fix compiler warning about printf formatting.
625
626 2008-11-12  Andy Wingo  <wingo@pobox.com>
627
628         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
629         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
630         segment events instead of sending them from the seeking thread.
631         Fixes #559288.
632         (gst_qtdemux_push_pending_newsegment): New helper, sends out
633         queued newsegment events.
634         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
635         call it here, as we only seek when looping, and only push in the
636         movie state.
637
638 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
639
640         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
641         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
642         * gst/qtdemux/qtdemux_fourcc.h:
643         * gst/qtdemux/qtdemux_types.c:
644         Add cover and alternative copyright tag, and enhance some existing
645         ones by marking them as container atoms.
646
647 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
648
649         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
650         Don't ignore the return value of setcaps.
651
652 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
653
654         Patch by: Olivier Crete <tester at tester dot ca>
655
656         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
657         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
658         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
659         * gst/rtp/gstrtpg729pay.h:
660         Replace G729 payloader with an improved version. Fixes #532409.
661
662 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
665         (gst_rtspsrc_change_state):
666         Only send one transport at a time for improved compatibility with some
667         broken servers. See #537832.
668
669 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
672         (gst_rtspsrc_perform_seek):
673         Only pause/play in the seek handler when the source was playing.
674         Fixes #529379.
675
676 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
677
678         * gst/matroska/matroska-mux.c:
679         (gst_matroska_mux_handle_dirac_packet):
680         Fix muxing of Dirac streams if the input already has the format
681         we need, i.e. is the output of matroskademux.
682
683 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
684
685         * gst/avi/gstavimux.c:
686           Don't segfault on string typed tags being NULL. Fixes #560155.
687
688 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
689
690         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
691         (gst_matroska_mux_audio_pad_setcaps):
692         Fix mapping AAC profile to Matroska codec id.
693
694 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
695
696         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
697         (qtdemux_video_caps), (qtdemux_audio_caps):
698         Refactor some raw audio caps building, and handle >16-bit cases.
699         Fix/replace building caps from a string description.
700
701 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
702
703         * gst/audiofx/audiowsincband.c:
704         * gst/audiofx/audiowsinclimit.c:
705         * gst/cutter/gstcutter.c:
706           Make author name consistent with others.
707
708 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
711
712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
713         (gst_rtspsrc_stream_configure_udp_sink):
714         Pause the RTSP stream before doing a new play request.
715         Make sure that adding the udpsinks does not cause the rtspsrc to become
716         a sink. Fixes #559547.
717
718 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
719
720         * gst/matroska/matroska-ids.h:
721         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
722         (gst_matroska_mux_handle_dirac_packet),
723         (gst_matroska_mux_write_data):
724         Implement Dirac muxing into Matroska comforming to the spec, i.e.
725         put all Dirac packages up to a picture into a Matroska block.
726
727         TODO: Implement writing of the ReferenceBlock Matroska elements,
728         currently the Dirac muxing is only 100% correct if Matroska version 2
729         is selected for muxing.
730
731 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
732
733         Patch by: Bastien Nocera <hadess at hadess dot net>,
734                   Hans de Goede <jwrdegoede at fedoraproject dot org>
735
736         * configure.ac:
737         * sys/v4l2/Makefile.am:
738         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
739         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
740         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
741         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
742         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
743         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
744         (gst_v4l2_get_input), (gst_v4l2_set_input):
745         * sys/v4l2/v4l2_calls.h:
746         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
747         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
748         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
749         (gst_v4l2src_fill_format_list),
750         (gst_v4l2src_probe_caps_for_format_and_size),
751         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
752         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
753         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
754         (gst_v4l2src_get_nearest_size):
755         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
756
757 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
758
759         * ext/aalib/Makefile.am:
760         * ext/annodex/Makefile.am:
761         * ext/cairo/Makefile.am:
762         * ext/dv/Makefile.am:
763         * ext/esd/Makefile.am:
764         * ext/flac/Makefile.am:
765         * ext/gconf/Makefile.am:
766         * ext/gdk_pixbuf/Makefile.am:
767         * ext/hal/Makefile.am:
768         * ext/jpeg/Makefile.am:
769         * ext/ladspa/Makefile.am:
770         * ext/libcaca/Makefile.am:
771         * ext/libmng/Makefile.am:
772         * ext/libpng/Makefile.am:
773         * ext/mikmod/Makefile.am:
774         * ext/pulse/Makefile.am:
775         * ext/raw1394/Makefile.am:
776         * ext/shout2/Makefile.am:
777         * ext/soup/Makefile.am:
778         * ext/speex/Makefile.am:
779         * ext/taglib/Makefile.am:
780         * ext/wavpack/Makefile.am:
781         * gst/alpha/Makefile.am:
782         * gst/apetag/Makefile.am:
783         * gst/audiofx/Makefile.am:
784         * gst/auparse/Makefile.am:
785         * gst/autodetect/Makefile.am:
786         * gst/avi/Makefile.am:
787         * gst/cutter/Makefile.am:
788         * gst/debug/Makefile.am:
789         * gst/effectv/Makefile.am:
790         * gst/equalizer/Makefile.am:
791         * gst/flx/Makefile.am:
792         * gst/goom/Makefile.am:
793         * gst/goom2k1/Makefile.am:
794         * gst/icydemux/Makefile.am:
795         * gst/id3demux/Makefile.am:
796         * gst/interleave/Makefile.am:
797         * gst/law/Makefile.am:
798         * gst/level/Makefile.am:
799         * gst/matroska/Makefile.am:
800         * gst/median/Makefile.am:
801         * gst/monoscope/Makefile.am:
802         * gst/multifile/Makefile.am:
803         * gst/multipart/Makefile.am:
804         * gst/oldcore/Makefile.am:
805         * gst/qtdemux/Makefile.am:
806         * gst/replaygain/Makefile.am:
807         * gst/rtp/Makefile.am:
808         * gst/rtsp/Makefile.am:
809         * gst/smpte/Makefile.am:
810         * gst/spectrum/Makefile.am:
811         * gst/udp/Makefile.am:
812         * gst/videobox/Makefile.am:
813         * gst/videocrop/Makefile.am:
814         * gst/videofilter/Makefile.am:
815         * gst/videomixer/Makefile.am:
816         * gst/wavenc/Makefile.am:
817         * gst/wavparse/Makefile.am:
818         * sys/directdraw/Makefile.am:
819         * sys/directsound/Makefile.am:
820         * sys/oss/Makefile.am:
821         * sys/osxaudio/Makefile.am:
822         * sys/osxvideo/Makefile.am:
823         * sys/sunaudio/Makefile.am:
824         * sys/v4l2/Makefile.am:
825         * sys/waveform/Makefile.am:
826         * sys/ximage/Makefile.am:
827           Don't install static libs for plugins. Fixes #550851 for -good.
828
829 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
830
831         * ext/flac/Makefile.am:
832         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
833         This fixes compilation if FLAC is installed in an uncommon location
834         that is not already handled by other CFLAGS. Fixes bug #558711.
835
836 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
839         Guard more uncommon formats with ifdefs so that we can compile on older
840         versions.
841
842 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         Patch by: Nick Haddad <nick at haddads dot net>
845
846         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
847         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
848         (gst_avi_demux_stream_data):
849         Invert other uncompressed RGB formats. Fixes #558554.
850
851 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
852
853         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
854         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
855         * gst/wavenc/gstwavenc.h:
856         Add support for float/double as input and remove the (nowadays)
857         useless parsing of the depth as we require width==depth.
858
859 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
862         * gst/rtp/gstrtpmpapay.c:
863         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
864         mpeg version 1. Fixes #558427.
865
866 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
867
868         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
869         (gst_rtp_L16_pay_getcaps):
870         Only put an integral amount of samples in the RTP packet.
871         Fixes #556641.
872
873 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
876         * gst/rtp/gstrtpchannels.h:
877         Add method to get possible channel positions.
878
879 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * gst/rtp/Makefile.am:
882         Also commit updated makefile
883
884 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
885
886         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
887         Don't allow width=32,depth=24 as input. WAV requires that the width
888         is the next integer multiply of 8 from the depth.
889
890 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
891
892         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
893         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
894         (gst_rtp_L16_pay_getcaps):
895         * gst/rtp/gstrtpchannels.c: (check_channels),
896         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
897         (gst_rtp_channels_create_default):
898         * gst/rtp/gstrtpchannels.h:
899         Add mappings for multichannel support. Does not completely just work
900         because the getcaps function does not yet return the allowed channel
901         mappings. See #556641.
902
903 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
904
905         * gst/goom/Makefile.am:
906         * gst/goom/README:
907         * gst/goom/config_param.c:
908         * gst/goom/convolve_fx.c:
909         * gst/goom/drawmethods.c:
910         * gst/goom/drawmethods.h:
911         * gst/goom/filters.c:
912         * gst/goom/filters_mmx.s:
913         * gst/goom/flying_stars_fx.c:
914         * gst/goom/goom.h:
915         * gst/goom/goom_config.h:
916         * gst/goom/goom_config_param.h:
917         * gst/goom/goom_core.c:
918         * gst/goom/goom_filters.h:
919         * gst/goom/goom_fx.h:
920         * gst/goom/goom_graphic.h:
921         * gst/goom/goom_plugin_info.h:
922         * gst/goom/goom_tools.c:
923         * gst/goom/goom_tools.h:
924         * gst/goom/goom_typedefs.h:
925         * gst/goom/goom_visual_fx.h:
926         * gst/goom/graphic.c:
927         * gst/goom/ifs.c:
928         * gst/goom/ifs.h:
929         * gst/goom/lines.c:
930         * gst/goom/lines.h:
931         * gst/goom/mathtools.c:
932         * gst/goom/mathtools.h:
933         * gst/goom/mmx.c:
934         * gst/goom/motif_goom1.h:
935         * gst/goom/motif_goom2.h:
936         * gst/goom/plugin_info.c:
937         * gst/goom/ppc_drawings.h:
938         * gst/goom/ppc_zoom_ultimate.h:
939         * gst/goom/sound_tester.c:
940         * gst/goom/sound_tester.h:
941         * gst/goom/surf3d.c:
942         * gst/goom/surf3d.h:
943         * gst/goom/tentacle3d.c:
944         * gst/goom/tentacle3d.h:
945         * gst/goom/v3d.c:
946         * gst/goom/v3d.h:
947         * gst/goom/xmmx.c:
948           Add license headers in all source files. Remove filter.c from
949           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
950           which are not used right now. Fixes #557709.
951
952 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
953
954         Patch by: Olivier Crete <tester at tester dot ca>
955
956         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
957         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
958         Implement getcaps in rtpL16pay. Fixes #556484.
959
960 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
961
962         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
963         (gst_rtp_L16_depay_process):
964         Check if clock-rate and channels are valid.
965         Don't ignore the return value of setcaps.
966         No need to validate the buffer, the base class does that for us.
967         Use the marker bit to set the DISCONT flag on outgoing buffers.
968
969         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
970         Don't ignore the return value of set_outcaps.
971
972         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
973         (gst_rtp_ac3_depay_process):
974         Don't ignore the return value of set_caps.
975         No need to validate the buffer, the base class does that for us.
976
977         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
978         (gst_rtp_amr_depay_process):
979         * gst/rtp/gstrtpamrdepay.h:
980         Don't ignore the return value of setcaps.
981         No need to validate the buffer, the base class does that for us.
982         No need to set output caps on the buffers, the base class does that for
983         us.
984         The subclass will make sure we are negotiated.
985         
986         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
987         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
988         * gst/rtp/gstrtpdvdepay.h:
989         Clean up caps negotiation.
990         The subclass will make sure we are negotiated.
991
992         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
993         (gst_rtp_g726_depay_process):
994         Clean up caps negotiation.
995         Use the marker bit to set the DISCONT flag on outgoing buffers.
996
997         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
998         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
999         * gst/rtp/gstrtpg729depay.h:
1000         The subclass will make sure we are negotiated.
1001         Use the marker bit to set the DISCONT flag on outgoing buffers.
1002
1003         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1004         (gst_rtp_gsm_depay_process):
1005         Clean up caps negotiation.
1006         Use the marker bit to set the DISCONT flag on outgoing buffers.
1007
1008         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1009         Clean up caps negotiation.
1010         Don't ignore the return value of set_outcaps.
1011
1012         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1013         (gst_rtp_h263_depay_process):
1014         Clean up caps negotiation.
1015         No need to validate the buffer, the base class does that for us.
1016
1017         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1018         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1019         * gst/rtp/gstrtph263pay.h:
1020         Don't ignore the return value of set_outcaps.
1021         Do some more timestamps.
1022
1023         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1024         (gst_rtp_h263p_depay_process):
1025         Clean up caps negotiation.
1026         Don't ignore the return value of setcaps.
1027         No need to validate the buffer, the base class does that for us.
1028
1029         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1030         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1031         (gst_rtp_h263p_pay_handle_buffer):
1032         * gst/rtp/gstrtph263ppay.h:
1033         Don't ignore the return value of set_outcaps.
1034         Do some more timestamps.
1035
1036         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1037         (gst_rtp_h264_depay_process):
1038         Clean up caps negotiation.
1039         Don't ignore the return value of setcaps.
1040         Fix possible caps leak.
1041         No need to validate the buffer, the base class does that for us.
1042
1043         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1044         Add some more debug info.
1045
1046         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1047         (gst_rtp_ilbc_depay_process):
1048         Clean up caps negotiation.
1049         Use the marker bit to set the DISCONT flag on outgoing buffers.
1050
1051         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1052         Clean up caps negotiation.
1053
1054         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1055         (gst_rtp_mp1s_depay_process):
1056         Clean up caps negotiation.
1057         Don't ignore the return value of setcaps.
1058         No need to validate the buffer, the base class does that for us.
1059         No need to set caps on buffers, subclass does that for us.
1060
1061         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1062         (gst_rtp_mp2t_depay_process):
1063         Clean up caps negotiation.
1064         Don't ignore the return value of setcaps.
1065         No need to validate the buffer, the base class does that for us.
1066         No need to set caps on buffers, subclass does that for us.
1067
1068         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1069         (gst_rtp_mp4a_depay_process):
1070         Clean up caps negotiation.
1071         Don't ignore the return value of setcaps.
1072         No need to validate the buffer, the base class does that for us.
1073
1074         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1075         (gst_rtp_mp4a_pay_setcaps):
1076         Don't ignore the return value of set_outcaps.
1077
1078         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1079         (gst_rtp_mp4g_depay_process):
1080         Clean up caps negotiation.
1081         Don't ignore the return value of setcaps.
1082         No need to validate the buffer, the base class does that for us.
1083         No need to set caps on buffers, subclass does that for us.
1084
1085         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1086         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1087         Don't ignore the return value of set_outcaps.
1088
1089         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1090         (gst_rtp_mp4v_depay_process):
1091         Clean up caps negotiation.
1092         Don't ignore the return value of setcaps.
1093         No need to validate the buffer, the base class does that for us.
1094         No need to set caps on buffers, subclass does that for us.
1095
1096         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1097         (gst_rtp_mp4v_pay_setcaps):
1098         Don't ignore the return value of set_outcaps.
1099
1100         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1101         (gst_rtp_mpa_depay_process):
1102         Clean up caps negotiation.
1103         Don't ignore the return value of setcaps.
1104         No need to validate the buffer, the base class does that for us.
1105         Use the marker bit to set the DISCONT flag on outgoing buffers.
1106
1107         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1108         Don't ignore the return value of set_outcaps.
1109
1110         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1111         (gst_rtp_mpv_depay_process):
1112         Clean up caps negotiation.
1113         Actually set output caps.
1114         No need to validate the buffer, the base class does that for us.
1115
1116         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1117         Don't ignore the return value of set_outcaps.
1118
1119         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1120         (gst_rtp_pcma_depay_process):
1121         Clean up caps negotiation.
1122         Set output buffer duration because we can.
1123         Use the marker bit to set the DISCONT flag on outgoing buffers.
1124
1125         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1126         Don't ignore the return value of set_outcaps.
1127
1128         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1129         (gst_rtp_pcmu_depay_process):
1130         Clean up caps negotiation.
1131         Use the marker bit to set the DISCONT flag on outgoing buffers.
1132
1133         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1134         Don't ignore the return value of set_outcaps.
1135
1136         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1137         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1138         Clean up caps negotiation.
1139         Set output caps on the pad and header buffers.
1140         Set duration on output buffers because we can.
1141
1142         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1143         Don't ignore the return value of set_outcaps.
1144
1145         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1146         (gst_rtp_sv3v_depay_process):
1147         Clean up caps negotiation.
1148         No need to validate the buffer, the base class does that for us.
1149         No need to set caps out output buffers, subclass does that.
1150
1151         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1152         (gst_rtp_theora_depay_process):
1153         Don't ignore the return value of setcaps.
1154         No need to validate the buffer, the base class does that for us.
1155
1156         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1157         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1158         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1159         (gst_rtp_theora_pay_handle_buffer):
1160         Don't ignore the return value of set_outcaps.
1161
1162         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1163         (gst_rtp_vorbis_depay_process):
1164         Don't ignore the return value of setcaps.
1165         No need to validate the buffer, the base class does that for us.
1166
1167         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1168         Don't ignore the return value of set_outcaps.
1169
1170         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1171         Clean up caps negotiation, don't ignore setcaps return.
1172
1173         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1174         Don't ignore the return value of set_outcaps.
1175
1176 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1177
1178         * gst/matroska/matroska-demux.c:
1179         (gst_matroska_demux_handle_src_event):
1180         Forward unknown events upstream.
1181
1182 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1183
1184         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1185         Add some refcount check
1186
1187         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1188         Don't ignore the result of write(), fixes a  compiler warning for me.
1189
1190         * tests/icles/videobox-test.c: (main):
1191         Make the output a little more pretty.
1192
1193 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1194
1195         * ext/esd/esdmon.c:
1196           Add doc blob.
1197
1198 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1199
1200         * docs/plugins/Makefile.am:
1201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1203         * docs/plugins/gst-plugins-good-plugins.args:
1204         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1205         * docs/plugins/gst-plugins-good-plugins.interfaces:
1206         * docs/plugins/inspect/plugin-autodetect.xml:
1207           Add the docs of the new elements.
1208
1209 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1210
1211         * gst/autodetect/gstautoaudiosrc.c:
1212         (gst_auto_audio_src_class_init):
1213         * gst/autodetect/gstautovideosrc.c:
1214         (gst_auto_video_src_class_init):
1215         Fix "Since" tags in the documentation.
1216
1217 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1218
1219         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1220
1221         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1222         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1223         Add support for souphttpsrc to act as a live source. This makes it
1224         possible to get timestamped buffers in combination with the
1225         "do-timestamp" property. Fixes bug #556019.
1226
1227 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * gst/autodetect/Makefile.am:
1230         * gst/autodetect/gstautoaudiosink.c:
1231         * gst/autodetect/gstautoaudiosrc.c:
1232         * gst/autodetect/gstautoaudiosrc.h:
1233         * gst/autodetect/gstautodetect.c:
1234         * gst/autodetect/gstautovideosink.c:
1235         * gst/autodetect/gstautovideosrc.c:
1236         * gst/autodetect/gstautovideosrc.h:
1237           Implement src plugins. Little code/string cleanup in the sinks.
1238           Fixes #523813.
1239
1240 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1241
1242         Patch by: Peter Kjellerstedt <pkj at axis com>
1243
1244         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1245         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1246         Fix a memory leak when pads are requested but the pipeline never
1247         goes into PLAYING.
1248
1249         Correctly remove request pads, no matter if they have collected
1250         data or not.
1251
1252         Fixes bug #557710.
1253
1254 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1255
1256         Patch by: <lrn1986 at gmail dot com>
1257
1258         * gst/udp/gstudpnetutils.h:
1259         Define the correct WINVER so getaddinfo() can be used when using
1260         mingw32. Fixes bug #557294.
1261
1262 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1263
1264         Patch by: <lrn1986 at gmail dot com>
1265
1266         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1267         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1268         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1269         Fix "argument type mismatch" compiler warnings on Windows.
1270         Fixes bug #557293.
1271
1272 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1273
1274         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1275         Don't calculate the filter coefficients for every single buffer
1276         but only when it's needed. Fixes bug #557260.
1277
1278 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1279
1280         * configure.ac:
1281         Back to development -> 0.10.11.1
1282
1283 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1284
1285         * gst-plugins-good.doap:
1286         Fix version number of 0.10.11 release in doap file
1287
1288 === release 0.10.11 ===
1289
1290 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1291
1292         * configure.ac:
1293           releasing 0.10.11, "Secondary Consideration"
1294
1295 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1296
1297         * configure.ac:
1298         Commit 0.10.10.4 pre-release
1299
1300 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1301
1302         * gst/avi/gstavimux.c:
1303         Fix VPRP chunk setup in avimux.
1304         Fixes: #556010
1305         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1306
1307 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1308
1309         * gst/videobox/gstvideobox.c:
1310         support dynamically changing properties in videobox
1311         Fixed: #557085
1312         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1313
1314 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1315
1316         * configure.ac:
1317         0.10.10.3 pre-release
1318
1319 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1320
1321         * tests/check/Makefile.am:
1322         Don't run the states test on pulsesrc and pulsesink
1323
1324 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1325
1326         * configure.ac:
1327         Commit 0.10.10.2 pre-release bump that actually went
1328         out on 2008-10-11
1329
1330 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1331
1332         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1333         Skip entries for streams that don't have a output pad yet, thereby
1334         avoiding calling pad functions with a NULL pad.
1335         Fixes #556424
1336
1337 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1338
1339         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1340         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1341         Remove problematic and useless refcount check.
1342         Fixes #556381
1343
1344 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1345
1346         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1347         Remove problematic and useless refcount check.
1348         Fixes #556381
1349
1350 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1351
1352         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1353         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1354         Cast some size_t arguments to guint to avoid compiler
1355         warnings on 64-bit systems.
1356
1357 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1358
1359         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1360         Return TRUE instead of FALSE from the event handler when we swallowed the
1361         event.
1362
1363 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1364
1365         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1366         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1367         Reset header state. Fixes #555321.
1368
1369 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1370
1371         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1372         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1373         * gst/avi/gstavidemux.h:
1374         For timestamping audio packets we need to take into account the
1375         amount of blocks in one entry using the blockalign. Fixes some sync
1376         issues with zero-padded audio blocks in the beginning of avi files.
1377
1378 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1379
1380         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1381         (gst_multi_file_src_query):
1382         Implement DEFAULT and BUFFER position queries. See #555260.
1383
1384 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1385
1386         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1387         Fix build for systems that don't have XDamage.
1388
1389 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1390
1391         * tests/examples/rtp/client-H263p.sdp:
1392         * tests/examples/rtp/client-H263p.sh:
1393         * tests/examples/rtp/server-VTS-H263p.sh:
1394         Add some more H263p server and client examples.
1395
1396 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1397
1398         * configure.ac::
1399           Depend on released versions of core and base.
1400
1401 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1402
1403         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1404         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1405         Return -1 instead of 0 in error cases. Fixes #554771.
1406
1407 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1408
1409         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1410         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1411         Stop leaking the cursor image.
1412         Unref the last_ximage and the cached cursor image on shutdown.
1413         Fixes #551570.
1414
1415 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1416
1417         * sys/v4l2/gstv4l2object.h:
1418         Getting the Class from an instance is not just a matter of casting it to
1419         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1420         instance. Fixes #549784.
1421
1422 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1423
1424         * configure.ac:
1425           Fix libs for linking directsound.
1426         * sys/directsound/gstdirectsoundsink.c:
1427           Fix buffer sizing to prevent racing the ringbuffer at startup.
1428           Add volume property.
1429
1430 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1431
1432         * ext/pulse/pulsesink.c:
1433         Fix problems with pulsesink randomly erroring with code 'OK' after a
1434         format change on the stream by waiting when disconnecting the stream.
1435
1436 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1437
1438         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1439         (gst_rtp_amr_depay_process):
1440         Mark DISCONT on output buffers when the marker bit signals a new talk
1441         spurt.
1442
1443         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1444         Set the marker bit for buffers with a DISCONT flag to signal a talk
1445         spurt.
1446
1447 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1448
1449         * gst/rtp/Makefile.am:
1450         * gst/rtp/gstrtp.c: (plugin_init):
1451         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1452         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1453         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1454         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1455         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1456         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1457         * gst/rtp/gstrtpmp4apay.h:
1458         Added MP4A-LATM payloader to match the depayloader.
1459
1460 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1463         (gst_videomixer_sink_event):
1464         Handle segments a little better. Fixes #537361.
1465
1466 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1469         Don't assume the server supports PAUSE by default. Fixes #551048.
1470
1471 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1472
1473         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1474         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1475         Switch on the socket family to get the addrlen size right.
1476
1477 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1478
1479         Patch by: Daniel Franke <df at dfranke dot us>
1480
1481         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1482         OS X's bind() implementation is picky about its addrlen parameter and
1483         fails with EINVAL if it is larger than expected for the socket's address
1484         family. Set the length to the expected length instead. Fixes #553191.
1485
1486 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1489         Handle the case where we cannot do desribe or when the describe result
1490         does not contain a valid SDP message.
1491
1492 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1493
1494         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1495         Fix setting the qos.
1496
1497 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1498
1499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1500         (gst_qtdemux_chain):
1501         Some 'broken' files out there have atom lengths of zero...
1502         which basically results in qtdemux consuming that atom again and again
1503         until the *end of night* !
1504         Detect that and emits an adequate element error message.
1505
1506 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1507
1508         * gst/interleave/Makefile.am:
1509         * gst/matroska/Makefile.am:
1510         Fix build flags order.
1511
1512         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1513         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1514         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1515         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1516         Format fixes.
1517
1518         * tests/check/elements/multifile.c:
1519         Pull in unistd.h
1520
1521 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1522
1523         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1524         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1525         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1526         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1527         (gst_rtp_mp4g_depay_change_state):
1528         * gst/rtp/gstrtpmp4gdepay.h:
1529         Handle interleaved streams by reordering AU in a queue.
1530
1531 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1532
1533         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1534         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1535         Change some of the ranges in the caps, mostly for the amount of bits we
1536         can use.
1537         Added a little bitstream parse and use it to parse the AU header fields.
1538         Check for malformed and wrongly sized packets better.
1539         Implement more header field parsing.
1540         Handle the size of fragmented packets correctly.
1541
1542 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1543
1544         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1545         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1546         Add mapping for 'tiff' => image/tiff
1547         Fixes #552213
1548
1549 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1550
1551
1552         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1553         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1554           Pretend to care about the result of write() which works around
1555           compiler warnings.
1556
1557 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1558
1559         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1560           Make sure the desired default values are actually set, not only
1561           registered as defaults (actual problem is that the stereo-specific
1562           values are only updated if channels==2, which is not the case yet
1563           when the object is created, so the default values for the
1564           mid-side-stereo and loose-mid-side-stereo settings are never
1565           set in _update_quality()). Makes flacenc create smaller files by
1566           default (for stereo input), and fixes #550791.
1567
1568 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1569
1570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1571         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1572         (qtdemux_parse_trak), (qtdemux_video_caps):
1573         * gst/qtdemux/qtdemux.h:
1574         * gst/qtdemux/qtdemux_fourcc.h:
1575         * gst/qtdemux/qtdemux_types.c:
1576         Add support for video/mj2 mime-type and its additional atoms/boxes.
1577         Fixes #550646.
1578
1579 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1580
1581         * gst/debug/gsttaginject.c:
1582           Add warning when tags parameter is unparsable and give example for
1583           quoting in the docs.
1584
1585 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1586
1587         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1588         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1589         Add some alternative byteswapped mappings that seem to pop up sometimes.
1590         Fixes #550288.
1591
1592 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1593
1594         * po/LINGUAS:
1595         * po/POTFILES.in:
1596         * po/POTFILES.skip:
1597           Add 'ca' to LINGUAS; add some more files with translations and some
1598           files which should be ignored by translation tools.
1599
1600 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1601
1602         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1603         * ext/speex/gstspeexdec.h:
1604         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1605         * ext/speex/gstspeexenc.h:
1606         Use integer encoding and decoding functions instead of converting
1607         the integer input to float in the element. The libspeex integer
1608         functions are doing this for us already or, if libspeex was compiled
1609         in integer mode, they're doing everything using integer arithmetics.
1610         Also saves some copying around.
1611
1612 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1613
1614         * configure.ac:
1615           Fix --disable-external
1616
1617 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1618
1619         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1620         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1621         * ext/wavpack/gstwavpackenc.h:
1622         Handle non-zero start timestamps and stream discontinuities
1623         correctly. This only has an effect if we're muxing into
1624         a container format as the raw WavPack stream must contain
1625         continous sample numbers.
1626
1627 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1628
1629         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1630         Correct the timestamp and granulepos calculation by one Speex
1631         frame.
1632
1633 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1634
1635         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1636         Correctly take the granulepos from upstream if possible and
1637         correctly handle the granulepos in various calculations: the
1638         granulepos is the sample number of the _last_ sample in a frame, not
1639         the first.
1640
1641         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1642         (gst_speex_enc_encode), (gst_speex_enc_chain),
1643         (gst_speex_enc_change_state):
1644         * ext/speex/gstspeexenc.h:
1645         Handle non-zero start timestamps in the encoder and detect/handle
1646         stream discontinuities. Fixes bug #547075.
1647
1648 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1651
1652         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1653         Fix compiler warnings caused by passing a string as format string
1654         instead of "%s" and then the string. This is only exposed by -Wformat=2
1655         as used by default on Ubuntu. Fixes bug #550015.
1656
1657 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1658
1659         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1660         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1661         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1662         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1663         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1664           (gst_ebml_read_element_length):
1665         * gst/matroska/matroska-demux.c:
1666           (gst_matroska_demux_check_subtitle_buffer):
1667           Make stuff compile with GST_DISABLE_GST_DEBUG.
1668
1669 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1670
1671         * gst/law/alaw.c:
1672         * gst/law/mulaw.c:
1673           Ref caps before passing to gst_pad_template_new(), since that takes
1674           ownership.
1675
1676 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1677
1678         Patch by: Mersad Jelacic <mersad at axis dot com>
1679
1680         * gst/multipart/multipartdemux.c:
1681         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1682         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1683         demuxer. Fixes #549551.
1684
1685 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1686
1687         * sys/osxaudio/gstosxaudiosink.c:
1688         (gst_osx_audio_sink_select_device):
1689         * sys/osxaudio/gstosxaudiosrc.c:
1690         (gst_osx_audio_src_create_ringbuffer),
1691         (gst_osx_audio_src_select_device):
1692         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1693         Fix the build on macosx.
1694
1695 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1696
1697         * gst/icydemux/gsticydemux.c:
1698           Small docs fix: in the example pipeline, we need to pass
1699           iradio-mode=true to the source, so the server actually sends
1700           an ICY stream.
1701
1702 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1703
1704         * sys/osxaudio/gstosxaudio.c:
1705           Oops. Revert more completely.
1706
1707 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1708
1709         * sys/osxaudio/gstosxaudio.c:
1710           Revert accidental element rename from testing.
1711
1712 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1713
1714         * gst-plugins-good.doap:
1715         Pull in 0.10.10 doap entry from release branch
1716
1717 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * configure.ac:
1720         Update version number to reflect 0.10.10 release from
1721         branch.
1722
1723 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1724
1725         * sys/osxaudio/Makefile.am:
1726         * sys/osxaudio/gstosxaudio.c:
1727         * sys/osxaudio/gstosxaudiosink.c:
1728         * sys/osxaudio/gstosxaudiosink.h:
1729         * sys/osxaudio/gstosxaudiosrc.c:
1730         * sys/osxaudio/gstosxaudiosrc.h:
1731         * sys/osxaudio/gstosxringbuffer.c:
1732         * sys/osxaudio/gstosxringbuffer.h:
1733           Rewrite caps setting and ring buffer initialisation.
1734           Previously we never told CoreAudio what format we were going to send it,
1735           so it only worked due to luck, and not at all on some hardware.
1736           Now we explicitly advertise what formats the hardware supports, and then
1737           configure the selected one correctly.
1738
1739 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1740
1741         * sys/v4l2/gstv4l2object.c:
1742         * sys/v4l2/gstv4l2src.c:
1743         * sys/v4l2/gstv4l2src.h:
1744         * sys/v4l2/v4l2_calls.c:
1745         * sys/v4l2/v4l2src_calls.c:
1746           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1747           need to memset instance structures. Some more FIXME's and comments.
1748
1749 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * tests/icles/.cvsignore:
1752           Ignore more.
1753
1754 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * gst/goom/.cvsignore:
1757         * gst/goom2k1/.cvsignore:
1758           Ignore files.
1759
1760 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1761
1762         * ext/cairo/gsttextoverlay.c:
1763           Fix compiler warning.
1764
1765 2008-08-25  David Schleef  <ds@schleef.org>
1766
1767         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1768
1769 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1770
1771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1772         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1773         * gst/matroska/matroska-mux.c:
1774         (gst_matroska_mux_video_pad_setcaps),
1775         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1776         Add Real[Audio|Video] support to Matroska containers.
1777         It works fine for:
1778         * decoding real audio/video streams contained in mkv
1779         * 'transmuxing' real (.rm) files into .mkv files
1780         It will not work though for encoding real[audio/video] streams that
1781         don't contain the 'mdpr_data' extra data on the caps.
1782         The reason why this will not work is because I never intended to
1783         duplicate virtually all the 'mdpr' block creation into mkvmux.
1784         Fixes #536067
1785
1786 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1787
1788         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1789         * gst/law/mulaw-conversion.c:
1790         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1791         (gst_mulawenc_chain):
1792         The encoder can't really renegotiate at the time they perform a
1793         pad-alloc so make the srcpads use fixed caps.
1794         Check the buffer size after a pad-alloc because the returned size might
1795         not be right when the downstream element does not know the size of the
1796         new buffer (capsfilter). Fixes #549073.
1797
1798 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1799
1800         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1801
1802         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1803         v4l2src doesn't have a property named "norm" so don't try to notify
1804         about changes to that property. The "norm" property and related
1805         code are commented out currently. Fixes bug #549090.
1806
1807 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1808
1809         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1810
1811         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1812         Reprobe devices again instead of taking a cached list as new
1813         devices could've been plugged in. Fixes bug #549062.
1814
1815 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1816
1817         * gst/autodetect/Makefile.am:
1818         Don't link the autodetect plugin with GConf as it doesn't
1819         use GConf. Fixes bug #545463.
1820
1821 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1822
1823         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1824         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1825         (gst_ebml_read_sint), (gst_ebml_read_float),
1826         (gst_ebml_read_header):
1827         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1828         possible to ignore errors and not post any ERROR messages on
1829         the bus.
1830
1831         * gst/matroska/matroska-demux.c:
1832         (gst_matroska_demux_parse_contents):
1833         Ignore any errors and not just EOS when parsing the contents of
1834         a SeekHead. Errors here are usually caused by truncated files
1835         and playback of the file works fine. Fixes playback of the
1836         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1837         archive.
1838
1839 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1840
1841         * gst/multipart/multipartdemux.c:
1842         * gst/multipart/multipartmux.c:
1843         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1844
1845 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1846
1847         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1848           gst_directdraw_sink_bufferpool_clear):
1849           Fix two more buffer ref leaks.
1850
1851 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1852
1853         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1854
1855         * sys/directdraw/gstdirectdrawsink.c:
1856           (gst_directdraw_sink_show_frame):
1857           Fix buffer ref leak.
1858
1859 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1860
1861         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1862         Revert the last commit. wavenc still supports width!=depth for 32 bit
1863         width. Thanks Tim.
1864
1865 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1866
1867         * gst/matroska/matroska-demux.c:
1868         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1869         If the duration of a block is unknown only use the timestamp for the
1870         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1871         laces. Otherwise every lace has the same timestamp which leads to
1872         various problems. Really fixes bug #548831.
1873
1874 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1875
1876         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1877         If we're not allowing width!=depth in wavenc we should also disable
1878         the code that was added to support width!=depth.
1879
1880 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1881
1882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1883         Don't calculate the default duration of a frame from the audio sampling
1884         rate. This only works for raw audio if every frame contains a single
1885         sample and results in broken buffer durations for other formats
1886         if no specified default duration is given or the blocks have no
1887         duration. Fixes bug #548831.
1888
1889 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1890
1891         * gst/matroska/matroska-demux.c:
1892         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1893         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1894         are used for text/plain subtitles as a gap-filler in some files.
1895
1896 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1897
1898         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1899         (gst_v4l2_get_caps_info):
1900         Add S910 and PWC formats with a low priority.
1901
1902         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1903         (gst_v4l2src_probe_caps_for_format):
1904         Add more debugging.
1905
1906 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1907
1908         * ext/flac/gstflacenc.c:
1909           Fix compilation against older libflac versions.
1910
1911 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1912
1913         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1914         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1915         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1916         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1917         (gst_pulsemixer_ctrl_set_volume):
1918         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1919         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1920         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1921         (gst_pulsesink_init), (gst_pulsesink_open),
1922         (gst_pulsesink_prepare), (gst_pulsesink_write),
1923         (gst_pulsesink_delay), (gst_pulsesink_reset):
1924         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1925         (gst_pulsesrc_init):
1926         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1927         Fix a locking issue in pulsesink's prepare function.
1928
1929         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1930         Check if the created channel layout is valid for GStreamer.
1931
1932 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1933
1934         * gst/rtsp/gstrtspgoogle.c:
1935         Things that can happen when your brain is in google mode trying to
1936         deal with their google rtsp server extensions and trying to type your
1937         google mail account.
1938
1939 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1940
1941         * gst/rtsp/Makefile.am:
1942         * gst/rtsp/gstrtsp.c: (plugin_init):
1943         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1944         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1945         (_do_init), (gst_rtsp_google_base_init),
1946         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1947         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1948         (gst_rtsp_google_extension_init):
1949         * gst/rtsp/gstrtspgoogle.h:
1950         Add google RTSP extension, it can only handle udp and responds with
1951         unsupported if we do anything else. Fixes #546465.
1952
1953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1954         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1955         (gst_rtspsrc_create_transports_string),
1956         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1957         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1958         Make transport setup code a bit better using GString.
1959         Add some more debug.
1960         Check for closed connections before doing anything on them.
1961
1962 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1963
1964         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1965         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1966         (gst_pulsesrc_prepare):
1967         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1968         (gst_pulse_channel_map_to_gst):
1969         * ext/pulse/pulseutil.h:
1970         If downstream provides no channel layout and >2 channels should be
1971         used use the default layout that pulseaudio chooses and also
1972         add this layout to the caps. Fixes bug #547258.
1973
1974 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1975
1976         Patch by: Peter Kjellerstedt <pkj at axis com>
1977
1978         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1979         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1980         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1981         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1982         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1983         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1984         (gst_udpsrc_set_property):
1985         Avoid leaking internally allocated file descriptors when setting
1986         custom file descriptors. Fixes #543101.
1987
1988 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1989
1990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1991         Don't try to configure RTCP back to the server when the server did not
1992         give us a valid port number.
1993
1994 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1995
1996         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1997         Use new basetransform method to renegotiate. Fixes #544956.
1998
1999         * tests/icles/Makefile.am:
2000         * tests/icles/videobox-test.c: (make_pipeline), (main):
2001         Add videobox renegotiation example.
2002
2003 2008-08-19  David Schleef  <ds@schleef.org>
2004
2005         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2006         with sane values.  Fixes #548530.
2007
2008 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2009
2010         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2011         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2012         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2013         are already filled with the correct values by
2014         gst_ring_buffer_parse_caps() so there's no need to set them again
2015         with wrong values.
2016
2017 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2018
2019         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2020         (gst_avi_demux_read_subindexes_push):
2021         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2022         and instead of using the 'ix##' nomenclature, use '##ix'.
2023         They're still valid though, this fixes the duration and indexes for
2024         virtually all the ODML files I have.
2025
2026 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2027
2028         Patch by: Olivier Crete <tester at tester dot ca>
2029
2030         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2031         (gst_rtp_vorbis_depay_process):
2032         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2033         Update the vorbis RTP pay/depay to RFC 5215.
2034         Fixes #547842.
2035
2036 2008-08-14  David Schleef  <ds@schleef.org>
2037
2038         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2039           with 3:2 pulldown, i.e., 24p.
2040
2041 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2042
2043         * tests/check/elements/level.c: (GST_START_TEST):
2044         Fix compilation some more.
2045
2046 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2047
2048         * configure.ac::
2049           Require -base CVS for wavparse acid chunk parsing.
2050
2051 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2052
2053         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2054         (gst_pulsesink_init), (gst_pulsesink_finalize),
2055         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2056         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2057         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2058         * ext/pulse/pulsesink.h:
2059         Add "device-name" property to pulsesink too and currently commented
2060         out and not working support for a "volume" property.
2061
2062 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2063
2064         * configure.ac:
2065         Remove more cdio stuff (moved to ugly)
2066
2067 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2068
2069         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2070
2071         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2072         (gst_pulsesrc_get_property):
2073         Add "device-name" property, which provides a human readable string
2074         for the audio device, to make it more consisten with other audio
2075         sources. Fixes bug #547519.
2076
2077 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2078
2079         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2080         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2081         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2082         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2083         * ext/pulse/pulsemixerctrl.h:
2084         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2085         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2086         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2087         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2088         * ext/pulse/pulseprobe.h:
2089         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2090         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2091         (gst_pulsesrc_change_state):
2092         Improve debugging a bit by including the parent object in pulsemixerctrl
2093         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2094         GST_WARNING.
2095
2096         Use the parent GObject subclass instead of a random struct as GObject
2097         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2098         when probing for another property than "device".
2099
2100 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2101
2102         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2103
2104         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2105         Fix property probing after the device property is set by calling
2106         set_server when the server property changes. Fixes bug #547518.
2107
2108 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2109
2110         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2111
2112         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2113         (gst_pulsesink_implements_interface_init),
2114         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2115         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2116         (gst_pulsesink_get_type):
2117         * ext/pulse/pulsesink.h:
2118         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2119         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2120         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2121         * ext/pulse/pulsesrc.h:
2122         Implement GstPropertyProbe interface on pulsesink for detecting
2123         sink devices and on pulsesrc for detecting source devices.
2124         Fixes bugs #547227 and #547217.
2125
2126 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2127
2128         * gst/spectrum/gstspectrum.c:
2129           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2130
2131 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2132
2133         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2134         Properly set the maximum latency value, in the same way it is done in
2135         v4lsrc.
2136         * sys/v4l2/v4l2src_calls.c:
2137         Simplify fraction equality check, no need to use GValues for this.
2138
2139 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2140
2141         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2142         Add warning messages stating exactly why the latency query failed.
2143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2144         In some cases, the negotiated framerate might be the default one which
2145         is already set internally. But we still need to mark it down in fps_n
2146         and fps_d so that the latency query can happen properly.
2147
2148 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2149
2150         * docs/plugins/inspect/plugin-1394.xml:
2151         Whoops, forgot one doc file for people who can't/don't build the
2152         raw1394 plugin.
2153
2154 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2155
2156         * docs/plugins/Makefile.am:
2157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2159         * docs/plugins/inspect/plugin-cdio.xml:
2160         * ext/Makefile.am:
2161         * ext/cdio/Makefile.am:
2162         * ext/cdio/gstcdio.c:
2163         * ext/cdio/gstcdio.h:
2164         * ext/cdio/gstcdiocddasrc.c:
2165         * ext/cdio/gstcdiocddasrc.h:
2166
2167         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2168         CDDA source to -ugly.
2169
2170         * po/LINGUAS:
2171         * po/POTFILES.in:
2172         * po/id.po:
2173         Pull in new translation from 0.10.9.2 release branch.
2174
2175 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2176
2177         * docs/plugins/Makefile.am:
2178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2180         * docs/plugins/gst-plugins-good-plugins.args:
2181         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2182         * docs/plugins/gst-plugins-good-plugins.interfaces:
2183         Integrate documentation for new hdv1394src element.
2184
2185 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2186
2187         * ext/raw1394/Makefile.am:
2188         * ext/raw1394/gst1394.c: (plugin_init):
2189         * ext/raw1394/gsthdv1394src.c: (_do_init),
2190         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2191         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2192         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2193         (gst_hdv1394src_from_raw1394handle),
2194         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2195         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2196         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2197         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2198         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2199         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2200         (gst_hdv1394src_uri_handler_init):
2201         * ext/raw1394/gsthdv1394src.h:
2202         mpeg2-ts (HDV) variant of firewire capture element.
2203         Fixes #350830
2204
2205 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2206
2207         * gst/level/gstlevel.c: (gst_level_message_new):
2208          Fix compilation (also known as the classic 'fix code that someone
2209          committed without compiling it first').
2210
2211 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * tests/check/elements/level.c:
2214           Add a test for level in stereo mode.
2215
2216 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * tests/examples/spectrum/demo-audiotest.c:
2219         * tests/examples/spectrum/demo-osssrc.c:
2220           Demo how to draw analyzer results synced to the clock.
2221
2222 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * gst/level/gstlevel.c:
2225           Little renaming (l -> level).
2226
2227         * gst/spectrum/gstspectrum.c:
2228         * gst/spectrum/gstspectrum.h:
2229           Also send full timestamp/duration details here.
2230
2231 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2232
2233         * gst/level/gstlevel.c:
2234         * gst/level/gstlevel.h:
2235           Send same timestamp/duration details as videoanalysis. This gives
2236           applications better chance to sync analysis results with playback.
2237
2238 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2239
2240         * gst/matroska/matroska-mux.c:
2241         (gst_matroska_mux_handle_sink_event),
2242         (flac_streamheader_to_codecdata):
2243         We need to drop one additional buffer for FLAC as the fLaC
2244         marker and STREAMINFO block are merged into one buffer in the caps.
2245
2246         Also don't pretend to support NEWSEGMENT events, otherwise we
2247         will most probably write some invalid data.
2248
2249 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2250
2251         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2252         (gst_matroska_mux_audio_pad_setcaps):
2253         Add support for muxing FLAC into Matroska containers.
2254         Fixes bug #311586.
2255
2256 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2257
2258         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2259         Actually provide the variables required for the format string.
2260
2261 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2262
2263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2264         (gst_matroska_demux_element_send_event),
2265         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2266         * gst/matroska/matroska-demux.h:
2267         Close the current segment if we're doing a non-flushing seek and send
2268         the close-segment and the new segment of the seek from the streaming
2269         thread.
2270
2271 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2272
2273         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2274         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2275         (gst_flac_enc_change_state):
2276         * ext/flac/gstflacenc.h:
2277         Handle non-zero start timestamps correctly, mark header packets as
2278         IN_CAPS and print a warning and suggest using audiorate if stream
2279         discontinuities are detected. When FLAC supports flushing the encoder
2280         somehow this should be done for discontinuities instead.
2281
2282         Remove some unused variables from the instance struct.
2283
2284 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2285
2286         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2287         If seeking failed return the appropiate return value to FLAC.
2288         Otherwise it thinks seeking was successfull and tries to rewrite
2289         parts of the headers which then get appended to the output.
2290
2291 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2292
2293         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2294
2295         * ext/esd/gstesd.c: (plugin_init):
2296         * ext/flac/gstflac.c: (plugin_init):
2297         * ext/shout2/gstshout2.c: (plugin_init):
2298         * ext/wavpack/gstwavpack.c: (plugin_init):
2299         * sys/oss/gstossaudio.c: (plugin_init):
2300         * sys/v4l2/gstv4l2.c: (plugin_init):
2301         Make sure gettext returns translations in UTF-8 encoding rather
2302         than in the current locale encoding (#546822).
2303
2304 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2305
2306         * ext/flac/gstflacdec.c:
2307         Add FIXME for 0.11 to simply output everything with width=32 as given
2308         by FLAC and let audioconvert handle the conversions instead of doing
2309         them in flacdec.
2310
2311 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2312
2313         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2314         When outputting a pad template range for the size, include a framerate
2315         range too, to avoid 'not a real subset of template caps' errors.
2316
2317 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2318
2319         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2320
2321         * ext/flac/Makefile.am:
2322         * ext/flac/gstflac.c: (plugin_init):
2323         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2324         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2325         (gst_flac_tag_dispose), (gst_flac_tag_init),
2326         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2327         (gst_flac_tag_change_state):
2328         * ext/flac/gstflactag.h:
2329         Port flactag to 0.10, add documentation for it and clean it up a bit.
2330         Fixes bug #413841.
2331
2332         * docs/plugins/Makefile.am:
2333         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2334         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2335         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2336         * docs/plugins/gst-plugins-good-plugins.interfaces:
2337         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2338         * docs/plugins/inspect/plugin-flac.xml:
2339         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2340         * ext/flac/gstflacdec.h:
2341         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2342         * ext/flac/gstflacenc.h:
2343         Add flactag and flacenc to the documentation and mark
2344         the private parts of the flacdec instance structure as private.
2345
2346         Also use gst_element_class_set_details_simple() in flacdec and
2347         flacenc.
2348
2349 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * gst/qtdemux/qtdemux.c:
2352           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2353           for it but ffmpeg does not.
2354
2355 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * gst/wavparse/gstwavparse.c:
2358           Handle the list chunk and use gst_riff_parse_info() to parse the info
2359           sub-chunk.
2360
2361 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2362
2363         * gst/wavparse/gstwavparse.c:
2364           Handle the acid chunk and send tempo as part of tags. Other fields are
2365           interesting too, but need more tag-definitions. Fixes #545433.
2366
2367 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2368
2369         * gst/wavparse/gstwavparse.c:
2370           Refactor wavparse. Call _reset() from dispose() and move old code from
2371           dispose into reset. This way we don't leak taglists when we abort
2372           parsing. Fix some comments. Move code for skipping a chunk into extra
2373           function. Replace chunk sizes with a const to ease readability.         
2374
2375 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2376
2377         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2378
2379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2380         Improve udp port setup. Fixes #545710.
2381
2382 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2383
2384         * gst/rtp/Makefile.am:
2385         * gst/rtp/gstrtp.c: (plugin_init):
2386         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2387         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2388         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2389         (gst_rtp_mp1s_depay_set_property),
2390         (gst_rtp_mp1s_depay_get_property),
2391         (gst_rtp_mp1s_depay_change_state),
2392         (gst_rtp_mp1s_depay_plugin_init):
2393         * gst/rtp/gstrtpmp1sdepay.h:
2394         Add MP1S depayloader.
2395
2396         * gst/rtsp/URLS:
2397         Some more sample rtsp streams.
2398
2399 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2400
2401         * gst/rtsp/URLS:
2402         Add another URL.
2403
2404         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2405         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2406         Add some more debug info.
2407
2408 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2409
2410         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2411         Provide cbSize field for audio extra_data size, and take care to
2412         pad extra_data.
2413
2414 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * gst/qtdemux/qtdemux.c:
2417           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2418           TRUE.
2419
2420 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2421
2422         * gst/qtdemux/qtdemux.c:
2423         * gst/qtdemux/qtdemux_fourcc.h:
2424           Add keyword tag support. Fixes #520694 for qtdemux.
2425
2426 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2427
2428         * gst/qtdemux/qtdemux.c:
2429           Add support for tmpo tag (BPM).
2430
2431 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2432
2433         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2434         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2435         Set an estimate for the total number of samples that will be encoded
2436         if possible to help decoders if the streaminfo can't be rewritten
2437         later (like when muxing into Ogg containers).
2438
2439         Add a warning if we get header packets after data packets as those
2440         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2441         work.
2442
2443 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2444
2445         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2446         (gst_flac_dec_write):
2447         Support decoding of all depths between 4 and 32 bits and read the
2448         depth from the streaminfo header if needed. Also support all sampling
2449         rates between 1 and 655350 Hz.
2450
2451         * ext/flac/gstflacenc.c:
2452         (gst_flac_enc_caps_append_structure_with_widths),
2453         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2454         (gst_flac_enc_chain):
2455         * ext/flac/gstflacenc.h:
2456         Support encoding in all bit depths supported by the streamable
2457         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2458         between 1 Hz and 655350 Hz.
2459
2460 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2461
2462         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2463         (gst_flac_enc_sink_getcaps):
2464         Support encoding of up to 8 channels.
2465
2466 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2467
2468         * ext/soup/gstsouphttpsrc.c:
2469         * ext/soup/gstsouphttpsrc.h:
2470         Fix seeking race condition in #540300
2471         Patch By: Wouter Cloetens  <wouter at mind be>
2472
2473 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2474
2475         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2476         (gst_matroska_demux_element_send_event),
2477         (gst_matroska_demux_handle_seek_event),
2478         (gst_matroska_demux_handle_src_event):
2479         When receiving a SEEK event on a specific pad first search for a seek
2480         table entry for the stream of the pad and then fall back to an entry
2481         for a different stream.
2482
2483 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2484
2485         * configure.ac:
2486         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2487         * gst/matroska/matroska-ids.h:
2488         Build depend on core CVS for the attachment tag.
2489
2490 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2491
2492         * configure.ac:
2493         * gst/matroska/Makefile.am:
2494         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2495         (copy_backptr), (lzo1x_decode), (main):
2496         * gst/matroska/lzo.h:
2497         * gst/matroska/matroska-demux.c:
2498         (gst_matroska_demux_read_track_encoding),
2499         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2500         (gst_matroska_decode_buffer),
2501         (gst_matroska_decode_content_encodings),
2502         (gst_matroska_demux_read_track_encodings),
2503         (gst_matroska_demux_add_stream),
2504         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2505         * gst/matroska/matroska-ids.h:
2506         Decode the codec private data and following ContentEncoding if
2507         necessary.
2508
2509         Support bzip2, lzo and header stripped compression. For lzo use the
2510         ffmpeg lzo implementation as liblzo is GPL licensed.
2511         
2512         Fix zlib decompression.
2513
2514 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2515
2516         * gst/matroska/matroska-mux.c:
2517         (gst_matroska_mux_audio_pad_setcaps):
2518         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2519         duration of a frame with the new mpegaudioversion caps field.
2520
2521 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2522
2523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2524         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2525         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2526         (gst_matroska_demux_stream_from_num),
2527         (gst_matroska_demux_tracknumber_unique),
2528         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2529         (gst_matroska_demux_handle_seek_event),
2530         (gst_matroska_demux_sync_streams),
2531         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2532         (gst_matroska_demux_loop):
2533         * gst/matroska/matroska-demux.h:
2534         Allow an infinite number of stream inside Matroska containers and use
2535         a GPtrArray for storing them instead of allowing "only" 127 streams.
2536
2537 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2538
2539         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2540         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2541         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2542         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2543         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2544         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2545         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2546         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2547         (gst_ebml_read_master), (gst_ebml_read_binary),
2548         (gst_ebml_read_header):
2549         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2550         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2551         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2552         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2553         (gst_ebml_replace_uint):
2554         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2555         (gst_matroska_demux_read_track_encoding),
2556         (gst_matroska_demux_read_track_encodings),
2557         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2558         (gst_matroska_demux_send_event),
2559         (gst_matroska_demux_element_send_event),
2560         (gst_matroska_demux_handle_seek_event),
2561         (gst_matroska_demux_handle_src_event),
2562         (gst_matroska_demux_init_stream),
2563         (gst_matroska_demux_parse_tracks),
2564         (gst_matroska_demux_parse_index_cuetrack),
2565         (gst_matroska_demux_parse_index_pointentry),
2566         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2567         (gst_matroska_demux_parse_metadata_id_simple_tag),
2568         (gst_matroska_demux_parse_metadata_id_tag),
2569         (gst_matroska_demux_parse_metadata),
2570         (gst_matroska_demux_parse_attached_file),
2571         (gst_matroska_demux_parse_attachments),
2572         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2573         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2574         (gst_matroska_demux_push_flac_codec_priv_data),
2575         (gst_matroska_demux_push_xiph_codec_priv_data),
2576         (gst_matroska_demux_push_dvd_clut_change_event),
2577         (gst_matroska_demux_add_mpeg_seq_header),
2578         (gst_matroska_demux_add_wvpk_header),
2579         (gst_matroska_demux_check_subtitle_buffer),
2580         (gst_matroska_decode_buffer),
2581         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2582         (gst_matroska_demux_parse_cluster),
2583         (gst_matroska_demux_parse_contents_seekentry),
2584         (gst_matroska_demux_parse_contents),
2585         (gst_matroska_demux_loop_stream_parse_id),
2586         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2587         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2588         (gst_matroska_demux_subtitle_caps),
2589         (gst_matroska_demux_change_state):
2590         * gst/matroska/matroska-ids.c:
2591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2592         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2593         (gst_matroska_mux_video_pad_setcaps),
2594         (xiph3_streamheader_to_codecdata),
2595         (vorbis_streamheader_to_codecdata),
2596         (theora_streamheader_to_codecdata),
2597         (gst_matroska_mux_audio_pad_setcaps),
2598         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2599         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2600         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2601         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2602         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2603         Fix indention everywhere. A broken indent version has added newlines
2604         after every single declaration some time ago.
2605
2606 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2607
2608         * gst/matroska/matroska-demux.c:
2609         (gst_matroska_demux_loop_stream_parse_id):
2610         If no Tracks are found error out instead of trying it again until the
2611         end of time.
2612
2613 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2614
2615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2616         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2617         bit and signed otherwise, not the other way around.
2618
2619 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2620
2621         * gst/matroska/matroska-mux.c:
2622         Add more raw YUV formats to the list of supported formats.
2623
2624 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2625
2626         * gst/matroska/matroska-mux.c:
2627         (gst_matroska_mux_audio_pad_setcaps):
2628         Add support for muxing raw float audio now that the spec defines the
2629         endianness and add support for muxing raw integer audio with 24 and
2630         32 bits.
2631
2632         Allow muxing of more than 8 audio channels.
2633
2634 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2635
2636         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2637         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2638         Add locking to the global array of used track UIDs to prevent random
2639         crashes if more than a single matrosmux instance is used.
2640
2641         Use 64 bit values for the track UIDs.
2642
2643         Use the global GRandom of GLib instead of creating our own one
2644         for the few random numbers we need every single time.
2645
2646 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2647
2648         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2649         (gst_flac_dec_setup_stream_decoder),
2650         (gst_flac_dec_update_metadata):
2651         Always post the audio-codec tag, not only if other tags are present.
2652
2653 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2654
2655         * configure.ac:
2656         Back to development -> 0.10.9.1
2657
2658 === release 0.10.9 ===
2659
2660 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2661
2662         * configure.ac:
2663           releasing 0.10.9, "Steam Train Rolling"
2664
2665 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2666
2667         * ext/soup/gstsouphttpsrc.c:
2668         Don't throw an error when soup completes a msg with status
2669         'cancelled', as that indicates we cancelled a request while
2670         shutting down or seeking, and it's not an error.
2671         Fixes: #540300 again.
2672
2673 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2674
2675         * configure.ac:
2676         0.10.8.4 pre-release
2677
2678 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2679
2680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2681         Fix segment-stop regression.
2682         Add documentation regarding segments in quicktime files by Wim Taymans.
2683         Fixes #544509
2684
2685 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2686
2687         * configure.ac:
2688         0.10.8.3 pre-release
2689
2690         * po/LINGUAS:
2691         * po/pt_BR.po:
2692         Add pt_BR translation
2693
2694 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2695
2696         * gst/goom/convolve_fx.c:
2697         * gst/goom/filters.c:
2698         * gst/goom/goom_config.h:
2699         * gst/goom/goom_core.c:
2700         * gst/goom/goom_tools.h:
2701           Fix build with MSVC: include glib.h to define inline appropriately,
2702           use header guards where needed.
2703         * gst/udp/gstudpnetutils.c:
2704         * gst/udp/gstudpsrc.c:
2705           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2706           g_snprintf rather than snprintf.
2707           Fixes #544433.
2708
2709 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2710
2711         * gst/debug/gsttaginject.c:
2712         * gst/debug/gsttaginject.h:
2713           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2714           partially.
2715
2716 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2717
2718         * configure.ac:
2719         0.10.8.2 pre-release
2720
2721 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2722
2723         * ext/Makefile.am:
2724         Finish hooking up pulseaudio plugin to the build.
2725
2726         * ext/pulse/pulsemixerctrl.c:
2727         Fix compilation error.
2728
2729 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2730
2731         * po/LINGUAS:
2732         * po/lt.po:
2733         Add new lithunian translation, and add french to the LINGUAS
2734         file.
2735
2736 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2737
2738         * ext/soup/gstsouphttpsrc.c:
2739         Fix Soup HTTP source seeking.
2740         Patch By: Wouter Cloetens  <wouter at mind be>
2741         Fixes: #540300
2742
2743         * tests/check/elements/.cvsignore:
2744         Ignore new check programs.
2745
2746 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2747
2748         * configure.ac:
2749         * docs/plugins/Makefile.am:
2750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2752         * docs/plugins/gst-plugins-good-plugins.args:
2753         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2754         * docs/plugins/gst-plugins-good-plugins.interfaces:
2755         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2756         * docs/plugins/inspect/plugin-interleave.xml:
2757         * docs/plugins/inspect/plugin-replaygain.xml:
2758         * tests/check/Makefile.am:
2759
2760         Move replaygain and interleave plugins from -bad.
2761         Fixes: #543406
2762         Fixes: #536228
2763
2764 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2765
2766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2767         (qtdemux_parse_trak):
2768         Revert ISO base media spec based pixel-aspect-ratio calculation.
2769         Fixes #543300.
2770
2771 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2772
2773         * sys/osxvideo/osxvideosink.m:
2774         Fix minor build issues on macosx.
2775         Fixes #543054
2776
2777 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2778
2779         * configure.ac::
2780         * ext/taglib/Makefile.am::
2781           Only use -Wno-attributes (which is there to work around a
2782           bug in the taglib 1.5 headers) if the c++ compiler actually
2783           supports it (#543255).
2784
2785 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2786
2787         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2788
2789         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2790           Avoid compiler warning by initialising variable to NULL (#543259).
2791
2792 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2793
2794         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2795         Don't pass NULL taglists to gst_tag_list_is_empty().
2796
2797 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2798
2799         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2800         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2801         (rtp_pipeline_run):
2802         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2803         Don't use declarations after statements.
2804
2805 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2806
2807         * ext/jpeg/gstjpegdec.c:
2808         Align documentation with reality.
2809
2810 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2811
2812         * gst/udp/gstudpnetutils.c:
2813         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2814         old value (1) if it's not defined which should not cause any problems
2815         as we're using it internal only anyway.
2816
2817 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2818
2819         Patch by: Alessandro Decina <alessandro at nnva dot org>
2820
2821         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2822         Fix build of avidemux on big endian architectures.
2823
2824 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2825
2826         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2827
2828         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2829         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2830
2831 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2832
2833         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2834         (qtdemux_parse_trak):
2835         Set pixel-aspect-ratio in caps using display width and height
2836         provided in track.
2837
2838 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2839
2840         * configure.ac:
2841         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2842         flags that are invalid for C++. Fixes bug #516509.
2843
2844 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2845
2846         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2847         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2848         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2850         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2851         * tests/examples/equalizer/demo.c: (message_handler):
2852         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2853         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2854         Don't use declarations after statements and variable length arrays.
2855
2856 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2857
2858         Patch by: Daniel Drake <dsd at gentoo dot org>
2859
2860         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2861         (gst_v4l2src_get_nearest_size):
2862         Try progressive video if interlaced fails. Fixes bug #541956
2863         and the usage of v4l2src on OLPC.
2864
2865 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2866
2867         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2868         (gst_rtp_speex_depay_process):
2869         * gst/rtp/gstrtpspeexdepay.h:
2870         Revert last change: Only the jitterbuffer is able to convert RTP to
2871         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2872         Reopens bug #541787.
2873
2874 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2875
2876         * gst/rtp/gstrtpvrawdepay.c:
2877           Include stdlib.h for atoi().
2878
2879         * gst/rtsp/gstrtspsrc.c:
2880           Use floating point math for latencies < 0 sec in log output.
2881
2882 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2883
2884         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2885
2886         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2887         (gst_rtp_speex_depay_process):
2888         * gst/rtp/gstrtpspeexdepay.h:
2889         Take timestamp from the RTP packet as a first step to fix problems
2890         with transmission over RTP when the network is not reliable.
2891         Fixes bug #541787.
2892
2893 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2894
2895         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2896
2897         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2898         Fix parsing of udp:// URIs containing IPv6 addresses.
2899         Fixes bug #541650.
2900
2901 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2902
2903         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2904         Do not leak incoming buffers.
2905
2906 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2907
2908         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2909
2910         * configure.ac:
2911         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2912         for htons() and htonl(). Fixes bug #541412.
2913
2914 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2915
2916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2917         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2918         (gst_matroska_demux_element_query),
2919         (gst_matroska_demux_handle_src_query),
2920         (gst_matroska_demux_handle_seek_event):
2921         Handle position and duration query in DEFAULT format if the
2922         pad's track has a default frame duration set.
2923
2924         Fix seeking now that the segment's duration doesn't contain the
2925         (possibly wrong or inaccurate) duration of the Matroska file.
2926
2927 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2928
2929         * gst/matroska/ebml-read.c: (_ext2dbl):
2930         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2931         in math.h except on MSVC where it is defined in xmath.h.
2932         Fixes compilation with MSVC.
2933
2934 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2935
2936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2937         (gst_matroska_demux_handle_src_query),
2938         (gst_matroska_demux_parse_info),
2939         (gst_matroska_demux_loop_stream_parse_id):
2940         * gst/matroska/matroska-demux.h:
2941         Don't set the segment duration to the duration from the Matroska
2942         header as this value could be wrong and is just informational.
2943
2944 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2945
2946         * gst/matroska/matroska-demux.c:
2947         (gst_matroska_demux_loop_stream_parse_id):
2948         If no Tracks element is found until the first Cluster is found
2949         search it and error out if none is found in the complete file.
2950
2951 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2952
2953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2954         Resync non-subtitle tracks too if a too large gap compared to other
2955         tracks is detected.
2956
2957 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2958
2959         * gst/rtp/Makefile.am:
2960         * gst/rtp/gstrtp.c: (plugin_init):
2961         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2962         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2963         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2964         (gst_rtp_vraw_depay_change_state),
2965         (gst_rtp_vraw_depay_plugin_init):
2966         * gst/rtp/gstrtpvrawdepay.h:
2967         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2968         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2969         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2970         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2971         (gst_rtp_vraw_pay_plugin_init):
2972         * gst/rtp/gstrtpvrawpay.h:
2973         Add raw video pay and depayloaders, see RFC4175.
2974
2975 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2976
2977         * ext/libpng/gstpngdec.c:
2978         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2979         whatever it returned.
2980
2981 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2982
2983         * gst/avi/avi-ids.h:
2984         Add vprp chunk related structures.
2985         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2986         (gst_avi_demux_parse_stream):
2987         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2988         to caps.  Fixes #539482.
2989         * gst/avi/gstavimux.h:
2990         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2991         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2992         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2993
2994 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2995
2996         * tests/check/elements/avimux.c: (check_avimux_pad):
2997         Adjust avimux unit test according to increased streamheader size.
2998
2999 2008-06-27  David Schleef  <ds@schleef.org>
3000
3001         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3002
3003 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3004
3005         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3006         * gst/avi/gstavimux.h:
3007         Add 8 bytes to current streamheader to make for a complete one
3008         and to make more players happy.  Fixes #519460.
3009
3010 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3011
3012         * sys/v4l2/v4l2_calls.c::
3013           Don't include unused gstv4l2xoverlay.h. Fixes build
3014           in case where X11 headers are not installed.
3015
3016 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3017
3018         * ext/dv/gstdv.c: (plugin_init):
3019         Fix compilation.
3020
3021 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3022
3023         * ext/dv/gstdv.c: (plugin_init):
3024         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3025         DV decoder available.
3026         Fixes #532393
3027
3028 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3029
3030         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3031         Call getsockname() after the call to bind() to get updated values
3032         for the port, etc. This fixes the usage of udpsrc on anonymous
3033         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3034         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3035
3036 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3037
3038         * tests/check/pipelines/wavpack.c: (bus_handler):
3039         Remove workaround for a bug in identity that is fixed in 0.10.20.
3040
3041 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3042
3043         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3044
3045         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3046         Fix HTTP auth support with user/password passed via the URI.
3047         Fixes bug #540067.
3048
3049 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3050
3051         * configure.ac:
3052           Depend on released versions of core and -base.
3053
3054 2008-06-23  Julien Moutte  <julien@fluendo.com>
3055
3056         * gst/matroska/matroska-demux.c:
3057         (gst_matroska_demux_read_track_encoding),
3058         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3059         format strings in macros. (makes it build on OS X again...)
3060
3061 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3062
3063         * gst/rtp/gstrtptheorapay.c:
3064         * gst/udp/gstmultiudpsink.c:
3065           Added debug.
3066
3067 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3068
3069         * configure.ac: switch v4l2src over to the normal build instead of
3070         being 'experimental'. Fixes bug #536831.
3071
3072 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3075         Remove unused variable so that we can compile again.
3076
3077 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3078
3079         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3080         No need to check for audio/G723 and audio/32KADPCM here as they are
3081         no longer supported.
3082
3083 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3084
3085         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3086         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3087         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3088         known length.
3089
3090 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3091
3092         * gst/matroska/matroska-demux.c:
3093         (gst_matroska_demux_add_wvpk_header),
3094         (gst_matroska_demux_audio_caps):
3095         * gst/matroska/matroska-ids.h:
3096         Fix demuxing of WavPack files. Muxing is still broken.
3097
3098 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3099
3100         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3101         (gst_matroska_demux_add_mpeg_seq_header),
3102         (gst_matroska_demux_add_wvpk_header),
3103         (gst_matroska_demux_check_subtitle_buffer),
3104         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3105         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3106         (gst_matroska_demux_subtitle_caps):
3107         * gst/matroska/matroska-ids.h:
3108         Add a "vfunc" to the track context for postprocessing frames and
3109         convert the wavpack and subtitle postprocessing to this vfunc.
3110         Copy buffer flags in those functions to the new buffers too.
3111
3112         Parse CodecState elements of Blocks.
3113
3114         Add a postprocessing function for MPEG video that adds the sequence
3115         header from the codec private data or codec state to the frames if
3116         it's not already there.
3117
3118 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3119
3120         * gst/matroska/matroska-demux.c:
3121         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3122         If a gap of more than 1/2 second is found in one stream send a
3123         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3124         This also fixes Matroska files where the first buffer doesn't start
3125         at timestamp 0. Fixes bug #429322.
3126
3127         The duration of a block is the default duration multiplied with the
3128         number of laces. Every lace is one frame and the default duration
3129         is the duration of one frame. This fixes playback of files that use
3130         lacing for some tracks.
3131
3132 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3133
3134         * gst/matroska/matroska-demux.c:
3135         (gst_matroska_demux_parse_contents_seekentry):
3136         Update FIXME/TODOs and only ignore EOS at the central, important place
3137         instead of several places.
3138
3139 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3140
3141         * gst/rtp/gstrtpg726pay.c:
3142         Fix caps, See #538891.
3143
3144 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3147         (gst_matroska_demux_stream_from_num),
3148         (gst_matroska_demux_encoding_cmp),
3149         (gst_matroska_demux_encoding_order_unique),
3150         (gst_matroska_demux_read_track_encoding),
3151         (gst_matroska_demux_read_track_encodings),
3152         (gst_matroska_demux_tracknumber_unique),
3153         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3154         (gst_matroska_demux_parse_tracks),
3155         (gst_matroska_demux_parse_index_cuetrack),
3156         (gst_matroska_demux_parse_index_pointentry),
3157         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3158         (gst_matroska_demux_parse_metadata_id_simple_tag),
3159         (gst_matroska_demux_parse_metadata_id_tag),
3160         (gst_matroska_demux_parse_metadata),
3161         (gst_matroska_demux_parse_attached_file),
3162         (gst_matroska_demux_parse_attachments),
3163         (gst_matroska_demux_parse_chapters),
3164         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3165         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3166         (gst_matroska_demux_parse_cluster),
3167         (gst_matroska_demux_parse_contents_seekentry),
3168         (gst_matroska_demux_parse_contents),
3169         (gst_matroska_demux_loop_stream_parse_id),
3170         (gst_matroska_demux_loop):
3171         Improve debug output everywhere and fix the EOS logic.
3172
3173         Check the values of the ContentEncoding elements more strictly and
3174         don't use tracks for which it's invalid.
3175
3176         Check that the track number is unique for this stream.
3177
3178         Check that seek positions are below G_MAXINT64 as our seeks are
3179         int64-based and overflows will fail badly.
3180
3181         After seeks also don't push SimpleBlocks until the first one
3182         containing a keyframe is found. Before this was done only for normal
3183         Blocks.
3184
3185         Update some FIXME/TODOs.
3186         
3187         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3188         (gst_ebml_read_utf8), (gst_ebml_read_header):
3189         Improve debug output.
3190
3191         * gst/matroska/matroska-ids.c:
3192         (gst_matroska_track_init_video_context):
3193         * gst/matroska/matroska-ids.h:
3194         * gst/matroska/matroska-mux.c:
3195         (gst_matroska_mux_video_pad_setcaps):
3196         Remove eye mode and don't parse it anymore. We can't use that
3197         information in GStreamer yet so it's useless.
3198
3199
3200 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         Patch by: Mersad Jelacic <mersad at axis dot com>
3203
3204         * gst/rtp/Makefile.am:
3205         * gst/rtp/gstrtp.c: (plugin_init):
3206         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3207         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3208         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3209         (gst_rtp_g726_depay_plugin_init):
3210         * gst/rtp/gstrtpg726depay.h:
3211         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3212         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3213         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3214         * gst/rtp/gstrtpg726pay.h:
3215         Added G726 pay/depayloaders. Fixes #538891.
3216
3217 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3218
3219         * gst/rtsp/URLS:
3220         Some more urls.
3221
3222         * gst/smpte/barboxwipes.c:
3223         Add a comment
3224
3225         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3226         Fix typo, add audioresample to the pipeline.
3227
3228 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3229
3230         * ext/libmng/Makefile.am:
3231         * ext/libmng/gstmng.c: (plugin_init):
3232         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3233         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3234         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3235         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3236         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3237         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3238         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3239         (gst_mng_dec_change_state):
3240         * ext/libmng/gstmngdec.h:
3241         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3242         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3243         (gst_mng_enc_init), (gst_mng_enc_chain),
3244         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3245         * ext/libmng/gstmngenc.h:
3246         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3247         bits ifdeffed out still.
3248
3249 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3250
3251         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3252         When comparing index elements with the same time compare their
3253         block number.
3254
3255 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3256
3257         * gst/matroska/matroska-demux.c:
3258           (gst_matroska_demux_parse_attached_file)
3259           Init variable to NULL to avoid compiler warning.
3260
3261 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3262
3263         * gst/matroska/Makefile.am:
3264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3265         (gst_matroska_demux_parse_attached_file),
3266         (gst_matroska_demux_parse_attachments),
3267         (gst_matroska_demux_parse_contents_seekentry),
3268         (gst_matroska_demux_loop_stream_parse_id):
3269         * gst/matroska/matroska-demux.h:
3270         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3271         * gst/matroska/matroska-ids.h:
3272         * gst/matroska/matroska.c: (plugin_init):
3273         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3274         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3275         and description of the attachments in the caps. Fixes bug #537622.
3276
3277 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3278
3279         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3280         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3281         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3282         (gst_speex_enc_src_query), (gst_speex_enc_init),
3283         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3284         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3285         (gst_speex_enc_set_property):
3286         Add mode property.
3287         Some cleanups, add more debug info.
3288         Add latency query.
3289
3290 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3293         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3294         If we get less bytes than requested we can't do anything except doing
3295         our EOS logic.
3296
3297 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3300         (gst_matroskademux_do_index_seek),
3301         (gst_matroska_demux_parse_index_cuetrack),
3302         (gst_matroska_demux_parse_index_pointentry),
3303         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3304         (gst_matroska_demux_parse_metadata):
3305         * gst/matroska/matroska-demux.h:
3306         * gst/matroska/matroska-ids.h:
3307         Use a GArray for storing the Cue (i.e. seek) information, store
3308         the CueTrackPositions for every track, store the block number
3309         and optimize searching in the array by sorting it after the last
3310         element was added.
3311
3312         Fix a small memory leak when trying to parse a tags element that was
3313         already parsed.
3314
3315 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3316
3317         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3318         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3319         (gst_matroska_mux_write_data):
3320         * gst/matroska/matroska-mux.h:
3321         Don't write another SeekHead which indexes all Clusters to the end of
3322         the file. This isn't useful for anything and just increases filesize.
3323
3324 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3327         Prevent unaligned memory access when reading floats.
3328
3329 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * gst/matroska/ebml-read.c:
3332         * gst/matroska/ebml-read.h:
3333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3334         (gst_matroska_demux_parse_metadata):
3335         * gst/matroska/matroska-demux.h:
3336         Make sure that every Tags element is only parsed once and it's
3337         containing tags are only posted once.
3338
3339 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3342         (gst_ebml_read_header):
3343         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3344         (gst_matroska_demux_parse_tracks),
3345         (gst_matroska_demux_parse_index_cuetrack),
3346         (gst_matroska_demux_parse_index_pointentry),
3347         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3348         (gst_matroska_demux_parse_metadata_id_simple_tag),
3349         (gst_matroska_demux_parse_metadata_id_tag),
3350         (gst_matroska_demux_parse_metadata),
3351         (gst_matroska_demux_parse_attachments),
3352         (gst_matroska_demux_parse_chapters),
3353         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3354         (gst_matroska_demux_parse_cluster),
3355         (gst_matroska_demux_parse_contents_seekentry),
3356         (gst_matroska_demux_parse_contents),
3357         (gst_matroska_demux_loop_stream_parse_id):
3358         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3359         already. They're not useful in the matroska parser and only cause
3360         additional code.
3361
3362 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3365         (gst_ebml_finalize), (gst_ebml_read_change_state),
3366         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3367         * gst/matroska/matroska-demux.c:
3368         (gst_matroska_demux_parse_contents_seekentry):
3369         Reverse the level list as we usually are only interested in the
3370         first element or want to add a new first element. Having the
3371         first element stored at the end and calling g_list_last() and
3372         g_list_append() is more expensive.
3373
3374         Also use GSlice for allocating the GstEbmlLevel structs.
3375
3376 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3377
3378         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3379           (gst_tag_inject_class_init), (gst_tag_inject_init):
3380           Don't unref NULL taglist in finalize. Don't use c++ style
3381           comments.
3382
3383 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * gst/matroska/matroska-demux.c:
3386         (gst_matroska_demux_parse_metadata_id_simple_tag):
3387         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3388         (gst_matroska_mux_write_data):
3389         Use gst_value_serialize() and gst_value_deserialize() for transforming
3390         tags from some GType to a string and the other way around. The default
3391         transformations in GLib don't include transformations from string to
3392         number types.
3393
3394 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3395
3396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3397         (gst_matroska_demux_parse_tracks),
3398         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3399         (gst_matroska_demux_parse_attachments),
3400         (gst_matroska_demux_parse_chapters),
3401         (gst_matroska_demux_parse_contents_seekentry),
3402         (gst_matroska_demux_loop_stream_parse_id):
3403         * gst/matroska/matroska-demux.h:
3404         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3405         Tags multiple times. The first ones can appear more than once but must
3406         contain the same content as the first for backup purposes so we ignore
3407         all but the first one. Tags can appear multiple times with different
3408         content.
3409
3410         Jump to all elements except Clusters that are available from a
3411         SeekHead to make it more likely to have all required informations
3412         before getting to the first Clusters.
3413
3414         Add dummy functions for parsing Attachments and Chapters.
3415
3416 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3419         (gst_udpsrc_create), (gst_udpsrc_set_property),
3420         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3421         * gst/udp/gstudpsrc.h:
3422         Add property to control automatic join/leave of multicast groups.
3423         Add G_LIKELY.
3424         Remove setting caps on buffers explicitly, basesrc does that for us now.
3425         Improve debug info.
3426         Convert some non-fatal error into warnings.
3427         Use g_ntohs for better portability.
3428         Leave multicast groups when stopping.
3429         When using external sockets, use getsockname() on them to fill up the
3430         addr structure before calling methods that use the structure.
3431         Should all fix #536903.
3432         API: GstUDPSrc::auto-multicast property
3433
3434 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3437         Use g_ntohl for better portability.
3438
3439 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3440
3441         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3442         (gst_multiudpsink_remove):
3443         Fix a typo and do some small cleanups.
3444
3445 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3446
3447         Patch by: Olivier Crete <tester at tester dot ca>
3448
3449         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3450         Make the delivery-method mandatory on the caps and only accept inline
3451         for now.
3452         Reverse strcmp checks for delivery-method.
3453
3454         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3455         Make delivery method optional when parsing caps and note this in the
3456         caps.
3457         Reverse strcmp checks for delivery-method.
3458
3459         * gst/rtp/gstrtpvorbispay.c:
3460         Update a comment to note that the delivery-method is optional, 
3461         Fixes #537675.
3462
3463 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3464
3465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3466         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3467         leaving them in READY. Fixes #537832.
3468
3469 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3470
3471         * gst/avi/gstavimux.c:
3472           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3473           for a random constant in tagmuxing code.
3474
3475 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3476
3477         * gst/debug/gsttaginject.c:
3478         * gst/debug/gsttaginject.h:
3479           Now actually adding the new element.
3480
3481 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * docs/plugins/Makefile.am:
3484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3486         * docs/plugins/gst-plugins-good-plugins.args:
3487         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3488         * docs/plugins/gst-plugins-good-plugins.interfaces:
3489         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3490         * docs/plugins/inspect/plugin-aasink.xml:
3491         * docs/plugins/inspect/plugin-alaw.xml:
3492         * docs/plugins/inspect/plugin-alpha.xml:
3493         * docs/plugins/inspect/plugin-alphacolor.xml:
3494         * docs/plugins/inspect/plugin-annodex.xml:
3495         * docs/plugins/inspect/plugin-apetag.xml:
3496         * docs/plugins/inspect/plugin-audiofx.xml:
3497         * docs/plugins/inspect/plugin-auparse.xml:
3498         * docs/plugins/inspect/plugin-autodetect.xml:
3499         * docs/plugins/inspect/plugin-avi.xml:
3500         * docs/plugins/inspect/plugin-cacasink.xml:
3501         * docs/plugins/inspect/plugin-cairo.xml:
3502         * docs/plugins/inspect/plugin-cdio.xml:
3503         * docs/plugins/inspect/plugin-cutter.xml:
3504         * docs/plugins/inspect/plugin-debug.xml:
3505         * docs/plugins/inspect/plugin-dv.xml:
3506         * docs/plugins/inspect/plugin-efence.xml:
3507         * docs/plugins/inspect/plugin-effectv.xml:
3508         * docs/plugins/inspect/plugin-equalizer.xml:
3509         * docs/plugins/inspect/plugin-esdsink.xml:
3510         * docs/plugins/inspect/plugin-flac.xml:
3511         * docs/plugins/inspect/plugin-flxdec.xml:
3512         * docs/plugins/inspect/plugin-gamma.xml:
3513         * docs/plugins/inspect/plugin-gconfelements.xml:
3514         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3515         * docs/plugins/inspect/plugin-goom.xml:
3516         * docs/plugins/inspect/plugin-goom2k1.xml:
3517         * docs/plugins/inspect/plugin-halelements.xml:
3518         * docs/plugins/inspect/plugin-icydemux.xml:
3519         * docs/plugins/inspect/plugin-id3demux.xml:
3520         * docs/plugins/inspect/plugin-jpeg.xml:
3521         * docs/plugins/inspect/plugin-level.xml:
3522         * docs/plugins/inspect/plugin-matroska.xml:
3523         * docs/plugins/inspect/plugin-monoscope.xml:
3524         * docs/plugins/inspect/plugin-mulaw.xml:
3525         * docs/plugins/inspect/plugin-multifile.xml:
3526         * docs/plugins/inspect/plugin-multipart.xml:
3527         * docs/plugins/inspect/plugin-navigationtest.xml:
3528         * docs/plugins/inspect/plugin-ossaudio.xml:
3529         * docs/plugins/inspect/plugin-png.xml:
3530         * docs/plugins/inspect/plugin-quicktime.xml:
3531         * docs/plugins/inspect/plugin-rtp.xml:
3532         * docs/plugins/inspect/plugin-rtsp.xml:
3533         * docs/plugins/inspect/plugin-smpte.xml:
3534         * docs/plugins/inspect/plugin-soup.xml:
3535         * docs/plugins/inspect/plugin-spectrum.xml:
3536         * docs/plugins/inspect/plugin-speex.xml:
3537         * docs/plugins/inspect/plugin-taglib.xml:
3538         * docs/plugins/inspect/plugin-udp.xml:
3539         * docs/plugins/inspect/plugin-video4linux2.xml:
3540         * docs/plugins/inspect/plugin-videobalance.xml:
3541         * docs/plugins/inspect/plugin-videobox.xml:
3542         * docs/plugins/inspect/plugin-videocrop.xml:
3543         * docs/plugins/inspect/plugin-videoflip.xml:
3544         * docs/plugins/inspect/plugin-videomixer.xml:
3545         * docs/plugins/inspect/plugin-wavenc.xml:
3546         * docs/plugins/inspect/plugin-wavpack.xml:
3547         * docs/plugins/inspect/plugin-wavparse.xml:
3548         * docs/plugins/inspect/plugin-ximagesrc.xml:
3549         * gst/debug/Makefile.am:
3550         * gst/debug/breakmydata.c:
3551         * gst/debug/efence.c:
3552         * gst/debug/gstdebug.c:
3553         * gst/debug/gstnavseek.c:
3554         * gst/debug/gstpushfilesrc.c:
3555         * gst/debug/gstpushfilesrc.h:
3556         * gst/debug/negotiation.c:
3557         * gst/debug/progressreport.c:
3558         * gst/debug/progressreport.h:
3559         * gst/debug/rndbuffersize.c:
3560         * gst/debug/testplugin.c:
3561           Remove dummy plugin_init. Remove some undefined entries from doc-
3562           section file. Add taginject element and rebuild docs for it.
3563
3564 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3565
3566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3567         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3568         Update the counter for the number of streams when pads are added or
3569         removed. This will make sure that a seek table is generated for
3570         files with just one audio stream.
3571
3572 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3573
3574         * gst/matroska/matroska-demux.c:
3575         (gst_matroska_demux_parse_metadata_id_simple_tag):
3576         * gst/matroska/matroska-ids.h:
3577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3578         Add some more tags, improve debugging a bit and make sure that
3579         GValue transformation has succeeded before using the result
3580         as a tag.
3581
3582 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3583
3584         Patch by: Olivier Crete <tester at tester dot ca>
3585
3586         * gst/rtp/gstrtptheorapay.c:
3587         The Theora RTP payloader only supports the "inline" delievery method
3588         so let's declare this on the caps of the static pad template.
3589         Fixes bug #537675.
3590
3591 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3592
3593         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3594         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3595         Remove bogus check.
3596
3597 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3598
3599         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3600         (gst_videomixer_blend_buffers):
3601         Use stream_time to synchronize the object properties.
3602         Use running_time of the master pad to timestamp outgoing buffers.
3603         Fix the initial segment event to extend an unknown amount of time.
3604         Fixes #537361.
3605
3606 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3607
3608         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3609         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3610         (gst_avi_demux_calculate_durations_from_index),
3611         (gst_avi_demux_stream_header_push),
3612         (gst_avi_demux_stream_header_pull):
3613         Try to ignore unparsable/unknown streams and give a warning instead of
3614         erroring out. Fixes #537377.
3615
3616 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3617
3618         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3619         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3620
3621         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3622         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3623         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3624         (gst_matroska_demux_read_track_encodings),
3625         (gst_matroska_demux_add_stream),
3626         (gst_matroska_demux_handle_src_query),
3627         (gst_matroska_demux_init_stream),
3628         (gst_matroska_demux_parse_index_cuetrack),
3629         (gst_matroska_demux_parse_index_pointentry),
3630         (gst_matroska_demux_parse_info),
3631         (gst_matroska_demux_parse_metadata_id_simple_tag),
3632         (gst_matroska_demux_parse_metadata),
3633         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3634         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3635         (gst_matroska_demux_parse_cluster),
3636         (gst_matroska_demux_parse_contents_seekentry),
3637         (gst_matroska_demux_loop_stream_parse_id),
3638         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3639         (gst_matroska_demux_audio_caps),
3640         (gst_matroska_demux_subtitle_caps):
3641         * gst/matroska/matroska-demux.h:
3642         * gst/matroska/matroska-ids.c:
3643         (gst_matroska_track_init_subtitle_context):
3644         * gst/matroska/matroska-ids.h:
3645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3646         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3647         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3648         (gst_matroska_mux_video_pad_setcaps),
3649         (gst_matroska_mux_audio_pad_setcaps),
3650         (gst_matroska_mux_subtitle_pad_setcaps),
3651         (gst_matroska_mux_request_new_pad),
3652         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3653         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3654         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3655         (gst_matroska_mux_set_property):
3656         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3657         elements, do some checks for valid values in the demuxer, handle
3658         tracktimecodescale in the demuxer, set correct default values for all
3659         settings in the demuxer, review and add all missing matroska
3660         IDs and some more raw YUV formats, and some trivial cleanup.
3661
3662 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3663
3664         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3665         (gst_pulsemixer_class_init):
3666         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3667         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3668         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3669         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3670         (gst_pulsesrc_prepare):
3671         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3672         gst_element_class_set_details_simple() and fix coding style a bit
3673         more.
3674
3675 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3676
3677         * docs/plugins/Makefile.am:
3678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3680         * docs/plugins/gst-plugins-good-plugins.args:
3681         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3682         * docs/plugins/gst-plugins-good-plugins.interfaces:
3683         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3684         * docs/plugins/inspect/plugin-aasink.xml:
3685         * docs/plugins/inspect/plugin-alaw.xml:
3686         * docs/plugins/inspect/plugin-alpha.xml:
3687         * docs/plugins/inspect/plugin-alphacolor.xml:
3688         * docs/plugins/inspect/plugin-annodex.xml:
3689         * docs/plugins/inspect/plugin-apetag.xml:
3690         * docs/plugins/inspect/plugin-audiofx.xml:
3691         * docs/plugins/inspect/plugin-auparse.xml:
3692         * docs/plugins/inspect/plugin-autodetect.xml:
3693         * docs/plugins/inspect/plugin-avi.xml:
3694         * docs/plugins/inspect/plugin-cacasink.xml:
3695         * docs/plugins/inspect/plugin-cairo.xml:
3696         * docs/plugins/inspect/plugin-cdio.xml:
3697         * docs/plugins/inspect/plugin-cutter.xml:
3698         * docs/plugins/inspect/plugin-debug.xml:
3699         * docs/plugins/inspect/plugin-dv.xml:
3700         * docs/plugins/inspect/plugin-efence.xml:
3701         * docs/plugins/inspect/plugin-effectv.xml:
3702         * docs/plugins/inspect/plugin-equalizer.xml:
3703         * docs/plugins/inspect/plugin-esdsink.xml:
3704         * docs/plugins/inspect/plugin-flac.xml:
3705         * docs/plugins/inspect/plugin-flxdec.xml:
3706         * docs/plugins/inspect/plugin-gamma.xml:
3707         * docs/plugins/inspect/plugin-gconfelements.xml:
3708         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3709         * docs/plugins/inspect/plugin-goom.xml:
3710         * docs/plugins/inspect/plugin-goom2k1.xml:
3711         * docs/plugins/inspect/plugin-halelements.xml:
3712         * docs/plugins/inspect/plugin-icydemux.xml:
3713         * docs/plugins/inspect/plugin-id3demux.xml:
3714         * docs/plugins/inspect/plugin-jpeg.xml:
3715         * docs/plugins/inspect/plugin-level.xml:
3716         * docs/plugins/inspect/plugin-matroska.xml:
3717         * docs/plugins/inspect/plugin-monoscope.xml:
3718         * docs/plugins/inspect/plugin-mulaw.xml:
3719         * docs/plugins/inspect/plugin-multifile.xml:
3720         * docs/plugins/inspect/plugin-multipart.xml:
3721         * docs/plugins/inspect/plugin-navigationtest.xml:
3722         * docs/plugins/inspect/plugin-ossaudio.xml:
3723         * docs/plugins/inspect/plugin-png.xml:
3724         * docs/plugins/inspect/plugin-pulseaudio.xml:
3725         * docs/plugins/inspect/plugin-quicktime.xml:
3726         * docs/plugins/inspect/plugin-rtp.xml:
3727         * docs/plugins/inspect/plugin-rtsp.xml:
3728         * docs/plugins/inspect/plugin-smpte.xml:
3729         * docs/plugins/inspect/plugin-soup.xml:
3730         * docs/plugins/inspect/plugin-spectrum.xml:
3731         * docs/plugins/inspect/plugin-speex.xml:
3732         * docs/plugins/inspect/plugin-taglib.xml:
3733         * docs/plugins/inspect/plugin-udp.xml:
3734         * docs/plugins/inspect/plugin-video4linux2.xml:
3735         * docs/plugins/inspect/plugin-videobalance.xml:
3736         * docs/plugins/inspect/plugin-videobox.xml:
3737         * docs/plugins/inspect/plugin-videocrop.xml:
3738         * docs/plugins/inspect/plugin-videoflip.xml:
3739         * docs/plugins/inspect/plugin-videomixer.xml:
3740         * docs/plugins/inspect/plugin-wavenc.xml:
3741         * docs/plugins/inspect/plugin-wavpack.xml:
3742         * docs/plugins/inspect/plugin-wavparse.xml:
3743         * docs/plugins/inspect/plugin-ximagesrc.xml:
3744         * ext/pulse/plugin.c:
3745         * ext/pulse/pulsemixer.c:
3746         * ext/pulse/pulsesink.c:
3747         * ext/pulse/pulsesrc.c:
3748         Add documentation to the pulseaudio plugin and run make update
3749         in docs/plugins.
3750
3751 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3752
3753         Patch by: Brian Cameron <brian.cameron at sun dot com>
3754
3755         * sys/sunaudio/gstsunaudiomixerctrl.c:
3756         (gst_sunaudiomixer_ctrl_get_volume),
3757         (gst_sunaudiomixer_ctrl_set_volume):
3758         Improvements for the SunAudio mixer by handling mute as no gain
3759         for tracks that have a gain property but no mute property.
3760         Fixes bug #536067.
3761
3762 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3763
3764         * configure.ac:
3765         * ext/pulse/Makefile.am:
3766         * ext/pulse/plugin.c: (plugin_init):
3767         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3768         (gst_pulsemixer_implements_interface_init),
3769         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3770         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3771         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3772         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3773         * ext/pulse/pulsemixer.h:
3774         * ext/pulse/pulsemixerctrl.c:
3775         (gst_pulsemixer_ctrl_context_state_cb),
3776         (gst_pulsemixer_ctrl_sink_info_cb),
3777         (gst_pulsemixer_ctrl_source_info_cb),
3778         (gst_pulsemixer_ctrl_subscribe_cb),
3779         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3780         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3781         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3782         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3783         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3784         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3785         * ext/pulse/pulsemixerctrl.h:
3786         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3787         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3788         * ext/pulse/pulsemixertrack.h:
3789         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3790         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3791         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3792         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3793         (gst_pulseprobe_new), (gst_pulseprobe_free),
3794         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3795         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3796         (gst_pulseprobe_set_server):
3797         * ext/pulse/pulseprobe.h:
3798         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3799         (gst_pulsesink_class_init), (gst_pulsesink_init),
3800         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3801         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3802         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3803         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3804         (gst_pulsesink_stream_request_cb),
3805         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3806         (gst_pulsesink_close), (gst_pulsesink_prepare),
3807         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3808         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3809         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3810         (gst_pulsesink_event), (gst_pulsesink_get_type):
3811         * ext/pulse/pulsesink.h:
3812         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3813         (gst_pulsesrc_implements_interface_init),
3814         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3815         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3816         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3817         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3818         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3819         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3820         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3821         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3822         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3823         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3824         (gst_pulsesrc_get_type):
3825         * ext/pulse/pulsesrc.h:
3826         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3827         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3828         * ext/pulse/pulseutil.h:
3829         Add pulseaudio GStreamer element from gst-pulse. Development will
3830         continue here instead of pulseaudio SVN. Fixes bug #400679.
3831         Only changes over gst-pulse SVN are added copyright to the top of
3832         files and coding style changes.
3833
3834 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3835
3836         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3837
3838         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3839           (gst_cdio_add_cdtext_album_tags):
3840         * ext/cdio/gstcdio.h:
3841         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3842           Also extract album title and album genre from CD-TEXT if
3843           available (#537021).
3844
3845 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3846
3847         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3848
3849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3850         Improve negotiation a bit more by picking the smallest possible
3851         resolution that is larger than the resolution specified in the
3852         first caps entry of the peer caps. Fixes bug #536994.
3853
3854 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3855
3856         Patch by: Bastien Nocera <hadess at hadess dot net>
3857
3858         * sys/v4l2/gstv4l2vidorient.c:
3859         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3860         Fix compilation with newer GIT kernels that deprecated
3861         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3862
3863 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3864
3865         * configure.ac:
3866         * ext/cdio/gstcdio.c:
3867         * ext/cdio/gstcdio.h:
3868         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3869           Require libcdio >= 0.76.
3870
3871 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3872
3873         * gst/avi/gstavidemux.c:
3874         Catch UNEXPECTED when downstream has reached end of
3875         segment in reverse mode.
3876
3877 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3878
3879         * gst/avi/gstavidemux.c:
3880         Fix typo in comment
3881
3882 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3883
3884         * gst/avi/gstavidemux.c:
3885         Because we don't know the frame order we need to push till
3886         the next keyframe
3887
3888 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3889
3890         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3891
3892         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3893         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3894         Provide a custom negotiation function to make sure to pick the highest
3895         possible framerate and resolution. Fixes bug #536646.
3896
3897 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3898
3899         * gst/avi/gstavidemux.c:
3900         Set EOS when going out of the segment in reverse playback
3901
3902 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3903
3904         * ext/taglib/Makefile.am::
3905           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3906           taglib headers (with gcc 4.3.1).
3907
3908 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3909
3910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3911         Use the new gst_rtsp_connection_get_ip() to access the IP address
3912         of a GstRTSPConnection since it is a private member.
3913
3914 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3915
3916         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3917         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3918           Use new utility functions in libgsttag to process coverart (#512333).
3919
3920 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3921
3922         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3923         We actually support left/side, right/side and mid/side files. The
3924         conversion to normal, interleaved stereo is done by libflac.
3925
3926 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3927
3928         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3929         (gst_ebml_write_set_cache):
3930         Unref the write cache in finalize if it was set and add add "FIXME"
3931         to a comment that needs it.
3932
3933 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3934
3935         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3936
3937         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3938         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3939         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3940         (gst_avi_demux_process_next_entry):
3941         * gst/avi/gstavidemux.h:
3942         Implement reverse playback. Fixes #535300.
3943         Small cleanups.
3944
3945 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3946
3947         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3948         (gst_videomixer_query_latency):
3949         When using gst_element_iterate_pads() one has to unref every pad
3950         after usage.
3951
3952 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3953
3954         Patch by: Bastien Nocera <hadess at hadess dot net>
3955         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3956         (qtdemux_parse_udta):
3957         * gst/qtdemux/qtdemux_fourcc.h:
3958         Improve meta-data handling, add 'comment', 'description' and
3959         'copyright' tag handling.
3960         Fixes #535935
3961
3962 2008-05-31  Julien Moutte  <julien@fluendo.com>
3963
3964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3965         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3966         (gst_qtdemux_seek_to_previous_keyframe),
3967         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3968         we don't clip the segment's stop using the main segment duration as
3969         that could crop quite some video frames. Make reverse playback support
3970         more robust and support edit lists. Support seeking to the last frame,
3971         and fix reverse looping playback. Add some debugging.
3972         * win32/common/config.h: Updated.
3973
3974 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3975
3976         * gst/equalizer/gstiirequalizer.c:
3977         (gst_iir_equalizer_transform_ip):
3978         Don't clip float/double samples, correctly unset passthrough mode
3979         and use better rounding for integer samples.
3980
3981 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3982
3983         * gst/equalizer/gstiirequalizer.c:
3984         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3985         (setup_filter), (set_passthrough), (update_coefficients),
3986         (gst_iir_equalizer_compute_frequencies),
3987         (gst_iir_equalizer_transform_ip):
3988         * gst/equalizer/gstiirequalizer.h:
3989         Update the filter coefficients only when needed in the transform_ip
3990         function and correctly set the element into passthrough mode if the
3991         gain of all bands is 0.
3992
3993 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3994
3995         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3996
3997         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3998         (gst_alpha_set_property), (gst_alpha_get_property),
3999         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4000         Try to skip pixels or areas that are too dark or too bright for us to do
4001         meaningfull color detection.
4002         Added properties to control the sensitivity to light and darkness.
4003         Added some small cleanups. Fixes #512345.
4004
4005 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4006
4007         * docs/plugins/.cvsignore:
4008         * tests/check/elements/.cvsignore:
4009         Ignore some more generated things
4010
4011         * tests/check/Makefile.am:
4012         Ignore OSS elements in the state changes test too.
4013
4014 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * docs/plugins/Makefile.am:
4017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4019         Add SMPTE effect elements to docs.
4020
4021 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4022
4023         * docs/plugins/Makefile.am:
4024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4026         * ext/raw1394/gstdv1394src.c:
4027           Document whats first shown on the fdo plugin docs page :)
4028
4029 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4030
4031         * docs/plugins/Makefile.am:
4032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4034         * docs/plugins/gst-plugins-good-plugins.args:
4035         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4036         * docs/plugins/inspect/plugin-audiofx.xml:
4037         * gst/audiofx/Makefile.am:
4038         * gst/audiofx/audiofx.c:
4039         * gst/audiofx/audiokaraoke.c:
4040         * gst/audiofx/audiokaraoke.h:
4041         * gst/audiofx/audiovoice.c:
4042         * gst/audiofx/audiovoice.h:
4043           Rename audiovoice to audiokaraoke and add it to the docs.
4044
4045 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4046
4047         * REQUIREMENTS:
4048         * docs/plugins/Makefile.am:
4049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4050         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4051         * docs/plugins/gst-plugins-good-plugins.args:
4052         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4053         * docs/plugins/gst-plugins-good-plugins.interfaces:
4054         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4055         * docs/plugins/inspect/plugin-aasink.xml:
4056         * docs/plugins/inspect/plugin-alaw.xml:
4057         * docs/plugins/inspect/plugin-alpha.xml:
4058         * docs/plugins/inspect/plugin-alphacolor.xml:
4059         * docs/plugins/inspect/plugin-annodex.xml:
4060         * docs/plugins/inspect/plugin-apetag.xml:
4061         * docs/plugins/inspect/plugin-audiofx.xml:
4062         * docs/plugins/inspect/plugin-auparse.xml:
4063         * docs/plugins/inspect/plugin-autodetect.xml:
4064         * docs/plugins/inspect/plugin-avi.xml:
4065         * docs/plugins/inspect/plugin-cacasink.xml:
4066         * docs/plugins/inspect/plugin-cairo.xml:
4067         * docs/plugins/inspect/plugin-cdio.xml:
4068         * docs/plugins/inspect/plugin-cutter.xml:
4069         * docs/plugins/inspect/plugin-debug.xml:
4070         * docs/plugins/inspect/plugin-dv.xml:
4071         * docs/plugins/inspect/plugin-efence.xml:
4072         * docs/plugins/inspect/plugin-effectv.xml:
4073         * docs/plugins/inspect/plugin-equalizer.xml:
4074         * docs/plugins/inspect/plugin-esdsink.xml:
4075         * docs/plugins/inspect/plugin-flac.xml:
4076         * docs/plugins/inspect/plugin-flxdec.xml:
4077         * docs/plugins/inspect/plugin-gamma.xml:
4078         * docs/plugins/inspect/plugin-gconfelements.xml:
4079         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4080         * docs/plugins/inspect/plugin-goom.xml:
4081         * docs/plugins/inspect/plugin-goom2k1.xml:
4082         * docs/plugins/inspect/plugin-halelements.xml:
4083         * docs/plugins/inspect/plugin-icydemux.xml:
4084         * docs/plugins/inspect/plugin-id3demux.xml:
4085         * docs/plugins/inspect/plugin-jpeg.xml:
4086         * docs/plugins/inspect/plugin-level.xml:
4087         * docs/plugins/inspect/plugin-matroska.xml:
4088         * docs/plugins/inspect/plugin-monoscope.xml:
4089         * docs/plugins/inspect/plugin-mulaw.xml:
4090         * docs/plugins/inspect/plugin-multifile.xml:
4091         * docs/plugins/inspect/plugin-multipart.xml:
4092         * docs/plugins/inspect/plugin-navigationtest.xml:
4093         * docs/plugins/inspect/plugin-ossaudio.xml:
4094         * docs/plugins/inspect/plugin-png.xml:
4095         * docs/plugins/inspect/plugin-quicktime.xml:
4096         * docs/plugins/inspect/plugin-rtp.xml:
4097         * docs/plugins/inspect/plugin-rtsp.xml:
4098         * docs/plugins/inspect/plugin-smpte.xml:
4099         * docs/plugins/inspect/plugin-soup.xml:
4100         * docs/plugins/inspect/plugin-spectrum.xml:
4101         * docs/plugins/inspect/plugin-speex.xml:
4102         * docs/plugins/inspect/plugin-taglib.xml:
4103         * docs/plugins/inspect/plugin-udp.xml:
4104         * docs/plugins/inspect/plugin-video4linux2.xml:
4105         * docs/plugins/inspect/plugin-videobalance.xml:
4106         * docs/plugins/inspect/plugin-videobox.xml:
4107         * docs/plugins/inspect/plugin-videocrop.xml:
4108         * docs/plugins/inspect/plugin-videoflip.xml:
4109         * docs/plugins/inspect/plugin-videomixer.xml:
4110         * docs/plugins/inspect/plugin-wavenc.xml:
4111         * docs/plugins/inspect/plugin-wavpack.xml:
4112         * docs/plugins/inspect/plugin-wavparse.xml:
4113         * docs/plugins/inspect/plugin-ximagesrc.xml:
4114         * ext/aalib/gstaasink.c:
4115         * ext/libcaca/gstcacasink.c:
4116           Document aasink and cacasink.
4117
4118 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4121         (gst_videomixer_init), (gst_videomixer_query_duration),
4122         (gst_videomixer_query_latency), (gst_videomixer_query),
4123         (gst_videomixer_blend_buffers):
4124         * gst/videomixer/videomixer.h:
4125         Implement position (in time), duration and latency queries.
4126
4127 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4128
4129         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4130         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4131         (gst_videomixer_fill_queues), (forward_event_func),
4132         (forward_event), (gst_videomixer_src_event),
4133         (gst_videomixer_sink_event):
4134         * gst/videomixer/videomixer.h:
4135         Implement proper seek/newsegment handling.
4136         Based on adder's implementation.
4137         Fixes #535121
4138
4139 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4140
4141         Patch by: Jan Gerber <j at oil21 dot org>
4142
4143         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4144         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4145
4146 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4147
4148         * gst/audiofx/Makefile.am:
4149         * gst/audiofx/audiofx.c: (plugin_init):
4150         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4151         (gst_audio_voice_class_init), (gst_audio_voice_init),
4152         (update_filter), (gst_audio_voice_set_property),
4153         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4154         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4155         (gst_audio_voice_transform_ip):
4156         * gst/audiofx/audiovoice.h:
4157         Add simple voice removal element. Yay karaoke.
4158
4159 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4160
4161         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4162
4163         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4164         Fix potential caps leak.
4165         If we can't get the framerate with an ioctl, try to get it with the
4166         current norm. Fixes #520092.
4167
4168 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4169
4170         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4171
4172         * sys/v4l2/v4l2src_calls.c:
4173         (gst_v4l2src_probe_caps_for_format_and_size):
4174         If we fail to get the frame intervals, simply don't touch the framerates
4175         on the template caps instead of discarding the format. See #520092.
4176
4177 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4178
4179         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4180
4181         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4182         (gst_v4l2_get_caps_info):
4183         Add NV12, NV21 and bayer support. See #520092.
4184
4185 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4186
4187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4188         (gst_qtdemux_activate_segment):
4189         Unbreak segment activation again. Fixes #531672.
4190
4191 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4192
4193         * ext/flac/Makefile.am:
4194         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4195         Set the channel layout when decoding FLAC files with more than 2
4196         channels as defined by the FLAC spec. Fixes bug #534570.
4197
4198         Also don't try to decode left/side, right/side and mid/side files
4199         as we don't support this at all.
4200
4201 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4202
4203         * configure.ac:
4204           We need -base CVS (rtsp).
4205
4206 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4207
4208         * gst/udp/Makefile.am:
4209           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4210           when including netdb.h when building against glibc >= 2.8.
4211
4212 2008-05-22  Julien Moutte  <julien@fluendo.com>
4213
4214         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4215         debug statement arguments.
4216         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4217         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4218         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4219         on more platforms.
4220
4221 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4222
4223         * tests/check/elements/avimux.c: (setup_src_pad),
4224         (teardown_src_pad):
4225         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4226         (GST_START_TEST):
4227         * tests/check/elements/matroskamux.c: (setup_src_pad),
4228         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4229         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4230         (GST_START_TEST):
4231         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4232         (setup_wavpackparse), (cleanup_wavpackparse):
4233         Don't use gst_element_get_pad(), it's a bad, bad method.
4234
4235 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4236
4237         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4238         (do_toggle_element):
4239         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4240         (do_toggle_element):
4241         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4242         (do_toggle_element):
4243         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4244         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4245         (do_toggle_element):
4246         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4247         (do_toggle_element):
4248         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4249         (gst_auto_audio_sink_detect):
4250         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4251         (gst_auto_video_sink_detect):
4252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4253         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4254         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4255         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4256         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4257         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4258         * tests/icles/videocrop-test.c: (test_with_caps),
4259         (video_crop_get_test_caps):
4260         Don't use gst_element_get_pad(), it's a bad method.
4261
4262 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4263
4264         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4265         (gst_multiudpsink_add_internal):
4266         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4267         (gst_udp_join_group):
4268         * gst/udp/gstudpnetutils.h:
4269         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4270         Joining a multicast group and setting the loop/ttl properties are
4271         totally unrelated tasks are must be separated.
4272
4273 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4274
4275         * gst/avi/gstavimux.c:
4276           Also support alaw/mulaw.
4277
4278 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4279
4280         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4281         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4282         * gst/udp/gstmultiudpsink.h:
4283         Add a fixme for the auto-multicast property.
4284         Fix some confusing debug messages.
4285         Disable setting a qos value by default.
4286
4287 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4290
4291         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4292         Ignore EPERM errors from sendto. Fixes #533619.
4293
4294 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4295
4296         Patch by: Henrik Eriksson <henriken at axis dot com>
4297
4298         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4299         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4300         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4301         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4302         * gst/udp/gstmultiudpsink.h:
4303         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4304
4305 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4308         Improve debugging of the ident.
4309
4310 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4311
4312         Patch by: Bruno Santos <brunof at ua dot pt>
4313
4314         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4315         (gst_udp_join_group), (gst_udp_leave_group),
4316         (gst_udp_is_multicast):
4317         * gst/udp/gstudpnetutils.h:
4318         Provide a bunch of helper methods to deal with IPv4 and IPv6
4319         transparently.
4320
4321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4322         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4323         (gst_multiudpsink_get_property), (join_multicast),
4324         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4325         (gst_multiudpsink_remove):
4326         * gst/udp/gstmultiudpsink.h:
4327         Add multicast TTL and loopback properties.
4328         Use the helper methods to implement ip4 and ip6.
4329
4330         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4331         * gst/udp/gstudpsrc.h:
4332         Use the helper methods to implement ip4 and ip6.
4333         Fixes #515962.
4334
4335 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4336
4337         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4338
4339         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4340         (gst_multipart_demux_get_gstname),
4341         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4342         * gst/multipart/multipartdemux.h:
4343         Don't blindly copy the mime-type as the caps name because they not
4344         always map directly. Instead use a hashtable with common mappings.
4345         Fixes #533287.
4346
4347 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4348
4349         * ext/esd/esdsink.c: (gst_esdsink_write):
4350         When we post an error, we must return -1 to let the parent know that we
4351         cannot write the segment else it will loop and continue to call us again
4352         forever. Patch by Michael Meeks.
4353
4354 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4355
4356         * gst/videomixer/videomixer.c:
4357           Add missing incudes.
4358
4359 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4360
4361         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4362         (gst_rtp_h264_pay_handle_buffer):
4363         * gst/rtp/gstrtph264pay.h:
4364         Correct a typo (sinle -> single).
4365
4366 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4367
4368         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4369         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4370         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4371         (gst_rtp_h264_depay_process):
4372         * gst/rtp/gstrtph264depay.h:
4373         Add experimental support for outputting quicktime-like AVC output in
4374         addition to the existing bytestream output.
4375
4376         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4377         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4378         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4379         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4380         (gst_rtp_h264_pay_get_property):
4381         * gst/rtp/gstrtph264pay.h:
4382         Make the parsing mode configurable, for some inputs we don't need to
4383         scan every byte for start codes.
4384         Only set the marker bit on ACCESS units.
4385
4386 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4387
4388         * gst/equalizer/gstiirequalizer.c:
4389         Use a bigger type in integer mode for the intermediate results to
4390         prevent overflows. This fixes the crippled sound when using the
4391         equalizer in integer mode. Fixes bug #510865.
4392
4393 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4394
4395         * gst/videomixer/videomixer.c:
4396         * gst/videomixer/videomixer.h:
4397         Instead of a random number for the request pad id's,
4398         use a counter.
4399
4400         Register the videomixerpad class from the element's class_init
4401         where it's safer, and allows the docs generator to scan it.
4402
4403 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4404
4405         * gst/smpte/Makefile.am:
4406         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4407         * gst/smpte/gstsmpte.h:
4408         * gst/smpte/gstsmptealpha.c:
4409         (gst_smpte_alpha_transition_type_get_type),
4410         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4411         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4412         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4413         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4414         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4415         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4416         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4417         * gst/smpte/gstsmptealpha.h:
4418         * gst/smpte/plugin.c: (plugin_init):
4419         Add new plugin that adds the SMPTE transition in the alpha channel of
4420         I420 and AYUV frames so that they can be blended with videomixer later
4421         on. Uses all niceties such as using base transform for efficient alloc
4422         and negotiation. It currently requires GstController to control the
4423         position in the transition effect.
4424
4425 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4426
4427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4428         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4429         * docs/plugins/gst-plugins-good-plugins.args:
4430         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4431         * docs/plugins/gst-plugins-good-plugins.interfaces:
4432         * docs/plugins/gst-plugins-good-plugins.types:
4433         * gst/videomixer/videomixer.c:
4434           Try using thaytans new mechanism to get extra classes into plugin
4435           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4436           missing still.
4437
4438 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4439
4440         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4441         Set proper rate in avi stream header for PCM audio, and also do some
4442         more sanity checks on caps in this case.  Fixes #511489.
4443
4444 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4445
4446         * sys/v4l2/gstv4l2src.c:
4447         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4448         isn't implemented at all yet and this requires X headers to be
4449         installed. Fixes bug #533264.
4450
4451 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4452
4453         reviewed by: <delete if not using a buddy>
4454
4455         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4456         (gst_ebml_write_set_cache):
4457         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4458         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4459         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4460         (gst_matroska_demux_read_track_encodings),
4461         (gst_matroska_demux_add_stream),
4462         (gst_matroska_demux_handle_src_query),
4463         (gst_matroska_demux_init_stream),
4464         (gst_matroska_demux_parse_index_cuetrack),
4465         (gst_matroska_demux_parse_index_pointentry),
4466         (gst_matroska_demux_parse_info),
4467         (gst_matroska_demux_parse_metadata_id_simple_tag),
4468         (gst_matroska_demux_parse_metadata),
4469         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4470         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4471         (gst_matroska_demux_parse_cluster),
4472         (gst_matroska_demux_parse_contents_seekentry),
4473         (gst_matroska_demux_loop_stream_parse_id),
4474         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4475         (gst_matroska_demux_audio_caps),
4476         (gst_matroska_demux_subtitle_caps):
4477         * gst/matroska/matroska-demux.h:
4478         * gst/matroska/matroska-ids.c:
4479         (gst_matroska_track_init_subtitle_context):
4480         * gst/matroska/matroska-ids.h:
4481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4482         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4483         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4484         * sys/v4l2/gstv4l2src.c:
4485         * tests/check/pipelines/wavpack.c: (bus_handler):
4486         * win32/common/config.h:
4487
4488 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4489
4490         * ext/wavpack/gstwavpackstreamreader.c:
4491         * tests/examples/spectrum/demo-audiotest.c:
4492         * tests/examples/spectrum/demo-osssrc.c:
4493         Fix some compiler warnings.
4494
4495 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4496
4497         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4498         Small comment added.
4499
4500         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4501         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4502         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4503         Debug string cleanups (remove trailing \n)
4504         Refactor and clean up the payloader a bit and make sure that we only
4505         put one NAL unit in an RTP packet even if the input buffer contains
4506         multiple NAL units.
4507         Add suport for AVC format input.
4508
4509 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4510
4511         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4512         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4513         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4514         * gst/rtp/gstrtph264pay.h:
4515         Make it possible to specify profile-level-id and sprop-parameter-sets
4516         using properties in case they are not available in-stream.
4517
4518 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4519
4520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4521         * docs/plugins/gst-plugins-good-plugins.args:
4522         * docs/plugins/inspect/plugin-ladspa.xml:
4523           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4524
4525 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4526
4527         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4528         Send an initial BYTE segment to inform downstream of later seeking,
4529         and to forego sync attempts.
4530
4531 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4534         Fix wrong caps string.
4535
4536 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         Based on patch by: Olivier Crete <tester at tester dot ca>
4539
4540         * gst/rtp/Makefile.am:
4541         * gst/rtp/gstrtp.c: (plugin_init):
4542         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4543         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4544         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4545         (gst_rtp_g729_depay_plugin_init):
4546         * gst/rtp/gstrtpg729depay.h:
4547         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4548         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4549         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4550         * gst/rtp/gstrtpg729pay.h:
4551         Added G729 pay and depayloaders. Fixes #532409.
4552
4553 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4556         Fix the calculation of the duration of the concealment packets.
4557
4558 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         Based on patch by: Olivier Crete <tester at tester dot ca>
4561
4562         * gst/rtp/Makefile.am:
4563         * gst/rtp/gstrtp.c: (plugin_init):
4564         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4565         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4566         (parse_encode), (gst_rtp_dv_depay_setcaps),
4567         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4568         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4569         (gst_rtp_dv_depay_plugin_init):
4570         * gst/rtp/gstrtpdvdepay.h:
4571         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4572         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4573         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4574         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4575         (gst_dv_pay_negotiate), (include_dif),
4576         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4577         * gst/rtp/gstrtpdvpay.h:
4578         Add DV pay and depayloaders. Fixes #532423.
4579
4580 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4581
4582         * gst/matroska/matroska-demux.c:
4583         (gst_matroska_demux_push_dvd_clut_change_event):
4584         Convert subtitle palette info in VobSub private data from VobSub's
4585         (buggy) RGB to YUV.
4586
4587 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4588
4589         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4590         Do not leave fourcc stream header field empty upon reset.
4591         Fixes #519301.
4592
4593 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4594
4595         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4596         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4597         * docs/plugins/inspect/plugin-goom.xml:
4598         * docs/plugins/inspect/plugin-goom2k1.xml:
4599         * gst/goom/gstgoom.c:
4600         * gst/goom2k1/gstgoom.c:
4601         Add goom2k1 into the docs.
4602
4603 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4604
4605         Based on patch by: Wouter Cloetens  <wouter at mind be>
4606
4607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4608         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4609         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4610         (gst_rtsp_decode_quoted_string),
4611         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4612         (gst_rtspsrc_setup_auth):
4613         Support Digest authentication. Fixes #532065.
4614
4615 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4616
4617         * gst/level/gstlevel.c:
4618           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4619           about whats needed for liboil acceleration. Simplify docs a bit.
4620
4621 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4622
4623         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4624
4625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4626         Update the track duration if the old one was invalid.
4627         Fixes bug #532117.
4628
4629 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4630
4631         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4632           Use GST_STR_NULL when trying to print sps and pps strings that could
4633           be NULL, as this might crash on some platforms.
4634
4635 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4636
4637         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4638
4639         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4640           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4641           set after creating the clipper.
4642
4643 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4644
4645         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4646
4647         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4648           Added checking of surface lost case after an unsuccessful
4649           IDirectDrawSurface7_Lock() call.
4650           If surface is lost, return GST_FLOW_OK.
4651
4652 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4653
4654         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4655
4656         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4657           WndProc, gst_directdraw_sink_window_thread):
4658           Improved Windows message loop and fixed window destruction issue.
4659           When the window which DirectDraw is rendering to is destroyed, the
4660           render/show_frame function will return GST_FLOW_ERROR.
4661           Partially fixes #520885.
4662
4663 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4664
4665         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4666
4667         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4668           Fixed mid stream resolution change bug, the offscreen surface is now
4669           released when set_caps is called.
4670           Partially fixes #520885.
4671
4672 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4673
4674         * sys/directdraw/gstdirectdrawsink.c
4675           (gst_directdraw_sink_buffer_alloc):
4676           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4677           width/height.
4678
4679           Especially when looking through the pool of buffers, make sure that
4680           the width/height of caps is used instead of the already negotiated
4681           dimensions.
4682           For example if a buffer with different caps is requested, i.e.
4683           higher resolution, the caller would get a buffer with the old
4684           dimensions and thus corrupt the heap.
4685
4686 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4687
4688         * sys/directdraw/gstdirectdrawsink.c
4689           (gst_directdraw_sink_buffer_alloc):
4690           Clear the flags on recycled buffers from buffer_alloc.
4691           Partially fixes #520885.
4692
4693 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4694
4695         * gst/rtp/gstrtpilbcpay.c:
4696           Added missing stdlib.h include for strtol(), and made include ordering and
4697           style consistent with the corresponding depayloader.
4698
4699 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4700
4701         * configure.ac:
4702           Error out if we don't have the required core/base versions.
4703
4704 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4705
4706         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4707
4708         * sys/osxvideo/cocoawindow.m:
4709         Fix compiler warnings on PPC64. Fixes bug #499318.
4710
4711 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4712
4713         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4714
4715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4716         Don't leak file descriptors on error. Fixes #531532.
4717
4718 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4719
4720         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4721         (gst_gconf_audio_src_change_state):
4722         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4723         (gst_gconf_video_sink_change_state):
4724         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4725         (gst_gconf_video_src_change_state):
4726         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4727         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4728         When we can't create a fakesink/fakesrc complain instead of unreffing
4729         NULL pointers and crashing later. See bug #530535.
4730
4731 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4734         Add some more debug info and guard against small payloads.
4735
4736         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4737         Set duration on outgoing buffers because we can.
4738
4739 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4740
4741         Patch by: Olivier Crete <tester at tester dot ca>
4742
4743         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4744         (gst_speex_enc_init), (gst_speex_enc_chain):
4745         Add negotiation for the speex channels and rate. Fixes #465146.
4746
4747 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4748
4749         Patch by: Olivier Crete <tester at tester dot ca>
4750
4751         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4752         (gst_rtp_speex_pay_getcaps):
4753         Add negotiation for the speex channels and rate. See #465146.
4754
4755 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4756
4757         Patch by: Olivier Crete <tester at tester dot ca>
4758
4759         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4760         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4761         Add negotiation for the ILBC mode. See #465146.
4762
4763 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4764
4765         * ext/soup/gstsouphttpsrc.c:
4766           Include stdlib to fix the build. Use g_free instead of free, libsoup
4767           uses glib.
4768
4769 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4770
4771         Patch by: j^ <j@bootlab.org>
4772
4773         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4774         Add more mpeg2 variants. Fixes #530886.
4775
4776 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4777
4778         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4779
4780         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4781           Don't error out if we get an ICMP destination-unreachable
4782           message when trying to read packets on win32 (#529454).
4783
4784 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4785
4786         * configure.ac:
4787         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4788           Use new error code for encrypted streams (which requires core CVS).
4789
4790 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4791
4792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4793           (gst_qtdemux_audiosrc_template):
4794           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4795
4796 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4797
4798         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4799         (speex_dec_chain_parse_data):
4800         Produce concealment data when time progresses in a segment update.
4801
4802 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4803
4804         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4805         (speex_dec_chain):
4806         Try to preserve input timestamps when we can.
4807         Do beginnings of error concealment.
4808
4809 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4810
4811         * gst/debug/gstnavigationtest.c:
4812           MSVC doesn't provide rint(), define an adequate replacement locally as
4813           elsewhere.
4814
4815 2008-04-28  Julien Moutte  <julien@fluendo.com>
4816
4817         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4818         format to pacify Mac OSX's gcc.
4819
4820 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4821
4822         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4823           (DEFAULT_MAX), (src_template), (sink_template),
4824           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4825           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4826           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4827           Bring rndbuffersize element into a state that doesn't require us
4828           to move it to -bad immediately. For one, fix up default min/max
4829           values so that the element actuall works using the default values.
4830           Also, don't ignore flow return values and do some kind of minimal
4831           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4832           other gratuitious clean-ups.
4833
4834 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4835
4836         * docs/plugins/Makefile.am:
4837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4839         * docs/plugins/gst-plugins-good-plugins.args:
4840         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4841         * docs/plugins/gst-plugins-good-plugins.interfaces:
4842         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4843         * docs/plugins/inspect/plugin-1394.xml:
4844         * docs/plugins/inspect/plugin-aasink.xml:
4845         * docs/plugins/inspect/plugin-alaw.xml:
4846         * docs/plugins/inspect/plugin-alpha.xml:
4847         * docs/plugins/inspect/plugin-alphacolor.xml:
4848         * docs/plugins/inspect/plugin-annodex.xml:
4849         * docs/plugins/inspect/plugin-apetag.xml:
4850         * docs/plugins/inspect/plugin-audiofx.xml:
4851         * docs/plugins/inspect/plugin-auparse.xml:
4852         * docs/plugins/inspect/plugin-autodetect.xml:
4853         * docs/plugins/inspect/plugin-avi.xml:
4854         * docs/plugins/inspect/plugin-cacasink.xml:
4855         * docs/plugins/inspect/plugin-cairo.xml:
4856         * docs/plugins/inspect/plugin-cdio.xml:
4857         * docs/plugins/inspect/plugin-cutter.xml:
4858         * docs/plugins/inspect/plugin-debug.xml:
4859         * docs/plugins/inspect/plugin-dv.xml:
4860         * docs/plugins/inspect/plugin-efence.xml:
4861         * docs/plugins/inspect/plugin-effectv.xml:
4862         * docs/plugins/inspect/plugin-equalizer.xml:
4863         * docs/plugins/inspect/plugin-esdsink.xml:
4864         * docs/plugins/inspect/plugin-flac.xml:
4865         * docs/plugins/inspect/plugin-flxdec.xml:
4866         * docs/plugins/inspect/plugin-gamma.xml:
4867         * docs/plugins/inspect/plugin-gconfelements.xml:
4868         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4869         * docs/plugins/inspect/plugin-goom.xml:
4870         * docs/plugins/inspect/plugin-halelements.xml:
4871         * docs/plugins/inspect/plugin-icydemux.xml:
4872         * docs/plugins/inspect/plugin-id3demux.xml:
4873         * docs/plugins/inspect/plugin-jpeg.xml:
4874         * docs/plugins/inspect/plugin-level.xml:
4875         * docs/plugins/inspect/plugin-matroska.xml:
4876         * docs/plugins/inspect/plugin-monoscope.xml:
4877         * docs/plugins/inspect/plugin-mulaw.xml:
4878         * docs/plugins/inspect/plugin-multifile.xml:
4879         * docs/plugins/inspect/plugin-multipart.xml:
4880         * docs/plugins/inspect/plugin-navigationtest.xml:
4881         * docs/plugins/inspect/plugin-ossaudio.xml:
4882         * docs/plugins/inspect/plugin-png.xml:
4883         * docs/plugins/inspect/plugin-quicktime.xml:
4884         * docs/plugins/inspect/plugin-rtp.xml:
4885         * docs/plugins/inspect/plugin-rtsp.xml:
4886         * docs/plugins/inspect/plugin-shout2send.xml:
4887         * docs/plugins/inspect/plugin-smpte.xml:
4888         * docs/plugins/inspect/plugin-spectrum.xml:
4889         * docs/plugins/inspect/plugin-speex.xml:
4890         * docs/plugins/inspect/plugin-taglib.xml:
4891         * docs/plugins/inspect/plugin-udp.xml:
4892         * docs/plugins/inspect/plugin-video4linux2.xml:
4893         * docs/plugins/inspect/plugin-videobalance.xml:
4894         * docs/plugins/inspect/plugin-videobox.xml:
4895         * docs/plugins/inspect/plugin-videocrop.xml:
4896         * docs/plugins/inspect/plugin-videoflip.xml:
4897         * docs/plugins/inspect/plugin-videomixer.xml:
4898         * docs/plugins/inspect/plugin-wavenc.xml:
4899         * docs/plugins/inspect/plugin-wavpack.xml:
4900         * docs/plugins/inspect/plugin-wavparse.xml:
4901         * docs/plugins/inspect/plugin-ximagesrc.xml:
4902           Add docs for gdkpixbufsink; update docs to CVS version.
4903
4904 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4905
4906         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4907         Remove test sync-offset by default.
4908
4909 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4910
4911         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4912         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4913         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4914           Use GLib versions of htonl, htons, ntohl and ntohs in order
4915           to avoid problems on win32 (#529707).
4916
4917 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4918
4919         Patch by: Jesús Corrius <jesus at softcatala org>
4920
4921         * gst/goom/filters.c: (zoomVector):
4922         * gst/goom/goom_core.c: (init_buffers):
4923           Fix build with mingw32: use rand() instead of random() and
4924           replace bzero() with memset(). Fixes #529692.
4925
4926 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4927
4928         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4929         Fix typo in comments.
4930
4931         * tests/examples/rtp/client-H263p-PCMA.sdp:
4932         * tests/examples/rtp/client-H263p-PCMA.sh:
4933         * tests/examples/rtp/client-H264-PCMA.sdp:
4934         * tests/examples/rtp/client-H264-PCMA.sh:
4935         * tests/examples/rtp/client-H264.sdp:
4936         * tests/examples/rtp/client-H264.sh:
4937         * tests/examples/rtp/client-PCMA.sdp:
4938         * tests/examples/rtp/client-PCMA.sh:
4939         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4940         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4941         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4942         Add some more docs and fix examples.
4943
4944 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4945
4946         * tests/check/elements/multifile.c:
4947         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4948         declared in the former, some have it declared in the latter.
4949
4950 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4953         * gst/debug/tests.c: (md5_get_value):
4954         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4955         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4956         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4957         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4958         Stop using deprecated GLib functions.
4959
4960 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4961
4962         * configure.ac:
4963         Back to development -> 0.10.8.1
4964
4965 === release 0.10.8 ===
4966
4967 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4968
4969         * configure.ac:
4970           releasing 0.10.8, "One For The Money"
4971
4972 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4973
4974         * configure.ac:
4975         0.10.7.4 pre-release
4976
4977 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4978
4979         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4980         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4981         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4982         * gst/goom/flying_stars_fx.c: (fs_free):
4983         * gst/goom/goom_config_param.h:
4984         * gst/goom/goom_core.c: (goom_init), (goom_close):
4985         * gst/goom/goom_plugin_info.h:
4986         * gst/goom/gstgoom.c: (gst_goom_finalize):
4987         * gst/goom/lines.c: (goom_lines_free):
4988         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4989         * gst/goom/surf3d.c: (grid3d_free):
4990         * gst/goom/surf3d.h:
4991         * gst/goom/tentacle3d.c: (tentacle_free):
4992         Free a bunch of stuff, and initialise things to fix leaks
4993         and valgrind warnings in the testsuite.
4994
4995         Fixes: #529268
4996
4997 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5000         (gst_rtspsrc_configure_caps):
5001         Ref caps as the return value for the request_pt_map signal.
5002         Remove some caps weirdness when configuring a stream. See #528245.
5003
5004 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * tests/icles/gdkpixbufsink-test.c:
5007           Add cast to placate gcc 4.1.2.
5008
5009 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5010
5011         * configure.ac:
5012         0.10.7.3 pre-release
5013
5014 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5015
5016         * tests/check/Makefile.am:
5017         Disable some more elements in the state test.
5018         Add a define so the soup test can find the test files
5019         it needs at runtime.
5020
5021         * tests/check/elements/souphttpsrc.c: (run_server):
5022
5023         Add a define so the soup test can find the test files
5024         it needs at runtime.
5025
5026 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5027
5028         * gst/goom/convolve_fx.c: (convolve_apply):
5029         Don't ever draw the GOOM logo.
5030         Fixes: #528615
5031
5032 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5033
5034         * ext/cdio/gstcdiocddasrc.c:
5035         * ext/dv/gstdvdemux.c: 
5036         gst_atomic_int_set ==> g_atomic_int_set
5037
5038 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * configure.ac:
5041         * gst/goom/Makefile.am:
5042         * gst/goom/convolve_fx.c:
5043         * gst/goom/default_scripts.h:
5044         * gst/goom/goom.h:
5045         * gst/goom/goom_core.c: (choose_a_goom_line):
5046         * gst/goom/goom_plugin_info.h:
5047         * gst/goom/goomsl.c:
5048         * gst/goom/goomsl.h:
5049         * gst/goom/goomsl_hash.c:
5050         * gst/goom/goomsl_hash.h:
5051         * gst/goom/goomsl_heap.c:
5052         * gst/goom/goomsl_heap.h:
5053         * gst/goom/goomsl_private.h:
5054         * gst/goom/plugin_info.c:
5055           Strip out the config/script parsing stuff, we don't need it.
5056           Fixes #527999.
5057
5058 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * gst/goom/plugin_info.c: (setOptimizedMethods):
5061           Disable altivec optimisations for 32-bit PPC as well to make
5062           things build properly on all PPC systems. Fixes #528143
5063
5064 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * gst-plugins-good.spec.in:
5067           Update for souphttpsrc plugin which has moved to -good.
5068
5069 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5070
5071         * gst/matroska/matroska-demux.c:
5072         (gst_matroska_demux_handle_seek_event):
5073         Fix open-ended seeks in matroskademux
5074         Patch by: Mark Nauwelaerts <manauw skynet be>
5075         Fixes: #526557
5076
5077 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5078
5079         * tests/check/Makefile.am:
5080         Add soup test certificates to the dist.
5081
5082 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5083
5084         * ext/Makefile.am:
5085         Remove LADSPA reference I missed.
5086
5087 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5088
5089         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5090         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5091         over gnome-vfs and everything else. Fixes bug #527848.
5092
5093 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5094
5095         * configure.ac:
5096         * ext/Makefile.am:
5097         Remove LADSPA plugin. Fixes: #515978
5098
5099 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5100
5101         * configure.ac:
5102         * docs/plugins/Makefile.am:
5103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5105         * docs/plugins/gst-plugins-good-plugins.args:
5106         * docs/plugins/inspect/plugin-soup.xml:
5107         * ext/Makefile.am:
5108         * tests/check/Makefile.am:
5109         Move soup plugin from -bad (Fixes: #523124)
5110
5111 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5112
5113         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5114         Fix bounds checking of mode in Speex header, which may
5115         produce negative numbers in speex <= 1.1.12
5116
5117 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * gst/goom/Makefile.am:
5120         * gst/goom/gfontlib.c:
5121         * gst/goom/gfontlib.h:
5122         * gst/goom/gfontrle.c:
5123         * gst/goom/gfontrle.h:
5124         * gst/goom/goom.h:
5125         * gst/goom/goom_core.c: (goom_update):
5126         * gst/goom/goom_plugin_info.h:
5127         * gst/goom/gstgoom.c: (gst_goom_chain):
5128         * gst/goom/plugin_info.c:
5129           Remove a bunch of font/text related code that we don't need.
5130
5131 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5132
5133         * gst/goom/ppc_drawings.s:
5134         * gst/goom/ppc_zoom_ultimate.s:
5135           Change license of these files to LGPL, as permitted by the
5136           author, Guillaume Borios. See #515073.
5137
5138 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5139
5140         * gst/goom/convolve_fx.c:
5141         * gst/goom/motif_goom1.h:
5142         * gst/goom/motif_goom2.h:
5143           As hinted in Bug #518213, revert one change and fix warnings properly.
5144           This fixes both #518213 and #520073 for me.     
5145
5146 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5147
5148         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5149         * gst/matroska/matroska-demux.c:
5150         (gst_matroska_demux_handle_seek_event),
5151         (gst_matroska_demux_parse_contents_seekentry),
5152         (gst_matroska_demux_loop):
5153         Fix the Forte build by making function declaration signatures
5154         match the implementations.
5155
5156 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5159         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5160         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5161           More logging when probing (see #518474), some comments in _reset().
5162
5163 2008-04-07  Julien Moutte  <julien@fluendo.com>
5164
5165         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5166         because of a bad argument number.
5167
5168 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * tests/icles/.cvsignore:
5171         * tests/icles/Makefile.am:
5172         * tests/icles/gdkpixbufsink-test.c:
5173           Interactive test app for gdkpixbufsink.
5174
5175 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5176
5177         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5178
5179         * configure.ac:
5180         Actually build dlls when cross-compiling with mingw32.
5181         Fixes bug #526247.
5182
5183 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5186           Don't munge device string to 'default:x' for capture devices.
5187           Fixes #525833.
5188
5189 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5190
5191         * ext/wavpack/gstwavpackparse.c:
5192         (gst_wavpack_parse_index_entry_free):
5193         Always use GSlice as we actually depend on GLib 2.12 already.
5194
5195 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * configure.ac:
5198           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5199           Also bump the GLib requirement to the current de-facto requirement
5200           (ie. 2.12).
5201
5202 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5203
5204         * gst/rtp/gstrtph264pay.c: (encode_base64),
5205         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5206         * gst/rtp/gstrtph264pay.h:
5207         Parse codec_data for future AVC compatibility.
5208         Fail when we encounter AVC data for now.
5209
5210 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5213           (gst_spectrum_init), (gst_spectrum_set_property),
5214           (gst_spectrum_get_property), (gst_spectrum_message_new):
5215           Rename property enums and default defines for the properties to match
5216           the property names and rephrase property descriptions to make them a
5217           bit clearer (hopefully). See #518188.
5218
5219 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5220
5221         * tests/check/Makefile.am:
5222         * tests/check/elements/.cvsignore:
5223         * tests/check/elements/gdkpixbufsink.c:
5224           Add unit test for gdkpixbufsink element.
5225
5226 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5227
5228         * ext/gdk_pixbuf/Makefile.am:
5229         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5230         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5231           (gst_gdk_pixbuf_sink_base_init),
5232           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5233           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5234           (gst_gdk_pixbuf_sink_set_caps),
5235           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5236           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5237           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5238           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5239           (gst_gdk_pixbuf_sink_get_property):
5240         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5241           Add gdkpixbufsink element for easy snapshotting (#525946).
5242
5243 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5244
5245         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5246         Bump timeout from 3 to 60 seconds.
5247
5248 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5249
5250         * tests/check/pipelines/.cvignore:
5251         Remove useless file.
5252
5253         * tests/check/pipelines/.cvsignore:
5254         Add new test to .cvsignore.
5255
5256 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5257
5258         * tests/check/Makefile.am:
5259         * tests/check/pipelines/wavpack.c: (bus_handler),
5260         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5261         (wavpack_suite), (main):
5262         Add unit test that encodes and decodes some data, checks that it
5263         is still the same and that all timestamps/offsets are perfect.
5264
5265 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5266
5267         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5268         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5269         * ext/wavpack/gstwavpackparse.c:
5270         (gst_wavpack_parse_index_entry_new),
5271         (gst_wavpack_parse_index_entry_free),
5272         (gst_wavpack_parse_base_init),
5273         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5274         Use GSlice for allocating index entries and use
5275         gst_element_class_set_details_simple().
5276
5277 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         Patch by: Brian Cameron <brian.cameron at sun dot com>
5280
5281         * sys/sunaudio/gstsunaudio.c:
5282         * sys/sunaudio/gstsunaudiomixer.c:
5283         * sys/sunaudio/gstsunaudiomixer.h:
5284         * sys/sunaudio/gstsunaudiomixerctrl.c:
5285         * sys/sunaudio/gstsunaudiomixerctrl.h:
5286         * sys/sunaudio/gstsunaudiomixertrack.c:
5287         * sys/sunaudio/gstsunaudiomixertrack.h:
5288         * sys/sunaudio/gstsunaudiosink.c:
5289         * sys/sunaudio/gstsunaudiosink.h:
5290         * sys/sunaudio/gstsunaudiosrc.c:
5291         * sys/sunaudio/gstsunaudiosrc.h:
5292           Fix up copyrights (#525860).
5293
5294 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         * gst/goom/goomsl.c: (gsl_read_file):
5297           Check return value of fread() to avoid compiler warnings.
5298
5299 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5300
5301         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5302
5303         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5304         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5305         * gst/law/alaw-decode.h:
5306         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5307         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5308         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5309         * gst/law/mulaw-decode.h:
5310         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5311         Make negotiation a bit modern.
5312         Use pad_alloc. Fixes #525359.
5313
5314 2008-03-31  David Schleef  <ds@schleef.org>
5315
5316         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5317           compiles consistently.  Fixes #522278.
5318
5319 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         Patch by: Brian Cameron <brian.cameron at sun dot com>
5322
5323         * sys/sunaudio/gstsunaudiomixerctrl.c:
5324           (gst_sunaudiomixer_ctrl_get_volume),
5325           (gst_sunaudiomixer_ctrl_set_volume):
5326         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5327           Fix up the mixer tracks to use a volume range of 0-255, which is what
5328           the sun audio API uses. This simplifies the code and avoids rounding
5329           errors. Fixes #524593.
5330
5331 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5332
5333         * sys/v4l2/gstv4l2object.c:
5334         * sys/v4l2/gstv4l2object.h:
5335         Add device-fd property to make it possible to apps to call ioctl's.
5336
5337 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5338
5339         * gst/qtdemux/qtdemux.c: (next_entry_size):
5340         Unbreak streaming mode again.
5341
5342 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5345           Remove superfluous DEBUG macro.
5346
5347 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         Based on patch by: William M. Brack <wbrack at mmm com hk>
5350
5351         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5352           (gst_v4l2src_set_capture):
5353           Check whether the device supports setting the framerate before
5354           trying to set it and then posting a warning or error if it doesn't
5355           work (#516649, #520092). Also compare fractions more correctly.
5356
5357 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * gst/goom/Makefile.am:
5360           Remove ppc assembler optimisations from the build until they
5361           actually build (they also seem to have GPL headers).
5362
5363 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * m4/Makefile.am:
5366           Better not dist files that don't exist any longer (lrint*m4).
5367
5368 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5369
5370         * configure.ac:
5371         * m4/lrint.m4:
5372         * m4/lrintf.m4:
5373         Remove lrint/lrintf checks. We don't use it anywhere.
5374
5375 2008-03-18  Andy Wingo  <wingo@pobox.com>
5376
5377         * sys/osxvideo/osxvideosink.m
5378         (gst_osx_video_sink_osxwindow_destroy)
5379         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5380         task, whoopdee.
5381         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5382         2 ms.
5383
5384 2008-03-18  Andy Wingo  <wingo@pobox.com>
5385
5386         * sys/osxvideo/osxvideosink.m
5387         (gst_osx_video_sink_osxwindow_destroy)
5388         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5389         task, whoopdee.
5390         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5391         2 ms.
5392         
5393 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5394
5395         Patch by: William M. Brack <wbrack at mmm com hk>
5396
5397         * sys/v4l2/v4l2src_calls.c:
5398           (gst_v4l2src_probe_caps_for_format_and_size),
5399           (gst_v4l2src_probe_caps_for_format):
5400           Make sure the probed frame sizes are reversed in the resulting
5401           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5402           highest resolution first); also remove unused variable.
5403           (Partly fixes #520092)
5404
5405 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5406
5407         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5408
5409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5410         (gst_rtspsrc_finalize):
5411         Call WSAStartup() and WSACleanup before using the Winsock API.
5412         See #520808.
5413
5414 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5415
5416         * gst/avi/gstavidemux.c:
5417           Erm, the buffer-size is just guint, no need for the special format
5418           specifier.
5419
5420 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5421
5422         * gst/goom/plugin_info.c:
5423         * gst/goom/ppc_zoom_ultimate.h:
5424           Small fixes to build more on PPC: ifdef out code that uses unknown
5425           define; add newline at end of header file to avoid compiler warning.
5426           Assembler code still doesn't build though.
5427
5428 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5429
5430         * gst/avi/gstavidemux.c:
5431           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5432           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5433
5434 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5435
5436         * gst/avi/gstavidemux.c:
5437           Chunksize is uint32. Fix format specifier.
5438
5439 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5440
5441         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5442         mistake. Return file to pure MIT text.
5443
5444 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5445
5446         * gst/audiofx/audiofx.c:
5447         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5448         of hardcoding values.
5449
5450 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5451
5452         Patch by: Mark Nauwelaerts <manauw skynet be>
5453
5454         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5455           (gst_oss_src_close):
5456         * sys/oss/gstosssrc.h:
5457           Cache probed caps, so _get_caps() during recording doesn't cause
5458           ioctl calls which may disrupt the recording (fixes #521875).
5459
5460 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5461
5462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5463         (gst_qtdemux_activate_segment),
5464         (gst_qtdemux_prepare_current_sample),
5465         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5466         Make sure we always send a DISCONT after a seek by setting the sample
5467         index to an undefined value after a seek.
5468
5469 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5470
5471         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5472           (GST_IS_AVI_SUBTITLE_CLASS):
5473           Fix up IS_FOO macros, which makes gtk-doc much happier.
5474
5475 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         * tests/icles/Makefile.am:
5478           Move the -lgstfoo where it belongs.
5479
5480 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5481
5482         * gst/matroska/ebml-ids.h:
5483         Add ID for EBML CRC32 elements.
5484
5485         * gst/matroska/Makefile.am:
5486         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5487         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5488         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5489         (gst_ebml_read_header):
5490         Support reading 80bit floats, add finalize method to clean up
5491         in any case, support reading length/id elements with any length
5492         as long as it's smaller than our supported maximum, don't leak
5493         buffers if reading as much data as we wanted failed and some
5494         smaller cleanup.
5495
5496 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5497
5498         Patch by: Olivier Crete <tester at tester dot ca>
5499
5500         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5501         Check that a buffer is large enough before reading from it.
5502         Fixes bug #521102.
5503         
5504 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5505
5506         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5507         Fix compilation after removing the GstPollMode from the
5508         constructor.
5509
5510 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5511
5512         * configure.ac:
5513         * gst/audiofx/Makefile.am:
5514         * gst/audiofx/audiochebband.c:
5515         * gst/audiofx/audiocheblimit.c:
5516         * gst/audiofx/math_compat.h:
5517         Check for sinh(), cosh() and asinh() and define our own
5518         implementations if they're not available. Fixes bug #520880.
5519
5520 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         Patch by: Olivier Crete <tester at tester dot ca>
5523
5524         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5525         Unref the buffers only once when handling not-negotiated errors.
5526         Fixes bug #520764.
5527
5528 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5529
5530         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5531
5532         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5533         (gst_udpsrc_stop):
5534         Properly balance WSA_Cleanup with WSA_Startup.
5535         Also make the poll controllable on windows. Fixes #520888.
5536
5537 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5538
5539         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5540         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5541         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5542         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5543         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5544         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5545         (gst_ebml_read_date), (gst_ebml_read_master),
5546         (gst_ebml_read_binary), (gst_ebml_read_header):
5547         * gst/matroska/ebml-read.h:
5548         * gst/matroska/matroska-demux.c:
5549         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5550         (gst_matroska_demux_read_track_encodings),
5551         (gst_matroska_demux_add_stream),
5552         (gst_matroska_demux_handle_src_query),
5553         (gst_matroska_demux_handle_seek_event),
5554         (gst_matroska_demux_init_stream),
5555         (gst_matroska_demux_parse_tracks),
5556         (gst_matroska_demux_parse_index_cuetrack),
5557         (gst_matroska_demux_parse_index_pointentry),
5558         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5559         (gst_matroska_demux_parse_metadata_id_simple_tag),
5560         (gst_matroska_demux_parse_metadata_id_tag),
5561         (gst_matroska_demux_parse_metadata),
5562         (gst_matroska_demux_sync_streams),
5563         (gst_matroska_demux_push_hdr_buf),
5564         (gst_matroska_demux_push_flac_codec_priv_data),
5565         (gst_matroska_demux_push_xiph_codec_priv_data),
5566         (gst_matroska_demux_add_wvpk_header),
5567         (gst_matroska_demux_check_subtitle_buffer),
5568         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5569         (gst_matroska_demux_parse_cluster),
5570         (gst_matroska_demux_parse_contents_seekentry),
5571         (gst_matroska_demux_parse_contents),
5572         (gst_matroska_demux_loop_stream_parse_id),
5573         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5574         * gst/matroska/matroska-demux.h:
5575         * gst/matroska/matroska-ids.h:
5576         Handle return values from pull_range in a more granular way to properly
5577         shut down on seeks.
5578         Combine return values from push.
5579         Implement proper error handling.
5580         Prepare for handling seeking correctly.
5581
5582 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5583
5584         * gst/matroska/ebml-read.c:
5585         Use GINT64 formatting constants from GLIB.
5586
5587         * gst/matroska/matroska-demux.c:
5588         Add some guards to avoid a possible division by 0 and crashing
5589         with NULL events on some systems.
5590         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5591         conversion. 
5592
5593         * gst/matroska/matroska-mux.c:
5594         Check for invalid timestamps in a bunch of places to avoid
5595         writing bogus durations into the output file.
5596         Fix some double<->gint64 conversions that weren't using
5597         gst_guint64_to_gdouble
5598
5599 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5600
5601         * configure.ac:
5602         Move the checks for bison, flex and as to the program section and the
5603         check for gcc inline asm to the compiler characteristics section.
5604
5605 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5606
5607         * configure.ac:
5608         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5609         plug-ins are included/excluded. (#498222)
5610
5611 2008-02-29  Michael Smith <msmith@fluendo.com>
5612
5613         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5614           Don't call gst_object_sync_values() unless we have a valid timestamp.
5615
5616 2008-02-28  David Schleef  <ds@schleef.org>
5617
5618         * gst/matroska/matroska-demux.c:
5619         * gst/matroska/matroska-ids.h:
5620         * gst/matroska/matroska-mux.c:
5621           Fix Dirac mapping.  I had previously added a VfW-type
5622           mapping, but it looks like Dirac will get a native Matroska
5623           mapping, and this is the most likely method.
5624
5625 2008-02-28  David Schleef  <ds@schleef.org>
5626
5627         * gst/avi/gstavimux.c: Add Dirac encoding
5628
5629 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5630
5631         Patch by: Peter Kjellerstedt <pkj at axis com>
5632
5633         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5634         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5635         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5636         * gst/udp/gstudpsrc.h:
5637         Port to GstPoll. See #505417.
5638
5639 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5640
5641         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5642         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5643         yet on the srcpad. We need rate and channels before we
5644         can do any processing. Fixes bug #519088.
5645
5646 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5647
5648         * configure.ac:
5649         Detect and indicate if GCC inline assembly syntax is
5650         available.
5651
5652         * gst/goom/Makefile.am:
5653         * gst/goom/convolve_fx.c:
5654         * gst/goom/flying_stars_fx.c:
5655         * gst/goom/goom_config.h:
5656         * gst/goom/goom_core.c:
5657         * gst/goom/goomsl.c:
5658         * gst/goom/ifs.c:
5659         * gst/goom/mmx.c:
5660         * gst/goom/plugin_info.c:
5661         * gst/goom/xmmx.c:
5662         Fix various GCC-isms, and only build the inline assembly
5663         with compilers that support GCC inline assembly.
5664
5665         Fix a couple of other warnings shown with Forte.
5666
5667 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5668
5669         * gst/goom/xmmx.c:
5670           Use 'emms' instead of 'femms' to not crash on cpus that do not
5671           implement this 3dnow specific instruction.
5672
5673 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5674
5675         * gst/goom/plugin_info.c: (setOptimizedMethods):
5676         Use extended MMX for draw_line() too if available, not only
5677         normal MMX.
5678
5679 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5680
5681         * ext/jpeg/gstjpeg.c: (plugin_init):
5682         Remove (commented out) smoke typefinder. This is in base now.
5683
5684 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5685
5686         * gst/goom2k1/Makefile.am:
5687         * gst/goom2k1/gstgoom.c:
5688
5689         Rename the installed library, and don't register the same 
5690         GType name as the new goom.
5691
5692 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * configure.ac:
5695         * ext/taglib/Makefile.am:
5696           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5697           when building C++ code (#516509).
5698
5699 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5702         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5703           (setOptimizedMethods):
5704           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5705           anything useful. Export goom debug category so we can get
5706           rid of the VERBOSE define and the printfs.
5707
5708 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         * gst/goom/goomsl_heap.c: (align_it):
5711         * gst/goom/plugin_info.c: (setOptimizedMethods):
5712           Compile fixes for x86-64.
5713
5714 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5715
5716         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5717         with warnings, but add other CFLAGS
5718
5719         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5720         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5721         (calculate_labels), (gsl_read_file):
5722         * gst/goom/goomsl_lex.l:
5723         * gst/goom/goomsl_yacc.y:
5724         * gst/goom/plugin_info.c: Remove a few live printf, and
5725         fprintf, replace exit() calls with g_assert_not_reached()
5726         if it not optimal for a library
5727
5728 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5729
5730         * gst/goom/Makefile.am: Remove the warnings being disabled,
5731         fix linkage on x86, spotted by Sebastian Dröge
5732         <slomo@circular-chaos.org>
5733
5734         * gst/goom/convolve_fx.c (convolve_init),
5735         (create_output_with_brightness), (convolve_apply):
5736         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5737         * gst/goom/goomsl.c:
5738         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5739         * gst/goom/plugin_info.c:
5740         * gst/goom/tentacle3d.c (tentacle_fx_create):
5741         Fix warnings, and disable the motifs in the convolve_fx
5742         plugin (they were causing warnings, and they were just
5743         "Goom" in funny letterring)
5744
5745 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5746
5747         * configure.ac: Add checks for Flex/Yacc/Bison and other
5748         furry animals, for the new goom 2k4 based plugin
5749
5750         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5751         CPU optimisations (not working yet), move the old plugin to...
5752
5753         * gst/goom2k1/*: ... here, in case somebody is sick enough
5754
5755         Fixes #515073
5756
5757 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5758
5759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5760         Post the server response code in an error message instead of a generic
5761         'error' message. Fixes #517237.
5762
5763 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5764
5765         * tests/check/Makefile.am:
5766         Ignore gconfaudiosrc for the states unit test too. It will fallback
5767         to alsasrc if the gconf settings can't be read and not everybody has
5768         alsa.
5769
5770 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5771
5772         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5773         (gst_wavpack_parse_create_src_pad):
5774         * ext/wavpack/gstwavpackparse.h:
5775         Always report the duration if we know it in push mode and don't
5776         return 0 just to make totem believe we can't seek in push mode.
5777         Newer totem version use the SEEKING query which properly reports
5778         if we can seek or not.
5779
5780 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5781
5782         Patch by: Jens Granseuer <jensgr at gmx dot net>
5783
5784         * tests/examples/equalizer/demo.c: (main):
5785         C89 fix, moving variable declarations to the beginning of
5786         the block. Fixes bug #517933.
5787
5788 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5789
5790         * configure.ac:
5791         Back to development...
5792
5793 === release 0.10.7 ===
5794
5795 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5796
5797         * configure.ac:
5798           releasing 0.10.7, "Red Door Black"
5799
5800 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5801
5802         * gst/alpha/Makefile.am:
5803         Link alpha plugin with libgstbase. Fixes bug #517386.
5804
5805 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5806
5807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5808         Init values to -1 instead of the default 0 value.
5809         Fixes #516524.
5810
5811 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * tests/examples/spectrum/spectrum-example.c:
5814         Add missing include to fix compilation when libxml usage is disabled.
5815         Fixes: #516371
5816
5817 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5818
5819         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5820         fixes: #514889
5821
5822         * gst/rtp/gstrtph264pay.c:
5823         * gst/rtp/gstrtpmp4gdepay.c:
5824         * gst/rtp/gstrtpmp4gpay.c:
5825         * gst/rtp/gstrtpmp4gpay.h:
5826         * gst/rtp/gstrtptheorapay.c:
5827         * gst/rtp/gstrtpvorbispay.c:
5828
5829         Fix various leaks shown up in valgrind
5830         - free sprops and buffer in error cases in H264 payloader
5831         - fix leak in mp4g depayloader when construction the caps
5832         - don't leak config string in the mp4g payloader
5833         - don't leak buffers and headers in theora and vorbis payloaders
5834
5835         * tests/check/elements/rtp-payloading.c:
5836
5837         Fix the RTP data test
5838         - Actually send valid amr data to the payloader instead of 20
5839         zero-bytes
5840         - The mp4g payloader expects codec_data on the caps
5841
5842 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5843
5844         * win32/MANIFEST:
5845         Add libgstpng.dsp to MANIFEST.
5846         * win32/vs6/libgstaudiofx.dsp:
5847         Add new source files to VS project file.
5848
5849 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5850
5851         * sys/ximage/gstximagesrc.c:
5852         Initialise variables when opening the X display rather
5853         than in _start(), as the display can be opened before that.
5854
5855         Fixes: #515985
5856
5857 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * sys/directdraw/gstdirectdrawsink.c:
5860         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5861         (gst_directdraw_sink_finalize):
5862         Properly chain up finalize functions. Fixes bug #515980.
5863
5864 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5865
5866         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5867         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5868         (gst_v4l2_buffer_pool_class_init):
5869         Chain up the finalize functions. Fixes bug #515984.
5870
5871 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5872
5873         * sys/ximage/ximageutil.c:
5874         Chain up in the finalize function for our custom
5875         buffer sub-class.
5876         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5877         Fixes: #515706
5878
5879 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5880
5881         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5882         (gst_fenced_buffer_class_init):
5883         Properly chain up finalize method. Fixes bug #515979.
5884
5885 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5886
5887         * sys/ximage/gstximagesrc.c:
5888         Free allocated Damage memory before closing our connection to the
5889         X server. Partially fixes: #515706
5890
5891 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5892
5893         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5894         * tests/check/Makefile.am:
5895         * tests/check/gst-plugins-good.supp:
5896         Add a few libjpeg suppressions and initialize a variable to
5897         make smokeenc valgrind clean. Fixes bug #515701.
5898
5899 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5900
5901         * gst/avi/gstavidemux.c:
5902         Revert patch which sends timestamps only on keyframes, as it
5903         breaks playback with current gst-ffmpeg.
5904
5905         Fixes: #515562
5906
5907 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5908
5909         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5910         * tests/check/elements/multifile.c: (GST_START_TEST):
5911         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5912
5913 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5914
5915         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5916         Use and unset the GError when pipeline creation fails instead of
5917         simply leaking it. Fixes bug #515704.
5918
5919 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5920
5921         * gst/audiofx/audioamplify.c:
5922         * gst/audiofx/audiochebband.c:
5923         * gst/audiofx/audiocheblimit.c:
5924         * gst/audiofx/audiodynamic.c:
5925         * gst/audiofx/audioinvert.c:
5926         * gst/audiofx/audiopanorama.c:
5927         * gst/audiofx/audiowsincband.c:
5928         * gst/audiofx/audiowsinclimit.c:
5929         Fix long description of audiofx elements. Fixes bug #515457.
5930
5931 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5932
5933         * docs/plugins/Makefile.am:
5934         * gst/spectrum/gstspectrum.c:
5935         * tests/examples/spectrum/.cvsignore:
5936         * tests/examples/spectrum/Makefile.am:
5937         * tests/examples/spectrum/spectrum-example.c:
5938
5939         Add a simple example application for the spectrum element, include it
5940         in the docs, and fix some documentation ambiguities.
5941
5942         Fixes: #348085
5943
5944 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5945
5946         * gst/equalizer/Makefile.am:
5947         * gst/spectrum/Makefile.am:
5948         Fix includes order
5949
5950         * tests/check/Makefile.am:
5951         Exclude v4l2src from the states test - it takes too long to start.
5952
5953         * tests/check/elements/spectrum.c:
5954         Make the test run properly with CK_FORK=no
5955
5956 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5957
5958         * gst/audiofix/Makefile.am: add missing header files 
5959
5960 2008-02-08  Julien Moutte  <julien@fluendo.com>
5961
5962         * gst/matroska/matroska-demux.c:
5963         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5964         keyframe and delta units correctly when dealign with a BlockGroup.
5965         Fixes: #514397
5966
5967 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5968
5969         * tests/check/elements/.cvsignore:
5970         Spell the new tests correctly in .cvsignore
5971
5972 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5975           Need to use gsize here for the size, fixes compiler warning.
5976
5977         * tests/examples/equalizer/.cvsignore:
5978         * tests/examples/equalizer/Makefile.am:
5979         * tests/examples/spectrum/.cvsignore:
5980         * tests/examples/spectrum/Makefile.am:
5981           Add missing files to fix the build.
5982
5983 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5984
5985         * configure.ac:
5986         * docs/plugins/Makefile.am:
5987         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5988         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5989         * docs/plugins/gst-plugins-good-plugins.args:
5990         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5991         * docs/plugins/inspect/plugin-multifile.xml:
5992         * tests/check/Makefile.am:
5993         * tests/check/elements/.cvsignore:
5994
5995         Move multifile plugin from -bad.
5996         Fixes: #490283
5997
5998 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5999
6000         * configure.ac:
6001         * docs/plugins/Makefile.am:
6002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6004         * docs/plugins/gst-plugins-good-plugins.args:
6005         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6006         * docs/plugins/inspect/plugin-spectrum.xml:
6007         * gst/spectrum/Makefile.am:
6008         * tests/check/Makefile.am:
6009         * tests/check/elements/.cvsignore:
6010         * tests/examples/Makefile.am:
6011
6012         Move spectrum plugin from -bad.
6013         Move examples into tests/examples/spectrum.
6014
6015 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6016
6017         * configure.ac:
6018         * docs/plugins/Makefile.am:
6019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6021         * docs/plugins/gst-plugins-good-plugins.args:
6022         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6023         * docs/plugins/gst-plugins-good-plugins.interfaces:
6024         * docs/plugins/inspect/plugin-equalizer.xml:
6025         * gst/equalizer/Makefile.am:
6026         * tests/check/Makefile.am:
6027         * tests/examples/Makefile.am:
6028         Move the equalizer plugin across from -bad
6029
6030         * tests/check/elements/.cvsignore:
6031         Add equalizer, audiosincwband and audiosincwlimit
6032
6033         * tests/check/elements/equalizer.c:
6034         Fix compiler warnings
6035
6036         Fixes: #415627
6037
6038 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6039
6040         * configure.ac:
6041         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6042         are treated like releases and build without it.
6043
6044 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6045
6046         * docs/plugins/Makefile.am:
6047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6049         * docs/plugins/gst-plugins-good-plugins.args:
6050         * docs/plugins/inspect/plugin-audiofx.xml:
6051         * gst/audiofx/Makefile.am:
6052         * gst/audiofx/audiofx.c:
6053         * gst/audiofx/audiowsincband.c:
6054         * gst/audiofx/audiowsincband.h:
6055         * gst/audiofx/audiowsinclimit.c:
6056         * gst/audiofx/audiowsinclimit.h:
6057         * tests/check/Makefile.am:
6058         * tests/check/elements/audiowsincband.c:
6059         * tests/check/elements/audiowsinclimit.c:
6060
6061         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6062         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6063         respectively.
6064
6065         Fixes: #467666
6066
6067 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6070         * tests/check/elements/icydemux.c:
6071           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6072           caps, and add a somewhat useful debug message. Plus test.
6073
6074 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6075
6076         * gst/rtsp/gstrtspsrc.c:
6077         Include unistd.h only if HAVE_UNISTD_H is defined
6078         * win32/common/config.h.in:
6079         * win32/common/config.h:
6080         Define socklen_t as it seems it's not defined in default 
6081         Visual Studio headers.
6082         * win32/vs6/libgstalpha.dsp:
6083         * win32/vs6/libgstapetag.dsp:
6084         * win32/vs6/libgstavi.dsp:
6085         * win32/vs6/libgstrtp.dsp:
6086         * win32/vs6/libgstrtsp.dsp:
6087         * win32/vs6/libgstvideomixer.dsp:
6088         Update project file dependencies and add new source files       
6089
6090 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6091
6092         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6093
6094         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6095         Don't leak buffers when we don't push them downstream.
6096         Fixes bug #514965.
6097
6098 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         * configure.ac:
6101           Bump requirements to (good) released versions to avoid
6102           confusion and make implicit core requirement explicit.
6103
6104 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6105
6106         * docs/plugins/Makefile.am:
6107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6109         * docs/plugins/gst-plugins-good-plugins.args:
6110         * docs/plugins/inspect/plugin-audiofx.xml:
6111         * gst/audiofx/Makefile.am:
6112         * gst/audiofx/audiochebband.c:
6113         * gst/audiofx/audiochebband.h:
6114         * gst/audiofx/audiocheblimit.c:
6115         * gst/audiofx/audiocheblimit.h:
6116         * gst/audiofx/audiochebyshevfreqband.c:
6117         * gst/audiofx/audiochebyshevfreqband.h:
6118         * gst/audiofx/audiochebyshevfreqlimit.c:
6119         * gst/audiofx/audiochebyshevfreqlimit.h:
6120         * gst/audiofx/audiofx.c:
6121         * tests/check/Makefile.am:
6122         * tests/check/elements/.cvsignore:
6123         * tests/check/elements/audiochebband.c:
6124         * tests/check/elements/audiocheblimit.c:
6125         * tests/check/elements/audiochebyshevfreqband.c:
6126         * tests/check/elements/audiochebyshevfreqlimit.c:
6127
6128         Rename audiochebyshevfreqband -> audiochebband and
6129         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6130         surgery.
6131
6132         Closes: #491811
6133
6134 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6135
6136         Patch by: Orjan Friberg <orjanf at axis dot com>
6137
6138         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6139         Fix caps memory leak. Fixes #514573.
6140
6141 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6142
6143         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6144         If there's no entries in the subindex, don't try to do anything stupid,
6145         just return.
6146
6147 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6148
6149         Patch by: John Millikin <jmillikin at gmail dot com>
6150
6151         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6152           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6153           Fix extraction of picture blocks with newer libflac versions again:
6154           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6155
6156 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * tests/check/Makefile.am:
6159           Add rtp-payloading test to VALGRIND_TO_FIX.
6160
6161         * tests/check/elements/rtp-payloading.c:
6162           Add semicolons after GST_TEST_END so gst-indent gets the
6163           formatting right; make test less verbose in general, but
6164           more verbose in the error case (which should probably
6165           make the test fail anyway).
6166
6167 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6168
6169         * docs/plugins/Makefile.am:
6170         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6171         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6172         * gst/avi/gstavisubtitle.c:
6173         Add documentation for avisubtitle and change class to
6174         Codec/Parser/Subtitle
6175
6176 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6177
6178         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6179         Treat ENOTTY (driver does not implement ioctl) the same as
6180         EINVAL since it implies there are no available standards.
6181
6182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6183         (gst_v4l2src_get_nearest_size):
6184         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6185         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6186         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6187         reason, and if we aren't yet actively capturing.
6188
6189         * sys/v4l2/v4l2src_calls.h:
6190         Remove replaced function declaration.
6191
6192 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6193
6194         * configure.ac:
6195         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6196         API.
6197
6198 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6199
6200         * configure.ac:
6201         Fix typo.
6202
6203 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6204
6205         * gst/alpha/Makefile.am:
6206         * gst/alpha/gstalpha.c:
6207
6208         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6209         some stuff, and making buffer-alloc and resizing work automatically.
6210         No longer crashes on odd frame widths and heights, although there
6211         seems to be a disagreement with ffmpegcolorspace about what size
6212         an AYUV frame with odd height should be.
6213
6214 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6215
6216         Patch by: Alessandro Decina <alessandro at nnva dot org>
6217
6218         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6219         * ext/libpng/gstpngenc.h:
6220         Preallocate the output buffer so that g_memdup() and
6221         gst_buffer_merge() aren't needed anymore. This greatly improves
6222         performances and fixes #512544.
6223
6224 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6225
6226         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6227         (gst_avi_demux_stream_data):
6228         GStreamer timestamps are PTS values while AVI only knows about DTS
6229         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6230         we are dealing with a key frame.
6231
6232 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6233
6234         * tests/check/Makefile.am:
6235         * tests/check/elements/.cvsignore:
6236         * tests/check/elements/rtp-payloading.c:
6237           Add add testsuite for the rtp-payloader that tries simulating
6238           dataflow. Needs more test data.
6239
6240 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6241
6242         * tests/check/elements/alphacolor.c:
6243           Remove two unused variables.
6244
6245 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6248           Use g_ascii_strtoll() instead of atoll, which is only
6249           available in C99.
6250
6251 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6252
6253         * gst/rtp/Makefile.am:
6254         * gst/rtp/gstrtp.c:
6255         * gst/rtp/gstrtpmpvpay.c:
6256         * gst/rtp/gstrtpmpvpay.h:
6257         Add MPEG2 video payloader
6258
6259 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6260
6261         * gst/level/gstlevel.c:
6262         Use #include <math.h> instead of #include "math.h".
6263
6264 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6265
6266         * tests/check/Makefile.am:
6267         Fix up some CFLAGS sets.
6268         Don't include gconfvideosrc in the states test.
6269
6270         * tests/check/elements/autodetect.c: (GST_START_TEST):
6271         Add some error strings to fail_unless arguments to fix some weird
6272         compiler errors on Solaris.
6273
6274 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6275
6276         * configure.ac:
6277         Detect video4linux headers on Solaris too.
6278         * sys/v4l2/gstv4l2colorbalance.h:
6279         * sys/v4l2/gstv4l2object.h:
6280         * sys/v4l2/v4l2_calls.c:
6281         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6282         (gst_v4l2_buffer_new):
6283
6284         Make v4l2 build on Solaris.
6285         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6286         Fixes: #510505
6287
6288 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6291           Update list from (still local) scanning script.
6292
6293 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6294
6295         Based on a patch by:
6296             Victor STINNER <victor dot stinner at haypocalc dot com>
6297
6298         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6299         Set variable to NULL after freeing it to prevent double frees
6300         or make failures by another use of it afterwards more obvious
6301         and fix use of it after the freeing. Fixes bug #510592.
6302
6303 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6304
6305         * gst/udp/gstmultiudpsink.c:
6306         use GST_WARNING for logging
6307
6308 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6309
6310         * gst/udp/gstmultiudpsink.c:
6311         Don't try to leave a multicast group with an invalid socket
6312
6313 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6314
6315         * ext/flac/gstflacdec.c:
6316           Fix compilation against flac 1.1.2 (as on debian stable), where
6317           the picture metadata defines and structs don't exist yet.
6318           Fixes #509301.
6319
6320 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6321
6322         Patch by: Olivier Crete <tester at tester dot ca>
6323
6324         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6325         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6326         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6327         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6328         * gst/udp/gstmultiudpsink.h:
6329         Add property to automatically join a multicast group or not. This can be
6330         useful when sharing a socket between multiple elements.
6331         Fixes #509531.
6332
6333 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6334
6335         * gst/videomixer/Makefile.am:
6336           Add controller flags.
6337
6338 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * gst/videomixer/videomixer.c:
6341           Also commit the missing gst_object_sync_values().
6342
6343 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6344
6345         * docs/plugins/Makefile.am:
6346           Remove duplicate entry.
6347
6348 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6349
6350         * docs/plugins/Makefile.am:
6351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6353         * docs/plugins/inspect/plugin-gamma.xml:
6354         * docs/plugins/inspect/plugin-monoscope.xml:
6355         * docs/plugins/inspect/plugin-video4linux2.xml:
6356           Add 3 more plugins to docs.
6357
6358 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6359
6360         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6361         * sys/osxvideo/osxvideosink.h:
6362           Revert previous change caused by a file that got stuck on an old
6363           revision.
6364
6365 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6368         * gst/multipart/Makefile.am:
6369         * gst/multipart/multipartdemux.c:
6370         * gst/multipart/multipartdemux.h:
6371         * gst/multipart/multipartmux.c:
6372         * gst/multipart/multipartmux.h:
6373           Re-add multipartdemux to the docs. Last round of section cleanup.
6374
6375 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6376
6377         * docs/plugins/Makefile.am:
6378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6379         * sys/osxaudio/gstosxaudiosink.h:
6380         * sys/osxvideo/osxvideosink.h:
6381           Managed to resolve most unused declarations. Filed a bug for one left.          
6382
6383 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6386           Cleanup section file.
6387
6388 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * docs/plugins/Makefile.am:
6391         * docs/plugins/gst-plugins-good-plugins.args:
6392         * docs/plugins/gst-plugins-good-plugins.signals:
6393         * docs/plugins/inspect/plugin-alaw.xml:
6394         * docs/plugins/inspect/plugin-alpha.xml:
6395         * docs/plugins/inspect/plugin-alphacolor.xml:
6396         * docs/plugins/inspect/plugin-annodex.xml:
6397         * docs/plugins/inspect/plugin-apetag.xml:
6398         * docs/plugins/inspect/plugin-audiofx.xml:
6399         * docs/plugins/inspect/plugin-auparse.xml:
6400         * docs/plugins/inspect/plugin-autodetect.xml:
6401         * docs/plugins/inspect/plugin-avi.xml:
6402         * docs/plugins/inspect/plugin-cairo.xml:
6403         * docs/plugins/inspect/plugin-cdio.xml:
6404         * docs/plugins/inspect/plugin-cutter.xml:
6405         * docs/plugins/inspect/plugin-debug.xml:
6406         * docs/plugins/inspect/plugin-dv.xml:
6407         * docs/plugins/inspect/plugin-efence.xml:
6408         * docs/plugins/inspect/plugin-effectv.xml:
6409         * docs/plugins/inspect/plugin-flac.xml:
6410         * docs/plugins/inspect/plugin-flxdec.xml:
6411         * docs/plugins/inspect/plugin-gconfelements.xml:
6412         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6413         * docs/plugins/inspect/plugin-goom.xml:
6414         * docs/plugins/inspect/plugin-halelements.xml:
6415         * docs/plugins/inspect/plugin-icydemux.xml:
6416         * docs/plugins/inspect/plugin-id3demux.xml:
6417         * docs/plugins/inspect/plugin-jpeg.xml:
6418         * docs/plugins/inspect/plugin-ladspa.xml:
6419         * docs/plugins/inspect/plugin-level.xml:
6420         * docs/plugins/inspect/plugin-matroska.xml:
6421         * docs/plugins/inspect/plugin-mulaw.xml:
6422         * docs/plugins/inspect/plugin-multipart.xml:
6423         * docs/plugins/inspect/plugin-navigationtest.xml:
6424         * docs/plugins/inspect/plugin-png.xml:
6425         * docs/plugins/inspect/plugin-quicktime.xml:
6426         * docs/plugins/inspect/plugin-rtp.xml:
6427         * docs/plugins/inspect/plugin-rtsp.xml:
6428         * docs/plugins/inspect/plugin-shout2send.xml:
6429         * docs/plugins/inspect/plugin-smpte.xml:
6430         * docs/plugins/inspect/plugin-speex.xml:
6431         * docs/plugins/inspect/plugin-taglib.xml:
6432         * docs/plugins/inspect/plugin-udp.xml:
6433         * docs/plugins/inspect/plugin-videobalance.xml:
6434         * docs/plugins/inspect/plugin-videobox.xml:
6435         * docs/plugins/inspect/plugin-videocrop.xml:
6436         * docs/plugins/inspect/plugin-videoflip.xml:
6437         * docs/plugins/inspect/plugin-videomixer.xml:
6438         * docs/plugins/inspect/plugin-wavenc.xml:
6439         * docs/plugins/inspect/plugin-wavpack.xml:
6440         * docs/plugins/inspect/plugin-wavparse.xml:
6441           Update plugin docs.
6442
6443         * gst/videomixer/Makefile.am:
6444         * gst/videomixer/videomixer.c:
6445         * gst/videomixer/videomixer.h:
6446         * gst/videomixer/videomixerpad.h:
6447           Split out header to fix warnings from the doc-build.
6448
6449 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6450
6451         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6452
6453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6454         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6455
6456 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6460           Initialise variables to work around (false) 'foo might be used
6461           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6462
6463 2008-01-11  David Schleef  <ds@schleef.org>
6464
6465         * docs/plugins/.cvsignore:
6466         * tests/check/pipelines/.cvsignore:
6467           Ignore more files for the buildbot.
6468
6469 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6470
6471         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6472         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6473         Generate the image-type values correctly. Leave them out of the caps
6474         when outputting a "preview image" tag, since it only makes sense
6475         to have one of those - the type is irrelevant.
6476
6477         * sys/sunaudio/gstsunaudiomixerctrl.c:
6478         (gst_sunaudiomixer_ctrl_open):
6479         If we can, mark the mixer multiple open when we use it, in case
6480         (for some reason) the process wants to open it again elsewhere.
6481
6482 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6483
6484         Patch by: Olivier Crete <tester at tester dot ca>
6485
6486         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6487         * gst/rtp/gstrtptheorapay.c:
6488         Fix the clock rate to 90000 as required by the RFC.
6489         Fixes #508644.
6490
6491 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6494           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6495
6496 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6497
6498         * autogen.sh:
6499           Add -Wno-portability to the automake parameters to stop warnings
6500           about GNU make extensions being used. We require GNU make in almost
6501           every Makefile anyway.
6502           
6503         * configure.ac:
6504           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6505           at the same time is required for per target flags.
6506
6507 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6508
6509         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6510         Fix error from my last commit.
6511
6512 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6515
6516         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6517           Make sure the ISO 639-X language code in ID3v2 COMM frames
6518           is actually valid UTF-8 (or rather: ASCII), so we don't end
6519           up with non-UTF8 strings in tags if there's garbage in the
6520           language field. Also make sure the language code is always
6521           lower case. Fixes: #508291.
6522
6523 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * ChangeLog:
6526           Fix ChangeLog typo.
6527
6528 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6529
6530         * Makefile.am:
6531           Include lcov.mak to allow building coverage reports. Guard
6532           check-torture target like in the other packages.
6533
6534 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6535
6536         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6537
6538         * gst/videomixer/videomixer.c:
6539         (gst_videomixer_set_master_geometry), (_do_init),
6540         (gst_videomixer_child_proxy_get_child_by_index),
6541         (gst_videomixer_child_proxy_get_children_count),
6542         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6543         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6544         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6545         Implement GstChildProxy interface.
6546         Send newsegment at the right moment
6547         Fixes #488879
6548
6549 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6550
6551         * gst/alpha/Makefile.am:
6552         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6553         (gst_alpha_sink_event), (gst_alpha_chain),
6554         (gst_alpha_change_state), (plugin_init):
6555         Make the various properties of 'alpha' controllable. This allows doing
6556         niceties like fade-in/fade-out.
6557
6558 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * gst/rtp/gstasteriskh263.c:
6561         * gst/rtp/gstrtpL16depay.c:
6562         * gst/rtp/gstrtpac3depay.c:
6563         * gst/rtp/gstrtpamrpay.c:
6564         * gst/rtp/gstrtpdepay.c:
6565         * gst/rtp/gstrtpgsmdepay.c:
6566         * gst/rtp/gstrtph263depay.c:
6567         * gst/rtp/gstrtph263pdepay.c:
6568         * gst/rtp/gstrtph263ppay.c:
6569         * gst/rtp/gstrtph264depay.c:
6570         * gst/rtp/gstrtph264pay.c:
6571         * gst/rtp/gstrtpmp2tdepay.c:
6572         * gst/rtp/gstrtpmp4adepay.c:
6573         * gst/rtp/gstrtpmp4gdepay.c:
6574         * gst/rtp/gstrtpmp4gpay.c:
6575         * gst/rtp/gstrtpmp4vdepay.c:
6576         * gst/rtp/gstrtpmpadepay.c:
6577         * gst/rtp/gstrtpmpvdepay.c:
6578         * gst/rtp/gstrtpsv3vdepay.c:
6579         * gst/rtp/gstrtptheoradepay.c:
6580         * gst/rtp/gstrtptheorapay.c:
6581         * gst/rtp/gstrtpvorbisdepay.c:
6582         * gst/rtp/gstrtpvorbispay.c:
6583           Remove copy/paste unused code (property setters and getter) found by
6584           the coverage suite (yay, saves ~20k on disk).
6585
6586 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6589           (videosink_templ):
6590           Also fix up pad templates to indicate that image/jpeg doesn't
6591           absolutely require the framerate property to be set (#504081).
6592
6593 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         Based on patch by: Wouter Cloetens  <wouter at mind be>
6596
6597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6598           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6599           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6600         * gst/matroska/matroska-mux.h:
6601           Keep track of first and last timestamps for each incoming stream,
6602           so we can calculate the total duration for live sources and other
6603           input where we can't query the duration from the start or where
6604           there's no constant framerate from which we can deduce the
6605           duration; also use calculated/observed duration if it is bigger
6606           than the previously queried duration. Furthermore, use
6607           gst_pad_query_peer_duration() and take into account that it may
6608           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6609           screws up comparisons when using unsigned integers. Fixes #504081.
6610
6611 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6612
6613         * configure.ac:
6614         * gst/audiofx/audioamplify.c:
6615         (gst_audio_amplify_clipping_method_get_type),
6616         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6617         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6618         (gst_audio_dynamic_transform_ip):
6619         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6620         (gst_audio_invert_transform_ip):
6621         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6622         (gst_audio_panorama_transform):
6623         * gst/level/gstlevel.c: (gst_level_init):
6624         Make elements GST_BUFFER_FLAG_GAP aware and call
6625         gst_base_transform_set_gap_aware for this.
6626         Bump core requirement to CVS.
6627         
6628         * gst/audiofx/audiochebyshevfreqband.c:
6629         (gst_audio_chebyshev_freq_band_transform_ip):
6630         * gst/audiofx/audiochebyshevfreqlimit.c:
6631         (gst_audio_chebyshev_freq_limit_transform_ip):
6632         Also sync GObject properties to the controller if operating
6633         in passthrough mode.
6634
6635 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * sys/directdraw/gstdirectdrawsink.c:
6638           (gst_directdraw_sink_window_thread):
6639           FALSE is not a gpointer.
6640
6641 2008-01-05  Julien Moutte  <julien@fluendo.com>
6642
6643         * sys/directdraw/gstdirectdrawsink.c:
6644         (gst_directdraw_sink_set_window_id),
6645         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6646         (gst_directdraw_sink_buffer_alloc),
6647         (gst_directdraw_sink_draw_borders),
6648         (gst_directdraw_sink_show_frame),
6649         (gst_directdraw_sink_setup_ddraw),
6650         (gst_directdraw_sink_window_thread),
6651         (gst_directdraw_sink_get_ddrawcaps),
6652         (gst_directdraw_sink_surface_create): Make sure we create our
6653         internal window only when we need it. That will give a chance to
6654         the application to get the prepare-xwindow-id bus message. Draw
6655         black borders when keeping aspect ratio. Handle the case where our
6656         rendering window disappears (closed or errors) like other sinks
6657         do. Various 80 columns fixes, improve state change order. That
6658         element could need some more love.
6659
6660 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6661
6662         * ext/taglib/gstapev2mux.h:
6663         * ext/taglib/gstid3v2mux.h:
6664         Remove useless typedefs without new type name. Fixes a warning with
6665         gcc 4.3.
6666
6667 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6668
6669         Patch by: John Millikin <jmillikin at gmail dot com>
6670
6671         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6672         (gst_flac_dec_setup_stream_decoder),
6673         (gst_flac_normalize_picture_mime_type),
6674         (gst_flac_extract_picture_buffer),
6675         (gst_flac_dec_metadata_callback):
6676         Emit metadata messages when a PICTURE block is encountered.
6677         Fixes #506715.
6678
6679 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6680
6681         * gst/avi/gstavi.c:
6682         increase rank because no known issues anymore ...
6683         * gst/avi/gstavisubtitle.c:
6684         send subtitle name to the srcpad
6685
6686 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6687
6688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6689         * gst/rtsp/gstrtspsrc.h:
6690         Implement redirect for the DESCRIBE reply. Fixes #506025.
6691
6692 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6693
6694         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6695         Fix 'xyz may be used uninitialized' compiler warnings caused
6696         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6697         abort() in any case but properly report the error.
6698
6699 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6702         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6703         * sys/ximage/gstximagesrc.c: (composite_pixel):
6704           Fix 'xyz may be used uninitialized' compiler warnings caused
6705           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6706           not really nice to abort in any case). Fixes #505745.
6707
6708 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6711           Small unit test fix (has no practical impact at the moment,
6712           since we're only feeding utf8 and hence just create a sub-
6713           buffer for the output).
6714
6715 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6716
6717         * gst/avi/gstavisubtitle.c:
6718         * tests/check/elements/avisubtitle.c:
6719         Add seeking support for avi subtitle
6720
6721 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6722
6723         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6724         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6725         (gst_flac_dec_write):
6726         * ext/flac/gstflacdec.h:
6727         Remove some unused vars.
6728         Do more cleanup of leftover events and tags.
6729         Output tags after the segment event. Fixes #504018.
6730
6731 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6734           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6735           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6736           Detect other UTF byte order markers and convert to UTF-8 as
6737           appropriate.
6738
6739 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * gst/avi/gstavisubtitle.c: (src_template),
6742           (gst_avi_subtitle_extract_utf8_file),
6743           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6744           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6745           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6746         * gst/avi/gstavisubtitle.h:
6747           Refactor a bit; fix name extraction; don't assume all the data
6748           in the chunk is actually subtitle data, there may be padding at
6749           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6750           file so it's there to send again after a seek (for future use).
6751
6752 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6753
6754         * gst/avi/Makefile.am:
6755         * gst/avi/gstavi.c:
6756         * gst/avi/gstavisubtitle.c:
6757         * gst/avi/gstavisubtitle.h:
6758         * tests/check/Makefile.am:
6759         * tests/check/elements/avisubtitle.c:
6760         * win32/common/config.h:
6761                 Add avi subtitle element for bug #442034. Need seeking support
6762                 and more support for character conversion.
6763
6764 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * Makefile.am:
6767           Include common/win32.mak for CRLF check of win32 project
6768           files (see #393626).
6769
6770         * win32/vs6/libgstpng.dsp:
6771           Fix line endings and do cvs admin -kb.
6772
6773 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6774
6775         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6776         Actually drop the buffers which are outside the currently configured
6777         segment instead of just emitting a WARNING.
6778
6779 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6780
6781         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6782         (gst_flac_dec_write):
6783         * ext/flac/gstflacdec.h:
6784         Send segments from the streaming thread. Fixes #502187.
6785         Fix segment seeking and a bunch of other seeking cases.
6786
6787 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6790           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6791           which is where it would end up if the same information was
6792           put in a vorbis comment (don't think it's worth adding a
6793           new URI tag for this). Fixes #488112.
6794
6795 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * configure.ac:
6798           We need core/base 0.10.15 or later.
6799
6800 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6801
6802         Patch by: Mark Nauwelaerts <manauw skynet be>
6803
6804         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6805         Fix regression in stream numbering. Fixes #502655.
6806
6807 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6808
6809         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6810
6811         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6812         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6813         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6814         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6815         (gst_rtp_h264_pay_handle_buffer):
6816         * gst/rtp/gstrtph264pay.h:
6817         Use higher performance start-code searching.
6818         Parse NALs and store SPS, PPS and profile in the caps so that they can
6819         be used in the SDP. Fixes #502814.
6820
6821 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6825           Init some structs to zero before we pass them to ioctl, which
6826           avoids valgrind warnings.  Also fix a small memory leak.
6827
6828 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6829
6830         Patch by: Wouter Cloetens <wouter at mind dot be>
6831
6832         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6833         Copy timestamp from input to output. Not very perfect yet but better
6834         than nothing. Fixes #503023.
6835
6836 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6837
6838         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6839           Also print a useful error message with the old Wavpack API
6840           if possible.
6841
6842 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * ext/wavpack/gstwavpackdec.c:
6845           More build fixes for old libwavpack versions: include config.h so
6846           that WAVPACK_OLD_API is actually defined as detected; only use
6847           WavpackGetErrorMessage if it is available. This fixes the build
6848           on debian stable for me.
6849
6850 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6851
6852         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6853         * ext/wavpack/gstwavpackparse.c:
6854           (gst_wavpack_parse_create_src_pad):
6855           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6856           versions below 4.40.0.
6857
6858 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6859
6860         * configure.ac:
6861           And now do it right for real...
6862
6863 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6864
6865         * configure.ac:
6866           Correctly reset $LIBS to not contain -lm.
6867
6868 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6871
6872         * configure.ac:
6873         * ext/cairo/gsttimeoverlay.c:
6874           (gst_cairo_time_overlay_print_smpte_time):
6875           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6876           and checking for rint() and implementing it ourself if it doesn't
6877           exist. Fixes #497293.
6878
6879 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6880
6881         * configure.ac:
6882           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6883
6884 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6885
6886         * sys/oss/gstosshelper.c:
6887         Verify that the format returned after the ioctl is the one
6888         we requested. It is valid for the ioctl to succeed while
6889         substituting an alternate 'supported' sample format.
6890
6891 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * sys/oss/gstossaudio.c: (plugin_init):
6894         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6895         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6896           Post decent (and translated) error message when we can't
6897           open the audio device for some reason.
6898
6899 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6900
6901         * sys/oss/gstosssink.c:
6902         * sys/oss/gstosssrc.c:
6903         Allow the AUDIODEV environment variable to redirect us
6904         to a different default OSS device, like sunaudiosink does
6905         on Solaris (makes audio play automatically on SunRays).
6906
6907 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6908
6909         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6910         * gst/audiofx/audiochebyshevfreqband.c:
6911         (gst_audio_chebyshev_freq_band_transform_ip):
6912         * gst/audiofx/audiochebyshevfreqlimit.c:
6913         (gst_audio_chebyshev_freq_limit_transform_ip):
6914         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6915         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6916         The transform_ip() methods should do nothing if in passthrough mode.
6917         It might get non-writable buffers in that case but the buffer might
6918         as well be writable.
6919
6920         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6921         The transform() methods won't be called in passthrough mode and
6922         otherwise the buffer is always writable so don't check here.
6923
6924 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6927           Fix seeking in .wav files again (#501775).  Some people seem to think
6928           they don't need to test their changes when they're just 'reflowing'
6929           some code.
6930
6931 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6932
6933         * gst/autodetect/gstautovideosink.c:
6934         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6935         (gst_auto_video_sink_init),
6936         (gst_auto_video_sink_create_element_with_pretty_name),
6937         (gst_auto_video_sink_find_best),
6938         (gst_auto_video_sink_set_property),
6939         (gst_auto_video_sink_get_property):
6940         * gst/autodetect/gstautovideosink.h:
6941         Fix docs.
6942         Use same error reporting code as autoaudiosink.
6943         Add property to filter sinks based on caps. Only select raw video sinks
6944         by default for backwards compat.
6945         API: GstAutoVideoSink::filter-caps
6946
6947 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6948
6949         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6950
6951         * gst/autodetect/gstautoaudiosink.c:
6952         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6953         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6954         (gst_auto_audio_sink_set_property),
6955         (gst_auto_audio_sink_get_property):
6956         * gst/autodetect/gstautoaudiosink.h:
6957         Add property to filter sinks based on caps. Only select raw audio sinks
6958         by default for backwards compat.  Fixes #417420.
6959         API: GstAutoAudioSink::filter-caps
6960
6961 2007-11-29  Michael Smith <msmith@fluendo.com>
6962
6963         Patch by: Arek Korbik <arkadini@gmail.com>
6964
6965         * gst/videobox/gstvideobox.c: (plugin_init):
6966           Initialise liboil in plugin_init()
6967
6968 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6969
6970         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6971         Post error before sending EOS. Fixes #499178.
6972
6973 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6974
6975         * win32/vs6/gst_plugins_good.dsw:
6976         * win32/vs6/libgstpng.dsp:
6977         Add a project file for libgstpng
6978
6979 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6980
6981         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6982         (gst_rtp_h263_depay_process):
6983         Code beautification.
6984         Added debug statements.
6985         Don't bit-shift everything, just do operations on last/first byte
6986         instead.
6987
6988 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6991
6992         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6993         Fix wrong comparison in overrun check. Fixes #499239 some more.
6994
6995 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6996
6997         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6998         (gst_rtp_h263_depay_process):
6999         * gst/rtp/gstrtph263depay.h:
7000         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7001         stream.
7002
7003 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7006
7007         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7008         (gst_rtp_mp4a_depay_process):
7009         * gst/rtp/gstrtpmp4adepay.h:
7010         Fix depayloading when multiple frames are inside one RTP packet.
7011         Fixes #499239.
7012
7013 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7014
7015         * gst/level/gstlevel.c:
7016           Add GAP-flag support.
7017
7018 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7019
7020         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7021         Read the I flag for Mode A h263 rtp stream and set the
7022         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7023         Fixes #499383
7024
7025 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * gst/level/gstlevel.c:
7028           Remove some dead code and do cleanups.
7029
7030 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * tests/check/pipelines/simple-launch-lines.c:
7033           Improve the tests by allowing to set a target state.
7034
7035 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7036
7037         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7038         Don't check the caps of the output buffer if they're equal some
7039         other caps. The caps can change in a backward compatible way
7040         and did at this point.
7041
7042 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7043
7044         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7045         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7046         (gst_qtdemux_seek_to_previous_keyframe),
7047         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7048         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7049         reverse playback support.
7050
7051 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7052
7053         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7054         Also set the channel layout on the Wavpack caps if we're having
7055         a mono layout. Of course only do it for "audio/x-wavpack".
7056
7057 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7058
7059         * ext/wavpack/gstwavpackcommon.c:
7060         (gst_wavpack_get_default_channel_mask),
7061         (gst_wavpack_set_channel_layout),
7062         (gst_wavpack_get_default_channel_positions),
7063         (gst_wavpack_get_channel_mask_from_positions),
7064         (gst_wavpack_set_channel_mapping):
7065         * ext/wavpack/gstwavpackcommon.h:
7066         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7067         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7068         * ext/wavpack/gstwavpackdec.h:
7069         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7070         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7071         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7072         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7073         (gst_wavpack_enc_rewrite_first_block),
7074         (gst_wavpack_enc_sink_event):
7075         * ext/wavpack/gstwavpackenc.h:
7076         * ext/wavpack/gstwavpackparse.c:
7077         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7078         (gst_wavpack_parse_scan_to_find_sample),
7079         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7080         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7081         * ext/wavpack/gstwavpackparse.h:
7082         Add support for encoding, parsing and decoding multichannel
7083         files with up to 8 channels. This also improves the robustness
7084         of parsing quite a bit.
7085
7086         * ext/wavpack/gstwavpackstreamreader.c:
7087         (gst_wavpack_stream_reader_read_bytes),
7088         (gst_wavpack_stream_reader_get_pos),
7089         (gst_wavpack_stream_reader_set_pos_abs),
7090         (gst_wavpack_stream_reader_set_pos_rel),
7091         (gst_wavpack_stream_reader_push_back_byte),
7092         (gst_wavpack_stream_reader_get_length),
7093         (gst_wavpack_stream_reader_can_seek),
7094         (gst_wavpack_stream_reader_write_bytes):
7095         Improve debugging.
7096
7097 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * ext/libpng/gstpngdec.c:
7100         * ext/libpng/gstpngdec.h:
7101           Don't release the png-memory from within the callback.
7102
7103 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7104
7105         Patch by: René Stadler <mail at renestadler dot de>
7106
7107         * ext/libpng/gstpngenc.c:
7108           Don't leak buffer data memory. Fixes #498395.
7109
7110 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7111
7112         Patch by: René Stadler <mail at renestadler dot de>
7113
7114         * tests/check/pipelines/simple-launch-lines.c:
7115           Tests for #498395.
7116
7117 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7118
7119         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7120         (gst_tag_lib_mux_adjust_event_offsets):
7121         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7122         * sys/osxaudio/Makefile.am:
7123         * sys/osxvideo/cocoawindow.h:
7124         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7125
7126 2007-11-15  David Schleef  <ds@schleef.org>
7127
7128         * ext/cairo/gsttextoverlay.c:
7129           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7130
7131 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7132
7133         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7134
7135         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7136         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7137         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7138         * gst/rtp/gstrtpmp2tpay.h:
7139         Fill the MTU with as many packets as possible. Fixes #491323.
7140
7141 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7144
7145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7146         Fix some more leaks. Fixes #497007.
7147
7148 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7149
7150         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7151
7152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7153         (gst_rtspsrc_stream_configure_tcp):
7154         Fix 3 pad leaks. Fixes #496983.
7155
7156 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7157
7158         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7159
7160         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7161         Fix small leak. Fixes #497017.
7162
7163 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7164
7165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7166         (gst_qtdemux_prepare_current_sample),
7167         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7168         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7169         * gst/qtdemux/qtdemux_fourcc.h:
7170         * gst/qtdemux/qtdemux_types.c:
7171         Add suppport for theora in quicktime according to XiphQT.
7172
7173 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7174
7175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7176         (gst_v4l2src_init), (gst_v4l2src_set_property),
7177         (gst_v4l2src_get_property):
7178         * sys/v4l2/gstv4l2src.h:
7179         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7180           Always copy buffers by default (handle safer with bugged drivers)
7181           and added a property to make it possible to use mmap effectively (no
7182           copy if possible) when application wants to. Fixes: #480557.
7183
7184 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * gst/id3demux/id3tags.c:
7187         * gst/id3demux/id3tags.h:
7188         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7189           We don't want the same string multiple times in a tag list for the
7190           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7191           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7192
7193 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7196           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7197           into ID3v2 TXXX frames (fixes #347848).
7198
7199 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7202           Don't leak sdp message contents (fixes #496773).
7203
7204         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7205           Don't leak URI string.
7206
7207 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7208
7209         Patch by: Julien Puydt <julien dot puydt at laposte net>
7210
7211         * ext/raw1394/Makefile.am:
7212         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7213           (gst_1394_property_probe_get_properties),
7214           (gst_1394_property_probe_probe_property),
7215           (gst_1394_property_probe_needs_probe),
7216           (gst_1394_property_probe_get_values),
7217           (gst_1394_property_probe_interface_init),
7218           (gst_1394_type_add_property_probe_interface):
7219         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7220         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7221           (gst_dv1394src_init), (gst_dv1394src_dispose),
7222           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7223           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7224           (gst_dv1394src_update_device_name):
7225         * ext/raw1394/gstdv1394src.h:
7226           Implement GstPropertyProbe interface and add "device-name" property,
7227           so applications can use this to probe for available devices in the
7228           same way they can already with v4lsrc and v4l2src (however horrible
7229           this property probe interface may be). Fixes #358841.
7230
7231 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7234
7235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7236           (gst_rtspsrc_parse_range):
7237           Don't leak event, don't leak range (fixes #496752).
7238
7239 2007-11-14  Michael Smith <msmith@fluendo.com>
7240
7241         Patch by: Arek Korbik <arkadini@gmail.com>
7242
7243         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7244           Detect RGBA/BGRA correctly on little endian systems.
7245
7246 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7249           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7250           corresponding ioctl() call fails even though the driver claims to
7251           support this format, just fall back to the pre-2.6.19 kernel
7252           routine that creates caps with suitable height and width ranges
7253           (see #448278).
7254
7255 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7256
7257         Patch by: Mark Nauwelaerts <manauw skynet be>
7258
7259         * gst/matroska/matroska-demux.c:
7260           (gst_matroska_demux_push_dvd_clut_change_event),
7261           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7262           (gst_matroska_demux_subtitle_caps):
7263         * gst/matroska/matroska-ids.h:
7264           Extract palette data for dvd subpicture streams and send it
7265           downstream as custom gstreamer dvd event (fixes #453417).
7266
7267 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7268
7269         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7270           Implement minimal parsing of the passed pango font description
7271           string, so passing a font size works the same as with the
7272           pango textoverlay plugin; fixes #455086.
7273           (Maybe we could just use pangocairo here at some point).
7274
7275 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7276
7277         * gst/avi/gstavidemux.c:
7278         * gst/wavparse/gstwavparse.c:
7279           Return the result in _activate_pull(). Don't ref element there.
7280
7281 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7282
7283         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7284         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7285         (gst_wavparse_srcpad_event):
7286           Ref the element when we should, but not when we its not needed. Reflow
7287           the event_handling to not leak the event.       
7288
7289 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7290
7291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7292         (qtdemux_parse_samples):
7293         Properly free QTDemuxSamples array.
7294         Protect table write with a sensible check, some files apparently DO contain
7295         stts values starting with 0 :(
7296
7297 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7298
7299         * gst/avi/gstavidemux.c:
7300         * gst/qtdemux/qtdemux.c:
7301           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7302           previous commit messed up.
7303
7304 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7305
7306         * gst/avi/gstavidemux.c:
7307         * gst/qtdemux/qtdemux.c:
7308           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7309           element when we should, but not when we its not needed.
7310
7311 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7312
7313         * gst/wavparse/gstwavparse.c:
7314           Return FALSE if we can't handle a query instead of changing the
7315           format. Ignore fact when dealing with mpeg audio.
7316
7317 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7320
7321         * configure.ac:
7322         * gst/udp/gstdynudpsink.c:
7323         * gst/udp/gstdynudpsink.h:
7324         * gst/udp/gstmultiudpsink.c:
7325         * gst/udp/gstmultiudpsink.h:
7326         * gst/udp/gstudpsink.c:
7327         * gst/udp/gstudpsink.h:
7328           Fix includes for MSVC and GLib-2.14.0 (#492388).
7329
7330         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7331           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7332
7333 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7334
7335         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7336         (gst_mulawdec_chain):
7337         * gst/law/mulaw-decode.h:
7338         Calculate outgoing buffer duration if incoming buffer didn't have a
7339         valid duration.
7340
7341 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7344         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7345         Smarter combine_flow code that also deals with downstream elements
7346         returning UNEXPECTED when they receive data out of the segment
7347         boundaries. Fixes #491305.
7348
7349 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         * sys/v4l2/v4l2src_calls.c:
7352           Fix 'unused variable' compiler warning when compiling against
7353           older kernel headers.
7354
7355 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * ext/taglib/gstid3v2mux.cc (add_funcs):
7358           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7359
7360 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7361
7362         * tests/check/pipelines/simple-launch-lines.c:
7363            Improve the tests a little more.
7364
7365 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7366
7367         patch by: Yun Zheng Hu
7368
7369         * sys/osxaudio/gstosxaudiosrc.c:
7370         Use default input device instead of default output device and
7371         only memcpy actual available bytes.
7372
7373 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7374
7375         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7376           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7377           early. It is temporary until we find something better.
7378
7379 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7380
7381         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7382
7383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7384         Fix race when pausing a RTSP stream in interleaved.
7385         Fixes #475784.
7386
7387 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7388
7389         Patch by: Peter Kjellerstedt <pkj at axis com>
7390
7391         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7392         Use correct unref function for buffers. #488844.
7393
7394 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * gst/avi/gstavimux.c:
7397         * tests/check/elements/avimux.c:
7398           Add some debug and sync tests with the fix.     
7399
7400 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7401
7402         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7403
7404         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7405         When the socket is used by the app for other purposes, don't generate an
7406         error if there is activaty on the socket that is not data related.
7407         Fixes #487488.
7408
7409 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7410
7411         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7412         (gst_v4l2src_grab_frame):
7413         Add some more debug info. Generate an error when we run out of buffers
7414         for some reason. See #480557.
7415
7416 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7419
7420         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7421         Set marker bit correctly.
7422
7423 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7424
7425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7426         Use allowed name for the GstStructure.
7427
7428 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         * ext/gconf/gstswitchsink.c:
7431         * gst/autodetect/gstautoaudiosink.c:
7432           Use new gst_bus_pop_filtered().
7433
7434 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * sys/v4l2/gstv4l2src.c:
7437         * sys/v4l2/v4l2src_calls.c:
7438           When probing the formats and sizes a camera supports, make
7439           sure the best ones (highest resolution, prefered format)
7440           end up at the beginning of the probed caps and the less
7441           desirable ones at the end.  This is important because the
7442           order within the caps matters for things like fixation and
7443           negotiation, ie. what format is chosen in the end.
7444           With recent kernels, the current probing code will end up
7445           querying the supported sizes from lowest resolution to
7446           highest resolution, adding them to the probed caps in that
7447           order, resulting to v4l2src fixating to the lowest possible
7448           resolution if downstream does not express a size preference.
7449           Also make up a somewhat random ranking of prefered output
7450           formats for the same reason. Fixes #485828.
7451         
7452 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7455
7456         * gst/id3demux/id3v2frames.c:
7457           Extract license/copyright URIs from ID3v2 WCOP frames
7458           (Fixes #447000).
7459
7460         * tests/check/elements/id3demux.c:
7461         * tests/files/Makefile.am:
7462         * tests/files/id3-447000-wcop.tag:
7463           Add simple unit test.
7464
7465 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * ext/taglib/gstid3v2mux.cc:
7468           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7469           Prerequisite for #447000.
7470
7471 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7472
7473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7474         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7475         a GstClockTime.
7476
7477 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7478
7479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7480         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7481         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7482         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7483         (gst_rtspsrc_change_state):
7484         More seeking fixes, mostly passing around the new playback segment in
7485         order to configure it properly.
7486         Also reset base_time of udp sources when setting them back to PLAYING as
7487         a temporary hack until core supports seek in live sources properly.
7488
7489 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7490
7491         * gst/rtp/gstrtpmp4adepay.c:
7492         Fix caps as to not confuse autopluggers.
7493
7494 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         * gst/id3demux/gstid3demux.c:
7497         * gst/id3demux/gstid3demux.h:
7498         * gst/id3demux/id3tags.c:
7499         * gst/id3demux/id3tags.h:
7500         * gst/id3demux/id3v2frames.c:
7501           Port ID3 tag demuxer over to the new GstTagDemux in -base
7502           (now would be a good time to test re-importing your music
7503           collection).
7504
7505 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * gst/apetag/Makefile.am:
7508         * gst/apetag/gstapedemux.c:
7509         * gst/apetag/gstapedemux.h:
7510         * gst/apetag/gsttagdemux.c:
7511         * gst/apetag/gsttagdemux.h:
7512           Port APE tag demuxer over to the new GstTagDemux in -base.
7513
7514 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7515
7516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7517         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7518         (gst_rtspsrc_handle_internal_src_query),
7519         (gst_rtspsrc_handle_src_query), (new_session_pad),
7520         (gst_rtspsrc_stream_configure_tcp),
7521         (gst_rtspsrc_stream_configure_transport),
7522         (gst_rtspsrc_loop_send_cmd):
7523         Improve flushing behaviour.
7524         Set state of the udp sources to PAUSE/PLAYING correctly.
7525         Handle events and queries for UDP and TCP transport now.
7526
7527 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7528
7529         * gst/rtp/gstrtpgsmdepay.c:
7530         * gst/rtp/gstrtpgsmpay.c:
7531           Add log category.
7532
7533 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7534
7535         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7536
7537         * tests/check/Makefile.am:
7538         * tests/check/pipelines/simple-launch-lines.c:
7539           Add unit tests for payloaders/depayloaders.
7540
7541 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7542
7543         * gst/avi/gstavimux.c:
7544         * gst/avi/gstavimux.h:
7545           Also save codec data for audio streams. Fixes #482495.
7546
7547 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7548
7549         * gst/avi/gstavimux.c:
7550           Fix "Index entry has invalid stream nr 1".
7551           Add support for muxing aac - work in progress (see #482495).
7552
7553 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7554
7555         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7556         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7557         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7558         * gst/rtsp/gstrtspsrc.h:
7559         Parse bandwidth modifiers, they are not yet configured in the session
7560         manager because we don't have an API for that yet.
7561
7562 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7563
7564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7565         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7566         Use shiny new function in -base to get the default clock-rate.
7567         Update some docs.
7568
7569 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7570
7571         * win32/MANIFEST:
7572         Add files to win32 manifest.
7573         * win32/vs6/libgstaudiofx.dsp:
7574         * win32/vs6/libgstqtdemux.dsp:
7575         * win32/vs6/libgstrtp.dsp:
7576         * win32/vs6/libgstrtsp.dsp:
7577         Update project files.
7578
7579 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7580
7581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7582         (gst_rtspsrc_play):
7583         * gst/rtsp/gstrtspsrc.h:
7584         In TCP mode, only timestamp the first buffer. TCP is not real time and
7585         it does not make sense to try to skew compensate, also some servers send
7586         the first batch of data in a burst.
7587
7588 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * gst/matroska/matroska-demux.c:
7591           Fix setting the discont flag on the first buffer
7592           pushed downstream for formats with private codec
7593           data that needs to be deserialised into buffers
7594           (such as vorbis and FLAC when in a matroska container).
7595
7596 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7599
7600         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7601         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7602         (gst_rtp_mp4v_pay_handle_buffer):
7603         * gst/rtp/gstrtpmp4vpay.h:
7604         Free the config string. Fixes #480707.
7605         Clean up the timestamp code a little.
7606
7607 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7608
7609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7610         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7611         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7612         * gst/rtsp/gstrtspsrc.h:
7613         Set timestamps on RTP buffers in interleaved mode.
7614         Mark first buffers with a DISCONT.
7615         Remove flush hack now that sync for live sources has been figured out.
7616
7617 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7618
7619         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7620         Update documentation.
7621
7622 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7625         (gst_rtp_xqt_depay_change_state):
7626         * gst/qtdemux/gstrtpxqtdepay.h:
7627         Fail if we don't know the quicktime format.
7628
7629 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         * ext/flac/gstflacenc.c:
7632         * ext/flac/gstflacenc.h:
7633           Save the flow return from the last gst_pad_push() and
7634           make sure we pass the right flow return value upstream
7635           in the case of failure; minor clean-ups.
7636
7637 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7638
7639         * ext/taglib/gstapev2mux.cc:
7640         * ext/taglib/gstid3v2mux.cc:
7641         * gst/apetag/gstapedemux.c:
7642           Add support for the new GST_TAG_COMPOSER (#459809).
7643
7644 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst/law/alaw-decode.c:
7647         * gst/law/alaw-decode.h:
7648         * gst/law/alaw-encode.c:
7649         * gst/law/alaw-encode.h:
7650         * gst/law/alaw.c:
7651         * gst/law/mulaw-conversion.h:
7652           Compulsive clean-ups: use boilerplate macros, add debug
7653           categories, fix up things to conform to symbol nomenklatura,
7654           etc.
7655
7656 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7659
7660         * gst/law/alaw-decode.c:
7661         * gst/law/alaw-encode.c:
7662           Use static tables for A-Law decoding and encoding; this makes
7663           A-Law decoding and encoding less CPU-intensive, but increases
7664           the binary size a bit. Leaving old code around for now,
7665           selectable by a define in the code. Fixes #435435.
7666
7667 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7668
7669         * configure.ac:
7670         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7671         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7672         in configure.ac.
7673
7674 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7675
7676         Patch by: Jan Gerber <j at bootlab dot org>
7677
7678         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7679         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7680
7681 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * sys/oss/gstosshelper.c:
7684           Use GST_WARNING instead of a g_critical. This situation is not caused
7685           by the application.
7686
7687 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7688
7689         * po/LINGUAS:
7690         * po/nl.po:
7691           Updated translations.
7692
7693 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7694
7695         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7696
7697         * po/eu.po:
7698           Added Basque translation.
7699
7700 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7701
7702         translated by: Abel Cheung <abelcheung@gmail.com>
7703
7704         * po/zh_HK.po:
7705         * po/zh_TW.po:
7706           Added Chinese (traditional and Hong Kong) translation.
7707
7708 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7709
7710         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7711
7712         * po/pl.po:
7713           Added Polish translation.
7714
7715 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7716
7717         translated by: Ilkka Tuohela <hile@iki.fi>
7718
7719         * po/fi.po:
7720           Added Finnish translation.
7721
7722 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7723
7724         translated by: Jorge González González <aloriel@gmail.com>
7725
7726         * po/es.po:
7727           Added Spanish translation.
7728
7729 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7730
7731         translated by: Mogens Jaeger <mogens@jaeger.tf>
7732
7733         * po/da.po:
7734           Added Danish translation.
7735
7736 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7737
7738         translated by: Funda Wang <fundawang@linux.net.cn>
7739
7740         * po/zh_CN.po:
7741           Added Chinese (simplified) translation.
7742
7743 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7744
7745         translated by: Alexander Shopov <ash@contact.bg>
7746
7747         * po/bg.po:
7748           Added Bulgarian translation.
7749
7750 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7751
7752         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7753         Set outgoing packet duration because we can. Fixes #478244 some more.
7754
7755 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7756
7757         * ext/cairo/gsttextoverlay.c:
7758           Add info about static leak.
7759         
7760         * tests/check/Makefile.am:
7761         * tests/check/generic/states.c:
7762           Improved state change unit test.
7763
7764 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7765
7766         * docs/plugins/.cvsignore:
7767         * tests/check/.cvsignore:
7768           Ignore registries in any format.
7769
7770 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7773         Removed some unused code.
7774
7775         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7776         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7777         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7778         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7779         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7780         (gst_rtp_theora_pay_flush_packet):
7781         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7782         Try to preserve the incomming buffer duration on the outgoing
7783         packets. Fixes #478244.
7784
7785 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * ext/taglib/gstapev2mux.cc:
7788         * ext/taglib/gstid3v2mux.cc:
7789           Work around compiler warnings with g++-4.2 when assigning a
7790           string constant to a gchar * (partially fixes #478092).
7791
7792 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * configure.ac:
7795           We require core CVS now for gst_base_src_set_do_timestamp().
7796
7797 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7798
7799         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7801         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7802         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7803         (gst_rtspsrc_handle_message):
7804         Fix compiler warnings shown with Forte.
7805
7806 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7807
7808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7809         (gst_rtspsrc_dup_printf):
7810         Give meaningfull error when all streams failed to configure for some
7811         reason.
7812
7813 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7814
7815         * gst/rtp/README:
7816         Update README with the design for synchronisation rules of RTP on
7817         sender and receiver.
7818
7819 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7820
7821         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7822         (gst_wavparse_chain):
7823         Don't push EOS from the chain function, the element
7824         driving the pipeline is responsible for this. The bug
7825         this was meant to fix seems to be queue not forwarding
7826         EOS in all cases (see #476514).
7827
7828 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7829
7830         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7831         (gst_level_transform_ip):
7832         * gst/level/gstlevel.h:
7833         Use basetransform segment so that it is correctly managed on flushes and
7834         start/stop.
7835         Report message timestamp as stream time, which is what an application
7836         can understand.
7837
7838 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7839
7840         * ext/taglib/gstapev2mux.cc:
7841         * ext/taglib/gstapev2mux.h:
7842         * ext/taglib/gsttaglibmux.c:
7843         * tests/check/elements/apev2mux.c:
7844         Update my mail address.
7845
7846 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7847
7848         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7849         (gst_wavparse_loop), (gst_wavparse_chain):
7850         Add EOS logic for the push-based mode too. Fixes #476514.
7851
7852 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7853
7854         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7855         * gst/law/alaw-encode.h:
7856         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7857         (gst_mulawenc_chain):
7858         * gst/law/mulaw-encode.h:
7859         Fix law encoder timestamps.
7860
7861 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7862
7863         * ext/gconf/gstgconfaudiosink.c:
7864           Fix warning when building without debug.
7865
7866         * sys/oss/gstossmixertrack.c:
7867           Use const like in alsamixertrack.c (fixes warnings).
7868
7869 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         * sys/v4l2/v4l2src_calls.c:
7872         (gst_v4l2src_probe_caps_for_format_and_size):
7873         Fix framerate detection code some more.
7874         Handle the case where there is a weird step in the stepwise framerates.
7875         Don't overwrite the min interval with the framerate, use a temp variable
7876         instead.
7877         Use max in the Continuous framerate intervals instead of step, which is
7878         1 according to the docs. Fixes #475424.
7879
7880 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7881
7882         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7883         Make udpsrc timestamp outgoing buffers based on when they were received.
7884         Also make it output a segment in time.
7885
7886 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7887
7888         * gst/avi/gstavidemux.c:
7889           Plug a little leak. Little code cleanups.
7890
7891 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * configure.ac:
7894           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7895           flac versions, 's good for cross-compilation karma.
7896
7897 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7900
7901         * gst/rtp/gstrtph263pay.c:
7902           Fix up header structure so that compilers don't add padding
7903           between the structure fields, since that would lead to us
7904           sending RTP packets with broken headers (as is currently the
7905           case when compiling with MSVC). Also see similar fixes in
7906           libgstrtp in gst-plugins-base. (#474616; #471194)
7907
7908 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7909
7910         * sys/v4l2/v4l2src_calls.c:
7911         (gst_v4l2src_probe_caps_for_format_and_size):
7912         Don't overwrite our GValue with 0 but instead use the previously
7913         computed value. Fixes #471823 some more.
7914
7915 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7918           No tabs in this file please, or gtk-doc will end up documenting
7919           rather absurd class hierarchies.
7920
7921 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * ext/gconf/gstswitchsink.c:
7924           If the new kid element fails to change state for some reason
7925           (e.g. esdsink not being able to connect to the sound server),
7926           forward the error message it posted on the bus instead of just
7927           posting a generic 'Internal state change error: please file a
7928           bug' error message. Fixes #471364.
7929
7930 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * gst/qtdemux/Makefile.am:
7933         * gst/qtdemux/qtdemux.c:
7934           Don't assume tags are encoded as UTF-8 (#473670).
7935
7936 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * sys/v4l2/gstv4l2src.c:
7939         * sys/v4l2/gstv4l2src.h:
7940         * sys/v4l2/v4l2src_calls.c:
7941           Implement LATENCY queries in the crudest way possible so I don't
7942           have to use sync=false any longer when testing with videosinks.
7943
7944 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * configure.ac:
7947           Fix build.
7948
7949 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7950
7951         * sys/v4l2/v4l2src_calls.c:
7952         (gst_v4l2src_probe_caps_for_format_and_size):
7953         Add some more debugging in the framerate function.
7954         Iterate stepwise framerate up to and _including_ the max and if nothing
7955         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7956         don't end up with an empty list. Fixes #471823
7957
7958 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7959
7960         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7961         (gst_multiudpsink_set_clients_string),
7962         (gst_multiudpsink_get_clients_string),
7963         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7964         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7965         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7966         (gst_multiudpsink_clear):
7967         Add property do configure destination address/port pairs
7968         API:GstMultiUDPSink::clients
7969
7970 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7971
7972         * tests/examples/Makefile.am:
7973         * tests/examples/rtp/Makefile.am:
7974         * tests/examples/rtp/client-H263p-AMR.sh:
7975         * tests/examples/rtp/client-H263p-PCMA.sdp:
7976         * tests/examples/rtp/client-H263p-PCMA.sh:
7977         * tests/examples/rtp/client-H264-PCMA.sdp:
7978         * tests/examples/rtp/client-H264-PCMA.sh:
7979         * tests/examples/rtp/client-PCMA.sh:
7980         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7981         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7982         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7983         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7984         Added some RTP example scripts for sending and receiving RTP streams.
7985
7986 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7987
7988         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7989         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7990         Restructure the setcaps function so that we can also compute the
7991         expected GStreamer output size of the video frames.
7992         Set frame_byte_size correctly so that read-based devices have a chance
7993         of working correctly.
7994         When grabbing a frame, discard frames that are not of the expected size.
7995         Some cameras don't output the right framesize for the first buffer.
7996         Try only a couple of times to get a valid frame, else error out.
7997
7998         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7999         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8000         Add some more debug info when scanning the device.
8001
8002         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8003         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8004         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8005         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8006         Add some more debug info when dequeing a frame.
8007
8008 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * gst/wavparse/gstwavparse.c:
8011           More code cleanups. Add some more comment and improve debugs logs.
8012
8013 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8014
8015         * gst/wavparse/gstwavparse.c:
8016         * gst/wavparse/gstwavparse.h:
8017           Implement seek-query. Refactor duration calculations. Appropriate use
8018           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8019           out of loops.
8020
8021 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8022
8023         * gst/avi/gstavidemux.c:
8024           Implement seek-query.
8025
8026 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8027
8028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8029         (gst_rtspsrc_dup_printf):
8030         Use new basesink async property to make sparse RTCP packet not wait for
8031         preroll.
8032
8033 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8034
8035         * gst/audiofx/Makefile.am:
8036         Dist the right file.
8037
8038 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8039
8040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8041         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8042         Make sure we generate and parse floating point values in the POSIX
8043         locale instead of the current locale. 
8044
8045 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8046
8047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8048         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8049         (gst_rtspsrc_play):
8050         * gst/rtsp/gstrtspsrc.h:
8051         Fix method detection again.
8052         Keep track of when we must send a Range header.
8053         Use segment values for Range, Speed and Scale headers.
8054         Parse Speed and Scale headers to update the segment values.
8055
8056 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8057
8058         patch by: Mark Nauwelaerts <manauw@skynet.be>
8059
8060         * sys/v4l2/v4l2src_calls.c:
8061           Handle optional v4l2 ioctls gracefully.
8062
8063 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8064
8065         * gst/rtp/Makefile.am:
8066         * gst/rtp/gstrtp.c: (plugin_init):
8067         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8068         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8069         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8070         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8071         (gst_rtp_h263_depay_get_property),
8072         (gst_rtp_h263_depay_change_state),
8073         (gst_rtp_h263_depay_plugin_init):
8074         * gst/rtp/gstrtph263depay.h:
8075         Added an H263 depayloader. Fixes #369392.
8076
8077         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8078         (gst_rtp_h263p_depay_process):
8079         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8080         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8081         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8082         payloads.
8083         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8084
8085 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8086
8087         * gst/audiofx/audiochebyshevfreqband.c:
8088         * gst/audiofx/audiochebyshevfreqlimit.c:
8089         Add small comparision with the windowed sinc filters in the docs.
8090
8091 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8092
8093         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8094         (audiochebyshevfreqband_suite):
8095         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8096         (audiochebyshevfreqlimit_suite):
8097         Also test 32 bit float mode and the type 2 variants of the filters.
8098
8099 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8100
8101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8102         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8103         (gst_rtspsrc_loop):
8104         Refactor the udp and interleaved loop function a bit.
8105
8106 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8107
8108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8109         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8110         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8111         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8112         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8113         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8114         * gst/rtsp/gstrtspsrc.h:
8115         Protect connection activity with a new lock, avoids deadlocks when going
8116         to PAUSED. Fixes #455808.
8117
8118 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8119
8120         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8121         Fix debug statement.
8122
8123 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8124
8125         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8126         Fix stray %u in debug line as spotted by Saur on IRC.
8127
8128 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8129
8130         * gst/audiofx/audiochebyshevfreqband.c:
8131         (gst_audio_chebyshev_freq_band_class_init):
8132         * gst/audiofx/audiochebyshevfreqlimit.c:
8133         (gst_audio_chebyshev_freq_limit_class_init):
8134         Use generator macros for the process functions for the different
8135         sample types, add lower upper boundaries for the GObject properties
8136         so automatically generated UIs can use sliders and add a note about
8137         the number of poles as a too high number of poles combined with
8138         very low or very high frequencies will produce only noise.
8139         * docs/plugins/gst-plugins-good-plugins.args:
8140         Regenerated for the property changes.
8141
8142 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8143
8144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8145         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8146         (gst_rtspsrc_stream_configure_udp_sink),
8147         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8148         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8149         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8150         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8151         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8152         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8153         * gst/rtsp/gstrtspsrc.h:
8154         Improve timeout handling.
8155         Use the same socket for sending and receiving RTCP packets so that some
8156         servers can track clients better.
8157         Improve connection closed handling. Try to reconnect.
8158         Don't overwrite our content base with NULL.
8159         Improve debugging.
8160         Improve range parsing and handling.
8161         Remove flushing hack now that core does the right thing.
8162
8163 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8164
8165         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8166         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8167         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8168         (gst_multiudpsink_close), (gst_multiudpsink_add):
8169         * gst/udp/gstmultiudpsink.h:
8170         Add support for getting and setting the socket to use.
8171
8172         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8173         (gst_udpsrc_create), (gst_udpsrc_get_property):
8174         Add support for getting the currently used socket.
8175
8176 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8177
8178         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8179
8180         * gst/audiofx/Makefile.am:
8181         * gst/audiofx/audiochebyshevfreqband.c:
8182         (gst_audio_chebyshev_freq_band_mode_get_type),
8183         (gst_audio_chebyshev_freq_band_base_init),
8184         (gst_audio_chebyshev_freq_band_dispose),
8185         (gst_audio_chebyshev_freq_band_class_init),
8186         (gst_audio_chebyshev_freq_band_init),
8187         (generate_biquad_coefficients), (calculate_gain),
8188         (generate_coefficients),
8189         (gst_audio_chebyshev_freq_band_set_property),
8190         (gst_audio_chebyshev_freq_band_get_property),
8191         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8192         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8193         (gst_audio_chebyshev_freq_band_start):
8194         * gst/audiofx/audiochebyshevfreqband.h:
8195         * gst/audiofx/audiochebyshevfreqlimit.c:
8196         (gst_audio_chebyshev_freq_limit_mode_get_type),
8197         (gst_audio_chebyshev_freq_limit_base_init),
8198         (gst_audio_chebyshev_freq_limit_dispose),
8199         (gst_audio_chebyshev_freq_limit_class_init),
8200         (gst_audio_chebyshev_freq_limit_init),
8201         (generate_biquad_coefficients), (calculate_gain),
8202         (generate_coefficients),
8203         (gst_audio_chebyshev_freq_limit_set_property),
8204         (gst_audio_chebyshev_freq_limit_get_property),
8205         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8206         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8207         (gst_audio_chebyshev_freq_limit_start):
8208         * gst/audiofx/audiochebyshevfreqlimit.h:
8209         * gst/audiofx/audiofx.c: (plugin_init):
8210         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8211         Fixes #464800.
8212
8213         * tests/check/Makefile.am:
8214         * tests/check/elements/.cvsignore:
8215         * tests/check/elements/audiochebyshevfreqband.c:
8216         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8217         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8218         * tests/check/elements/audiochebyshevfreqlimit.c:
8219         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8220         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8221         Add unit tests for the chebyshev filters.
8222
8223         * docs/plugins/Makefile.am:
8224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8226         * docs/plugins/gst-plugins-good-plugins.args:
8227         * docs/plugins/inspect/plugin-1394.xml:
8228         * docs/plugins/inspect/plugin-audiofx.xml:
8229         * docs/plugins/inspect/plugin-dv.xml:
8230         * docs/plugins/inspect/plugin-flac.xml:
8231         * docs/plugins/inspect/plugin-jpeg.xml:
8232         * docs/plugins/inspect/plugin-png.xml:
8233         * docs/plugins/inspect/plugin-rtp.xml:
8234         * docs/plugins/inspect/plugin-shout2send.xml:
8235         * docs/plugins/inspect/plugin-wavpack.xml:
8236         And add docs for the chebyshev filters. While doing
8237         that also run make update in docs/plugins.
8238
8239 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8240
8241         * ext/annodex/gstcmmltag.c:
8242         * gst/rtp/gstrtpvorbispay.c:
8243           Make ro memory to share.
8244
8245 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8246
8247         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8248         Improve UDP performance by avoiding a select() when we have data
8249         available immediatly.
8250
8251 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8252
8253         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8254         (gst_rtp_dec_class_init):
8255         * gst/rtsp/gstrtpdec.h:
8256         Add (dummy) SSRC management signals.
8257
8258         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8259         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8260         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8261         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8262         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8263         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8264         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8265         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8266         * gst/rtsp/gstrtspsrc.h:
8267         Add connection-speed property.
8268         Add find_stream helper functions.
8269         Handle stream EOS based on BYE messages or SSRC timeout.
8270         Returns SUCCESS from the state change function as we hide our async
8271         elements from the parent.
8272
8273 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8274
8275         * gst/debug/rndbuffersize.c:
8276           Fix da leak.
8277
8278 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8279
8280         * gst/debug/Makefile.am:
8281         * gst/debug/breakmydata.c:
8282         * gst/debug/gstdebug.c:
8283         * gst/debug/negotiation.c:
8284         * gst/debug/progressreport.c:
8285         * gst/debug/rndbuffersize.c:
8286         * gst/debug/testplugin.c:
8287           Add new test element and clean-up the others a little.
8288
8289 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8290
8291         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8292         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8293
8294 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8295
8296         * gst/rtp/gstrtpilbcdepay.c:
8297           Include stdlib.
8298
8299 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8300
8301         * gst/rtp/gstrtpmpvdepay.c:
8302         Set the mpegversion in the caps so that autoplugging does not get
8303         confused.
8304
8305 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8306
8307         * po/hu.po:
8308         * po/uk.po:
8309         * po/vi.po:
8310           Updated translations.
8311
8312 2007-08-08  Michael Smith <msmith@fluendo.com>
8313
8314         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8315           Render right border in the correct location.
8316
8317 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8318
8319         Patch by: Olivier Crete <tester at tester dot ca>
8320
8321         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8322         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8323         Make mode property a string. Fixes #464475.
8324
8325 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8326
8327         * ext/flac/gstflacenc.c:
8328           Widen caps to match decoder a bit and add more FIXMEs.
8329
8330 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8331
8332         patch by: Mark Nauwelaerts <manauw@skynet.be>
8333
8334         * gst/avi/gstavimux.c:
8335           Fix ODML index tag numbering. Fixes #463624.
8336
8337 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8338
8339         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8340         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8341         (gst_rtspsrc_stream_configure_tcp),
8342         (gst_rtspsrc_stream_configure_udp_sink):
8343         Fix default clock-rate for realmedia.
8344         Fix parsing of transport.
8345         Don't try to link NULL pads.
8346
8347 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8348
8349         * po/POTFILES.skip:
8350           Add POTFILES.skip with list of source files that aren't disted at the
8351           moment but contain translatable strings. Should hopefully pacify
8352           broken tools and make it clearer that these files are left out
8353           intentionally (#461600).
8354
8355 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8356
8357         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8358         If the buffer was entirely clipped ... don't try sending it :)
8359
8360 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8361
8362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8363         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8364         (gst_rtspsrc_create_transports_string),
8365         (gst_rtspsrc_prepare_transports):
8366         If we don't hav a session manager, set the caps on outgoing buffers
8367         ourselves.
8368         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8369         Append final bit of the transport string even when it does not contain a
8370         placeholder.
8371
8372 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8373
8374         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8375         (gst_rtsp_ext_list_connect):
8376         * gst/rtsp/gstrtspext.h:
8377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8378         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8379         Clean up the interface list.
8380         Allow connecting to interface signals for the extensions.
8381         Remove old extension code.
8382         Free list on cleanup.
8383         Allow extensions to send additional RTSP messages.
8384
8385 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8386
8387         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8388         Handle a NULL gconf key gracefully by rendering the default element.
8389
8390 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8391
8392         * gst/rtsp/gstrtspext.h:
8393         Fix include path for extension interface.
8394
8395 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8396
8397         * gst/audiofx/audioamplify.h:
8398         Also remove a now unecessary variable here.
8399
8400 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8401
8402         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8403         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8404         * gst/audiofx/audiodynamic.c:
8405         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8406         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8407         * gst/audiofx/audiodynamic.h:
8408         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8409         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8410         * gst/audiofx/audioinvert.h:
8411         Don't save format information ourselves, this is already saved in
8412         GstAudioFilter.
8413
8414 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8415
8416         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8417         (gst_rtsp_ext_list_stream_select):
8418         * gst/rtsp/gstrtspext.h:
8419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8420         Use rank to filter out extensions.
8421         Add url to stream_select interface call.
8422
8423 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8424
8425         * gst/rtsp/Makefile.am:
8426         * gst/rtsp/base64.c:
8427         * gst/rtsp/base64.h:
8428         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8429         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8430         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8431         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8432         (gst_rtsp_ext_list_setup_media),
8433         (gst_rtsp_ext_list_configure_stream),
8434         (gst_rtsp_ext_list_get_transports),
8435         (gst_rtsp_ext_list_stream_select):
8436         * gst/rtsp/gstrtspext.h:
8437         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8438         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8439         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8440         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8441         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8442         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8443         (gst_rtspsrc_stream_configure_tcp),
8444         (gst_rtspsrc_stream_configure_mcast),
8445         (gst_rtspsrc_stream_configure_udp),
8446         (gst_rtspsrc_stream_configure_udp_sink),
8447         (gst_rtspsrc_stream_configure_transport),
8448         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8449         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8450         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8451         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8452         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8453         (gst_rtspsrc_parse_methods),
8454         (gst_rtspsrc_create_transports_string),
8455         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8456         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8457         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8458         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8459         * gst/rtsp/gstrtspsrc.h:
8460         * gst/rtsp/rtsp.h:
8461         * gst/rtsp/rtspconnection.c:
8462         * gst/rtsp/rtspconnection.h:
8463         * gst/rtsp/rtspdefs.c:
8464         * gst/rtsp/rtspdefs.h:
8465         * gst/rtsp/rtspext.h:
8466         * gst/rtsp/rtspextwms.c:
8467         * gst/rtsp/rtspextwms.h:
8468         * gst/rtsp/rtspmessage.c:
8469         * gst/rtsp/rtspmessage.h:
8470         * gst/rtsp/rtsprange.c:
8471         * gst/rtsp/rtsprange.h:
8472         * gst/rtsp/rtsptransport.c:
8473         * gst/rtsp/rtsptransport.h:
8474         * gst/rtsp/rtspurl.c:
8475         * gst/rtsp/rtspurl.h:
8476         * gst/rtsp/sdp.h:
8477         * gst/rtsp/sdpmessage.c:
8478         * gst/rtsp/sdpmessage.h:
8479         * gst/rtsp/test.c:
8480         Use shiny new RTSP and SDP library.
8481         Implement RTSP extensions using the new interface.
8482         Remove a lot of old code.
8483
8484 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8485
8486         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8487         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8488
8489 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8490
8491         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8492         Don't unref the outgoing buffer twice when dropping it because it's
8493         outside of the segment.
8494
8495 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8496
8497         * configure.ac:
8498         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8499         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8500         Use the new buffer clipping function from gstaudio here and
8501         require gst-plugins-base CVS.
8502         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8503         For framed Wavpack buffers we require a valid timestamp.
8504
8505 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8506
8507         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8508         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8509         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8510         Clip raw audio and video when we can, keep track of current output
8511         segment.
8512         Don't leak buffers and events when there is no output pad.
8513         Improve debugging here and there.
8514
8515 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * configure.ac:
8518           Sync liboil check with plugins-base.
8519
8520 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8521
8522         * ext/annodex/Makefile.am:
8523           Fix CFLAGS/LIBS.
8524
8525         * ext/cdio/gstcdiocddasrc.c:
8526         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8527           Include stdlib
8528
8529         * ext/cairo/Makefile.am:
8530         * gst/videofilter/Makefile.am:
8531         * tests/examples/level/Makefile.am:
8532           Use $(LIBM) instead of -lm
8533
8534 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8535
8536         * sys/v4l2/gstv4l2src.c:
8537           Add another example pipeline.
8538
8539 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8540
8541         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8542
8543         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8544           Use define here.
8545
8546         * sys/v4l2/gstv4l2tuner.c:
8547         (gst_v4l2_tuner_set_frequency_and_notify):
8548           Don't touch the property - its still disabled.
8549
8550         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8551         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8552         * sys/v4l2/v4l2src_calls.h:
8553           Improve fallback format negotionation. Fixes #451388
8554
8555 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * tests/check/elements/videocrop.c: (GST_START_TEST):
8558           Fix the test.
8559
8560 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * docs/plugins/Makefile.am:
8563         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8564         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8565         * docs/plugins/inspect/plugin-jpeg.xml:
8566         * docs/plugins/inspect/plugin-png.xml:
8567         * ext/jpeg/gstjpegdec.c:
8568         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8569         (gst_pngdec_sink_setcaps):
8570           More docs. More logs in pngdec.
8571
8572 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8573
8574         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8575           Initialize num_buffers with minimum value.
8576
8577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8578         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8579           Handle frame-size query failure gracefully.
8580
8581 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8582
8583         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8584         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8585         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8586         of qt/aac files.
8587
8588 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8589
8590         * ext/wavpack/gstwavpackdec.c:
8591         (gst_wavpack_dec_clip_outgoing_buffer):
8592         Fix buffer clipping to correctly clip to the segment stop.
8593
8594 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8595
8596         * configure.ac:
8597         * tests/Makefile.am:
8598         Remove bogus check for libcheck, since we check for
8599         gstreamer-check and it pulls in the required info from there,
8600         and we weren't actually _using_ the information for libcheck
8601         ourselves anyway.
8602
8603 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8604
8605         * configure.ac:
8606           Use pkg-config to locate check.
8607
8608 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8611         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8612         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8613         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8614         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8615         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8616         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8617         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8618         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8619         * gst/effectv/gstrev.c: (gst_revtv_transform):
8620         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8621         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8622         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8623         * gst/matroska/matroska-demux.c:
8624         (gst_matroska_demux_add_wvpk_header),
8625         (gst_matroska_demux_check_subtitle_buffer),
8626         (gst_matroska_decode_buffer):
8627         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8628           Fix build against core CVS.
8629
8630 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8631
8632         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8633         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8634         don't have enough granularity to convert that boolean into a
8635         GstFlowReturn.
8636
8637 2007-07-06  Michael Smith <msmith@fluendo.com>
8638
8639         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8640         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8641         (gst_alawdec_change_state):
8642         * gst/law/alaw-decode.h:
8643         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8644         (gst_mulawdec_class_init), (gst_mulawdec_init),
8645         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8646         * gst/law/mulaw-decode.h:
8647           Fix capsnego bogosity in *law decoders. 
8648
8649 2007-07-06  Michael Smith <msmith@fluendo.com>
8650
8651         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8652         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8653         (gst_smokeenc_change_state):
8654         * ext/jpeg/gstsmokeenc.h:
8655           Remove stupidity in get/set caps functions.
8656           Fix some refcounting problems.
8657
8658 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8659
8660         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8661         Remove endianness-flipping hack that seems to have been required
8662         only because of a bug in ffmpegcolorspace.
8663         Partially Fixes: #451908
8664
8665 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8666
8667         * docs/plugins/Makefile.am:
8668           Simplify --extra-dir as gtkdoc scans recursively.
8669
8670 2007-07-03  Wim Taymans  <wim@fluendo.com>
8671
8672         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8673
8674         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8675         Set the encoding-name in the rtp caps to all uppercase, as required by
8676         the caps spec.
8677         Some small cleanups in the error paths. Fixes #453037.
8678
8679 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8680
8681         * ext/wavpack/gstwavpackparse.c:
8682         (gst_wavpack_parse_index_get_last_entry),
8683         (gst_wavpack_parse_index_get_entry_from_sample),
8684         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8685         (gst_wavpack_parse_scan_to_find_sample):
8686         * ext/wavpack/gstwavpackparse.h:
8687         Use a GSList for the GArray that is used like a list anyway.
8688
8689 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8692         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8693         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8694           Add state change function where we set 0/1 as default framerate in
8695           case our setcaps function isn't called, like it might not in a
8696           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8697           gdkpixbufdec trying to create caps with a 0/0 framerate.
8698           Also post an error message on the bus if gst_pad_push() fails when
8699           called from our sink event handler (+1 for flow returns for event
8700           functions in 0.11) instead of failing silently.
8701
8702 2007-06-27  Wim Taymans  <wim@fluendo.com>
8703
8704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8705         Cast stack args to the proper types. Fixes #451249.
8706
8707 2007-06-27  Wim Taymans  <wim@fluendo.com>
8708
8709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8710         (new_session_pad), (gst_rtspsrc_setup_streams):
8711         * gst/rtsp/gstrtspsrc.h:
8712         For container formats we only need to activate one of the streams so
8713         that we correctly signal no-more-pads. Fixes #451015.
8714
8715 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8716
8717         * docs/plugins/gst-plugins-good-plugins.args:
8718         * docs/plugins/inspect/plugin-aasink.xml:
8719         * docs/plugins/inspect/plugin-alaw.xml:
8720         * docs/plugins/inspect/plugin-alpha.xml:
8721         * docs/plugins/inspect/plugin-alphacolor.xml:
8722         * docs/plugins/inspect/plugin-annodex.xml:
8723         * docs/plugins/inspect/plugin-apetag.xml:
8724         * docs/plugins/inspect/plugin-audiofx.xml:
8725         * docs/plugins/inspect/plugin-auparse.xml:
8726         * docs/plugins/inspect/plugin-autodetect.xml:
8727         * docs/plugins/inspect/plugin-avi.xml:
8728         * docs/plugins/inspect/plugin-cacasink.xml:
8729         * docs/plugins/inspect/plugin-cairo.xml:
8730         * docs/plugins/inspect/plugin-cdio.xml:
8731         * docs/plugins/inspect/plugin-cutter.xml:
8732         * docs/plugins/inspect/plugin-debug.xml:
8733         * docs/plugins/inspect/plugin-efence.xml:
8734         * docs/plugins/inspect/plugin-effectv.xml:
8735         * docs/plugins/inspect/plugin-esdsink.xml:
8736         * docs/plugins/inspect/plugin-flac.xml:
8737         * docs/plugins/inspect/plugin-flxdec.xml:
8738         * docs/plugins/inspect/plugin-gconfelements.xml:
8739         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8740         * docs/plugins/inspect/plugin-goom.xml:
8741         * docs/plugins/inspect/plugin-halelements.xml:
8742         * docs/plugins/inspect/plugin-icydemux.xml:
8743         * docs/plugins/inspect/plugin-id3demux.xml:
8744         * docs/plugins/inspect/plugin-jpeg.xml:
8745         * docs/plugins/inspect/plugin-ladspa.xml:
8746         * docs/plugins/inspect/plugin-level.xml:
8747         * docs/plugins/inspect/plugin-matroska.xml:
8748         * docs/plugins/inspect/plugin-mulaw.xml:
8749         * docs/plugins/inspect/plugin-multipart.xml:
8750         * docs/plugins/inspect/plugin-navigationtest.xml:
8751         * docs/plugins/inspect/plugin-ossaudio.xml:
8752         * docs/plugins/inspect/plugin-png.xml:
8753         * docs/plugins/inspect/plugin-quicktime.xml:
8754         * docs/plugins/inspect/plugin-rtp.xml:
8755         * docs/plugins/inspect/plugin-rtsp.xml:
8756         * docs/plugins/inspect/plugin-smpte.xml:
8757         * docs/plugins/inspect/plugin-speex.xml:
8758         * docs/plugins/inspect/plugin-taglib.xml:
8759         * docs/plugins/inspect/plugin-udp.xml:
8760         * docs/plugins/inspect/plugin-videobalance.xml:
8761         * docs/plugins/inspect/plugin-videobox.xml:
8762         * docs/plugins/inspect/plugin-videocrop.xml:
8763         * docs/plugins/inspect/plugin-videoflip.xml:
8764         * docs/plugins/inspect/plugin-videomixer.xml:
8765         * docs/plugins/inspect/plugin-wavenc.xml:
8766         * docs/plugins/inspect/plugin-wavparse.xml:
8767         * docs/plugins/inspect/plugin-ximagesrc.xml:
8768           Update docs with caps info.
8769
8770 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * po/POTFILES.in:
8773           Add more files with translatable strings (#450878).
8774
8775 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8776
8777         * MAINTAINERS:
8778         Updating all the maintainers files
8779
8780 2007-06-22  Edward Hervey  <edward@fluendo.com>
8781
8782         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8783         * gst/interleave/deinterleave.c: (deinterleave_init),
8784         (deinterleave_sink_link):
8785         * gst/interleave/interleave.c: (interleave_init):
8786         * gst/median/gstmedian.c: (gst_median_init):
8787         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8788         Fix memory leaks.
8789         * tests/check/elements/id3demux.c: (pad_added_cb):
8790         Remove unused variable.
8791
8792 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8793
8794         * ext/gconf/gconf.h:
8795         Make the prototype of gst_gconf_get_key_for_sink_profile
8796         match the implementation.
8797         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8798         Fixes: #449747
8799
8800 2007-06-20  Michael Smith <msmith@fluendo.com>
8801
8802         * gst/rtp/gstrtpdepay.c:
8803           Fix description - rtpdepay is not a payloader.
8804
8805 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8806
8807         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8808         (qtdemux_video_caps):
8809         * gst/qtdemux/qtdemux_fourcc.h:
8810           Add MJPG to the variants of motion jpeg.
8811
8812 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         * tests/check/Makefile.am:
8815         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8816         * tests/check/elements/videocrop.c: (GST_START_TEST):
8817         * tests/check/elements/videofilter.c:
8818         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8819         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8820           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8821           error flags are included and it errors out on compiler warnings
8822           for CVS builds; remove unused variables in various unit tests.
8823
8824 2007-06-19  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8827         (rtsp_connection_close), (rtsp_connection_free):
8828         Use threadsafe inet_ntop to convert an ip number to a string. 
8829         Fixes #447961.
8830         Don't leak fd (and ip) when freeing a connection without first closing
8831         it.
8832
8833 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8834
8835         * configure.ac:
8836         Back to CVS
8837
8838         * gst-plugins-good.doap:
8839         Add 0.10.6 to the doap file.
8840
8841 === release 0.10.6 ===
8842
8843 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8844
8845         * configure.ac:
8846           releasing 0.10.6, "Wobble Board"
8847
8848 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8851         (rtsp_connection_free):
8852           Revert previous commit again, since we are frozen (sorry).
8853
8854 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         Patch by: Peter Kjellerstedt <pkj at axis com>
8857
8858         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8859         (rtsp_connection_free):
8860           inet_ntoa() uses a static buffer internally, so we need to copy the
8861           returned string if we want to store it for later (#447961).
8862
8863 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8864
8865         * win32/vs6/autogen.dsp:
8866         * win32/vs6/gst_plugins_good.dsw:
8867         * win32/vs6/libgstalaw.dsp:
8868         * win32/vs6/libgstalpha.dsp:
8869         * win32/vs6/libgstalphacolor.dsp:
8870         * win32/vs6/libgstapetag.dsp:
8871         * win32/vs6/libgstaudiofx.dsp:
8872         * win32/vs6/libgstauparse.dsp:
8873         * win32/vs6/libgstautodetect.dsp:
8874         * win32/vs6/libgstavi.dsp:
8875         * win32/vs6/libgstcutter.dsp:
8876         * win32/vs6/libgstdirectdraw.dsp:
8877         * win32/vs6/libgstdirectsound.dsp:
8878         * win32/vs6/libgsteffectv.dsp:
8879         * win32/vs6/libgstflx.dsp:
8880         * win32/vs6/libgstgoom.dsp:
8881         * win32/vs6/libgsticydemux.dsp:
8882         * win32/vs6/libgstid3demux.dsp:
8883         * win32/vs6/libgstinterleave.dsp:
8884         * win32/vs6/libgstjpeg.dsp:
8885         * win32/vs6/libgstlevel.dsp:
8886         * win32/vs6/libgstmatroska.dsp:
8887         * win32/vs6/libgstmedian.dsp:
8888         * win32/vs6/libgstmonoscope.dsp:
8889         * win32/vs6/libgstmulaw.dsp:
8890         * win32/vs6/libgstmultipart.dsp:
8891         * win32/vs6/libgstqtdemux.dsp:
8892         * win32/vs6/libgstrtp.dsp:
8893         * win32/vs6/libgstrtsp.dsp:
8894         * win32/vs6/libgstsmpte.dsp:
8895         * win32/vs6/libgstspeex.dsp:
8896         * win32/vs6/libgstudp.dsp:
8897         * win32/vs6/libgstvideobalance.dsp:
8898         * win32/vs6/libgstvideobox.dsp:
8899         * win32/vs6/libgstvideocrop.dsp:
8900         * win32/vs6/libgstvideoflip.dsp:
8901         * win32/vs6/libgstvideomixer.dsp:
8902         * win32/vs6/libgstwaveform.dsp:
8903         * win32/vs6/libgstwavenc.dsp:
8904         * win32/vs6/libgstwavparse.dsp:
8905         Mark *.dsp & *.dsw as binary files and convert to DOS line
8906         endings, as they don't load into VS6 correctly otherwise.
8907
8908 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8909
8910         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8911         (rtsp_connection_connect):
8912         Fix the MingW build. 
8913         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8914         Fixes: #446981
8915
8916 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8917
8918         * tests/check/elements/.cvsignore:
8919         * tests/icles/.cvsignore:
8920         Hush the buildbots up
8921
8922 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8923
8924         * configure.ac:
8925         * sys/Makefile.am:
8926         * sys/directdraw/Makefile.am:
8927         * sys/directsound/Makefile.am:
8928         * sys/waveform/Makefile.am:
8929         Make sure to dist everything needed for win32 builds.
8930
8931 2007-06-14  Edward Hervey  <edward@fluendo.com>
8932
8933         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8934         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8935         caps.
8936         Fixes #447458
8937
8938 2007-06-13  Wim Taymans  <wim@fluendo.com>
8939
8940         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8941         Make sure we allocate enough memory for the codec_data.
8942         Fixes #447210.
8943
8944 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8945
8946         * win32/MANIFEST:
8947         Add videocrop project file to the win32 manifest.
8948         * win32/vs6/gst_plugins_good.dsw:
8949         Add qtdemux,videocrop and waveform projects to the workspace.
8950         * win32/vs6/libgstqtdemux.dsp:
8951         Add zlib to the link list of qtdemux.
8952         * win32/vs6/libgstvideocrop.dsp:
8953         Add a project file for videocrop.
8954
8955 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8956
8957         * po/POTFILES.in:
8958         Add qtdemux for translation
8959
8960 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8961
8962         * configure.ac:
8963         * docs/plugins/Makefile.am:
8964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8966         * docs/plugins/inspect/plugin-videocrop.xml:
8967         * gst-plugins-good.spec.in:
8968         * sys/Makefile.am:
8969         * tests/check/Makefile.am:
8970         * tests/icles/Makefile.am:
8971         * tests/icles/videocrop-test.c:
8972         Move videocrop and osxvideo from -bad.
8973
8974 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8975
8976         * configure.ac:
8977         * docs/plugins/Makefile.am:
8978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8980         * docs/plugins/gst-plugins-good-plugins.args:
8981         * docs/plugins/inspect/plugin-qtdemux.xml:
8982         * docs/plugins/inspect/plugin-quicktime.xml:
8983         * win32/MANIFEST:
8984         Move qtdemux from -bad.
8985
8986         * gst-plugins-good.spec.in:
8987         Update spec file to reflect moving of qtdemux and wavpack
8988
8989 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8990         
8991         * win32/MANIFEST:
8992         * docs/plugins/Makefile.am:
8993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8995         * docs/plugins/inspect/plugin-directdraw.xml:
8996         * docs/plugins/inspect/plugin-directsound.xml:
8997         * docs/plugins/inspect/plugin-waveform.xml:
8998         Move the waveform plugin from -bad too. Update the inspect xml
8999         files to mention Plugins Good instead of Plugins Bad.
9000
9001 2007-06-12  Andy Wingo  <wingo@pobox.com>
9002
9003         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9004         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9005         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9006         finalization and resuscitation. No longer public.
9007         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9008         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9009         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9010         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9011         miniobject semantics, and be threadsafe.
9012         (gst_v4l2src_queue_frame): Remove this function, as we just call
9013         the ioctls directly in the two places where we queue buffers.
9014         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9015         directly.
9016         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9017         to allocate the pool, which also preallocates the GstBuffers.
9018         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9019         queueing the frames directly.
9020         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9021         mmap buffers have been dequeued.
9022
9023         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9024         real MiniObject instead of rolling our own refcounting and
9025         finalizing. Give it a lock.
9026         (struct _GstV4l2Buffer): Remove one intermediary object, having
9027         the buffers hold the struct v4l2_buffer directly.
9028
9029         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9030         capture_init so that it can set them on the buffers that it will
9031         create.
9032         (gst_v4l2src_get_read): For better or for worse, include the
9033         timestamping and offsetting code here; really we should be using
9034         bufferalloc though.
9035         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9036         preallocated, mmap'd buffers.
9037
9038 2007-06-11  Wim Taymans  <wim@fluendo.com>
9039
9040         Patch by: daniel fischer <dan at f3c dot com>
9041
9042         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9043         (gst_ximage_src_get_caps):
9044         Actually use the display_name property so that we can dump any
9045         available X display. Fixes #445905.
9046
9047 2007-06-11  Wim Taymans  <wim@fluendo.com>
9048
9049         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9050
9051         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9052         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9053         Add missing rate fields to caps. Fixes #441118.
9054
9055 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9056
9057         * win32/vs6/gst_plugins_good.dsw:
9058         * win32/vs8/gst-plugins-good.sln:
9059         Add DirectSound and DirectDraw sinks project files to
9060         workspace and solution files.
9061
9062 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9063
9064         Patch by: Josh Coalson <xflac at yahoo dot com>,
9065         updated by Alexis Ballier <aballier at gentoo dot org>:
9066
9067         * configure.ac:
9068         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9069         (gst_flac_dec_setup_seekable_decoder),
9070         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9071         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9072         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9073         * ext/flac/gstflacdec.h:
9074         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9075         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9076         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9077         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9078         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9079         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9080         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9081         * ext/flac/gstflacenc.h:
9082         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9083         
9084 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9085
9086         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9087         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9088         not necessary anymore as we need at least that core version. 
9089
9090 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9091
9092         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9093         (gst_wavpack_dec_chain):
9094         * ext/wavpack/gstwavpackdec.h:
9095         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9096         (gst_wavpack_parse_push_buffer):
9097         * ext/wavpack/gstwavpackparse.h:
9098         Improve discont handling by checking if the next Wavpack block has
9099         the expected, following block index.
9100
9101 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9102
9103         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9104           Fix element description.
9105
9106 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         * configure.ac:
9109         * docs/plugins/Makefile.am:
9110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9112         * docs/plugins/gst-plugins-good-plugins.args:
9113         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9114         * docs/plugins/gst-plugins-good-plugins.signals:
9115         * docs/plugins/inspect/plugin-autodetect.xml:
9116         * docs/plugins/inspect/plugin-gconfelements.xml:
9117         * docs/plugins/inspect/plugin-ladspa.xml:
9118         * docs/plugins/inspect/plugin-rtp.xml:
9119         * docs/plugins/inspect/plugin-wavpack.xml:
9120         * ext/Makefile.am:
9121         * tests/check/Makefile.am:
9122           move wavpack plugin.  See #352605.
9123
9124 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9125
9126         * configure.ac:
9127         * docs/plugins/Makefile.am:
9128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9130         * docs/plugins/gst-plugins-good-plugins.args:
9131         * sys/Makefile.am:
9132         * win32/MANIFEST:
9133         Add DirectDraw & DirectSound plugins to the build and docs.
9134
9135 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9136
9137         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9138         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9139           When operating in pull mode, error out correct on not-linked.
9140
9141 2007-06-06  Andy Wingo  <wingo@pobox.com>
9142
9143         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9144         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9145         format and size if the ioctls are defined; should fix compilation
9146         on Linux < 2.16.19.
9147
9148 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9151           Printf fixes in debug statements; use LOG level for debug statements
9152           that are printed for each and every frame; convert c++ comments to
9153           C-style comments; not much point using g_try_malloc() if we then not
9154           even check the return value.
9155
9156 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9157
9158         * configure.ac:
9159           Bump requirements to released versions (core and base 0.10.13).
9160
9161         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9162           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9163           own implementation.
9164
9165 2007-06-05  Andy Wingo  <wingo@pobox.com>
9166
9167         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9168         some useless comments.
9169
9170         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9171         frames before calling STREAMON, that might leave them in a state
9172         where they can't be dequeued if we go back to NULL without calling
9173         STREAMON, according to the docs.
9174         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9175         before we call STREAMON.
9176         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9177         failures. (For me this code hung.) The pool refcounting is still
9178         crack; added a note to that effect.
9179
9180 2007-06-05  Wim Taymans  <wim@fluendo.com>
9181
9182         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9183         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9184         Add support for mapping gst structure names to the MIME type equivalent.
9185         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9186
9187 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9188
9189         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9190         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9191         (gst_wavenc_chain), (gst_wavenc_change_state):
9192         * gst/wavenc/gstwavenc.h:
9193         Properly write wav files with width!=depth by having the depth most
9194         significant bytes set and all others zero. Fixes #442535.
9195
9196 2007-06-01  Wim Taymans  <wim@fluendo.com>
9197
9198         * gst/rtsp/rtspconnection.c:
9199         Add include to make buildbot happy.
9200
9201 2007-06-01  Wim Taymans  <wim@fluendo.com>
9202
9203         Patch by: Peter Kjellerstedt  <pkj at axis com>
9204
9205         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9206         (rtsp_connection_connect), (add_date_header),
9207         (rtsp_connection_send), (parse_response_status),
9208         (parse_request_line), (parse_line), (rtsp_connection_receive):
9209         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9210         * gst/rtsp/rtspdefs.h:
9211         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9212         (rtsp_message_init_request), (rtsp_message_init_response),
9213         (rtsp_message_remove_header), (rtsp_message_append_headers),
9214         (rtsp_message_dump):
9215         * gst/rtsp/rtspmessage.h:
9216         Improves version checking, allowing an RTSP server to reply with "505
9217         RTSP Version not supported.
9218         Adds a Date header to all messages.
9219         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9220         want to be able to send a response even if something in the request was
9221         invalid. EINVAL is only used when passing wrong arguments to functions.
9222         Do not handle an invalid method in parse_request_line(). Defer this to
9223         the caller so it can respond with "405 Method Not Allowed".
9224         Improves parsing of the timeout parameter to the Session header,
9225         allowing whitespace after the semicolon. 
9226         Avoids a compiler warning due to variables shadowing a function argument.
9227
9228 2007-06-01  Wim Taymans  <wim@fluendo.com>
9229
9230         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9231
9232         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9233         (gst_rtp_amr_depay_process):
9234         * gst/rtp/gstrtpamrdepay.h:
9235         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9236         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9237         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9238         * gst/rtp/gstrtpamrpay.h:
9239         Add support for AMR-WB.
9240         Small cleanups such as using BOILERPLATE.
9241
9242 2007-05-31  Wim Taymans  <wim@fluendo.com>
9243
9244         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9245         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9246
9247 2007-05-30  Andy Wingo  <wingo@pobox.com>
9248
9249         * sys/v4l2/gstv4l2object.h: 
9250         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9251         unintended changes.
9252
9253         * sys/v4l2/v4l2src_calls.h: 
9254         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9255         the format list in the order that the driver gives it to us.
9256         (gst_v4l2src_probe_caps_for_format_and_size)
9257         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9258         based on the capabilities of the device.
9259         (gst_v4l2src_grab_frame): Update for object variable renaming.
9260         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9261         as in the set_caps below.
9262         (gst_v4l2src_capture_init): Update for object variable renaming,
9263         and reflow.
9264         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9265         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9266         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9267         (gst_v4l2src_get_fps): Remove; these functions don't have much
9268         meaning outside of an atomic set_caps method.
9269         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9270         known.
9271
9272         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9273         call to update_fps; not sure about this change.
9274         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9275         moment we don't have an update_fps_func.
9276
9277         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9278         structures in the object, just store what we need. Do store the
9279         probed caps of the device. Don't store the current frame rate.
9280
9281         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9282         update_fps_function, for now. Update for new object variable
9283         naming.
9284         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9285         new object variable naming.
9286         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9287         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9288         (gst_v4l2src_get_caps): Rework to probe the device for supported
9289         frame sizes and frame rates.
9290         (gst_v4l2src_set_caps): Rework to be strict in the given
9291         parameters: if someone asks us to have a certain size and rate,
9292         that is what we configure.
9293         (gst_v4l2src_get_read): Update for object variable naming. Don't
9294         leak buffers on short reads.
9295         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9296         comments.
9297         (gst_v4l2src_create): Update for object variable naming.
9298
9299 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9302         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9303         * gst/avi/gstavidemux.h:
9304           Parse subtitle text streams instead of erroring out (#442034). Still
9305           needs a parser for the subtitles to actually show up.
9306
9307 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9310         (gst_avi_demux_loop):
9311           Make _push_event() return TRUE if the event could be pushed on at
9312           least one pad and not only if it could be pushed on all pads,
9313           otherwise we'll end up posting an error message on EOS if one or
9314           more source pads are not connected.
9315
9316 2007-05-28  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/rtsp/rtsptransport.c:
9319         Use renamed RTP bin.
9320
9321 2007-05-28  Wim Taymans  <wim@fluendo.com>
9322
9323         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9324
9325         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9326         (gst_video_box_set_property), (gst_video_box_transform_caps),
9327         (video_box_recalc_transform), (gst_video_box_set_caps),
9328         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9329         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9330         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9331         (gst_video_box_i420_i420), (gst_video_box_transform),
9332         (plugin_init):
9333         Add AYUV->AYUV and AYUV->I420 formats. 
9334         Fix negotiation and I420->AYUV conversion.
9335         Fixes #429329.
9336
9337 2007-05-26  Wim Taymans  <wim@fluendo.com>
9338
9339         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9340         Use different variables for nested for loops so that the outer loop
9341         functions properly and speex files with multiple frames per buffer work
9342         properly.
9343         Fixes #441408.
9344
9345 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9348           Don't leak newsegment events.
9349
9350 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/wavparse/Makefile.am:
9353           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9354           drags it in.
9355
9356 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9359         (notgst_value_array_append_buffer),
9360         (gst_flac_enc_process_stream_headers),
9361         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9362         (gst_flac_enc_change_state):
9363         * ext/flac/gstflacenc.h:
9364           Collect headers, add "streamheader" field to output caps and set
9365           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9366           produces output according to the official FLAC-to-Ogg mapping
9367           instead of completely broken files. Fixes #426044.
9368
9369 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9370
9371         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9372         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9373         (gst_id3demux_sink_event):
9374         * gst/id3demux/gstid3demux.h:
9375         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9376         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9377         (gst_tag_demux_send_new_segment):
9378         Handle and adjust new-segment events so that downstream really
9379         sees a stream with the tag pieces stripped off the front and back.
9380         Fixes strangeness in seeking when mp3 decoders use the new-segment
9381         byte position to estimate their current playback position timestamp
9382         and then the arriving buffers don't match up.
9383
9384 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9385
9386         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9387           Don't unnecessarily perform a READY->NULL->READY transition on the
9388           detected audio sink when starting up. Fixes: #440127
9389
9390 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9393         (gst_flac_enc_chain):
9394           Don't crash in chain function if setcaps hasn't been called.
9395
9396 2007-05-24  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9399         Init value to avoid infinte loops.
9400
9401 2007-05-24  Wim Taymans  <wim@fluendo.com>
9402
9403         Patch by: Peter Kjellerstedt  <pkj at axis com>
9404
9405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9406         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9407         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9408         (gst_rtspsrc_play):
9409         (rtsp_connection_send), (rtsp_connection_receive):
9410         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9411         Fix for new API.
9412
9413         * gst/rtsp/rtspconnection.c: (add_auth_header),
9414         Only add authorisation and session headers when sending messages.
9415
9416         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9417         (rtsp_message_init_request), (rtsp_message_init_response),
9418         (rtsp_message_unset), (rtsp_message_add_header),
9419         (rtsp_message_remove_header), (rtsp_message_get_header),
9420         (rtsp_message_append_headers), (dump_key_value),
9421         (rtsp_message_dump):
9422         * gst/rtsp/rtspmessage.h:
9423         Add support for multiple headers of the same type by storing the parsed
9424         headers in a GArray instaed of a hashtable.
9425
9426 2007-05-21  Wim Taymans  <wim@fluendo.com>
9427
9428         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9429         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9430         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9431         safer shutdown.
9432
9433 2007-05-21  Wim Taymans  <wim@fluendo.com>
9434
9435         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9436         * gst/rtsp/gstrtpdec.h:
9437         Added signal for backwards compat.
9438
9439 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9440         
9441         Patch by: René Stadler <mail at renestadler dot de>
9442
9443         * configure.ac:
9444         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9445         (gst_au_parse_parse_header), (gst_au_parse_chain):
9446         * gst/auparse/gstauparse.h:
9447         Use audioconvert for converting from non-native endianness floats
9448         in auparse instead of doing it ourself. Fixes #424527.
9449         This needs the audioconvert from plugins-base CVS.
9450         
9451 2007-05-21  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9454         (gst_rtp_h263p_pay_flush):
9455         Fix enum registration.
9456
9457 2007-05-21  Wim Taymans  <wim@fluendo.com>
9458
9459         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9460
9461         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9462         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9463         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9464         (gst_rtp_h263p_pay_flush):
9465         * gst/rtp/gstrtph263ppay.h:
9466         Add new fragmentation mode base on GOB headers. Fixes #438940.
9467
9468 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9471           Printf format fix.
9472
9473 2007-05-18  Wim Taymans  <wim@fluendo.com>
9474
9475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9476         Don't crash when an unsupported transport error was returned by the
9477         server, just try to configure the next stream. Fixes #439255.
9478
9479 2007-05-18  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9482         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9483         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9484         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9485         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9486         * gst/rtsp/gstrtspsrc.h:
9487         Add TCP timeout property and use it for all TCP connection.
9488
9489         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9490         (rtsp_connection_write), (rtsp_connection_next_timeout),
9491         (rtsp_connection_reset_timeout):
9492         Make connect and writes cancelable and make them use the timeout.
9493
9494 2007-05-18  Wim Taymans  <wim@fluendo.com>
9495
9496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9497         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9498         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9499         (gst_rtspsrc_setup_streams):
9500         Refactor timeout handling.
9501         Also send keep-alive when dealing with TCP transport.
9502
9503         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9504         (rtsp_connection_free), (rtsp_connection_next_timeout),
9505         (rtsp_connection_reset_timeout):
9506         * gst/rtsp/rtspconnection.h:
9507         Use a timer to handle the session timeouts, add some methods to deal
9508         with timeouts.
9509
9510 2007-05-17  Wim Taymans  <wim@fluendo.com>
9511
9512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9513         (gst_rtspsrc_setup_streams):
9514         Ignore streams that fail the setup command, we will retry with a
9515         different transport later on.
9516
9517         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9518         (rtsp_ext_wms_configure_stream):
9519         Fix encoding name case.
9520
9521 2007-05-16  Edward Hervey  <edward@fluendo.com>
9522
9523         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9524         Fix build on macosx.
9525
9526 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9527
9528         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9529         Replace direct comparison of a string with the string literal "" with
9530         a comparison of the first character with '\0'. Fixes #438926.
9531
9532 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9533
9534         * gst/debug/breakmydata.c (gst_break_my_data_init):
9535           One more try. This should be the proper fix now.
9536
9537 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * gst/debug/breakmydata.c:
9540           Ooops, no // comments please.
9541
9542 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9543
9544         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9545         (gst_break_my_data_init):
9546           Fix gst_buffer_is_writable() assertion.
9547
9548 2007-05-14  David Schleef  <ds@schleef.org>
9549
9550         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9551           video/x-raw-bayer.  Fixes #314160.
9552
9553 2007-05-14  Wim Taymans  <wim@fluendo.com>
9554
9555         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9556         (gst_rtp_theora_depay_parse_configuration):
9557         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9558         (gst_rtp_theora_pay_finish_headers),
9559         (gst_rtp_theora_pay_handle_buffer):
9560         Update theora pay/depayloader in a similar to vorbis.
9561
9562         * gst/rtp/gstrtpvorbisdepay.c:
9563         (gst_rtp_vorbis_depay_parse_configuration):
9564         Update docs.
9565
9566 2007-05-14  Wim Taymans  <wim@fluendo.com>
9567
9568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9569         When we try to execute a method that is not supported by the server,
9570         don't error out but remove the method from the accepted methods so that
9571         we never try to perform this method again.
9572
9573 2007-05-14  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9576         Remove annoying _dump_mem.
9577
9578 2007-05-14  Wim Taymans  <wim@fluendo.com>
9579
9580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9581         Parse range correctly.
9582
9583         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9584         The baseurl now always has a '/' at the start.
9585
9586 2007-05-14  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9589         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9590         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9591         Factor out caps configuration and configure more stuff such as the time
9592         ranges and speed/scale values.
9593
9594         * gst/rtsp/rtsptransport.c:
9595         Add Copyright after non-trival fixes.
9596
9597 2007-05-12  Wim Taymans  <wim@fluendo.com>
9598
9599         Patch by: Peter Kjellerstedt  <pkj at axis com>
9600
9601         * gst/rtsp/gstrtspsrc.h:
9602         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9603         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9604         (rtsp_message_get_header):
9605         * gst/rtsp/rtspmessage.h:
9606         Make channel guint8 where possible.
9607         Make rtsp_message_init_data() take the channel as a guint8.
9608
9609         * gst/rtsp/rtspdefs.c:
9610         Fixed a typo: Timout -> Timeout
9611
9612         * gst/rtsp/rtspdefs.h:
9613         Make RTSP_CHECK() behave as a statement.
9614
9615         * gst/rtsp/sdpmessage.c:
9616         Avoid a compiler warning in INIT_ARRAY().
9617         Fixes #437692.
9618
9619 2007-05-12  Wim Taymans  <wim@fluendo.com>
9620
9621         Patch by: Peter Kjellerstedt  <pkj at axis com>
9622
9623         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9624         (rtsp_url_get_request_uri):
9625         * gst/rtsp/rtspurl.h:
9626         Add support for query parameters to RTSP URLs.
9627
9628 2007-05-12  Wim Taymans  <wim@fluendo.com>
9629
9630         Patch by: Peter Kjellerstedt  <pkj at axis com>
9631
9632         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9633         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9634         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9635         (rtsp_transport_parse), (rtsp_transport_as_text):
9636         * gst/rtsp/rtsptransport.h:
9637         Add validation to rtsp_transport_parse().
9638         Add rtsp_transport_as_text() to generate an RTSP header from an
9639         RTSPTransport.
9640         Change ssrc to guint (was a string) since that is what it is, even
9641         though it is sent as a hex string.
9642         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9643         incorrect, which can be seen when looking at the examples in the RFC).
9644         Fixes #437670.
9645
9646 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9647
9648         Patch by: Eric Anholt
9649
9650         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9651           gst_ximage_src_ximage_get):
9652         Use union of all damage between frames to make it faster.
9653         Fixes bug #342463.
9654         Also fix crasher when cursor is at bottom right of window.
9655
9656 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9659           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9660           streaming mode regression for file from #343837 with 'bext' chunk
9661           before the 'fmt' chunk.
9662
9663 2007-05-11  Wim Taymans  <wim@fluendo.com>
9664
9665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9666         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9667         (gst_rtspsrc_handle_src_event),
9668         (gst_rtspsrc_stream_configure_manager),
9669         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9670         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9671         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9672         * gst/rtsp/gstrtspsrc.h:
9673         * gst/rtsp/rtspdefs.h:
9674         Preliminary seek support.
9675         Activate internal pads so that we can receive events on them.
9676         Don't try to parse a range string when it's NULL.
9677
9678 2007-05-11  Wim Taymans  <wim@fluendo.com>
9679
9680         * gst/rtp/README:
9681         Update README with new RTP variables that will be used for
9682         synchronisation.
9683
9684         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9685         (gst_rtp_vorbis_depay_parse_configuration),
9686         (gst_rtp_vorbis_depay_process):
9687         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9688         (gst_rtp_vorbis_pay_finish_headers),
9689         (gst_rtp_vorbis_pay_handle_buffer):
9690         Update vorbis pay and depayloader to draft-04.
9691
9692 2007-05-11  Wim Taymans  <wim@fluendo.com>
9693
9694         * gst/rtsp/rtsptransport.c:
9695         UDP MCAST is actually the default for RTP/AVP.
9696 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9697
9698         * gst/level/gstlevel.c: (gst_level_transform_ip):
9699         Use guint8 * instead of gpointer then vs6 can build 
9700         in_data += (filter->width / 8).
9701
9702 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9703
9704         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9705           gst_ximage_src_ximage_get):
9706         * sys/ximage/gstximagesrc.h (last_ximage):
9707         When using Damage actually keep the last frame, and not assume
9708         that the buffer we get already has the last frame on it.
9709         Copy the cursor over if we specify a non-zero start x and
9710         start y.
9711
9712 2007-05-11  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/rtsp/rtsptransport.c:
9715         Make UDP the default transport when not specified.
9716
9717 2007-05-09  David Schleef  <ds@schleef.org>
9718
9719         * gst/level/gstlevel.c:
9720           Revert last change.
9721
9722 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9723
9724         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9725         (gst_level_transform_ip):
9726         Use guint8 * instead of gpointer then vs6 know the size of data
9727         pointed when moving the pointer.
9728         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9729         Move instructions after variables declaration.
9730         * win32/vs6/autogen.dsp:
9731         * win32/vs6/libgstrtp.dsp:
9732         * win32/vs6/libgstrtsp.dsp:
9733         Update vs6 project files.
9734
9735 2007-05-09  Wim Taymans  <wim@fluendo.com>
9736
9737         * gst/rtsp/Makefile.am:
9738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9739         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9740         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9741         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9742         (rtsp_range_free):
9743         * gst/rtsp/rtsprange.h:
9744         Add code to parse time ranges.
9745         Report DURATION on the stream when possible.
9746
9747 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9750         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9751         (gst_videomixer_collected):
9752           Fix strides calculation for AYUV (it's just width*4) (#436910).
9753
9754 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9755
9756         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9757         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9758         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9759         Sync the GObject properties before each processing step to properly
9760         work with the controller.
9761
9762 2007-05-04  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9765         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9766         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9767         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9768         (gst_rtspsrc_change_state):
9769         Let more error state trickle down so that we can catch more error
9770         cases.
9771         Handle keep-alive a little smarter by selecting a method the server
9772         actually supports.
9773         Fix a race in UDP streaming shutdown.
9774
9775 2007-05-04  Wim Taymans  <wim@fluendo.com>
9776
9777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9778         Ignore errors when trying to use the keep-alive messages.
9779
9780 2007-05-04  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9783         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9784         (gst_rtspsrc_stream_configure_manager),
9785         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9786         (gst_rtspsrc_stream_configure_mcast),
9787         (gst_rtspsrc_stream_configure_udp),
9788         (gst_rtspsrc_stream_configure_udp_sink),
9789         (gst_rtspsrc_stream_configure_transport):
9790         Send RTCP messages back to the server over the TCP connection.
9791
9792         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9793         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9794         (rtsp_connection_receive):
9795         * gst/rtsp/rtspconnection.h:
9796         Factor out and expose lowlevel _write and _read methods.
9797         Implement sending data messages to the server.
9798
9799 2007-05-03  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9802         (gst_multipart_mux_collected):
9803         Fix timestamps on outgoing buffers.
9804
9805 2007-05-03  Wim Taymans  <wim@fluendo.com>
9806
9807         * gst/multipart/multipartmux.c:
9808         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9809         (gst_multipart_mux_change_state):
9810         Emit NEWSEGMENT events before pushing the first buffer.
9811
9812 2007-05-03  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9815         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9816         (gst_rtspsrc_handle_src_query),
9817         (gst_rtspsrc_stream_configure_manager),
9818         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9819         (gst_rtspsrc_stream_configure_mcast),
9820         (gst_rtspsrc_stream_configure_udp),
9821         (gst_rtspsrc_stream_configure_udp_sink),
9822         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9823         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9824         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9825         (gst_rtspsrc_pause):
9826         Refactor transport configuration code.
9827         Create internal pads for TCP transport so that we can implement events
9828         and queries.
9829         Handle events and queries.
9830         Parse range from the SDP.
9831         Fix race in pause handler where the connection could still be flushing.
9832
9833 2007-05-02  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9836         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9837         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9838         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9839         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9840         (gst_rtspsrc_change_state):
9841         * gst/rtsp/gstrtspsrc.h:
9842         Fix race when multiple udp sources post timeouts, just act on the first
9843         received timeout.
9844         Protect stream list with a recursive lock to fix some races.
9845         Flush connection when we need to do a reconnect or stop.
9846         Make state lock recursive.
9847
9848         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9849         (rtsp_connection_close):
9850         Some small cleanups.
9851
9852 2007-05-02  Wim Taymans  <wim@fluendo.com>
9853
9854         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9855         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9856         Only set DISCONT when there actually is a discont or when we just
9857         started.
9858
9859 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9860
9861         * ext/flac/gstflac.c: (plugin_init):
9862         Call bindtextdomain() to get localized strings.
9863
9864 2007-05-02  Wim Taymans  <wim@fluendo.com>
9865
9866         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9867         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9868         (gst_wavparse_stream_data):
9869         * gst/wavparse/gstwavparse.h:
9870         Be a bit more clever when dealing with VBR files with FACT tags, we
9871         don't want to timestamp buffers in that case but the estimated BPS can
9872         be used for seeking.
9873         Only send close segment in the streaming thread.
9874
9875 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9876
9877         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9878         Correctly post an error on the bus if something went wrong in the loop
9879         function. This fixes a few cases where the task was paused and nothing
9880         happened anymore.
9881
9882 2007-05-02  Wim Taymans  <wim@fluendo.com>
9883
9884         * gst/rtsp/test.c: (main):
9885         Fix compilation of deprecated test just because I'm too lazy to delete
9886         it.
9887
9888 2007-05-02  Wim Taymans  <wim@fluendo.com>
9889
9890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9891         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9892         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9893         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9894         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9895         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9896         * gst/rtsp/gstrtspsrc.h:
9897         Fix sending RTCP to the right place.
9898         Fix bug in reffing the wrong UDP element.
9899         Use new pad names for the session manager.
9900         Implement handling server requests in interleaved and UDP modes.
9901         Handle session keep-alive in UDP modes.
9902         Remove GCond for handling UDP timeouts.
9903
9904         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9905         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9906         (rtsp_connection_receive), (rtsp_connection_close):
9907         * gst/rtsp/rtspconnection.h:
9908         Store connection IP address for later.
9909         Add timeout args to all operations that might block forever.
9910         Parse session timeout.
9911         Only close sockets when not already closed.
9912
9913         * gst/rtsp/rtspdefs.c:
9914         * gst/rtsp/rtspdefs.h:
9915         Add timeout return value and error string.
9916
9917         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9918         Add small comment.
9919
9920 2007-05-01  Wim Taymans  <wim@fluendo.com>
9921
9922         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9923
9924         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9925         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9926         * gst/rtp/gstrtpmp4vpay.h:
9927         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9928
9929 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9932           Remove v4l2src from docs, since it breaks the docs build, and the
9933           plugin is only built if --enable-experimental is used anyway.
9934
9935         * docs/plugins/Makefile.am:
9936           Spaces => tab.
9937
9938 2007-04-29  Wim Taymans  <wim@fluendo.com>
9939
9940         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9941         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9942         Add code to drop membership of a multicast group.
9943
9944         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9945         (gst_udpsink_set_uri):
9946         Implement URI handler.
9947
9948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9949         (gst_rtspsrc_parse_rtpinfo):
9950         Use URI handler to make udpsink instace.
9951         Improve code to configure port and destination.
9952
9953 2007-04-29  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9956         Fix multicast detection.
9957         Don't try to join a multicast group if the address is not multicast.
9958
9959         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9960         Small debug improvement.
9961
9962 2007-04-27  Wim Taymans  <wim@fluendo.com>
9963
9964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9965         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9966         (gst_rtspsrc_handle_message):
9967         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9968         parent.
9969
9970 2007-04-27  Wim Taymans  <wim@fluendo.com>
9971
9972         * gst/rtp/gstrtpilbcdepay.h:
9973         Fix mode property when specified as an arg.
9974
9975 2007-04-26  Edward Hervey  <edward@fluendo.com>
9976
9977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9979         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9980         * docs/plugins/inspect/plugin-osxaudio.xml:
9981         Add documentation for osxaudio plugin.
9982
9983 2007-04-26  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9986         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9987         (gst_rtspsrc_open), (gst_rtspsrc_close),
9988         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9989         (gst_rtspsrc_pause):
9990         * gst/rtsp/gstrtspsrc.h:
9991         Protect state changes with a lock.
9992
9993         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9994         (parse_line):
9995         * gst/rtsp/rtspconnection.h:
9996         Remove some unused stuff.
9997
9998 2007-04-26  Wim Taymans  <wim@fluendo.com>
9999
10000         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10001         Handle the case where there are exactly 0 bytes to read and the ioctl
10002         did not report an error. Fixes #433530.
10003
10004 2007-04-26  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10007         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10008         * gst/wavparse/gstwavparse.h:
10009         Apply DISCONT to buffers.
10010         Only apply timestamp to the first sample after a DISCONT, too many VBR
10011         files cause random jitter in the timestamps. Fixes #433119.
10012
10013 2007-04-25  Wim Taymans  <wim@fluendo.com>
10014
10015         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10016         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10017         (gst_rtp_dec_get_property):
10018         * gst/rtsp/gstrtpdec.h:
10019         Add dummy latency property to be backwards compat with rtpbin.
10020
10021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10022         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10023         (gst_rtspsrc_stream_configure_transport),
10024         (gst_rtspsrc_parse_rtpinfo):
10025         * gst/rtsp/gstrtspsrc.h:
10026         Add latency property and configure in the session manager.
10027         Don't set invalid clock-base and seqnum-base on caps, some servers
10028         sometimes don't send them.
10029
10030 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10033         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10034           Double-check that RGB input caps are really RGBA caps (apparently
10035           the core doesn't always catch it if those caps aren't a subset of
10036           our template caps, also see #421543). Fixes #429319 in a way.
10037           Also, don't leak the pad template in the transform_caps function.
10038
10039         * tests/check/Makefile.am:
10040         * tests/check/elements/.cvsignore:
10041         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10042         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10043         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10044         (GST_START_TEST), (alphacolor_suite):
10045           Add some basic unit tests for alphacolor.
10046
10047 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10048
10049         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10050           If we get a fatal flow return in the loop function, first post the
10051           error message and only then send the EOS event downstream, otherwise
10052           applications might get an eos message before the error message and
10053           think everything was ok (related to #429319).
10054
10055 2007-04-25  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10058         Read the channel byte as an unsigned byte.
10059
10060 2007-04-25  Wim Taymans  <wim@fluendo.com>
10061
10062         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10063         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10064         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10065         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10066         (gst_rtp_gsm_depay_setcaps):
10067         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10068         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10069         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10070         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10071         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10072         (gst_ilbc_depay_get_property):
10073         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10074         * gst/rtp/gstrtpmp4adepay.c:
10075         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10076         (gst_rtp_pcma_depay_setcaps):
10077         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10078         (gst_rtp_pcmu_depay_setcaps):
10079         Make sure we configure the clock_rate in the baseclass in the setcaps
10080         function. Fixes #431282.
10081
10082 2007-04-25  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10085         (gst_rtspsrc_stream_free), (request_pt_map),
10086         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10087         * gst/rtsp/gstrtspsrc.h:
10088         Parse server address from SDP.
10089         Hook up a udpsink to send RTCP back to the server.
10090
10091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10092         * gst/rtsp/rtsptransport.h:
10093         Add some docs.
10094
10095 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10096
10097         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10098           Make header field check conditional. Fixes #433135
10099
10100 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * docs/plugins/Makefile.am:
10103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10105         * docs/plugins/inspect/plugin-alphacolor.xml:
10106         * gst/alpha/Makefile.am:
10107         * gst/alpha/gstalphacolor.c:
10108         * gst/alpha/gstalphacolor.h:
10109           Add minimal docs blurb to alphacolor; split out headers into
10110           separate header file for gtk-doc.
10111
10112 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         * gst/debug/progressreport.c: (gst_progress_report_report):
10115           Don't try to post NULL message (in case we can't query upstream
10116           position or duration).
10117
10118 2007-04-18  Michael Smith  <msmith@fluendo.com>
10119
10120         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10121         (gst_cutter_get_caps):
10122         * gst/cutter/gstcutter.h:
10123           Fix some of the most obvious bugs in cutter. Now doesn't leak
10124           everything if input is silent.
10125
10126 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10127
10128         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10129         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10130         * gst/wavenc/gstwavenc.h:
10131         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10132         else results in a invalid block align and invalid files.
10133
10134 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         Patch by: Snaik <snaik32 gmail com>
10137
10138         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10139           Add missing break statement for BOX_HORIZONTAL case.
10140
10141 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10142
10143         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10144
10145         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10146         Use correct format strings for integer types.
10147
10148 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10149
10150         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10151         (gst_wavparse_create_sourcepad):
10152         Use gst_riff_create_audio_template_caps () instead of the local caps.
10153         This makes updates of the local caps unecessary whenever libgstriff
10154         gets support for new formats.
10155
10156 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10159
10160         * sys/sunaudio/gstsunaudio.c:
10161         * sys/sunaudio/gstsunaudiomixer.c:
10162         * sys/sunaudio/gstsunaudiomixer.h:
10163         * sys/sunaudio/gstsunaudiomixerctrl.c:
10164         * sys/sunaudio/gstsunaudiomixerctrl.h:
10165         * sys/sunaudio/gstsunaudiomixertrack.h:
10166         * sys/sunaudio/gstsunaudiosink.c:
10167         * sys/sunaudio/gstsunaudiosink.h:
10168         * sys/sunaudio/gstsunaudiosrc.c:
10169         * sys/sunaudio/gstsunaudiosrc.h:
10170           Fix and/or update copyright attributions (#430228).
10171
10172 2007-04-13  Wim Taymans  <wim@fluendo.com>
10173
10174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10175         Fix docs.
10176
10177         * gst/rtsp/URLS:
10178         Add some more example urls.
10179
10180         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10181         (gst_rtp_dec_chain_rtp):
10182         Better debugging.
10183
10184         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10185         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10186         (gst_rtspsrc_parse_rtpinfo):
10187         Remove unused code.
10188
10189 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10190
10191         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10192         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10193         (gst_wavparse_stream_data):
10194           Relax the audio/mpeg caps again and add FIXME: comment.
10195
10196 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10197
10198         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10199         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10200         (gst_wavparse_stream_data):
10201         * gst/wavparse/gstwavparse.h:
10202           More sanity check for the header fields. Fix type for 'rate' header
10203           field.
10204
10205 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10208         (gst_icydemux_unicodify):
10209           If the metadata strings we get in the stream are not UTF-8, try to
10210           interpret them according to the character encodings specified in the
10211           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10212           only fall back to locale/ISO-8859-1 if those aren't set or don't
10213           work. Should fix #428901.
10214
10215 2007-04-12  Wim Taymans  <wim@fluendo.com>
10216
10217         * gst/rtp/gstrtph264depay.c:
10218         Use the proper sync word for SPS and PPS.
10219
10220 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10221
10222         * gst/rtp/Makefile.am:
10223         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10224           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10225         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10226           Add a simple hashing implementation that we can use to generate
10227           a 24-bit ident value based on the codebooks for vorbis and theora.
10228         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10229           gst_rtp_theora_pay_handle_buffer):
10230         * gst/rtp/gstrtpvorbisdepay.c
10231           (gst_rtp_vorbis_depay_parse_configuration,
10232           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10233         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10234           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10235           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10236           Use the hashing function, ensuring that the same codebooks result
10237           in the same ident and thus the same SDP description.
10238           Various log fixes/changes.
10239
10240 2007-04-12  Wim Taymans  <wim@fluendo.com>
10241
10242         Patch by: jerry tan <jerry dot tan at sun dot com>
10243
10244         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10245         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10246         application's responsibility to make sure it open the device once.
10247         Remove a careless error if AUDIODEV is set. Fixes #392620.
10248
10249 2007-04-12  Wim Taymans  <wim@fluendo.com>
10250
10251         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10252         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10253         * gst/rtsp/gstrtpdec.h:
10254         Make backward compat with rtpbin by adding the request-pt-map signals.
10255
10256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10257         (new_session_pad), (request_pt_map),
10258         (gst_rtspsrc_stream_configure_transport),
10259         (gst_rtspsrc_stream_configure_caps),
10260         (gst_rtspsrc_activate_streams):
10261         * gst/rtsp/gstrtspsrc.h:
10262         Implement request-pt-map signals instead of setting caps on the buffers
10263         for the session manager.
10264
10265 2007-04-11  Wim Taymans  <wim@fluendo.com>
10266
10267         * gst/udp/gstudp.c: (plugin_init):
10268         Register GstNetBuffer in plugin_init so that the type can be used from
10269         multiple threads without races.
10270
10271 2007-04-10  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10274         (gst_rtp_amr_depay_process):
10275         Fix depayloader clock_rate and some cleanups.
10276
10277         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10278         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10279         * gst/rtp/gstrtph264depay.h:
10280         Don't push codec_data in the adapter because it might get flushed when
10281         we get a discont.
10282
10283         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10284         Handle multiple AU per packet.
10285
10286         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10287         (gst_rtp_sv3v_depay_plugin_init):
10288         Disable rank, this one does not work.
10289         Remove timestamping, base class does that.
10290
10291 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10292
10293         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10294           limit caps to the formats we announce in the template
10295
10296         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10297         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10298         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10299           fix some crashers/asserts when dealing with broken files
10300
10301 2007-04-10  Wim Taymans  <wim@fluendo.com>
10302
10303         Patch by: Peter Kjellerstedt  <pkj at axis com>
10304
10305         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10306         * gst/rtp/gstrtpL16depay.c:
10307         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10308         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10309         (gst_rtp_speex_depay_setcaps):
10310         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10311         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10312         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10313         Fix some compiler warnings. Fixes #428182.
10314
10315 2007-04-06  Wim Taymans  <wim@fluendo.com>
10316
10317         * gst/rtsp/Makefile.am:
10318         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10319         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10320         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10321         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10322         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10323         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10324         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10325         (create_rtcp), (gst_rtp_dec_request_new_pad),
10326         (gst_rtp_dec_release_pad):
10327         * gst/rtsp/gstrtpdec.h:
10328         * gst/rtsp/gstrtsp.c: (plugin_init):
10329         Morph RTPDec into something compatible with RTPBin as a fallback.
10330         Various other style fixes.
10331
10332         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10333         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10334         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10335         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10336         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10337         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10338         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10339         * gst/rtsp/gstrtspsrc.h:
10340         Implement RTPBin session manager handling.
10341         Don't try to add empty properties to caps.
10342         Implement fallback session manager, handling.
10343         Don't combine errors from RTCP streams, just ignore them.
10344
10345         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10346         * gst/rtsp/rtsptransport.h:
10347         Implement fallback session manager.
10348         Make RTPBin the default one when available.
10349
10350 2007-04-05  Wim Taymans  <wim@fluendo.com>
10351
10352         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10353         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10354         This element is ready to be autoplugged.
10355
10356 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10357
10358         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10359         Don't leave the offsets defined by upstream element on the
10360         compressed data buffer we are pushing downstream. Make them
10361         GST_BUFFER_OFFSET_NONE.
10362
10363 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10364
10365         * gst/avi/README:
10366         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10367         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10368         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10369         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10370         (gst_avi_demux_calculate_durations_from_index),
10371         (gst_avi_demux_stream_header_push),
10372         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10373         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10374           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10375
10376 2007-04-03  Wim Taymans  <wim@fluendo.com>
10377
10378         * gst/smpte/barboxwipes.c:
10379         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10380
10381 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10382
10383         * gst/wavparse/gstwavparse.c:
10384         Support audio/x-raw-float in wav files. This only works with
10385         plugins-base CVS, using an older version doesn't have any
10386         disadvantages though.
10387
10388 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10389
10390         * configure.ac:
10391         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10392         (gst_au_parse_parse_header), (gst_au_parse_chain):
10393         * gst/auparse/gstauparse.h:
10394         Revert last change as we don't want plugins-good to depend on
10395         plugins-base CVS now.
10396
10397 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10398
10399         * configure.ac:
10400         Require gst-plugins-base CVS for audioconvert with non-native
10401         float support and width/depth fix in libgstriff.
10402
10403         Patch by: René Stadler <mail at renestadler dot de>
10404
10405         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10406         (gst_au_parse_parse_header), (gst_au_parse_chain):
10407         * gst/auparse/gstauparse.h:
10408         Don't swap the floats ourself if they're not in native endianness.
10409         Instead let audioconvert handle this. Fixes #339838.
10410
10411 2007-03-29  Wim Taymans  <wim@fluendo.com>
10412
10413         * gst/rtp/gstasteriskh263.h:
10414         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10415         (gst_rtp_h263p_depay_change_state):
10416         * gst/rtp/gstrtph263pdepay.h:
10417         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10418         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10419         (gst_rtp_h264_depay_change_state):
10420         * gst/rtp/gstrtph264depay.h:
10421         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10422         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10423         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10424         Flush adapter on disconts.
10425
10426 2007-03-29  Wim Taymans  <wim@fluendo.com>
10427
10428         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10429         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10430         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10431         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10432         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10433         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10434         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10435         (gst_rtp_mp4v_depay_process):
10436         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10437         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10438         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10439         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10440         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10441         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10442         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10443         Use more efficient adapter and rtpbuffer methods when possible.
10444
10445 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10446
10447         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10448         (gst_wavenc_sink_setcaps):
10449         Correctly handle width!=depth input.
10450         * gst/wavparse/gstwavparse.c:
10451         Already export in the caps that width==8 uses unsigned samples and
10452         everything else uses signed samples.
10453
10454 2007-03-29  Wim Taymans  <wim@fluendo.com>
10455
10456         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10457
10458         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10459         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10460         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10461         (gst_dynudpsink_close):
10462         * gst/udp/gstdynudpsink.h:
10463         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10464         (gst_udpsrc_create), (gst_udpsrc_set_property),
10465         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10466         * gst/udp/gstudpsrc.h:
10467         Rework the socket allocation a bit based on the sockfd argument so that
10468         it becomes usable.
10469         Add a closefd property to instruct the udp elements to close the custom
10470         file descriptors when going to READY. Fixes #423304.
10471         API:GstUDPSrc::closefd property
10472         API:GstDynUDPSink::closefd property
10473
10474 2007-03-29  Wim Taymans  <wim@fluendo.com>
10475
10476         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10477
10478         * gst/rtp/Makefile.am:
10479         * gst/rtp/gstrtp.c: (plugin_init):
10480         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10481         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10482         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10483         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10484         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10485         (gst_rtp_h264_pay_plugin_init):
10486         * gst/rtp/gstrtph264pay.h:
10487         Added H264 payloader. Fixes #423782.
10488
10489         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10490         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10491         Small fixes.
10492
10493 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10494
10495         * gst/wavparse/gstwavparse.c:
10496         Actually support depths from 1 to 32, not only 8 to 32.
10497
10498 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10499
10500         * gst/wavparse/gstwavparse.c:
10501         Add support for wav files containing audio/x-raw-int with random
10502         depths between 1 and 32 bits.
10503
10504 2007-03-28  Wim Taymans  <wim@fluendo.com>
10505
10506         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10507
10508         * gst/rtp/Makefile.am:
10509         * gst/rtp/gstrtp.c: (plugin_init):
10510         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10511         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10512         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10513         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10514         (gst_rtp_mp4a_depay_get_property),
10515         (gst_rtp_mp4a_depay_change_state),
10516         (gst_rtp_mp4a_depay_plugin_init):
10517         * gst/rtp/gstrtpmp4adepay.h:
10518         Added MP4A-LATM depayloader. Fixes #417792.
10519
10520         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10521         (gst_rtp_mp4v_depay_process):
10522         Fixup depayloader, setting codec_data, using more efficient adaptor and
10523         rtpbuffer handling.
10524
10525         * gst/rtsp/URLS:
10526         Add url to test above.
10527
10528 2007-03-25  Wim Taymans  <wim@fluendo.com>
10529
10530         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10531         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10532         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10533         (gst_rtspsrc_media_to_caps),
10534         (gst_rtspsrc_stream_configure_transport),
10535         (gst_rtspsrc_stream_configure_caps),
10536         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10537         * gst/rtsp/gstrtspsrc.h:
10538         Handle default clock-rates for static payload types, rearrange stuff so
10539         that the rtpmap field in the sdp can override the defaults.
10540         Parse RTP-Info field to get the seqnum and timebase fields that should
10541         go in the caps.
10542         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10543         the server. 
10544
10545 2007-03-22  Wim Taymans  <wim@fluendo.com>
10546
10547         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10548
10549         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10550         Accept complex pipeline descriptions as an audio profile instead of just
10551         a single element. Fixes #420658.
10552
10553 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10556           Rename registered type in preparation of GstTagDemux moving to
10557           -base at some point in the future.
10558
10559 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10562           Streaming mode fixes: don't unref buffer we don't own any longer;
10563           remove bogus adapter flush. Fixes #419338.
10564
10565 2007-03-17  David Schleef  <ds@schleef.org>
10566
10567         * REQUIREMENTS: Change the format to key/value, add a bunch of
10568           information, remove a bunch of requirements that are for
10569           other GStreamer packages.
10570
10571 2007-03-17  David Schleef  <ds@schleef.org>
10572
10573         * REQUIREMENTS: Fix a few things.  This file really needs a
10574         good once-over.
10575
10576 2007-03-15  Edward Hervey  <edward@fluendo.com>
10577
10578         * sys/Makefile.am:
10579         Don't forget to distribute the sys/osxaudio/ directory.
10580
10581 2007-03-15  Edward Hervey  <edward@fluendo.com>
10582
10583         * configure.ac:
10584         * sys/Makefile.am:
10585         * sys/osxaudio/Makefile.am:
10586         * sys/osxaudio/gstosxaudio.c:
10587         * sys/osxaudio/gstosxaudiosink.c:
10588         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10589         (gst_osx_audio_sink_getcaps),
10590         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10591         * sys/osxaudio/gstosxaudiosrc.c:
10592         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10593         (gst_osx_audio_src_create_ringbuffer):
10594         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10595         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10596         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10597         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10598         * sys/osxaudio/gstosxringbuffer.h:
10599         Activate osxaudio in gst-plugins-good with proper build setup.
10600         Add inlined documentation.
10601         Fix debug statements
10602         Fix ringbuffer when pausing.
10603         Fixes #323471
10604
10605 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10606         * gst/rtp/gstrtppcmapay.c:
10607         * gst/rtp/gstrtppcmapay.h:
10608         * gst/rtp/gstrtppcmupay.c:
10609         * gst/rtp/gstrtppcmupay.h:
10610         Ported mulaw and alaw payloaders to use new base class
10611
10612 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10613
10614         * po/af.po:
10615         * po/az.po:
10616         * po/cs.po:
10617         * po/en_GB.po:
10618         * po/it.po:
10619         * po/nl.po:
10620         * po/or.po:
10621         * po/sq.po:
10622         * po/sr.po:
10623         * po/sv.po:
10624         * po/uk.po:
10625         * po/vi.po:
10626           Update translations.
10627
10628 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * configure.ac:
10631           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10632
10633 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10634
10635         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10636           Fix handling of -1 values for start and stop values when seeking,
10637           and SEEK_CUR+SEEK_END here as well.
10638
10639 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10640
10641         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10642           Fix handling of -1 values for start and stop values when seeking, 
10643           and SEEK_CUR+SEEK_END.
10644
10645 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10648           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10649           the image format a variable-length NUL-terminated string; in
10650           versions before that the image format is a fixed-length string of
10651           3 characters (see #348644 for a sample tag).
10652           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10653
10654 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10655
10656         * win32/MANIFEST:
10657         Add new project files to MANIFEST.
10658         * win32/vs6/libgstaudiofx.dsp:
10659         * win32/vs6/libgstrtp.dsp:
10660         * win32/vs6/libgstrtsp.dsp:
10661         Update project files.
10662         
10663 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10666         (gst_avi_demux_parse_index):
10667         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10669           Printf format fixes; also add some missing quotes in translated
10670           strings. Fixes #416728 and #416727.
10671
10672 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10673
10674         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10675           Tim and I can't think of any reason the child audio sink needs to 
10676           be set back to NULL after successfully determining that it can 
10677           reach READY - it gets immediately set back to READY by the caller
10678           anyway, causing an unnecessary close/open of any audio devices
10679           involved.
10680
10681 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * po/LINGUAS:
10684         * po/ja.po:
10685           Add ja.po file from #377306.
10686
10687 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10688
10689         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10690         * sys/sunaudio/gstsunaudiomixertrack.c:
10691         (gst_sunaudiomixer_track_new):
10692           Actually translate sunaudio mixer track labels instead of just
10693           marking the strings as translatable (#377306); clean up weird
10694           label string mapping code that serves no apparent purpose. Also
10695           set the 'untranslated-label' property when creating mixer tracks
10696           if the GstMixerTrack base class supports this.
10697
10698         * tests/check/Makefile.am:
10699         * tests/check/elements/.cvsignore:
10700         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10701         (sunaudio_suite):
10702           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10703           actually tested on a system where sunaudiomixer is available).
10704
10705 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10706
10707         * tests/check/Makefile.am:
10708         Re-enable the states test and see if it works on the buildbots.
10709
10710 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10713         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10714         (gst_dvdec_change_state):
10715         * ext/dv/gstdvdec.h:
10716         Infer pixel-aspect-ratio from the video frame format if it isn't
10717         provided by the container, as happens when playing DV from AVI
10718         or Quicktime containers.
10719
10720         Patch by: Wim Taymans <wim@fluendo.com>
10721         Fixes #380944
10722
10723 2007-03-09  Wim Taymans  <wim@fluendo.com>
10724
10725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10726         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10727         will later be handled by the jitterbuffer.
10728
10729 2007-03-09  Wim Taymans  <wim@fluendo.com>
10730
10731         * ext/taglib/gstid3v2mux.cc:
10732         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10733         Fixes #414496.
10734         
10735         Patch by: Alex Lancaster <alexl at users sourceforge net>
10736
10737 2007-03-09  Wim Taymans  <wim@fluendo.com>
10738
10739         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10740         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10741         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10742         (gst_avi_demux_chain):
10743         Fix stream position reporting after a seek. Fixes #416445.
10744
10745 2007-03-08  Wim Taymans  <wim@fluendo.com>
10746
10747         Patch by: René Stadler <mail at renestadler dot de>
10748
10749         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10750         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10751         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10752         Make avidemux accept optional header chunks in any order.
10753         Fixes #415446.
10754
10755 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10756
10757         * tests/check/Makefile.am:
10758         Disable the states check until the remaining Valgrind errors
10759         are fixed or suppressed.
10760
10761 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10762
10763         * tests/check/elements/.cvsignore:
10764           Add audiodynamic check to .cvsignore
10765
10766 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10767
10768         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10769
10770         * gst/audiofx/Makefile.am:
10771         * gst/audiofx/audiodynamic.c:
10772         (gst_audio_dynamic_characteristics_get_type),
10773         (gst_audio_dynamic_mode_get_type),
10774         (gst_audio_dynamic_set_process_function),
10775         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10776         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10777         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10778         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10779         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10780         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10781         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10782         (gst_audio_dynamic_transform_hard_knee_expander_int),
10783         (gst_audio_dynamic_transform_hard_knee_expander_float),
10784         (gst_audio_dynamic_transform_soft_knee_expander_int),
10785         (gst_audio_dynamic_transform_soft_knee_expander_float),
10786         (gst_audio_dynamic_transform_ip):
10787         * gst/audiofx/audiodynamic.h:
10788         * gst/audiofx/audiofx.c: (plugin_init):
10789         Add new audiodynamic element which can act as a compressor or
10790         expander. Supported are hard-knee and soft-knee operation modes with
10791         user-specified ratio and threshold.
10792         Attack and release parameters are not yet implemented but will follow.
10793         * docs/plugins/Makefile.am:
10794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10796         * docs/plugins/gst-plugins-good-plugins.args:
10797         * docs/plugins/inspect/plugin-audiofx.xml:
10798         Integrate audiodynamic into the docs.
10799         * tests/check/Makefile.am:
10800         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10801         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10802         Add unit test for audiodynamic.
10803
10804 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10805
10806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10807         Free handles that we allocated when exiting via the error paths.
10808
10809 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10810
10811         * gst/level/gstlevel.c: (gst_level_class_init),
10812         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10813         (gst_level_transform_ip):
10814         * gst/level/gstlevel.h:
10815           Resolve message timestamps against the playback segment.
10816
10817 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10820         (gst_id3demux_sink_activate):
10821           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10822           caps passed to it (previously one code path assumed it took ownership
10823           while another one assumed it didn't, while in fact it sometimes did and
10824           sometimes didn't ...).
10825
10826         * configure.ac:
10827         * tests/files/Makefile.am:
10828         * tests/files/id3-407349-1.tag:
10829         * tests/files/id3-407349-2.tag:
10830           Add directory where data for unit tests can be stored.
10831
10832         * tests/Makefile.am:
10833         * tests/check/Makefile.am:
10834         * tests/check/elements/.cvsignore:
10835         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10836         (read_tags_from_file), (run_check_for_file),
10837         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10838           Add unit test for id3demux, and in particular for bug #407349. Only
10839           testing pull-mode for now; push mode doesn't work yet because the test
10840           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10841
10842 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * tests/check/Makefile.am:
10845           Add missing backslash at end of line.
10846
10847 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10848
10849         Trigger rebuild.
10850
10851 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10854         * gst/id3demux/id3tags.h:
10855         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10856         (parse_obsolete_tdat_frame):
10857           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10858           the four-digit number will be interpreted as a year, whereas it is
10859           month and day in DDMM format. Instead, parse TDAT frames and fix up
10860           the date in the GST_TAG_DATE tag later if we also extracted a year.
10861           Fixes #407349.
10862
10863 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10864
10865         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10866         (gst_switch_commit_new_kid):
10867         Fix up the dispose logic so it doesn't leak, and fix setting of 
10868         the child state so that we don't set a child to our current state 
10869         just as we are changing it to something else.
10870
10871 2007-03-06  Wim Taymans  <wim@fluendo.com>
10872
10873         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10874         (gst_goom_chain):
10875         * gst/goom/gstgoom.h:
10876         Document, fix and improve goom adapter behaviour.
10877         Fixes #407006.
10878
10879 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10880
10881         * ext/esd/esdsink.c: (gst_esdsink_open):
10882         Unref static pad template after using it.
10883
10884 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10885
10886         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10887         (gst_switch_commit_new_kid):
10888         Fix up the reference counting of the child elements.
10889
10890 2007-03-05  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10893         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10894         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10895         Fix encoding-name case.
10896
10897 2007-03-05  Wim Taymans  <wim@fluendo.com>
10898
10899         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10900         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10901         (gst_rtp_speex_depay_process):
10902         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10903         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10904         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10905         (gst_rtp_speex_pay_change_state):
10906         * gst/rtp/gstrtpspeexpay.h:
10907         Fix speex (de)payloader. Fixes #358040.
10908
10909 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10910
10911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10912         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10913         Install fakesink in NULL by fixing some broken logic. This obviates
10914         the need to manually set _IS_SINK.
10915         Add some comments and remove a little cruft while I'm at it.
10916
10917 2007-03-05  Wim Taymans  <wim@fluendo.com>
10918
10919         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10920         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10921
10922 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * po/POTFILES.in:
10925           Update.
10926
10927 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10928
10929         * tests/check/Makefile.am:
10930         Gah! Also disable gconfvideosink from the tests, otherwise
10931         it will instantiate autovideosink, and dfbvideosink and
10932         leak on the buildbots.
10933
10934 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10935
10936         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10937         (gst_cdio_cdda_src_finalize):
10938         Make sure we always destroy our libcdio handle.
10939
10940 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10941
10942         * tests/check/Makefile.am:
10943         Disable autovideosink so the buildbots don't barf over memory
10944         leaked in the directfb sink.
10945
10946 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10947
10948         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10949         Chain up in dispose
10950
10951 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10952
10953         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10954         (gst_multipart_find_pad_by_mime):
10955         Use gst_pad_new_from_static_template instead of
10956         static_pad_template_get+pad_new.
10957
10958 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10959
10960         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10961         Catch the case where no clock has been set.
10962
10963 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10964
10965         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10966         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10967         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10968         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10969         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10970         (gst_gconf_audio_src_finalize), (do_toggle_element):
10971         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10972         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10973         (do_toggle_element):
10974         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10975         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10976         (gst_gconf_video_src_finalize), (do_toggle_element):
10977         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10978         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10979         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10980         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10981         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10982         (gst_shout2send_init), (gst_shout2send_finalize):
10983         * gst/debug/testplugin.c: (gst_test_class_init),
10984         (gst_test_finalize):
10985         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10986         (gst_flxdec_dispose):
10987         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10988         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10990         (gst_rtspsrc_finalize):
10991         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10992         * gst/rtsp/rtspextwms.h:
10993         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10994         (gst_smpte_finalize):
10995         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10996         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10997         (gst_udpsink_finalize):
10998         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10999         (gst_wavparse_sink_activate):
11000         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11001         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11002         (gst_oss_src_finalize):
11003         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11004         * sys/v4l2/gstv4l2object.h:
11005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11006         (gst_v4l2src_finalize):
11007         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11008
11009         Fix a bunch of leaks shown by the newly-added states test.
11010
11011 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11014         Use gst_pad_new_from_static_template instead of 
11015         static_pad_template_get+pad_new.
11016
11017 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11020
11021         * ext/libcaca/Makefile.am:
11022         * gst/debug/Makefile.am:
11023           Don't mix tabs and spaces (#414168).
11024
11025 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11026
11027         * tests/check/generic/.cvsignore:
11028           Ignore files to please buildbot.
11029
11030 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11031
11032         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11033         (gst_wavparse_stream_data):
11034           Unbreak my previous commit (swapped nominator & denominator). Tim,
11035           thanks for spotting.
11036
11037 2007-03-02  Wim Taymans  <wim@fluendo.com>
11038
11039         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11040         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11041         (gst_cdio_cdda_src_finalize):
11042         Small code cleanups.
11043         Don't use pad_alloc as the base class cannot deal with the error codes.
11044
11045 2007-03-02  Wim Taymans  <wim@fluendo.com>
11046
11047         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11048         (gst_udpsrc_create):
11049         Fix doc.
11050
11051 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11052
11053         Patch by: René Stadler <mail@renestadler.de>
11054
11055         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11056         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11057         (gst_wavparse_stream_data):
11058           Handle rounding better to not drop last sample frame. Fixes #356692
11059
11060 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11061
11062         * tests/check/Makefile.am:
11063         Disable cacasink from the states check too - it also calls exit(1)
11064         on us when it can't find a terminal to talk to.
11065
11066 2007-03-02  Wim Taymans  <wim@fluendo.com>
11067
11068         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11069
11070         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11071         (gst_udpsrc_create), (gst_udpsrc_set_property),
11072         (gst_udpsrc_get_property):
11073         * gst/udp/gstudpsrc.h:
11074         Add support to strip proprietary headers. Fixes #350296.
11075
11076 2007-03-02  Wim Taymans  <wim@fluendo.com>
11077
11078         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11079         Fix compilation.
11080
11081 2007-03-02  Wim Taymans  <wim@fluendo.com>
11082
11083         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11084
11085         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11086         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11087         (gst_rtp_mp2t_depay_set_property),
11088         (gst_rtp_mp2t_depay_get_property):
11089         * gst/rtp/gstrtpmp2tdepay.h:
11090         Add support to strip off proprietary headers. Fixes #350278.
11091
11092 2007-03-02  Wim Taymans  <wim@fluendo.com>
11093
11094         * ext/hal/hal.c:
11095         Fix compilation.
11096
11097 2007-03-02  Wim Taymans  <wim@fluendo.com>
11098
11099         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11100         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11101         (gst_sunaudiosrc_open):
11102         * sys/sunaudio/gstsunaudiosrc.h:
11103         Remove device-name from GstSunAudioSrc. Fixes #412597.
11104
11105 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11106
11107         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11108         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11109         Having NULL as UDI previously selected the default sink/src. Change
11110         this back but mention it in the debug output.
11111         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11112         (gst_hal_get_oss_element), (gst_hal_get_string),
11113         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11114         (gst_hal_get_audio_src):
11115         * ext/hal/hal.h:
11116         Refactor a bit, check all error conditions, greatly improve debugging
11117         and fix some possible memory leaks. Also implement OSS support
11118         and allow specifying an UDI that points to a real device. For this the
11119         child device which supports ALSA (preferred) or OSS is used.
11120         As a side effect this makes it impossible now to get a alsasink in
11121         halaudiosrc and a alsasrc in halaudiosink.
11122
11123 2007-03-01  Wim Taymans  <wim@fluendo.com>
11124
11125         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11126         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11127         Errors from the udp sources are not fatal unless all of them are in
11128         error.
11129
11130 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11131
11132         * tests/check/Makefile.am:
11133         Disable aasink in the states test. I suspect this is the element that
11134         is calling exit(1) when it can't proceed.
11135
11136 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11137
11138         * tests/check/Makefile.am:
11139         Draw plugins in from the build tree sys/ dir, rather than picking
11140         up the already installed versions.
11141
11142 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11143
11144         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11145         Error out correctly when getting xcontext fails.
11146
11147 2007-03-01  Wim Taymans  <wim@fluendo.com>
11148
11149         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11150         Make state change to PAUSED NO_PREROLL because that's what it will be in
11151         the future and rtspsrc relies on it.
11152
11153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11154         (gst_rtspsrc_change_state):
11155         Don't error out when we don't get an error from the state change
11156         function.
11157
11158 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11159
11160         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11161         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11162           Check if the device UDI is set before trying to query HAL
11163           about it and give a useful error message if it wasn't set.
11164         * ext/hal/hal.c: (gst_hal_get_string):
11165           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11166           gives an assertion failure in D-Bus when running with
11167           DBUS_FATAL_WARNINGS=1.
11168
11169 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11170
11171         * configure.ac:
11172           Convert to new AG_GST style.
11173
11174 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11175
11176         * tests/check/Makefile.am:
11177         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11178           add test for states
11179
11180 2007-02-28  Wim Taymans  <wim@fluendo.com>
11181
11182         * tests/check/elements/.cvsignore:
11183         Add new videofilter check to .cvsignore.
11184
11185 2007-02-28  Wim Taymans  <wim@fluendo.com>
11186
11187         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11188         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11189         (gst_avi_demux_loop), (gst_avi_demux_chain):
11190         Fix combined flow return. Fixes #412608.
11191
11192 2007-02-28  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst/videofilter/Makefile.am:
11195         Dist header..
11196
11197 2007-02-28  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/videofilter/gstgamma.h:
11200         Add header too.
11201
11202 2007-02-28  Wim Taymans  <wim@fluendo.com>
11203
11204         Patch by: Mark Nauwelaerts <manauw at skynet be>
11205
11206         * gst/videofilter/Makefile.am:
11207         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11208         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11209         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11210         (oil_tablelookup_u8), (gst_gamma_set_caps),
11211         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11212         Port gamma filter to 0.10. Fixes #412704.
11213
11214         * tests/check/Makefile.am:
11215         * tests/check/elements/videofilter.c: (setup_filter),
11216         (cleanup_filter), (check_filter), (GST_START_TEST),
11217         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11218         Add unit tests for videofilters.
11219
11220 2007-02-28  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst/rtsp/URLS:
11223         Add another interesting test url.
11224
11225         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11226         Don't allow getting header fields from data packets.
11227
11228 2007-02-28  Michael Smith  <msmith@fluendo.com>
11229
11230         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11231         (gst_shout2send_init), (gst_shout2send_start),
11232         (gst_shout2send_set_property), (gst_shout2send_get_property):
11233         * ext/shout2/gstshout2.h:
11234           Add a property for username.
11235
11236 2007-02-27  Christian Schallerr <christian@fluendo.com>
11237
11238         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11239
11240 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11241
11242         * gst/rtsp/Makefile.am:
11243         Fix make check too.
11244
11245 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11246
11247         * gst/rtsp/base64.c: (util_base64_encode):
11248         * gst/rtsp/base64.h:
11249         Commit missing files for base64 encoding.
11250
11251 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11254
11255         * configure.ac:
11256         * ext/annodex/Makefile.am:
11257         * ext/jpeg/Makefile.am:
11258         * ext/speex/Makefile.am:
11259         * gst/alpha/Makefile.am:
11260         * gst/cutter/Makefile.am:
11261         * gst/debug/Makefile.am:
11262         * gst/effectv/Makefile.am:
11263         * gst/goom/Makefile.am:
11264         * gst/level/Makefile.am:
11265         * gst/smpte/Makefile.am:
11266         * gst/videofilter/Makefile.am:
11267           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11268
11269 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11270
11271         * gst/rtsp/Makefile.am:
11272         * gst/rtsp/rtspconnection.c: (append_auth_header),
11273         (rtsp_connection_send), (rtsp_connection_set_auth):
11274         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11275         from icecast to replace it. Relicensed from GPL courtesy of Mike
11276         Smith.
11277
11278 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11279
11280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11281         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11282         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11283         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11284         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11285         (gst_rtspsrc_uri_set_uri):
11286         * gst/rtsp/gstrtspsrc.h:
11287         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11288         (append_auth_header), (rtsp_connection_send),
11289         (rtsp_connection_free), (rtsp_connection_set_auth):
11290         * gst/rtsp/rtspconnection.h:
11291         * gst/rtsp/rtspdefs.h:
11292         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11293         * gst/rtsp/rtspurl.h:
11294
11295         Implement simple Basic Authentication support so that urls like
11296         rtsp://user:pass@hostname/rtspstream work on hosts that require
11297         authentication.
11298
11299 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11300
11301         * sys/v4l2/gstv4l2object.c:
11302         * sys/v4l2/gstv4l2tuner.c:
11303         * sys/v4l2/v4l2_calls.c:
11304         Fix segfault when oppening a radio device.
11305         
11306 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11307
11308         * gst/level/gstlevel.c: (gst_level_set_caps),
11309         (gst_level_transform_ip):
11310         * sys/v4l2/README:
11311         * tests/check/elements/level.c: (GST_START_TEST):
11312           Fix level for multi-channel case.
11313
11314 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11315
11316         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11317         (gst_level_transform_ip):
11318         * gst/level/gstlevel.h:
11319           Use function pointer for process function and add process functions
11320           for float audio.
11321
11322 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11323
11324         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11325         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11326         (gst_v4l2src_capture_init):
11327           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11328           fixes #407369
11329
11330 2007-02-18  Wim Taymans  <wim@fluendo.com>
11331
11332         * gst/rtp/Makefile.am:
11333         * gst/rtp/gstrtp.c: (plugin_init):
11334         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11335         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11336         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11337         (gst_rtp_mp2t_pay_plugin_init):
11338         * gst/rtp/gstrtpmp2tpay.h:
11339         Added simple mpeg transport stream payloader.
11340
11341 2007-02-16  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst/rtsp/URLS:
11344         Add example H264 rtsp url.
11345
11346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11347         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11348         Don't convert values to lowercase or we might mess up base64 encoded
11349         properties.
11350
11351 2007-02-16  Wim Taymans  <wim@fluendo.com>
11352
11353         * gst/rtp/README:
11354         Fix case of string params.
11355
11356         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11357         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11358         Fix depayloader, support more packet types.
11359         Add sync codes to make sure the packetizer can do its job.
11360
11361         * gst/rtp/gstrtpmp4gdepay.c:
11362         * gst/rtp/gstrtpmp4gpay.c:
11363         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11364         Fix caps case again.
11365
11366 2007-02-15  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11369         Set right caps on output buffers.
11370
11371 2007-02-14  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11374         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11375         Clear stack allocated SDPMedia struct before calling _init() on it.
11376         Clarify this in the docs as well.
11377
11378 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11379
11380         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11381         (do_change_child):
11382         Don't reset the profile when going switching states, as it makes
11383         the element non-reusable.
11384
11385 2007-02-14  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11388         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11389         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11390         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11391         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11392         (sdp_parse_line):
11393         * gst/rtsp/sdpmessage.h:
11394         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11395         Fix memory management of SDP messages. Fixes #407793.
11396
11397 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11398
11399         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11400
11401         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11402         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11403
11404 2007-02-14  Wim Taymans  <wim@fluendo.com>
11405
11406         Patch by: jp.liu <jp_liu at astrocom dot cn>
11407
11408         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11409         Fix parsing of password field in url. Fixes #407797.
11410
11411 2007-02-14  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11414         (gst_wavparse_reset), (gst_wavparse_init),
11415         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11416         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11417         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11418         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11419         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11420         (gst_wavparse_loop), (gst_wavparse_chain),
11421         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11422         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11423         (plugin_init):
11424         * gst/wavparse/gstwavparse.h:
11425         Update docs.
11426         Use boilerplate.
11427         Various code cleanups.
11428         When the bitrate is not known (bps == 0 or compressed formats) let
11429         downstream element guestimate the duration and position and don't
11430         generate timestamps or durations. Fixes #405213.
11431         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11432         error flowreturn upstream.
11433
11434 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11435
11436         * ext/gconf/Makefile.am:
11437         * ext/gconf/gconf.c: (gst_gconf_get_string),
11438         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11439         (gst_gconf_render_bin_with_default):
11440         * ext/gconf/gconf.h:
11441         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11442         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11443         (gst_gconf_audio_sink_dispose), (do_change_child),
11444         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11445         (cb_change_child), (gst_gconf_audio_sink_change_state):
11446         * ext/gconf/gstgconfaudiosink.h:
11447         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11448         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11449         (gst_switch_sink_init), (gst_switch_sink_dispose),
11450         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11451         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11452         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11453         * ext/gconf/gstswitchsink.h:
11454         * gst/autodetect/gstautoaudiosink.c:
11455         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11456         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11457         (gst_auto_audio_sink_detect):
11458         * gst/autodetect/gstautovideosink.c:
11459         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11460         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11461         (gst_auto_video_sink_detect):
11462         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11463         and a child that implements the GConf key monitoring. The end goal of
11464         this is an audio sink that can be changed on the fly, but at the 
11465         moment it still only changes on the next READY transition.
11466
11467 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11468
11469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11470         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11471         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11472         (gst_avi_demux_calculate_durations_from_index),
11473         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11474         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11475         (gst_avi_demux_loop):
11476           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11477
11478 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11479
11480         * configure.ac:
11481         * docs/plugins/Makefile.am:
11482           Add crossreferences to glib/gobject/gstream docs.
11483
11484 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * gst/monoscope/Makefile.am:
11487         * gst/monoscope/gstmonoscope.c:
11488           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11489           (but no LIBS, since we only use defines from the headers).
11490
11491 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11494
11495         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11496         (gst_wavparse_stream_data):
11497           Fix massive memory leak when operating in streaming mode due to
11498           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11499           Fixes #407057.
11500
11501 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11502
11503         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11504         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11505         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11506         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11507         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11508         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11509         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11510         (gst_avi_demux_calculate_durations_from_index),
11511         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11512         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11513         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11514         * gst/avi/gstavidemux.h:
11515           Save some memory (8%) by repacking the index entry structure (more to
11516           come). Add more FIXMEs to questionable parts.
11517
11518 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11519
11520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11521         (gst_v4l2src_get_caps):
11522         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11523         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11524         (gst_v4l2src_capture_init):
11525           More FIXME comments and messaging changes.
11526
11527 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11528
11529         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11530         (gst_goom_change_state):
11531         * gst/goom/gstgoom.h:
11532           Improved docs and use GST_DEBUG_FUNCPTR.
11533
11534         * gst/level/gstlevel.c: (gst_level_class_init):
11535           Use GST_DEBUG_FUNCPTR.
11536
11537         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11538         (gst_monoscope_chain), (gst_monoscope_change_state):
11539           Improved docs source cleanups.
11540
11541 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * gst/debug/Makefile.am:
11544         * gst/debug/gstdebug.c: (plugin_init):
11545         * gst/debug/gstpushfilesrc.c:
11546         * gst/debug/gstpushfilesrc.h:
11547           Add code for a pushfilesrc element that implements a pushfile:// URI
11548           handler, to make debugging push-mode operation of demuxer/decoders
11549           that support both easier in connection with seek/playbin/etc.
11550           The element isn't registered at the moment.
11551
11552 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11553
11554         * gst/avi/gstavimux.c:
11555           Comment a #if 0 in caps template definition as VS6 seems to 
11556         do not support it.
11557         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11558           Use gst_guint64_to_gdouble for conversion.
11559         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11560           Move variables declaration before the first instruction.
11561         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11562           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11563           And don't include netdb.h for G_OS_WIN32
11564         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11565           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11566           by VS6 then use an other way to initialize SDPMedia structure.
11567         * gst/udp/gstdynudpsink.h:
11568         * gst/udp/gstdynudpnetutils.h:
11569           Do not include <sys/time.h> for G_OS_WIN32
11570         * gst/udp/gstudpsrc.c:
11571           Define socklen_t as int for G_OS_WIN32
11572         * win/common/config.h.in:
11573           Undef HAVE_NETINET_IN_H
11574         * win32/vs6/gst_plugins_good.dsw:
11575         * win32/vs6/libgstrtp.dsp:
11576         * win32/vs6/libgstrtsp.dsp:
11577         * win32/vs6/libgstautogen.dsp:
11578         * win32/vs6/libgstaudiofx.dsp:
11579         * win32/vs6/libgstudp.dsp:
11580           Add and update project files.
11581         * win32/common/gstudp-enumtypes.c:
11582         * win32/common/gstudp-enumtypes.h:
11583           Add a copy of udp enumtypes to win32/common as in core 
11584           and base.
11585         
11586 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11587
11588         * configure.ac:
11589           Activate monoscope when building with --enable-experimental. Fix
11590           --enable-external configure switch description.
11591
11592         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11593         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11594           Help gst-indent.
11595
11596 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11599           Explicitly cast result of pointer arithmetic to integer in order to
11600           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11601
11602 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * gst/debug/progressreport.c:
11605           Some more docs.
11606
11607 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * docs/plugins/inspect/plugin-rtp.xml:
11610           Update for new elements.
11611
11612         * gst/debug/progressreport.h:
11613           Commit newly-created header file as well.
11614
11615 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * docs/plugins/Makefile.am:
11618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11619         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11620         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11621         * gst/debug/Makefile.am:
11622         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11623         (gst_progress_report_do_query), (gst_progress_report_report):
11624           Make progressreport element post messages with the current progress
11625           on the bus. Also add some basic docs for it.
11626
11627 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * ext/hal/hal.c: (gst_hal_get_string):
11630         * ext/hal/hal.h:
11631           Some small cleanups; deal with errors when parsing the HAL ALSA
11632           capabilities a bit better.
11633
11634 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11637           Let's try this again and use the right cast this time.
11638
11639 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11642           Add cast to avoid compiler warnings with older GLib versions
11643           where the nick/name members in GEnumValue are not declared as
11644           constant strings.
11645
11646 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11649         (gst_gconf_render_bin_from_key),
11650         (gst_gconf_get_default_audio_sink):
11651         * ext/gconf/gconf.h:
11652         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11653         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11654         (gst_gconf_audio_sink_get_property):
11655           In gconfaudiosink, get the right key as the old key in do_toggle
11656           (ie. one dependent on the profile selected). Log some more stuff so
11657           we can see what's actually going on.
11658
11659 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11660
11661         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11662         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11663         (gst_audio_amplify_set_process_function),
11664         (gst_audio_amplify_setup):
11665         * gst/audiofx/audioamplify.h:
11666         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11667         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11668         * gst/audiofx/audioinvert.h:
11669         Some small cleanups and port both elements to the new GstAudioFilter
11670         base class to save a few lines of common code.
11671         * gst/audiofx/Makefile.am:
11672         Link against libgstaudio for the above changes
11673
11674 2007-01-29  Wim Taymans  <wim@fluendo.com>
11675
11676         * tests/check/elements/.cvsignore:
11677         Some more ignores.
11678
11679 2007-01-26  Wim Taymans  <wim@fluendo.com>
11680
11681         Patch by: charles <charlesg3 at gmail dot com>
11682
11683         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11684         (set_shout_metadata), (gst_shout2send_event):
11685         * ext/shout2/gstshout2.h:
11686         Properly handle tags in shout2send. Fixes #399825.
11687
11688 2007-01-25  Wim Taymans  <wim@fluendo.com>
11689
11690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11691         (gst_rtspsrc_activate_streams):
11692         Convert SDP fields to upper/lowercase following the rules in the SDP to
11693         caps document. 
11694
11695 2007-01-25  Wim Taymans  <wim@fluendo.com>
11696
11697         * gst/rtp/README:
11698         * gst/rtp/gstrtpilbcdepay.c:
11699         * gst/rtp/gstrtpilbcpay.c:
11700         * gst/rtp/gstrtpmp4gdepay.c:
11701         * gst/rtp/gstrtpmp4gpay.c:
11702         * gst/rtp/gstrtpspeexdepay.c:
11703         * gst/rtp/gstrtpspeexpay.c:
11704         * gst/rtp/gstrtpsv3vdepay.c:
11705         * gst/rtp/gstrtptheoradepay.c:
11706         * gst/rtp/gstrtptheorapay.c:
11707         * gst/rtp/gstrtpvorbisdepay.c:
11708         * gst/rtp/gstrtpvorbispay.c:
11709         Fix case of encoding-name and key/value pairs to match the document.
11710         This is to make interoperation with SDP case-insensitive as required by
11711         the relevant RFCs.
11712
11713 2007-01-25  Wim Taymans  <wim@fluendo.com>
11714
11715         * configure.ac:
11716         Bump required -core/-base to CVS
11717
11718 2007-01-25  Wim Taymans  <wim@fluendo.com>
11719
11720         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11721         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11722         * gst/rtp/gstrtpL16pay.h:
11723         Fill up to MTU using adapter.
11724         Timestamp rtp packets.
11725
11726 2007-01-25  Edward Hervey  <edward@fluendo.com>
11727
11728         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11729         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11730         Use G_GSIZE_FORMAT in print statements for portability.
11731         Fixes build on macosx.
11732
11733 2007-01-24  Wim Taymans  <wim@fluendo.com>
11734
11735         * gst/rtp/Makefile.am:
11736         * gst/rtp/gstrtp.c: (plugin_init):
11737         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11738         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11739         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11740         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11741         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11742         (gst_rtp_L16_depay_plugin_init):
11743         * gst/rtp/gstrtpL16depay.h:
11744         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11745         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11746         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11747         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11748         (gst_rtp_L16_pay_plugin_init):
11749         * gst/rtp/gstrtpL16pay.h:
11750         Port and enable raw audio payloader/depayloader. Needs a bit more work
11751         on the payloader side.
11752
11753 2007-01-24  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11756         (gst_rtspsrc_stream_configure_transport),
11757         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11758         * gst/rtsp/gstrtspsrc.h:
11759         Only unblock the udp pads when we linked and activated them all.
11760         Fixes #395688.
11761
11762 2007-01-24  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst/rtp/Makefile.am:
11765         * gst/rtp/gstrtp.c: (plugin_init):
11766         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11767         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11768         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11769         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11770         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11771         * gst/rtp/gstrtpac3depay.h:
11772         Added simple AC3 depayloader (RFC 4184).
11773
11774         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11775         Fix a leak.
11776
11777 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11778
11779         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11780
11781         * gst/audiofx/Makefile.am:
11782         * gst/audiofx/audioamplify.c:
11783         (gst_audio_amplify_clipping_method_get_type),
11784         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11785         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11786         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11787         (gst_audio_amplify_set_caps),
11788         (gst_audio_amplify_transform_int_clip),
11789         (gst_audio_amplify_transform_int_wrap_negative),
11790         (gst_audio_amplify_transform_int_wrap_positive),
11791         (gst_audio_amplify_transform_float_clip),
11792         (gst_audio_amplify_transform_float_wrap_negative),
11793         (gst_audio_amplify_transform_float_wrap_positive),
11794         (gst_audio_amplify_transform_ip):
11795         * gst/audiofx/audioamplify.h:
11796         * gst/audiofx/audiofx.c: (plugin_init):
11797         Add new element "audioamplify". This allows scaling of raw audio
11798         samples, similar to the "volume" element, but provides different modes
11799         for clipping and allows unlimited amplification. It's mainly targeted
11800         for creative sound design and not as a replacement of the "volume"
11801         element. Fixes #397162
11802         * docs/plugins/Makefile.am:
11803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11805         * docs/plugins/gst-plugins-good-plugins.args:
11806         * docs/plugins/inspect/plugin-audiofx.xml:
11807         Add docs for audioamplify and integrate them into the build system
11808         * tests/check/Makefile.am:
11809         * tests/check/elements/audioamplify.c: (setup_amplify),
11810         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11811         Add fairly extensive unit test suite for audioamplify
11812
11813 2007-01-24  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11816         Unblock pads after adding the pads to the element so that autopluggers
11817         get a change to link something. Possibly fixes #395688.
11818
11819 2007-01-24  Wim Taymans  <wim@fluendo.com>
11820
11821         * gst/rtp/gstrtpamrdepay.c:
11822         * gst/rtp/gstrtpgsmdepay.c:
11823         * gst/rtp/gstrtph263pdepay.c:
11824         * gst/rtp/gstrtph263ppay.c:
11825         * gst/rtp/gstrtph264depay.c:
11826         * gst/rtp/gstrtpilbcdepay.c:
11827         * gst/rtp/gstrtpmp2tdepay.c:
11828         * gst/rtp/gstrtpmp4gdepay.c:
11829         * gst/rtp/gstrtpmp4gpay.c:
11830         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11831         * gst/rtp/gstrtpmp4vpay.c:
11832         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11833         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11834         (gst_rtp_mpa_depay_process):
11835         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11836         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11837         * gst/rtp/gstrtppcmadepay.c:
11838         * gst/rtp/gstrtppcmudepay.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 caps with payload numbers.
11847         Add some fixed payload numbers to caps when possible.
11848
11849 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11850
11851         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11852
11853         * gst/audiofx/Makefile.am:
11854         * gst/audiofx/audiofx.c: (plugin_init):
11855         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11856         (gst_audio_invert_class_init), (gst_audio_invert_init),
11857         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11858         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11859         (gst_audio_invert_transform_float),
11860         (gst_audio_invert_transform_ip):
11861         * gst/audiofx/audioinvert.h:
11862         Add new audiofx element "audioinvert". This element swaps the upper
11863         and lower half of samples and can be used for example for a
11864         wide-stereo effect. Fixes #396057
11865         * docs/plugins/Makefile.am:
11866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11868         * docs/plugins/gst-plugins-good-plugins.args:
11869         * docs/plugins/inspect/plugin-audiofx.xml:
11870         Add docs for the audioinvert element and add them to the build system.
11871         * tests/check/Makefile.am:
11872         * tests/check/elements/audioinvert.c: (setup_invert),
11873         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11874         Add unit test suite for the audioinvert element.
11875
11876 2007-01-23  Wim Taymans  <wim@fluendo.com>
11877
11878         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11879         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11880         Parse config params as string and int.
11881         Parse and use AU header length
11882
11883 2007-01-23  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11886         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11887         * gst/smpte/gstmask.c: (_gst_mask_register):
11888         * gst/smpte/gstmask.h:
11889         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11890         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11891         (gst_smpte_paint_triangle_clock):
11892         constify some static structs.
11893         Don't update the mask if nothing changed to the params.
11894         Make sure we never draw outside of the picture. Fixes #398325.
11895
11896 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11897
11898         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11899           Error out properly when pull_range fails while we're reading the
11900           headers, instead of just pausing the task silently. Fixes #399338.
11901
11902 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11905           Some more sanity checks to make sure the input formats match and the
11906           input pads are actually negotiated, in case someone tries to feed
11907           buffers from fakesrc or filesrc. Fixes #398299.
11908           Also const-ify an array, just because we can.
11909
11910 2007-01-19  Edward Hervey  <edward@fluendo.com>
11911
11912         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11913         Ignore previous commit, that was only valid for widths and heights
11914         that are multiples of 4.
11915         Copy over size/stride macros from jpegdec. This allows the element
11916         to work with any width,height...
11917         ... but puts in evidence that the actual transformations only work
11918         with width/height that are multiples of 4.
11919
11920 2007-01-19  Edward Hervey  <edward@fluendo.com>
11921
11922         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11923         Allocate buffers of the right size.
11924         The proper size of a I420 buffer in bytes is:
11925         
11926             width * height * 3
11927             ------------------
11928                     2
11929
11930 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11933           Proxy getcaps on sink pads too, so that we either end up with the
11934           same dimensions on all pads or error out if that's not possible
11935           (seems to work even!). Fixes #398086, I think.
11936
11937 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11938
11939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11940         * docs/plugins/gst-plugins-good-plugins.args:
11941         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11942           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11943           fix integer properties with -1 as minimum value.
11944
11945         * docs/plugins/inspect/plugin-1394.xml:
11946         * docs/plugins/inspect/plugin-aasink.xml:
11947         * docs/plugins/inspect/plugin-alaw.xml:
11948         * docs/plugins/inspect/plugin-alpha.xml:
11949         * docs/plugins/inspect/plugin-alphacolor.xml:
11950         * docs/plugins/inspect/plugin-annodex.xml:
11951         * docs/plugins/inspect/plugin-apetag.xml:
11952         * docs/plugins/inspect/plugin-audiofx.xml:
11953         * docs/plugins/inspect/plugin-auparse.xml:
11954         * docs/plugins/inspect/plugin-autodetect.xml:
11955         * docs/plugins/inspect/plugin-avi.xml:
11956         * docs/plugins/inspect/plugin-cacasink.xml:
11957         * docs/plugins/inspect/plugin-cairo.xml:
11958         * docs/plugins/inspect/plugin-cdio.xml:
11959         * docs/plugins/inspect/plugin-cutter.xml:
11960         * docs/plugins/inspect/plugin-debug.xml:
11961         * docs/plugins/inspect/plugin-dv.xml:
11962         * docs/plugins/inspect/plugin-efence.xml:
11963         * docs/plugins/inspect/plugin-effectv.xml:
11964         * docs/plugins/inspect/plugin-esdsink.xml:
11965         * docs/plugins/inspect/plugin-flac.xml:
11966         * docs/plugins/inspect/plugin-flxdec.xml:
11967         * docs/plugins/inspect/plugin-gconfelements.xml:
11968         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11969         * docs/plugins/inspect/plugin-goom.xml:
11970         * docs/plugins/inspect/plugin-halelements.xml:
11971         * docs/plugins/inspect/plugin-icydemux.xml:
11972         * docs/plugins/inspect/plugin-id3demux.xml:
11973         * docs/plugins/inspect/plugin-jpeg.xml:
11974         * docs/plugins/inspect/plugin-level.xml:
11975         * docs/plugins/inspect/plugin-matroska.xml:
11976         * docs/plugins/inspect/plugin-mulaw.xml:
11977         * docs/plugins/inspect/plugin-multipart.xml:
11978         * docs/plugins/inspect/plugin-navigationtest.xml:
11979         * docs/plugins/inspect/plugin-ossaudio.xml:
11980         * docs/plugins/inspect/plugin-png.xml:
11981         * docs/plugins/inspect/plugin-rtp.xml:
11982         * docs/plugins/inspect/plugin-rtsp.xml:
11983         * docs/plugins/inspect/plugin-shout2send.xml:
11984         * docs/plugins/inspect/plugin-smpte.xml:
11985         * docs/plugins/inspect/plugin-speex.xml:
11986         * docs/plugins/inspect/plugin-taglib.xml:
11987         * docs/plugins/inspect/plugin-udp.xml:
11988         * docs/plugins/inspect/plugin-videobalance.xml:
11989         * docs/plugins/inspect/plugin-videobox.xml:
11990         * docs/plugins/inspect/plugin-videoflip.xml:
11991         * docs/plugins/inspect/plugin-videomixer.xml:
11992         * docs/plugins/inspect/plugin-wavenc.xml:
11993         * docs/plugins/inspect/plugin-wavparse.xml:
11994         * docs/plugins/inspect/plugin-ximagesrc.xml:
11995           Update to CVS.
11996
11997 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11998
11999         Patch by: Sebastian Dröge <slomo circular-chaos org>
12000
12001         * gst/audiofx/audiopanorama.c:
12002           Fix doc section name (Fixes #397946)
12003
12004 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12005
12006         * sys/v4l2/gstv4l2object.c:
12007         (gst_v4l2_object_install_properties_helper),
12008         (gst_v4l2_object_set_property_helper),
12009         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12010         * sys/v4l2/gstv4l2object.h:
12011         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12012         (gst_v4l2src_init), (gst_v4l2src_set_property),
12013         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12014         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12015         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12016         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12017         (gst_v4l2src_capture_deinit):
12018           Fix EIO handing when capturing. Add new property to specify the number of
12019           buffers to enque (and remove the borked num-buffers usage).
12020
12021 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12022
12023         Patch by: Sebastian Dröge <slomo circular-chaos org>
12024
12025         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12026         (gst_audio_panorama_set_process_function):
12027           Use a function array for process methods, add more docs and define the
12028           startindex of enums.
12029
12030 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12031
12032         Patch by: Mark Nauwelaerts <manauw at skynet be>
12033
12034         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12035         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12036         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12037         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12038         (gst_avi_mux_riff_get_avi_header),
12039         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12040         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12041         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12042         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12043         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12044         (gst_avi_mux_change_state):
12045         * gst/avi/gstavimux.h:
12046         * tests/check/elements/avimux.c: (teardown_src_pad):
12047           Add support for more than one audio stream; write better AVIX
12048           header; refactor code a bit; don't announce vorbis caps on our audio
12049           sink pads since we don't support it anyway. Closes #379298.
12050
12051 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12052
12053         Patch by: Sebastian Dröge <slomo circular-chaos org>
12054
12055         * gst/audiofx/audiopanorama.c:
12056         (gst_audio_panorama_method_get_type),
12057         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12058         (gst_audio_panorama_set_process_function),
12059         (gst_audio_panorama_set_property),
12060         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12061         (gst_audio_panorama_transform_m2s_int_simple),
12062         (gst_audio_panorama_transform_s2s_int_simple),
12063         (gst_audio_panorama_transform_m2s_float_simple),
12064         (gst_audio_panorama_transform_s2s_float_simple):
12065         * gst/audiofx/audiopanorama.h:
12066           Add 'method' property and provide a simple (non-psychoacustic)
12067           processing method (#394859).
12068
12069         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12070         (panorama_suite):
12071           Tests for new method.
12072
12073 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12076         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12077           Set correct caps on outgoing pulled buffers, or things blow up
12078           after recent core changes.
12079
12080 2007-01-11  Wim Taymans  <wim@fluendo.com>
12081
12082         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12083
12084         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12085         (gst_multipart_mux_request_new_pad),
12086         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12087         (gst_multipart_mux_change_state):
12088         Return FLOW errors ASAP. Fixes #394977.
12089         Misc cleanups.
12090
12091 2007-01-11  Wim Taymans  <wim@fluendo.com>
12092
12093         Patch by: Lutz Mueller <lutz at topfrose dot de>
12094
12095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12096         Check for stream pad before activating. 
12097
12098 2007-01-10  Wim Taymans  <wim@fluendo.com>
12099
12100         Patch by: Peter Kjellerstedt  <pkj at axis com>
12101
12102         * gst/rtsp/COPYING.MIT:
12103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12104         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12105         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12106         (gst_rtspsrc_stream_configure_transport),
12107         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12108         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12109         (gst_rtspsrc_parse_methods),
12110         (gst_rtspsrc_create_transports_string),
12111         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12112         (gst_rtspsrc_open), (gst_rtspsrc_close):
12113         * gst/rtsp/gstrtspsrc.h:
12114         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12115         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12116         (parse_request_line), (parse_line), (rtsp_connection_read),
12117         (rtsp_connection_close):
12118         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12119         (rtsp_method_as_text), (rtsp_header_as_text),
12120         (rtsp_status_as_text), (rtsp_find_header_field),
12121         (rtsp_find_method):
12122         * gst/rtsp/rtspdefs.h:
12123         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12124         (rtsp_ext_wms_configure_stream):
12125         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12126         (rtsp_message_new_request), (rtsp_message_init_request),
12127         (rtsp_message_new_response), (rtsp_message_init_response),
12128         (rtsp_message_init_data), (rtsp_message_unset),
12129         (rtsp_message_free), (rtsp_message_add_header),
12130         (rtsp_message_get_header), (rtsp_message_set_body),
12131         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12132         * gst/rtsp/rtspmessage.h:
12133         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12134         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12135         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12136         (sdp_message_dump):
12137         Allow url to be NULL to be able to use it for server connections.
12138         Can now send responses as well as requests.
12139         No longer hangs in an endless loop if EOF is received.
12140         Can now convert a status code to a text string.
12141         Return RTSP_HDR_INVALID for unknown headers.
12142         Return RTSP_INVALID for unknown methods.
12143         Copy CSeq and Session headers from the request.
12144         Only free memory corresponding to the currently set message type.
12145         Added const to function arguments as appropriate.
12146         Avoid a compiler warning when initializing nmedia.
12147         Use guint rather than gint to avoid compiler warnings.
12148         Fix crasher in wms extension.
12149         Factor out stream setup from open_connection.
12150         Delay activation of streams when actual data is received from the
12151         server, this prepares us to do proper protocol switching.
12152         Added new license.
12153         Fixes #380895.
12154
12155
12156 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         Patch by: Sebastian Dröge <slomo ubuntu com>
12159
12160         * docs/plugins/Makefile.am:
12161         * gst/audiofx/audiopanorama.c:
12162           Some small docs fixes (#394851).
12163
12164 2007-01-09  Wim Taymans  <wim@fluendo.com>
12165
12166         * gst/avi/gstavidemux.c:
12167         Fix docs.
12168
12169 2007-01-09  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/rtp/Makefile.am:
12172         * gst/rtp/gstrtp.c: (plugin_init):
12173         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12174         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12175         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12176         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12177         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12178         * gst/rtp/gstrtpmpvdepay.h:
12179           Added RFC 2250 MPEG Video Depayloader.
12180
12181         * gst/rtp/gstrtpL16depay.h:
12182         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12183         (gst_rtp_h263p_depay_process):
12184         Fix Header file. Small cleanups.
12185
12186         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12187         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12188         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12189         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12190         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12191         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12192         (gst_rtp_mp4v_depay_change_state):
12193         Remove usused code. Remove Adapter from state Change. Added debug.
12194
12195         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12196         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12197         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12198         * gst/rtp/gstrtpmpadepay.h:
12199         Subclass base depayloader.
12200         Added debug.
12201         Support static payload type assignment as well.
12202
12203         * gst/rtp/gstrtpmpapay.c:
12204         Fix caps.
12205
12206 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12207
12208         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12209
12210         * ext/jpeg/gstjpegdec.c:
12211         * ext/jpeg/gstjpegenc.c:
12212         * ext/jpeg/smokecodec.c:
12213           These libjpeg callbacks should return a 'boolean' (unsigned char
12214           apparently) and not a 'gboolean' (which maps to gint). Fixes
12215           warnings when compiling with MingW (#393427).
12216
12217         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12218           Use ioctlsocket on win32.
12219
12220         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12221           Some printf format fixes for win32.
12222
12223 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12224
12225         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12226           Use gst_guint64_to_gdouble for conversion.
12227         * win32/vs6/libgstmatroska.dsp:
12228           Add zlib to the link.
12229         * win32/vs6/libgstvideobox.dsp:
12230           Update liboil library name (project is linked to 
12231           liboil-0.3-0.lib now).
12232           
12233 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * gst/matroska/Makefile.am:
12236           If zlib is available and used, we must link it explicitly for
12237           things to work on MingW (fixes #392855).
12238
12239 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * ext/esd/esdsink.c: (gst_esdsink_delay):
12242           Don't return bogus values when esd_get_delay() fails for some
12243           reason (#392189).
12244
12245 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * sys/ximage/gstximagesrc.c: (composite_pixel):
12248           Fix presumably copy'n'pasto for 16bpp depth.
12249
12250 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst/matroska/matroska-mux.c:
12253         (gst_matroska_mux_audio_pad_setcaps):
12254           The "signed" field in audio caps is of boolean type, trying to use
12255           gst_structure_get_int() to extract it will fail. Fixing this makes
12256           matroskamux accept raw audio input (#387121) (use at your own risk
12257           though, due to the matroska spec being not entirely useful in this
12258           respect).
12259           Also fix up raw audio structures in template caps so that they
12260           represent what our setcaps function will actually accept, so that
12261           converters know what to convert to.
12262           Finally, don't fail if there isn't an "endianness" field in 8-bit
12263           PCM caps.
12264
12265 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12266
12267         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12268         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12269         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12270         (teardown_cmmldec):
12271         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12272         (teardown_cmmlenc):
12273         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12274           reapply consistent pad (de)activation
12275
12276 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12277
12278         * configure.ac:
12279         Back to CVS
12280
12281         * gst-plugins-good.doap:
12282         Add 0.10.5 doap entry
12283
12284 === release 0.10.5 ===
12285
12286 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12287
12288         * configure.ac:
12289           releasing 0.10.5, "The Path of Thorns"
12290
12291 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12292
12293         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12294         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12295         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12296         (teardown_cmmldec):
12297         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12298         (teardown_cmmlenc):
12299         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12300           revert my freeze breakage
12301
12302 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12303
12304         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12305         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12306         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12307         (teardown_cmmldec):
12308         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12309         (teardown_cmmlenc):
12310         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12311           consistent pad (de)activation
12312
12313 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12314
12315         * configure.ac:
12316         * ext/Makefile.am:
12317         Disable LADPSA, as it has moved to the -bad module for the duration.
12318
12319 2006-12-18  Wim Taymans  <wim@fluendo.com>
12320
12321         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12322         (gst_signal_processor_event):
12323         Reset flow_state back to _OK after a flush stop so that we exit our
12324         error state after the flush. Fixes #374213
12325
12326 2006-12-16  David Schleef  <ds@schleef.org>
12327
12328         * sys/osxvideo/osxvideosink.h:
12329         * sys/osxvideo/osxvideosink.m:
12330           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12331
12332 2006-12-16  David Schleef  <ds@schleef.org>
12333
12334         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12335
12336         * sys/osxvideo/Makefile.am:
12337         * sys/osxvideo/osxvideosink.h:
12338         * sys/osxvideo/osxvideosink.m:
12339           Preliminary patch for porting osxvideosink
12340
12341 2006-12-16  Wim Taymans  <wim@fluendo.com>
12342
12343         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12344
12345         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12346         (gst_videomixer_set_master_geometry),
12347         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12348         (gst_videomixer_reset), (gst_videomixer_init),
12349         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12350         (gst_videomixer_release_pad), (gst_videomixer_collected),
12351         (gst_videomixer_change_state):
12352         Introduce some locking around the videomixer state so that it does not
12353         crash when adding/removing pads. Fixes #383043.
12354
12355 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12356
12357         * configure.ac:
12358           Make sure libcaca can actually be used instead of just checking for
12359           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12360           cross-compiling (fixes #384587).
12361
12362 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12363
12364         * Makefile.am:
12365         * gst-plugins-good.doap:
12366         * gst-plugins-good.spec.in:
12367           adding doap file
12368
12369 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * configure.ac:
12372           libflac-1.1.3 changed API again, but we can't build against it yet,
12373           so make sure our check doesn't use libflac-1.1.3 and add a comment
12374           to this effect.
12375
12376 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12379         (gst_quarktv_planetable_clear):
12380           Add some NULL pointer checks (possibly related to #385623).
12381
12382 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12385         (gst_tag_demux_chain):
12386         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12387           In streaming mode, if the first buffer we get doesn't have an
12388           offset, fix it up to be 0, otherwise trimming won't work later on
12389           and we'll be typefinding application/x-id3, which may result in
12390           decodebin plugging an endless number of id3demux elements as a
12391           consequence. Fixes #385031.
12392           
12393 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12394
12395         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12396           Ignore the buffer_time the sound device reports. Turns out it is 
12397           sometimes completely bogus and we're better off without it.
12398
12399 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12400
12401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12402         (gst_matroska_demux_video_caps):
12403         * gst/matroska/matroska-ids.c:
12404         (gst_matroska_track_init_video_context):
12405         * gst/matroska/matroska-ids.h:
12406           Try harder to extract the framerate for video tracks correctly and
12407           save it directly instead of converting it back and forth a few
12408           times. Mostly makes a difference for very small framerates (<1).
12409           Fixes #380199.
12410
12411 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12414         (gst_gconf_audio_src_dispose), (do_toggle_element):
12415         * ext/gconf/gstgconfaudiosrc.h:
12416           Remove gconf notify hook when the gconfaudiosrc element is
12417           destroyed, otherwise the callback may be called on an
12418           already-destroyed instance and bad things happen. Should fix
12419           #378184.
12420           Also ignore gconf key changes when the source is already running.
12421
12422 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         Patch by: Sebastian Dröge  <mail at slomosnail de>
12425
12426         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12427           We need to be able to read and parse any possible floating point string
12428           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12429           will parse the former only in certain locales though, so we really need
12430           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12431           make sure we can parse either version at all times.
12432           Fixes #382982 for real.
12433
12434 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12435
12436         * sys/sunaudio/gstsunaudiomixerctrl.c:
12437         * sys/sunaudio/gstsunaudiosrc.c:
12438
12439         Use the sunaudio debug category.
12440
12441         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12442         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12443         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12444         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12445         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12446         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12447         (gst_sunaudiosink_reset):
12448         * sys/sunaudio/gstsunaudiosink.h:
12449
12450         Uses the sunaudio debug category for all debug output
12451         Implements the _delay() callback to synchronise video playback better
12452         Change the segtotal and segsize values back to the parent class 
12453           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12454           respectively)
12455         Measure the samples written to the device vs. played.
12456         Keep track of segments in the device by writing empty eof frames, and
12457         sleep using a GCond when we get too far ahead and risk overrunning the
12458         sink's ringbuffer.
12459
12460         Fixes: #360673
12461
12462 2006-12-08  Wim Taymans  <wim@fluendo.com>
12463
12464         Patch by: Sebastian Dröge  <mail at slomosnail de >
12465
12466         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12467         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12468         * gst/audiofx/audiopanorama.h:
12469         Fix audiopanorame with float samples. Fixes #383726.
12470
12471 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12472
12473         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12474         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12475         (gst_sunaudiosrc_reset):
12476
12477         Implement reset functions to unblock the src/sink more quickly on 
12478         state change requests.
12479         Patch by: Brian Cameron <brian dot cameron at sun com>
12480
12481 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12482
12483         * sys/sunaudio/gstsunaudiomixer.c:
12484         (gst_sunaudiomixer_change_state):
12485         Construct the correct mixer device name when the AUDIODEV env var
12486         is set.
12487
12488         Patch by: Jerry Tan <jerry.tan at sun dot com>
12489         Fixes: #383596
12490
12491 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12492
12493         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12494         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12495         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12496         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12497         Patch by: Jerry Tan <jerry.tan at sun dot com>
12498         Fixes: #349015
12499
12500 2006-12-07  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/smpte/gstmask.h:
12503         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12504         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12505         (gst_smpte_collected), (gst_smpte_set_property),
12506         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12507         * gst/smpte/gstsmpte.h:
12508         Port to 0.10 some more. 
12509         Added duration property to specify the duration of the transition.
12510         Make framerate a fraction.
12511         Deprecate fps property, we only use negotiated fps.
12512         Added docs.
12513         Fix collectpad usage.
12514         Reset state in READY.
12515         Send NEWSEGMENT event.
12516         Fix racy updates of object properties.
12517         Added debug category.
12518         Fixes #383323.
12519
12520 2006-12-06  Wim Taymans  <wim@fluendo.com>
12521
12522         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12523
12524         * gst/videomixer/videomixer.c:
12525         (gst_videomixer_set_master_geometry),
12526         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12527         Don't reset xpos and ypos in the setcaps function because causes
12528         unexpected behaviour.
12529         Fixes #382179.
12530
12531 2006-12-06  Wim Taymans  <wim@fluendo.com>
12532
12533         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12534         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12535         Keep track of the buffer timestamp in the collectdata member instead
12536         of modifying the buffer without making the metadata writable first.
12537         Fixes #382277.
12538
12539 2006-12-06  Wim Taymans  <wim@fluendo.com>
12540
12541         Patch by: Rob Taylor <robtaylor at floopily dot org>
12542
12543         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12544         If using multicast in udpsrc, bind to the multicast address rather than
12545         IN_ADDR_ANY.
12546         This allows the simultanous use of multiple udpsrcs listening on
12547         different multicat addresses. Without this all udpsrcs will receive all
12548         packets from all subscribed multicast addresses.
12549         Fixes #383001.
12550
12551 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12552
12553         * ext/taglib/gstid3v2mux.cc:
12554         Don't attempt to write a NULL frame into the ID3 tag set when the 
12555         createFrame method returned NULL.
12556         Fixes: #381857
12557         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12558
12559 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12560
12561         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12562         Use g_strtod() instead of sscanf to parse doubles, so that it will
12563         try parsing in the C locale if the current locale fails.
12564         Fixes: #382982
12565         Patch by: Sebastian Dröge  <mail at slomosnail de >
12566
12567 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12568
12569         * win32/MANIFEST:
12570         Fix compilation on win32 under VS8
12571         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12572         Partially fixes #381175
12573
12574 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12575
12576         * gst/avi/gstavimux.c:
12577           accept all mpegversions,fixes #380825
12578           spotted by: Jerome Alet  
12579
12580 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12581
12582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12583         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12584         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12585         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12586           cleanup the error message a bit more
12587
12588 2006-11-28  Wim Taymans  <wim@fluendo.com>
12589
12590         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12591         Fix width and height properties.
12592
12593         * ext/libcaca/gstcacasink.h:
12594         Fix compilation on newer libcaca that require us to include a new
12595         header. Fixes #379918.
12596
12597 2006-11-28  Wim Taymans  <wim@fluendo.com>
12598
12599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12600         * gst/rtsp/gstrtspsrc.h:
12601         * gst/rtsp/rtspext.h:
12602         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12603         (rtsp_ext_wms_get_context):
12604         Add method so that extensions can choose to disable the setup of
12605         a stream.
12606         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12607
12608 2006-11-27  Wim Taymans  <wim@fluendo.com>
12609
12610         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12611
12612         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12613         Push header in a separate buffer instead of memcpy:ing all data.
12614         Change LF => CRLF in headers.
12615         Move trailing LF to header. Fixes #379792.
12616
12617 2006-11-27  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12620         Small buffer overflow fix and improve debugging.
12621
12622 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12623
12624         * ext/esd/esdmon.h:
12625         * ext/esd/esdsink.h:
12626           remove obsolete _factory_init protos
12627
12628 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12629
12630         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12631         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12632         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12633         (gst_avi_demux_read_subindexes_push),
12634         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12635         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12636         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12637         (gst_avi_demux_massage_index),
12638         (gst_avi_demux_calculate_durations_from_index),
12639         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12640         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12641         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12642           remove dead code, tweak debugs statements, add comments, use
12643           _uint64_scale instead _uint64_scale_int when using guint64 values,
12644           small optimizations, reflow some error handling
12645
12646 2006-11-22  Edward Hervey  <edward@fluendo.com>
12647
12648         * po/.cvsignore:
12649         We never put .pot files in cvs. Let's ignore them all.
12650
12651 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * po/POTFILES.in:
12654           ... but better exclude files that aren't disted.
12655
12656 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * po/POTFILES.in:
12659           Add v4l2 source files to list of files with translations, so the
12660           strings are actually extracted (however bad they still may be).
12661
12662 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12663
12664         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12665           Minor clean-ups: const-ify static array, remove trailing comma from
12666           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12667
12668 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12669
12670         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12671         Make sure that g_free always gets called on the same pointer that was 
12672         returned by g_malloc.  Fixes #376594.
12673         Do not leak memory if decompressed size is wrong.
12674         Remove unneeded check of return value of g_malloc.
12675         Patch by: René Stadler <mail@renestadler.de>
12676
12677 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12680           Add missing curly brackets.
12681
12682 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12683
12684         * sys/v4l2/v4l2src_calls.c:
12685         Fix capture_deinit.
12686
12687 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12690         (gst_matroska_mux_request_new_pad):
12691           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12692
12693         * tests/check/elements/matroskamux.c: (setup_src_pad),
12694         (setup_sink_pad), (GST_START_TEST):
12695         Activate pads before using them.
12696
12697 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12700           Initialise variable to get rid of bogus compiler warning.
12701
12702 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12703
12704         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12705
12706         * gst/rtp/gstrtph263pay.c:
12707         * gst/rtp/gstrtph263pdepay.c:
12708         * gst/rtp/gstrtph263ppay.c:
12709           Specify H.263 variant and version in the caps (fixes #361637)
12710
12711 2006-11-15  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/rtsp/rtspconnection.c: (read_body):
12714         Don't set a data pointer to NULL and a size > 0 when we deal
12715         with empty packets.
12716
12717         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12718         (rtsp_message_init_response), (rtsp_message_init_data),
12719         (rtsp_message_unset), (rtsp_message_free),
12720         (rtsp_message_take_body):
12721         Check that we can't create invalid empty packets. 
12722
12723 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12726
12727         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12728         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12729         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12730         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12731         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12732         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12733         * gst/matroska/matroska-mux.h:
12734           Add basic tag writing support; implement releasing pads (#374658).
12735
12736 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12739         (gst_matroska_demux_audio_caps):
12740           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12741
12742 2006-11-14  David Schleef  <ds@schleef.org>
12743
12744         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12745
12746 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12749
12750         * win32/vs8/gst-plugins-good.sln:
12751         * win32/vs8/libgst1394.vcproj:
12752         * win32/vs8/libgstaasink.vcproj:
12753         * win32/vs8/libgstalaw.vcproj:
12754         * win32/vs8/libgstalpha.vcproj:
12755         * win32/vs8/libgstalphacolor.vcproj:
12756         * win32/vs8/libgstannodex.vcproj:
12757         * win32/vs8/libgstapetag.vcproj:
12758         * win32/vs8/libgstaudiofx.vcproj:
12759         * win32/vs8/libgstauparse.vcproj:
12760         * win32/vs8/libgstautodetect.vcproj:
12761         * win32/vs8/libgstavi.vcproj:
12762         * win32/vs8/libgstcacasink.vcproj:
12763         * win32/vs8/libgstcdio.vcproj:
12764         * win32/vs8/libgstcutter.vcproj:
12765         * win32/vs8/libgstdv.vcproj:
12766         * win32/vs8/libgsteffectv.vcproj:
12767         * win32/vs8/libgstflac.vcproj:
12768         * win32/vs8/libgstflxdec.vcproj:
12769         * win32/vs8/libgstgoom.vcproj:
12770         * win32/vs8/libgsticydemux.vcproj:
12771         * win32/vs8/libgstid3demux.vcproj:
12772         * win32/vs8/libgstjpeg.vcproj:
12773         * win32/vs8/libgstladspa.vcproj:
12774         * win32/vs8/libgstlevel.vcproj:
12775         * win32/vs8/libgstmatroska.vcproj:
12776         * win32/vs8/libgstmikmod.vcproj:
12777         * win32/vs8/libgstmng.vcproj:
12778         * win32/vs8/libgstmonoscope.vcproj:
12779         * win32/vs8/libgstmulaw.vcproj:
12780         * win32/vs8/libgstmultipart.vcproj:
12781         * win32/vs8/libgstpng.vcproj:
12782         * win32/vs8/libgstrtp.vcproj:
12783         * win32/vs8/libgstrtsp.vcproj:
12784         * win32/vs8/libgstshout2.vcproj:
12785         * win32/vs8/libgstsmpte.vcproj:
12786         * win32/vs8/libgstspeex.vcproj:
12787         * win32/vs8/libgsttaglib.vcproj:
12788         * win32/vs8/libgstudp.vcproj:
12789         * win32/vs8/libgstvideobalance.vcproj:
12790         * win32/vs8/libgstvideobox.vcproj:
12791         * win32/vs8/libgstvideoflip.vcproj:
12792         * win32/vs8/libgstvideomixer.vcproj:
12793         * win32/vs8/libgstwavenc.vcproj:
12794         * win32/vs8/libgstwavparse.vcproj:
12795           Make end-of-line returns unixy, so that when the files are checked
12796           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12797           Hopefully fixes #366492.
12798
12799 2006-11-14  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12802         Disable init_frames delay timestamp adjustment, it does not
12803         seem to be needed at all. Fixes #369621.
12804
12805 2006-11-13  Wim Taymans  <wim@fluendo.com>
12806
12807         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12808
12809         * gst/videomixer/videomixer.c:
12810         (gst_videomixer_set_master_geometry),
12811         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12812         (gst_videomixer_collect_free), (gst_videomixer_reset),
12813         (gst_videomixer_init), (gst_videomixer_finalize),
12814         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12815         (gst_videomixer_collected), (gst_videomixer_change_state):
12816         Fix memleak by unref'ing collectpads instance (when finalizing)
12817         Implement releasing a request pad. Fixes #374479.
12818
12819 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12822
12823         * win32/vs8/gst-plugins-good.sln:
12824         * win32/vs8/libgst1394.vcproj:
12825         * win32/vs8/libgstaasink.vcproj:
12826         * win32/vs8/libgstalaw.vcproj:
12827         * win32/vs8/libgstalpha.vcproj:
12828         * win32/vs8/libgstalphacolor.vcproj:
12829         * win32/vs8/libgstannodex.vcproj:
12830         * win32/vs8/libgstapetag.vcproj:
12831         * win32/vs8/libgstaudiofx.vcproj:
12832         * win32/vs8/libgstauparse.vcproj:
12833         * win32/vs8/libgstautodetect.vcproj:
12834         * win32/vs8/libgstavi.vcproj:
12835         * win32/vs8/libgstcacasink.vcproj:
12836         * win32/vs8/libgstcdio.vcproj:
12837         * win32/vs8/libgstcutter.vcproj:
12838         * win32/vs8/libgstdv.vcproj:
12839         * win32/vs8/libgsteffectv.vcproj:
12840         * win32/vs8/libgstflac.vcproj:
12841         * win32/vs8/libgstflxdec.vcproj:
12842         * win32/vs8/libgstgoom.vcproj:
12843         * win32/vs8/libgsticydemux.vcproj:
12844         * win32/vs8/libgstid3demux.vcproj:
12845         * win32/vs8/libgstjpeg.vcproj:
12846         * win32/vs8/libgstladspa.vcproj:
12847         * win32/vs8/libgstlevel.vcproj:
12848         * win32/vs8/libgstmatroska.vcproj:
12849         * win32/vs8/libgstmikmod.vcproj:
12850         * win32/vs8/libgstmng.vcproj:
12851         * win32/vs8/libgstmonoscope.vcproj:
12852         * win32/vs8/libgstmulaw.vcproj:
12853         * win32/vs8/libgstmultipart.vcproj:
12854         * win32/vs8/libgstpng.vcproj:
12855         * win32/vs8/libgstrtp.vcproj:
12856         * win32/vs8/libgstrtsp.vcproj:
12857         * win32/vs8/libgstshout2.vcproj:
12858         * win32/vs8/libgstsmpte.vcproj:
12859         * win32/vs8/libgstspeex.vcproj:
12860         * win32/vs8/libgsttaglib.vcproj:
12861         * win32/vs8/libgstudp.vcproj:
12862         * win32/vs8/libgstvideobalance.vcproj:
12863         * win32/vs8/libgstvideobox.vcproj:
12864         * win32/vs8/libgstvideoflip.vcproj:
12865         * win32/vs8/libgstvideomixer.vcproj:
12866         * win32/vs8/libgstwavenc.vcproj:
12867         * win32/vs8/libgstwavparse.vcproj:
12868           Add VS8 project files (note that many of the plugins in ext are
12869           disabled by default). Fixes #366492.
12870
12871 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12874           we do not translate debug messages
12875
12876 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12877
12878         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12879           fix categorisation, make short desc more explicit, remove unused code
12880           Fixes #372021
12881
12882 2006-11-08  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst/rtp/gstrtpL16depay.c:
12885         * gst/rtp/gstrtpamrdepay.c:
12886         * gst/rtp/gstrtpamrpay.c:
12887         * gst/rtp/gstrtpgsmdepay.c:
12888         * gst/rtp/gstrtph263pay.c:
12889         * gst/rtp/gstrtph263pdepay.c:
12890         * gst/rtp/gstrtph263ppay.c:
12891         * gst/rtp/gstrtph264depay.c:
12892         * gst/rtp/gstrtpmp2tdepay.c:
12893         * gst/rtp/gstrtpmp4gdepay.c:
12894         * gst/rtp/gstrtpmp4gpay.c:
12895         * gst/rtp/gstrtpmp4vdepay.c:
12896         * gst/rtp/gstrtpmp4vpay.c:
12897         * gst/rtp/gstrtpmpadepay.c:
12898         * gst/rtp/gstrtpmpapay.c:
12899         * gst/rtp/gstrtppcmadepay.c:
12900         * gst/rtp/gstrtppcmapay.c:
12901         * gst/rtp/gstrtppcmudepay.c:
12902         * gst/rtp/gstrtppcmupay.c:
12903         * gst/rtp/gstrtpspeexdepay.c:
12904         * gst/rtp/gstrtpspeexpay.c:
12905         * gst/rtp/gstrtpsv3vdepay.c:
12906         Fix element descriptions.
12907
12908 2006-11-08  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/rtp/gstrtpvorbisdepay.c:
12911         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12912         Fix description.
12913         Small cleanup in the payloader.
12914
12915 2006-11-08  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/rtp/Makefile.am:
12918         * gst/rtp/gstrtp.c: (plugin_init):
12919         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12920         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12921         (gst_rtp_theora_depay_finalize),
12922         (gst_rtp_theora_depay_parse_configuration),
12923         (gst_rtp_theora_depay_setcaps),
12924         (gst_rtp_theora_depay_switch_codebook),
12925         (gst_rtp_theora_depay_process),
12926         (gst_rtp_theora_depay_set_property),
12927         (gst_rtp_theora_depay_get_property),
12928         (gst_rtp_theora_depay_change_state),
12929         (gst_rtp_theora_depay_plugin_init):
12930         * gst/rtp/gstrtptheoradepay.h:
12931         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12932         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12933         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12934         (gst_rtp_theora_pay_init_packet),
12935         (gst_rtp_theora_pay_flush_packet),
12936         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12937         (gst_rtp_theora_pay_handle_buffer),
12938         (gst_rtp_theora_pay_plugin_init):
12939         * gst/rtp/gstrtptheorapay.h:
12940         Add theora pay/depayloaders.
12941
12942 2006-11-06  Wim Taymans  <wim@fluendo.com>
12943
12944         * gst/rtp/Makefile.am:
12945         We depend on gsttag to generate the vorbis comments.
12946
12947         * gst/rtp/gstrtpvorbisdepay.c:
12948         (gst_rtp_vorbis_depay_parse_configuration),
12949         (gst_rtp_vorbis_depay_setcaps),
12950         (gst_rtp_vorbis_depay_switch_codebook),
12951         (gst_rtp_vorbis_depay_process):
12952         * gst/rtp/gstrtpvorbisdepay.h:
12953         Parse configuration string in the depayloader.
12954         Implement selecting and switching to a new codebook.
12955         Receiving vorbis over RTP now works.
12956
12957         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12958         (gst_rtp_vorbis_pay_init_packet),
12959         (gst_rtp_vorbis_pay_finish_headers),
12960         (gst_rtp_vorbis_pay_handle_buffer):
12961         * gst/rtp/gstrtpvorbispay.h:
12962         Set timestamps on outgoing buffers and RTP packets.
12963         Fix configuration string, prepend number of Packet headers.
12964         Fix encoding of ident string.
12965         Add delivery-method to caps.
12966         Streaming vorbis over RTP now works.
12967
12968 2006-11-06  Wim Taymans  <wim@fluendo.com>
12969
12970         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12971         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12972         (gst_rtp_vorbis_pay_handle_buffer):
12973         * gst/rtp/gstrtpvorbispay.h:
12974         Generate a valid configuration string in the caps based on the
12975         vorbis headers.
12976
12977 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12980         * ext/cdio/gstcdio.h:
12981         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12982           Move CD-TEXT utility function into common file so it can also be
12983           used by a future cdioparanoiasrc.
12984
12985 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12986         
12987         * sys/v4l2/Makefile.am:
12988         * sys/v4l2/gstv4l2object.c:
12989         * sys/v4l2/gstv4l2src.c:
12990         * sys/v4l2/gstv4l2xoverlay.c:
12991         * sys/v4l2/v4l2_calls.c:
12992         * sys/v4l2/v4l2src_calls.c:
12993         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12994         xoverlay code that is still not implemented.
12995
12996 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12997
12998         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12999           We require a -base more recent than 0.10.9, so it's safe to use
13000           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13001
13002         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13003         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13004           Use _newsegment_full() now that we depend on a recent enough core.
13005
13006         * gst/wavparse/gstwavparse.c:
13007           Remove cruft that we don't need any longer now that we depend on
13008           a recent enough -base.
13009
13010 2006-10-31  Wim Taymans  <wim@fluendo.com>
13011
13012         * gst/rtp/Makefile.am:
13013         * gst/rtp/gstrtp.c: (plugin_init):
13014         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13015         (gst_rtpilbcpay_setcaps):
13016         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13017
13018 2006-10-31  Wim Taymans  <wim@fluendo.com>
13019
13020         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13021         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13022         Some small cleanups, use _scale.
13023
13024 2006-10-31  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13027         Use higher precision scale function.
13028
13029 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         Patch by: Michal Benes  <michal dot benes at itonis tv>
13032
13033         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13034         (gst_matroska_demux_read_track_encodings),
13035         (gst_matroska_decode_buffer):
13036           Fix several issues with encoded/compressed/encrypted/signed tracks;
13037           also, remove superfluous newline characters from some debug
13038           statements. (#366155)
13039
13040 2006-10-30  Wim Taymans  <wim@fluendo.com>
13041
13042         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13043         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13044         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13045         (gst_smokedec_change_state):
13046         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13047         (gst_smokeenc_init), (gst_smokeenc_finalize),
13048         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13049         (gst_smokeenc_resync), (gst_smokeenc_chain),
13050         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13051         (gst_smokeenc_change_state):
13052         Various cleanups, capsnego and leak fixes.
13053
13054 2006-10-30  Wim Taymans  <wim@fluendo.com>
13055
13056         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13057
13058         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13059         Fix videomixer so that it can handle any combination of framerates.
13060         Fixes #367221.
13061
13062 2006-10-28  Wim Taymans  <wim@fluendo.com>
13063
13064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13065         (gst_avi_demux_parse_file_header),
13066         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13067         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13068         (gst_avi_demux_chain):
13069         Fix position query for audio. also fixes timestamps in streaming
13070         mode and bug #364958.
13071         Small cleanups.
13072
13073 2006-10-27  Wim Taymans  <wim@fluendo.com>
13074
13075         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13076         * ext/libpng/gstpngenc.h:
13077         Fix strides. Fixes #364856.
13078         Cleanup capsnego.
13079         Set caps on outgoing buffers.
13080
13081 2006-10-18  Wim Taymans  <wim@fluendo.com>
13082
13083         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13084
13085         * gst/rtp/gstrtpgsmpay.c:
13086         * gst/rtp/gstrtph263pay.c:
13087         * gst/rtp/gstrtpmpapay.c:
13088         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13089         (gst_rtp_pcma_pay_handle_buffer):
13090         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13091         Add static payload numbers in addition to the dynamic ones.
13092         Fixes #361639.
13093
13094 2006-10-18  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13097         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13098         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13099         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13100         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13101         * gst/rtsp/rtspdefs.h:
13102         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13103         * gst/rtsp/rtspurl.h:
13104         Reuse already existing enum for lower transport.
13105         Add rtspt and rtspu protocols.
13106         Send redirect to rtspt when udp times out.
13107
13108 2006-10-18  Wim Taymans  <wim@fluendo.com>
13109
13110         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13111         (gst_wavparse_stream_data):
13112         Fix seeking some more, mostly for speed changes.
13113
13114 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13115
13116         Patch by: Fredrik Persson  <frepe at bredband net>
13117
13118         * sys/v4l2/gstv4l2tuner.c:
13119         * sys/v4l2/gstv4l2tuner.h:
13120           Fix _set_channel(): remove useless g_object_notify() for "channel"
13121           property that doesn't exist any longer and therefore now also
13122           useless redirect (#338818).
13123
13124 2006-10-17  Wim Taymans  <wim@fluendo.com>
13125
13126         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13127         Some drivers do not support unsetting the non-blocking flag once the
13128         device is opened. In those cases, close/open the device in
13129         non-blocking mode. Fixes #362673.
13130
13131 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13132
13133         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13134         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13135         (gst_v4l2src_get_fps):
13136           dear stefan, framespersecond is not frameperiod, reverting but adding
13137           comment
13138
13139 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13140
13141         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13142         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13143         (gst_v4l2src_get_fps):
13144           Numerator is numerator and denominator is denominator. Say that aloud
13145           5 times and retry after next beer.
13146
13147 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         Patch by: Josep Torra Valles  <josep at fluendo com>
13150
13151         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13152         * ext/esd/esdsink.c: (gst_esdsink_write):
13153         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13154         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13155         (gst_flac_dec_send_newsegment):
13156         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13157         (gst_flac_enc_tell_callback):
13158         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13159         (smokecodec_parse_header), (smokecodec_decode):
13160         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13161         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13162         * gst/goom/Makefile.am:
13163         * gst/goom/gstgoom.c:
13164         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13165         * gst/rtsp/gstrtspsrc.c:
13166         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13167         * gst/udp/gstudpsink.c:
13168         * gst/udp/gstudpsrc.c:
13169         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13170         * sys/sunaudio/gstsunaudiomixertrack.h:
13171           Fix a bunch of problems discovered by the Forte compiler, mostly type
13172           mixups and pointer arithmetics with void pointers. Fixes #362603.
13173
13174 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * ext/speex/gstspeex.c: (plugin_init):
13177         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13178         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13179         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13180         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13181         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13182         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13183         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13184         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13185         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13186         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13187         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13188         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13189         * ext/speex/gstspeexenc.h:
13190           Miscellaneous clean-ups, among other things: speexenc => enc to
13191           enhance code readability; change speexenc => speex_enc; in chain
13192           function unref input buffer in case of error; take reference in
13193           event function; use boilerplate macro; use gst_pad_query_peer_*
13194           convenience functions.
13195
13196 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13199         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13200         (gst_speexenc_set_header_on_caps):
13201           Fix some mem leaks.
13202
13203 2006-10-11  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst/rtsp/URLS:
13206         Added some other URL.
13207
13208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13209         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13210         (gst_rtspsrc_open), (gst_rtspsrc_play),
13211         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13212         * gst/rtsp/gstrtspsrc.h:
13213         Work on fallback to TCP connection when the UDP socket times out.
13214         Handler server requests, just reply with OK for now.
13215
13216         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13217         * gst/rtsp/rtspdefs.h:
13218         Added some more Real extension headers.
13219
13220         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13221         Fix parsing of urls with a ':' that is not part of the hostname:port
13222         part of the url.
13223
13224 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13225
13226         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13227         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13228         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13229           Activate pad before adding it to the already-running element.
13230
13231         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13232           Activate newly-created pad too.
13233
13234 2006-10-11  Wim Taymans  <wim@fluendo.com>
13235
13236         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13237
13238         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13239         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13240         (gst_udpsrc_start):
13241         Fix some leaks in caps and uris. Fixes #361252.
13242
13243 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13244
13245         * gst/wavparse/Makefile.am:
13246           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13247
13248 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13249
13250         * sys/v4l2/gstv4l2xoverlay.c:
13251         * sys/v4l2/gstv4l2xoverlay.h:
13252         Fix build as per the patch in #338818 comment 36.
13253
13254 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13257           Activate pads before adding them to the source.
13258
13259 2006-10-06  Wim Taymans  <wim@fluendo.com>
13260
13261         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13262         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13263         Activate pads before adding.
13264
13265 2006-10-06  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13268         (gst_multipart_find_pad_by_mime):
13269         Activate pads before adding.
13270
13271         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13272         BOILERPLATE sets parent_class for us.
13273
13274 2006-10-06  Wim Taymans  <wim@fluendo.com>
13275
13276         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13277         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13278         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13279         (gst_rtspsrc_alloc_udp_ports),
13280         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13281         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13282         (gst_rtspsrc_create_transports_string),
13283         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13284         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13285         * gst/rtsp/gstrtspsrc.h:
13286         Rework how the transport string is constructed, try to share channels
13287         and udp ports.
13288         Make most of the stuff less dependant on RTP as we are also going to use
13289         it for RDT.
13290         Add support for transport specific session managers.
13291
13292         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13293         Implement _flush().
13294
13295         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13296         * gst/rtsp/rtspdefs.h:
13297         Add generic error return code.
13298
13299         * gst/rtsp/rtspext.h:
13300         Add support for pluggable tranport strings.
13301
13302         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13303         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13304         (rtsp_ext_wms_get_context):
13305         Detect WMServer and activate the extension.
13306
13307         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13308         (rtsp_transport_get_manager), (rtsp_transport_parse):
13309         * gst/rtsp/rtsptransport.h:
13310         Added methods to get mime/manager for certain transports.
13311
13312 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13313
13314         * ext/cairo/gsttimeoverlay.c:
13315         (gst_cairo_time_overlay_update_font_height):
13316         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13317         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13318         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13319         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13320         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13321         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13322         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13323         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13324         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13325         (gst_avi_demux_stream_data):
13326         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13327         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13328         (gst_fenced_buffer_copy):
13329         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13331         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13333         (gst_rtspsrc_handle_message):
13334         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13335         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13336           Printf format fixes.
13337
13338 2006-10-04  Wim Taymans  <wim@fluendo.com>
13339
13340         * gst/rtsp/Makefile.am:
13341         Dist new .h file too.
13342
13343 2006-10-04  Wim Taymans  <wim@fluendo.com>
13344
13345         * gst/rtsp/Makefile.am:
13346         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13347         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13349         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13350         (gst_rtspsrc_parse_rtpmap),
13351         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13352         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13353         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13354         * gst/rtsp/gstrtspsrc.h:
13355         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13356         * gst/rtsp/rtspdefs.h:
13357         * gst/rtsp/rtspext.h:
13358         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13359         (rtsp_ext_wms_get_context):
13360         * gst/rtsp/rtspextwms.h:
13361         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13362         (rtsp_transport_parse):
13363         * gst/rtsp/rtsptransport.h:
13364         Factor out extension in separate module.
13365         Fix getcaps to filter against the padtemplate.
13366         Use Content-Base if the server gives one.
13367         Rework the transport parsing a bit for future extensions.
13368         Added some Real Header field definitions.
13369
13370 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13371
13372         * docs/plugins/Makefile.am:
13373         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13374         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13375           added v4l2 stubs
13376         * gst-plugins-good.spec.in:
13377           add v4l2
13378
13379 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13380
13381         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13382           Extract disc/album/medium number and count and try harder
13383           to extract track number/count.
13384
13385 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * configure.ac:
13388         * sys/Makefile.am:
13389           add build stuff for v4l2, needs --enable-experimental until
13390           the last bits are resolved
13391
13392 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * tests/check/Makefile.am:
13395           Disable autodetect test temporarily, so that the build bots
13396           update -bad and the ranks of unreliable video sinks in there.
13397
13398         * tests/check/elements/autodetect.c: (GST_START_TEST):
13399           Skip test if no usable videosink is found.
13400
13401 2006-09-29  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/rtsp/URLS:
13404         Add some more URLs.
13405
13406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13407         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13408         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13409         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13410         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13411         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13412         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13413         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13414         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13415         * gst/rtsp/gstrtspsrc.h:
13416         Add timeout property to control UDP timeouts.
13417         Fix error messages.
13418         Also start a loop function when operating in UDP mode so that we can
13419         do some more stuff async.
13420         Handle element messages from udpsrc to detect timeouts. If a timeout
13421         happens we currently generate an error.
13422         API: rtspsrc::timeout property.
13423
13424         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13425         (gst_udpsrc_create):
13426         Really implement the timeout in microseconds and not milliseconds.
13427
13428 2006-09-29  Wim Taymans  <wim@fluendo.com>
13429
13430         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13431         (gst_udpsrc_create), (gst_udpsrc_set_property),
13432         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13433         * gst/udp/gstudpsrc.h:
13434         Added property to post a message on timeout.
13435         Updated docs.
13436         When restarting the select, initialize the fdsets again.
13437         Init control sockets so we don't accidentally close a random socket.
13438         API: GstUDPSrc::timeout property
13439
13440 2006-09-29  Wim Taymans  <wim@fluendo.com>
13441
13442         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13443         Fix flag registration.
13444
13445         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13446         Reading 0 also means 'no more commands'
13447
13448 2006-09-29  Wim Taymans  <wim@fluendo.com>
13449
13450         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13451
13452         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13453         Fix possible infinite loop when shutting down, a read can also return
13454         0 to indicate no more messages are available. Fixes #358156.
13455
13456 2006-09-25  Wim Taymans  <wim@fluendo.com>
13457
13458         * gst/autodetect/gstautoaudiosink.c:
13459         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13460         (gst_auto_audio_sink_find_best):
13461         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13462         Small cleanups.
13463         don't try to set "sync" property when it is not available.
13464
13465 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         Patch by: Peter Kjellerstedt  <pkj at axis com>
13468
13469         * gst/alpha/gstalpha.c:
13470         * gst/rtp/gstrtpamrdepay.c:
13471         * gst/rtsp/gstrtspsrc.c:
13472         * gst/udp/gstudpsrc.c:
13473         * gst/videomixer/videomixer.c:
13474           Include stdlib.h in some more places, makes things compile
13475           with uClibc and -Werror (#357592).
13476
13477 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13478
13479         * ext/jpeg/gstjpegdec.c:
13480           Set minimum height to 8 (from 16), our code should handle
13481           that fine. Some of the buttons on the apple trailer site
13482           are apparently only 15 pixels high (see #357470).
13483
13484 2006-09-23  Wim Taymans  <wim@fluendo.com>
13485
13486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13487         (gst_rtspsrc_open):
13488         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13489         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13490         (rtsp_connection_receive):
13491         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13492         * gst/rtsp/rtspdefs.h:
13493         Improve error reporting.
13494
13495 2006-09-23  Wim Taymans  <wim@fluendo.com>
13496
13497         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13498         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13499         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13500         * gst/rtp/gstrtpdepay.c:
13501         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13502         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13503         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13504         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13505         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13506         (gst_rtp_mp2t_depay_plugin_init):
13507         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13508         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13509         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13510         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13511         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13512         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13513         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13514         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13515         Fix klass typos.
13516         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13517
13518 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * configure.ac:
13521           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13522
13523 2006-09-22  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13526         Don't check for a tag that is never there and check if we read the
13527         correct tag. Fixes seeking again.
13528         We must post an error when all pads are unlinked.
13529
13530 2006-09-22  Wim Taymans  <wim@fluendo.com>
13531
13532         * gst/rtp/Makefile.am:
13533         * gst/rtp/gstrtp.c: (plugin_init):
13534         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13535         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13536         (gst_rtp_vorbis_pay_reset_packet),
13537         (gst_rtp_vorbis_pay_init_packet),
13538         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13539         (gst_rtp_vorbis_pay_handle_buffer):
13540         More fixage, set endoder-params correctly in the payloader.
13541
13542 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13543
13544         * gst/autodetect/gstautoaudiosink.c:
13545         (gst_auto_audio_sink_base_init):
13546         * gst/autodetect/gstautovideosink.c:
13547         (gst_auto_video_sink_base_init):
13548           Make static pad templates static to appease valgrind's leak
13549           detector.
13550
13551         * tests/check/Makefile.am:
13552         * tests/check/elements/.cvsignore:
13553         * tests/check/elements/autodetect.c: (GST_START_TEST),
13554         (autodetect_suite):
13555           Add simple test for the ghostpad lockup on shutdown fixed in core
13556           CVS (audio bit disabled because it would need dozens of alsa
13557           suppressions and I'm too lazy to add those now).
13558
13559 2006-09-22  Wim Taymans  <wim@fluendo.com>
13560
13561         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13562         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13563         Small cleanups.
13564
13565         * gst/rtp/Makefile.am:
13566         * gst/rtp/gstrtp.c: (plugin_init):
13567         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13568         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13569         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13570         (gst_rtp_vorbis_depay_process),
13571         (gst_rtp_vorbis_depay_set_property),
13572         (gst_rtp_vorbis_depay_get_property),
13573         (gst_rtp_vorbis_depay_change_state),
13574         (gst_rtp_vorbis_depay_plugin_init):
13575         * gst/rtp/gstrtpvorbisdepay.h:
13576         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13577         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13578         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13579         (gst_rtp_vorbis_pay_flush_packet),
13580         (gst_rtp_vorbis_pay_append_buffer),
13581         (gst_rtp_vorbis_pay_handle_buffer),
13582         (gst_rtp_vorbis_pay_plugin_init):
13583         * gst/rtp/gstrtpvorbispay.h:
13584         Add experimental vorbis pay and depayloaders.
13585
13586 2006-09-21  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13589         Fix profile-level-id parsing and setup.
13590
13591 2006-09-21  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/udp/README:
13594         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13595         Update README, simple cleanup.
13596
13597 2006-09-21  Wim Taymans  <wim@fluendo.com>
13598
13599         * gst/rtp/README:
13600         Update README with some examples.
13601
13602         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13603         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13604         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13605         (gst_rtp_mp4g_pay_setcaps):
13606         * gst/rtp/gstrtpmp4gpay.h:
13607         Make optional RTP parameters of type STRING, as required by the
13608         application/x-rtp caps specification.
13609
13610 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13611
13612         * gst/rtp/gstrtph263pdepay.c:
13613         * gst/rtp/gstrtph263ppay.c:
13614         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13615         RTP header.
13616
13617 2006-09-20  Wim Taymans  <wim@fluendo.com>
13618
13619         * gst/rtp/Makefile.am:
13620         And makefile too.
13621
13622 2006-09-20  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/rtp/gstrtp.c: (plugin_init):
13625         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13626         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13627         (decode_base64), (gst_rtp_asf_depay_setcaps),
13628         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13629         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13630         (gst_rtp_asf_depay_plugin_init):
13631         * gst/rtp/gstrtpasfdepay.h:
13632         Added preliminary ASF depayloader.
13633
13634         * gst/rtp/gstrtph264depay.c: (decode_base64):
13635         Fix base64 decoding.
13636
13637 2006-09-20  Wim Taymans  <wim@fluendo.com>
13638
13639         * gst/rtsp/URLS:
13640         Added some test URLS.
13641
13642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13643         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13644         * gst/rtsp/gstrtspsrc.h:
13645         When creating streams, give access to the complete SDP.
13646         Fix some leaks.
13647         Collect and merge global stream properties in stream caps.
13648         Preliminary support for WMServer.
13649
13650         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13651         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13652         (rtsp_connection_receive):
13653         * gst/rtsp/rtspconnection.h:
13654         Make connection interruptable.
13655         Refactor to make it reconnectable.
13656         Don't fail on short reads when reading data packets.
13657
13658         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13659         (rtsp_url_get_port):
13660         * gst/rtsp/rtspurl.h:
13661         Add methods for getting/setting the port.
13662
13663         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13664         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13665         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13666         (sdp_media_get_format), (sdp_parse_line),
13667         (sdp_message_parse_buffer):
13668         Fix headers. 
13669         Add methods for getting multiple attributes with the same name.
13670         Increase buffer size when parsing.
13671         Fix parsing of a=foo fields.
13672
13673         * gst/rtsp/test.c: (main):
13674         Update to new connection API.
13675
13676         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13677         (rtsp_message_init_response), (rtsp_message_init_data),
13678         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13679         * gst/rtsp/rtspmessage.h:
13680         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13681         * gst/rtsp/rtsptransport.h:
13682         * gst/rtsp/sdp.h:
13683         * gst/rtsp/sdpmessage.h:
13684         * gst/rtsp/gstrtsp.c:
13685         * gst/rtsp/gstrtsp.h:
13686         * gst/rtsp/gstrtpdec.c:
13687         * gst/rtsp/gstrtpdec.h:
13688         * gst/rtsp/rtsp.h:
13689         * gst/rtsp/rtspdefs.c:
13690         * gst/rtsp/rtspdefs.h:
13691         Dual licensed under MIT and LGPL now.
13692
13693 2006-09-19  Wim Taymans  <wim@fluendo.com>
13694
13695         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13696         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13697         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13698         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13699         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13700         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13701         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13702         * gst/rtsp/gstrtspsrc.h:
13703         Reorganize stream parsing and creation.
13704         Detect container formats in interleaved mode.
13705         Keep more state about the streams.
13706         Assume a server also supports PLAY if it does not say.
13707         Add unicast and interleaved properties to TCP transport requests to make
13708         some servers happy (WMServer).
13709
13710         * gst/rtsp/sdpmessage.h:
13711         Add some defines for the standard Bandwidth types.
13712
13713 2006-09-19  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/rtsp/test.c: (main):
13716         Fix build.
13717
13718 2006-09-19  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/wavparse/gstwavparse.c:
13721         Add ms-gsm to the src template.
13722
13723 2006-09-18  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13726         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13727         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13728         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13729         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13730         * gst/rtsp/gstrtspsrc.h:
13731         Small cleanups, added documentation.
13732         Try to clean up the requests and responses.
13733         Refactor parsing the supported methods.
13734
13735         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13736         (rtsp_connection_create), (rtsp_connection_send),
13737         (parse_response_status), (parse_request_line),
13738         (rtsp_connection_receive), (rtsp_connection_close),
13739         (rtsp_connection_free):
13740         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13741         (rtsp_transport_init), (rtsp_transport_parse),
13742         (rtsp_transport_free):
13743         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13744         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13745         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13746         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13747         Use g_return_val some more.
13748
13749         * gst/rtsp/rtspdefs.h:
13750         Add more enum values to track initial states.
13751
13752         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13753         (rtsp_message_init_request), (rtsp_message_new_response),
13754         (rtsp_message_init_response), (rtsp_message_init_data),
13755         (rtsp_message_unset), (rtsp_message_free),
13756         (rtsp_message_add_header), (rtsp_message_remove_header),
13757         (rtsp_message_get_header), (rtsp_message_set_body),
13758         (rtsp_message_take_body), (rtsp_message_get_body),
13759         (rtsp_message_steal_body), (rtsp_message_dump):
13760         * gst/rtsp/rtspmessage.h:
13761         Reorder arguments, object goes as the first one.
13762         Use g_return_val some more.
13763
13764 2006-09-18  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13767         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13768         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13769         * gst/rtsp/gstrtspsrc.h:
13770         Export sometimes source pad with correct caps on the template, create
13771         the ghostpad from the template.
13772         Remove RTCP template as we never expose RTCP.
13773         Protect against invalid body size.
13774         Avoid memcpy when creating the output buffer.
13775         Properly post an error and send EOS when the loop function is shut down.
13776
13777 2006-09-18  Wim Taymans  <wim@fluendo.com>
13778
13779         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13780
13781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13782         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13783         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13784         * gst/rtsp/gstrtspsrc.h:
13785         Make sure we can never set an invalid location.
13786
13787         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13788         * gst/rtsp/rtspmessage.h:
13789         Added _steal_body method for future use.
13790
13791         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13792         Make freeing of NULL url return immediatly.
13793
13794 2006-09-18  Wim Taymans  <wim@fluendo.com>
13795
13796         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13797
13798         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13799         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13800         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13801         (gst_rtspsrc_change_state):
13802         * gst/rtsp/gstrtspsrc.h:
13803         Use boilerplate.
13804         Make rtspsrc subclass GstBin to make state changes easier.
13805         Add Range header field on the PLAY request.
13806
13807 2006-09-18  Wim Taymans  <wim@fluendo.com>
13808
13809         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13810
13811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13812         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13813         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13814         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13815         * gst/rtsp/rtspconnection.c: (inet_aton):
13816         Small cleanups.
13817         when multicast is selected as the transport, create UDP sources and
13818         connect to the multicast group.
13819         Move parsing and setting of caps to a common place.
13820         Fixes #349894.
13821
13822 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13823
13824         * ext/flac/gstflactag.c:
13825         * gst/alpha/gstalpha.c:
13826         * gst/debug/breakmydata.c:
13827         * gst/debug/negotiation.c:
13828         * gst/debug/testplugin.c:
13829         * gst/effectv/gstaging.c:
13830         * gst/effectv/gstdice.c:
13831         * gst/effectv/gstedge.c:
13832         * gst/effectv/gstquark.c:
13833         * gst/effectv/gstrev.c:
13834         * gst/effectv/gstshagadelic.c:
13835         * gst/effectv/gstvertigo.c:
13836         * gst/effectv/gstwarp.c:
13837         * gst/multipart/multipartdemux.c:
13838         * gst/multipart/multipartmux.c:
13839         * gst/videobox/gstvideobox.c:
13840         * gst/videofilter/gstgamma.c:
13841         * gst/videofilter/gstvideotemplate.c:
13842         * gst/videomixer/videomixer.c:
13843         * sys/sunaudio/gstsunaudiosrc.h:
13844         More G_OBJECT macro fixing.
13845
13846 2006-09-16  Wim Taymans  <wim@fluendo.com>
13847
13848         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13849
13850         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13851         Correctly set the dwLength in strh.
13852         With this patch, the file duration is now displayed correctly in window
13853         media player and the AVI plays completely. Fixes #356147
13854
13855 2006-09-15  Wim Taymans  <wim@fluendo.com>
13856
13857         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13858
13859         * sys/sunaudio/gstsunaudiomixerctrl.c:
13860         (gst_sunaudiomixer_ctrl_build_list):
13861         Set the output track as the MASTER so that the gnome-settings-daemon
13862         keybindings for changing the volume using the keyboard works.
13863         Fixes #356142.
13864
13865 2006-09-15  Wim Taymans  <wim@fluendo.com>
13866
13867         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13868         Fix documentation, it is not possible to control the framerate of jpegdec
13869         using filtered caps yet. Fixes #355210.
13870         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13871         stop when there is an error.
13872
13873 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13874
13875         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13876         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13877           Don't interpret a first buffer with an offset of NONE as
13878           'from the middle of the stream', but only a first buffer
13879           that has a valid buffer offset that's non-zero (see #345449).
13880
13881 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13882
13883         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13884         (gst_icydemux_typefind_or_forward):
13885         * gst/icydemux/gsticydemux.h:
13886           When we merge/collect multiple incoming buffers for typefinding
13887           purposes, keep an initial 0 offset on the first outgoing buffer
13888           as well (otherwise id3demux won't work right). Fixes #345449.
13889           Also Make buffer metadata writable before setting buffer caps.
13890
13891         * tests/check/elements/icydemux.c: (typefind_succeed),
13892         (cleanup_icydemux), (push_data), (GST_START_TEST),
13893         (icydemux_suite):
13894           Small test case for the above.
13895
13896 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13897
13898         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13899         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13900         (gst_avi_demux_stream_header_push),
13901         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13902         (gst_avi_demux_loop):
13903           More code reuse and better logging in _peek_chunk(). Reintroduce check
13904           for chunk sizes before reading them (avoid oom). Better handling for 
13905           invalid chunksizes when streaming.
13906
13907 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13908
13909         * gst/level/gstlevel.c: (gst_level_set_property):
13910         * gst/level/gstlevel.h:
13911           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13912           René Stadler
13913
13914 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13915
13916         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13917         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13918         (gst_avi_demux_stream_data):
13919           Revert one change to fix streaming avi (adapter size != data size).
13920
13921 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13924
13925         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13926         (gst_matroska_demux_reset),
13927         (gst_matroska_demux_read_track_encodings),
13928         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13929         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13930         (gst_matroska_demux_subtitle_caps):
13931         * gst/matroska/matroska-ids.h:
13932           Add support for VOBSUB subtitle tracks and zlib-compressed
13933           tracks. Make sure we start on a keyframe after a seek. (#343348)
13934
13935 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13936
13937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13938         (gst_matroska_demux_push_flac_codec_priv_data),
13939         (gst_matroska_demux_push_xiph_codec_priv_data),
13940         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13941         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13942         * gst/matroska/matroska-ids.h:
13943           Add basic FLAC support (#311586), not perfect yet though, needs some
13944           tweaking in flacdec; also, seeking could be better.
13945           Do better bounds checking when deserialising vorbis stream headers
13946           to make sure we don't read beyond the end of the buffer on bad input.
13947
13948 2006-09-04  Wim Taymans  <wim@fluendo.com>
13949
13950         Patch by: Alessandro Decina <alessandro at nnva dot org>
13951
13952         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13953         Seeking back in a file containing a CMML stream errors out if the seek
13954         goes back up to the CMML headers. This is because after the seek the xml
13955         processing instruction <?xml ...?> is submitted to the xml parser again, 
13956         which results in an error. The attached patch fixes the problem. 
13957         Fixes #353908.
13958
13959         * ext/annodex/gstcmmlenc.h:
13960         Fix authors name.
13961
13962
13963 2006-08-28  Andy Wingo  <wingo@pobox.com>
13964
13965         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13966         New helper function to lessen the ifdefs.
13967         (GST_INFO_OBJECT): 
13968         (gst_dv1394src_iso_receive): Use it.
13969         (gst_dv1394src_create): Also use the control sockets in iec61883
13970         mode.
13971         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13972         handle for AVC operations; fixes #348233.
13973
13974 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13975
13976         * configure.ac:
13977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13978         * docs/plugins/inspect/plugin-audiofx.xml:
13979         * docs/plugins/inspect/plugin-audiofxgood.xml:
13980         * gst/audiofx/Makefile.am:
13981         * gst/audiofx/audiofx.c:
13982         * gst/audiofxgood/.cvsignore:
13983         * gst/audiofxgood/Makefile.am:
13984         * gst/audiofxgood/audiofx.c:
13985         * gst/audiofxgood/audiopanorama.c:
13986         * gst/audiofxgood/audiopanorama.h:
13987           Rename again (audiofxgood -> audiofx).
13988
13989 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13990
13991         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13992         (gst_avi_demux_stream_scan):
13993           Initialze variables.
13994
13995 2006-08-25  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13998         (gst_avi_demux_init), (gst_avi_demux_finalize),
13999         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14000         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14001         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14002         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14003         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14004         (gst_avi_demux_massage_index),
14005         (gst_avi_demux_calculate_durations_from_index),
14006         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14007         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14008         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14009         (gst_avi_demux_change_state):
14010         * gst/avi/gstavidemux.h:
14011         More attempts to turn this into readable code.
14012         Don't leak adapters.
14013         Calculate duration according to index more efficiently.
14014         Don't try to act like we drive the pipeline in chain mode.
14015
14016 2006-08-25  Wim Taymans  <wim@fluendo.com>
14017
14018         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14019         Fix build.
14020
14021 2006-08-25  Wim Taymans  <wim@fluendo.com>
14022
14023         Patch by: Alessandro Decina <alessandro at nnva dot org>
14024
14025         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14026         Do some extra sanity checks.
14027         Fixes #350340.
14028
14029         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14030         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14031         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14032         Check if clip->start_time is valid before adding the clip to the
14033         track list.
14034         Reset enc->preamble going from PAUSED to READY.
14035         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14036         only used for EOS.
14037         Only post an error message if we were the one that created the fatal
14038         GstFlowReturn value.
14039
14040         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14041         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14042         Parse the seconds field of the npt-sec time format using %llu rather than
14043         %d and check that the value scaled by GST_SECOND doesn't overflow.
14044         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14045         Lookup a clip's track with clip->track rather than clip->id which
14046         makes no sense.
14047         Identify a clip by its track and start time and not its xml id.
14048         do some more input checking and make sure we don't do undefined shifts.
14049
14050         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14051         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14052         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14053         (push_clip), (push_empty_clip), (check_output_clip),
14054         (GST_START_TEST), (cmmldec_suite):
14055         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14056         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14057         (check_headers), (push_clip), (check_clip_times), (check_clip),
14058         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14059         Added some more checks.
14060
14061 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14062
14063         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14064         (gst_audio_panorama_set_property),
14065         (gst_audio_panorama_get_property),
14066         (gst_audio_panorama_transform_m2s_int),
14067         (gst_audio_panorama_transform_s2s_int),
14068         (gst_audio_panorama_transform_m2s_float),
14069         (gst_audio_panorama_transform_s2s_float):
14070         * gst/audiofxgood/audiopanorama.h:
14071         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14072           Make also the pan-property float (saves scaling and yields better
14073           resolution)
14074
14075 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14076
14077         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14078         (gst_audio_panorama_transform_m2s_float),
14079         (gst_audio_panorama_transform_s2s_float):
14080           ChangeLog surgery to add cymax's real name
14081
14082
14083 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14084
14085         Patch by: René Stadler <mail@renestadler.de>
14086
14087         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14088         (gst_audio_panorama_transform_m2s_int),
14089         (gst_audio_panorama_transform_s2s_int),
14090         (gst_audio_panorama_transform_m2s_float),
14091         (gst_audio_panorama_transform_s2s_float),
14092         (gst_audio_panorama_transform):
14093         * gst/audiofxgood/audiopanorama.h:
14094           Added float support
14095
14096 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14097
14098         * gst/audiofxgood/audiopanorama.c:
14099         (gst_audio_panorama_transform_m2s):
14100           Fix docs & debug category. Add Fixme for volume pan levels.
14101
14102 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14103
14104         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14105         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14106         (gst_avi_demux_stream_header_pull),
14107         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14108         (gst_avi_demux_chain):
14109           unbreak AVI index handling, some more debug, remove an obsolete
14110           adapter_flush that caused streaming to wander off in the wild
14111
14112 2006-08-24  Wim Taymans  <wim@fluendo.com>
14113
14114         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14115         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14116         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14117         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14118         (gst_avi_demux_calculate_durations_from_index),
14119         (gst_avi_demux_stream_header_push),
14120         (gst_avi_demux_stream_header_pull):
14121         * gst/avi/gstavidemux.h:
14122         Some more cleanups. 
14123         Fix totalFrames parsing in ODML.
14124         Disable use of index for length calculation in case of ODML as this is
14125         broken now.
14126
14127 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14128
14129         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14130           Use libgsttag helper function here too.
14131
14132 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14133
14134         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14135         (gst_avi_demux_init), (gst_avi_demux_dispose),
14136         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14137         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14138         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14139         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14140         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14141         (gst_avi_demux_parse_subindex),
14142         (gst_avi_demux_read_subindexes_push),
14143         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14144         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14145         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14146         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14147         (gst_avi_demux_stream_header_pull),
14148         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14149         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14150         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14151         (gst_avi_demux_change_state):
14152         * gst/avi/gstavidemux.h:
14153           Initial streaming support for avidemux (fixes #336465)
14154
14155 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14158           There is no taglibmux element ...
14159
14160         * gst/rtsp/gstrtspsrc.c:
14161           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14162           was complaining about unknown entity here.
14163
14164 2006-08-22  Wim Taymans  <wim@fluendo.com>
14165
14166         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14167         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14168         (gst_avi_demux_process_next_entry):
14169         * gst/avi/gstavidemux.h:
14170         Mark DISCONT.
14171         Remove old unused fields and reorder the struct a bit.
14172
14173 2006-08-22  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14176         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14177         (gst_rtspsrc_pause):
14178         * gst/rtsp/gstrtspsrc.h:
14179         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14180         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14181         Small documentation updates.
14182
14183 2006-08-22  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14186         (gst_avi_demux_index_entry_for_time),
14187         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14188         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14189         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14190         (gst_avi_demux_next_data_buffer),
14191         (gst_avi_demux_calculate_durations_from_index),
14192         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14193         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14194         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14195         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14196         * gst/avi/gstavidemux.h:
14197         Precalc most of the duration query for each stream.
14198         Make seeking more correct.
14199         Use GstSegment to track position and duration.
14200         Code cleanups and leak fixes.
14201         Calculate correct total duration based on index length.
14202
14203 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14204
14205         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14206         (parse_insert_string_field):
14207           If strings in text fields are marked ISO8859-1, but contain
14208           valid UTF-8 already, then handle them as UTF-8 and ignore
14209           the encoding. (#351794)
14210
14211 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14214         (gst_flac_dec_write), (gst_flac_dec_loop),
14215         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14216         (gst_flac_dec_src_query):
14217         * ext/flac/gstflacdec.h:
14218           Make flac-in-ogg work (#352100).
14219
14220 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14221
14222         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14223           Don't unref buffers of which we've already given away
14224           ownership to the adapter.
14225
14226 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14227
14228         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14229           Make metadata extraction actually work.
14230
14231         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14232         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14233         (gst_speexenc_chain):
14234           Fix metadata writing: replace old code which wrote completely
14235           broken tags with libgsttag-based code. Plus miscellaneous
14236           code cleanups (use static pad templates etc.) and a bunch
14237           of leak fixes.
14238
14239 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14240
14241         * gst/audiopanorama/.cvsignore:
14242         * gst/audiopanorama/Makefile.am:
14243         * gst/audiopanorama/audiofx.c:
14244         * gst/audiopanorama/audiopanorama.c:
14245         * gst/audiopanorama/audiopanorama.h:
14246           die! die! die! you should never have been there
14247
14248 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14249
14250         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14251         Fix invalid memory access in audiopanorama test suite.
14252
14253 2006-08-21  Edward Hervey  <edward@fluendo.com>
14254
14255         * tests/check/elements/.cvsignore:
14256         ignore built file
14257
14258 2006-08-21  Wim Taymans  <wim@fluendo.com>
14259
14260         * gst/rtp/Makefile.am:
14261         Fix the build again.
14262
14263 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14264
14265         * gst/audiofxgood/.cvsignore:
14266         * gst/audiofxgood/Makefile.am:
14267         * gst/audiofxgood/audiofx.c: (plugin_init):
14268         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14269         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14270         (gst_audio_panorama_set_property),
14271         (gst_audio_panorama_get_property),
14272         (gst_audio_panorama_get_unit_size),
14273         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14274         (gst_audio_panorama_transform_m2s),
14275         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14276         * gst/audiofxgood/audiopanorama.h:
14277           resubmit with the desired name *again*
14278
14279 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14280
14281         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14282         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14283           use g_assert in _get_unit_size
14284
14285 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14286
14287         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14288         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14289         * docs/plugins/inspect/plugin-audiofxgood.xml:
14290           cleanup -unused.txt to make it useful, add previously missing docs
14291
14292         * ext/Makefile.am:
14293           Quietly (accidentally) enable LADSPA for building by default, 
14294           despite the fact that it doesn't meet the plugin checklist.
14295             -- Added by Jan Schmidt 18 Dec 2006
14296
14297         * ext/esd/esdmon.c:
14298         * ext/esd/esdsink.c:
14299         * ext/esd/gstesd.c: (plugin_init):
14300           reflow to get rid of two external symbols
14301
14302         * gst/audiofxgood/audiofx.c: (plugin_init):
14303           re-add
14304
14305 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14306
14307         * configure.ac:
14308         * gst/audiofxgood/.cvsignore:
14309         * gst/audiofxgood/Makefile.am:
14310         * gst/audiofxgood/audiofx.c
14311         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14312         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14313         (gst_audio_panorama_set_property),
14314         (gst_audio_panorama_get_property),
14315         (gst_audio_panorama_get_unit_size),
14316         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14317         (gst_audio_panorama_transform_m2s),
14318         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14319         * gst/audiofxgood/audiopanorama.h:
14320         * tests/check/Makefile.am:
14321         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14322         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14323         (panorama_suite), (main):
14324         Add audiofxgood plugin with audiopanorama element
14325
14326 2006-08-18  Wim Taymans  <wim@fluendo.com>
14327
14328         * docs/plugins/Makefile.am:
14329         More Oss docs fixage. 
14330
14331 2006-08-18  Wim Taymans  <wim@fluendo.com>
14332
14333         * gst/rtp/Makefile.am:
14334         * gst/rtp/gstrtp.c: (plugin_init):
14335         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14336         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14337         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14338         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14339         (gst_rtp_sv3v_depay_get_property),
14340         (gst_rtp_sv3v_depay_change_state),
14341         (gst_rtp_sv3v_depay_plugin_init):
14342         * gst/rtp/gstrtpsv3vdepay.h:
14343         Added experimental SVQ3 depayloader.
14344
14345 2006-08-18  Edward Hervey  <edward@fluendo.com>
14346
14347         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14348         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14349         * ext/dv/gstdvdemux.h:
14350         When handling seek requests, don't send the newsegment event from the
14351         calling thread. Instead save it so it can be sent from the streaming
14352         thread.
14353
14354 2006-08-17  Wim Taymans  <wim@fluendo.com>
14355
14356         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14357
14358         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14359         Accept leading whitespace before the boundary
14360         This patch makes the demuxer allow some whitespace before the actual
14361         boundary. This makes the demuxer work with the ``old'' gstreamer
14362         multipartmuxer again (which placed an extra \n before the start
14363         of the stream) Fixes #349068.
14364
14365 2006-08-17  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14368         Error out on non-implemented stuff.
14369
14370 2006-08-16  Wim Taymans  <wim@fluendo.com>
14371
14372         Patch by: Andy Wingo <wingo at pobox dot com>
14373
14374         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14375         (gst_signal_processor_start), (gst_signal_processor_stop),
14376         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14377         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14378         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14379         (gst_signal_processor_change_state):
14380         Make ladspa elements reusable. Fixes #350006.
14381
14382 2006-08-16  Wim Taymans  <wim@fluendo.com>
14383
14384         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14385         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14386         names as possible. Fixes #349901.
14387
14388 2006-08-16  Wim Taymans  <wim@fluendo.com>
14389
14390         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14391         (gst_signal_processor_do_pushes):
14392         A push() gives away our refcount so we should not use the buffer on the
14393         pen anymore.
14394
14395 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14398         (gst_oss_mixer_element_finalize):
14399           Don't leak device string.
14400
14401 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14402
14403         * configure.ac:
14404           Require CVS of GStreamer core and -base (for
14405           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14406
14407         * ext/taglib/gstid3v2mux.cc:
14408           Write extended comment tags properly (#348762).
14409
14410         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14411         (parse_comment_frame):
14412           Extract COMM frames into extended comments, which makes it
14413           easier to properly retain the description bit of the tag
14414           and maintain this information when re-tagging (#348762).
14415
14416 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * tests/check/Makefile.am:
14419           Don't try to run annodex unit tests if the annodex
14420           plugin has not been built (Fixes #351116).
14421
14422 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * gst/autodetect/gstautoaudiosink.c:
14425         (gst_auto_audio_sink_find_best):
14426           When we can't find a usable audiosink, don't error out,
14427           but use a fake sink instead and post a warning message
14428           on the bus (#341278).
14429
14430 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14431
14432         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14433         * sys/oss/gstosssink.c:
14434         * sys/oss/gstosssrc.c:
14435           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14436           ossmixer's new device property.
14437
14438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14440           Add docs for OSS elements.
14441
14442         * docs/plugins/inspect/plugin-aasink.xml:
14443         * docs/plugins/inspect/plugin-alaw.xml:
14444         * docs/plugins/inspect/plugin-alpha.xml:
14445         * docs/plugins/inspect/plugin-alphacolor.xml:
14446         * docs/plugins/inspect/plugin-annodex.xml:
14447         * docs/plugins/inspect/plugin-apetag.xml:
14448         * docs/plugins/inspect/plugin-auparse.xml:
14449         * docs/plugins/inspect/plugin-autodetect.xml:
14450         * docs/plugins/inspect/plugin-avi.xml:
14451         * docs/plugins/inspect/plugin-cacasink.xml:
14452         * docs/plugins/inspect/plugin-cairo.xml:
14453         * docs/plugins/inspect/plugin-cdio.xml:
14454         * docs/plugins/inspect/plugin-cutter.xml:
14455         * docs/plugins/inspect/plugin-debug.xml:
14456         * docs/plugins/inspect/plugin-dv.xml:
14457         * docs/plugins/inspect/plugin-efence.xml:
14458         * docs/plugins/inspect/plugin-effectv.xml:
14459         * docs/plugins/inspect/plugin-esdsink.xml:
14460         * docs/plugins/inspect/plugin-flac.xml:
14461         * docs/plugins/inspect/plugin-flxdec.xml:
14462         * docs/plugins/inspect/plugin-gconfelements.xml:
14463         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14464         * docs/plugins/inspect/plugin-goom.xml:
14465         * docs/plugins/inspect/plugin-halelements.xml:
14466         * docs/plugins/inspect/plugin-icydemux.xml:
14467         * docs/plugins/inspect/plugin-id3demux.xml:
14468         * docs/plugins/inspect/plugin-jpeg.xml:
14469         * docs/plugins/inspect/plugin-level.xml:
14470         * docs/plugins/inspect/plugin-matroska.xml:
14471         * docs/plugins/inspect/plugin-mulaw.xml:
14472         * docs/plugins/inspect/plugin-multipart.xml:
14473         * docs/plugins/inspect/plugin-navigationtest.xml:
14474         * docs/plugins/inspect/plugin-ossaudio.xml:
14475         * docs/plugins/inspect/plugin-png.xml:
14476         * docs/plugins/inspect/plugin-rtp.xml:
14477         * docs/plugins/inspect/plugin-rtsp.xml:
14478         * docs/plugins/inspect/plugin-shout2send.xml:
14479         * docs/plugins/inspect/plugin-smpte.xml:
14480         * docs/plugins/inspect/plugin-speex.xml:
14481         * docs/plugins/inspect/plugin-taglib.xml:
14482         * docs/plugins/inspect/plugin-udp.xml:
14483         * docs/plugins/inspect/plugin-videobalance.xml:
14484         * docs/plugins/inspect/plugin-videobox.xml:
14485         * docs/plugins/inspect/plugin-videoflip.xml:
14486         * docs/plugins/inspect/plugin-videomixer.xml:
14487         * docs/plugins/inspect/plugin-wavenc.xml:
14488         * docs/plugins/inspect/plugin-wavparse.xml:
14489         * docs/plugins/inspect/plugin-ximagesrc.xml:
14490           Update to CVS version.
14491           
14492 2006-08-16  Wim Taymans  <wim@fluendo.com>
14493
14494         * gst/rtp/gstrtpamrdepay.c:
14495         * gst/rtp/gstrtpmp4gdepay.c:
14496         Caps extra properties must be defined as strings for
14497         depayloaders because they are generated from an SDP.
14498
14499         * gst/rtp/Makefile.am:
14500         * gst/rtp/gstrtp.c: (plugin_init):
14501         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14502         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14503         (gst_rtp_h264_depay_finalize), (decode_base64),
14504         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14505         (gst_rtp_h264_depay_set_property),
14506         (gst_rtp_h264_depay_get_property),
14507         (gst_rtp_h264_depay_change_state),
14508         (gst_rtp_h264_depay_plugin_init):
14509         * gst/rtp/gstrtph264depay.h:
14510         Added basic, not completely functional RFC 3984 H264 depayloader.
14511
14512 2006-08-16  Wim Taymans  <wim@fluendo.com>
14513
14514         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14515         Add pads after setting them up.
14516
14517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14518         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14519         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14520         (gst_rtspsrc_stream_setup_rtp),
14521         (gst_rtspsrc_stream_configure_transport),
14522         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14523         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14524         (gst_rtspsrc_pause):
14525         * gst/rtsp/gstrtspsrc.h:
14526         Fix interleaved mode.
14527          - Protect streaming with lock.
14528          - Combine flows
14529          - set caps on outgoing buffers.
14530          - strip trailing \0 from data packets.
14531          - Configure RTP/RTCP in stream.
14532         Use DEBUG_OBJECT more.
14533
14534 2006-08-16  Wim Taymans  <wim@fluendo.com>
14535
14536         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14537         Turn a g_print into a DEBUG line.
14538
14539 2006-08-13  Wim Taymans  <wim@fluendo.com>
14540
14541         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14542         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14543         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14544         (gst_oss_mixer_element_get_property),
14545         (gst_oss_mixer_element_change_state):
14546         * sys/oss/gstossmixerelement.h:
14547         Small cleanups. Better error reporting.
14548         Add device property for the mixer instead of the hardcoded
14549         /dev/mixer. Fixes #350785.
14550         API: GstOssMixerElement::device property
14551
14552 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         Patch by: Jens Granseuer <jensgr at gmx net>
14555
14556         * gconf/Makefile.am:
14557           Make --disable-schemas work right (they still need
14558           to be copied to the installation directory, just not
14559           applied). Fixes #351347 (also #344100).
14560           
14561 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14562
14563         * configure.ac: back to HEAD
14564
14565 === release 0.10.4 ===
14566
14567 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14568
14569         * configure.ac:
14570           releasing 0.10.4, "Dear Leader"
14571
14572 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14573
14574         Patch by: Edward Hervey <edward@fluendo.com>
14575
14576         * configure.ac:
14577         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14578         (gst_wavparse_stream_data):
14579         Send the newsegment event in the streaming thread.
14580         Fixes #347529
14581
14582 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14583
14584         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14585         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14586         (gst_smokeenc_resync), (gst_smokeenc_chain):
14587           Refuse sink caps in the encoder if width or height is not a
14588           multiple of 16, the encoder does not support that yet (#349939);
14589           along the same lines, check the return value of the encoder
14590           setup function; also remove some debug log clutter.
14591
14592 2006-08-04  Andy Wingo  <wingo@pobox.com>
14593
14594         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14595         whether a processor can work in place or not, and for keeping
14596         track of its state. Change the FlowReturn instance variable from
14597         "state" to "flow_state", all callers changed.
14598
14599         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14600         (gst_signal_processor_start, gst_signal_processor_stop)
14601         (gst_signal_processor_cleanup): New functions to manage the
14602         processor's state.
14603         (gst_signal_processor_setcaps): start() as well as setup() here.
14604         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14605         (gst_signal_processor_change_state): Stop and cleanup the
14606         processor as we go to NULL.
14607
14608         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14609         INPLACE_BROKEN is not set.
14610
14611         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14612         Do the alloc_buffer in bytes, not frames.
14613         
14614 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14615
14616         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14617         Fix rgb masks when recording in < 24bpp.
14618
14619 2006-08-04  Andy Wingo  <wingo@pobox.com>
14620
14621         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14622         (gst_signal_processor_prepare)
14623         (gst_signal_processor_update_inputs)
14624         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14625         (gst_signal_processor_flush)
14626         (gst_signal_processor_sink_activate_push)
14627         (gst_signal_processor_src_activate_pull)
14628         (gst_signal_processor_change_state): Remove the last of the code
14629         that assumes that we process whole buffers at a time. Fix some
14630         debugging. Seems to work now in some cases.
14631         (gst_signal_processor_src_activate_pull): BPB
14632
14633 2006-08-01  Andy Wingo  <wingo@pobox.com>
14634
14635         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14636         Fix nframes-choosing.
14637         (gst_signal_processor_init): Init pending_in and pending_out.
14638
14639         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14640         more default sample rate, although we never check that the sample
14641         rate actually gets set. Something for the future.
14642         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14643         (gst_signal_processor_event): Refcount fixen.
14644         (gst_signal_processor_process): Pull the number of frames to
14645         process from the sizes of the buffers in the input pens.
14646         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14647         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14648         it instead of buffer_frames.
14649         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14650         to do_pulls.
14651         (gst_signal_processor_chain)
14652         (gst_signal_processor_sink_activate_push)
14653         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14654
14655         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14656
14657 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14658
14659         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14660         (gst_signal_processor_process):
14661           don't query buffer-frames from caps, add lots of debug-log,
14662           try fix for assert (#349189)
14663
14664 2006-07-31  Wim Taymans  <wim@fluendo.com>
14665
14666         * gst/udp/gstudpsrc.c:
14667         Fix docs.
14668
14669 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14670
14671         * ext/ladspa/gstsignalprocessor.c:
14672         (gst_signal_processor_add_pad_from_template),
14673         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14674         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14675         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14676         (gst_signal_processor_sink_activate_push),
14677         (gst_signal_processor_src_activate_pull),
14678         (gst_signal_processor_change_state):
14679          Add debugs logs here and there, add more error handling, add some
14680          FIXME comments, filed #349189
14681
14682 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14683
14684         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14685         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14686         Set caps on buffer correctly.  Fixes bug #349155.
14687
14688 2006-07-28  Wim Taymans  <wim@fluendo.com>
14689
14690         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14691
14692         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14693         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14694         (gst_multipart_demux_finalize), (get_line_end),
14695         (multipart_parse_header), (multipart_find_boundary),
14696         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14697         (gst_multipart_set_property), (gst_multipart_get_property):
14698         Uses GstAdapter instead of own buffering.
14699         Actually parses the mime-type correctly (In tests the mime-type was
14700         always "" with the old version).
14701         Uses the Content-length header if available to speed up things.
14702         Reliably autoscans the boundary name by default.
14703         Fixes #349068.
14704
14705         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14706         Don't start the stream with a \n.
14707
14708 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14709
14710         Patch by: Brian Cameron <brian dot cameron at sun com>
14711
14712         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14713           Open source with O_NONBLOCK (#349015).
14714
14715 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14716
14717         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14718         (gst_avi_demux_massage_index):
14719         * gst/avi/gstavidemux.h:
14720           Whitespace fixes and more debug
14721
14722 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * gst/autodetect/gstautoaudiosink.c:
14725         (gst_auto_audio_sink_create_element_with_pretty_name),
14726         (gst_auto_audio_sink_find_best),
14727         (gst_auto_audio_sink_change_state):
14728           Get rid of old and unused magic sound-server properties stuff.
14729           Add suffix to child sink's name that makes it easy to see from
14730           the name alone which type it actually is (alsa, oss, esd, etc.).
14731
14732 2006-07-27  Wim Taymans  <wim@fluendo.com>
14733
14734         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14735         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14736         (gst_udpsrc_start):
14737         * gst/udp/gstudpsrc.h:
14738         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14739         not some sort of feature we enable.
14740
14741 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14742
14743         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14744           Use CLOSE_SOCKET() here instead of close() to maintain
14745           win32 workiness.
14746
14747 2006-07-27  Wim Taymans  <wim@fluendo.com>
14748
14749         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14750
14751         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14752         (gst_udpsrc_create), (gst_udpsrc_set_property),
14753         (gst_udpsrc_get_property), (gst_udpsrc_start):
14754         * gst/udp/gstudpsrc.h:
14755         Added "buffer-size" property to control the kernel receive buffer size.
14756         Update documentation.
14757         Small cleanups. Fixes #348752.
14758         API: buffer-size property
14759
14760 2006-07-26  Wim Taymans  <wim@fluendo.com>
14761
14762         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14763
14764         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14765         (gst_rtp_pcma_pay_handle_buffer):
14766         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14767         (gst_rtp_pcmu_pay_handle_buffer):
14768         Fix timestamp calculation on outgoing RTP packets.
14769         Fixes #348675.
14770
14771 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         * ext/taglib/gstid3v2mux.cc:
14774           Fix writing of comment frames (should be COMM not TCOM),
14775           is still sub-optimal though, since we don't retain or
14776           extract the comment descriptions properly (#334375,
14777           also see #334375).
14778
14779 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/wavparse/gstwavparse.c:
14782           #define 'fact' RIFF chunk if we are not compiling against
14783           -base CVS (we don't want to depend on -base CVS for this
14784           one define only, and also not for release order reasons).
14785
14786 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * ext/taglib/gstid3v2mux.cc:
14789           Handle multiple tags of the same type properly. Re-inject
14790           unparsed ID3v2 frames that we get as binary blobs from
14791           id3demux into the tag again so we don't lose information
14792           when retagging (#334375).
14793
14794 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14797           Document newly-added properties properly, so that there is a
14798           'Since: 0.10.4' in the plugin docs. Convert some property
14799           names into canonical GObject style (GObject will do that
14800           internally anyway).
14801
14802 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         * gst/id3demux/id3tags.c:
14805         (id3demux_add_id3v2_frame_blob_to_taglist):
14806           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14807           well, and add the version to the blob's buffer caps, since that
14808           information will be needed for deserialisation later on (#348644).
14809
14810 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14811
14812         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14813         (gst_avi_demux_parse_stream):
14814          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14815          indentation and spacing.
14816
14817 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * docs/plugins/Makefile.am:
14820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14822         * docs/plugins/gst-plugins-good-plugins.args:
14823         * docs/plugins/inspect/plugin-1394.xml:
14824         * docs/plugins/inspect/plugin-aasink.xml:
14825         * docs/plugins/inspect/plugin-alaw.xml:
14826         * docs/plugins/inspect/plugin-alpha.xml:
14827         * docs/plugins/inspect/plugin-alphacolor.xml:
14828         * docs/plugins/inspect/plugin-annodex.xml:
14829         * docs/plugins/inspect/plugin-apetag.xml:
14830         * docs/plugins/inspect/plugin-auparse.xml:
14831         * docs/plugins/inspect/plugin-autodetect.xml:
14832         * docs/plugins/inspect/plugin-avi.xml:
14833         * docs/plugins/inspect/plugin-cacasink.xml:
14834         * docs/plugins/inspect/plugin-cairo.xml:
14835         * docs/plugins/inspect/plugin-cdio.xml:
14836         * docs/plugins/inspect/plugin-cutter.xml:
14837         * docs/plugins/inspect/plugin-debug.xml:
14838         * docs/plugins/inspect/plugin-dv.xml:
14839         * docs/plugins/inspect/plugin-efence.xml:
14840         * docs/plugins/inspect/plugin-effectv.xml:
14841         * docs/plugins/inspect/plugin-esdsink.xml:
14842         * docs/plugins/inspect/plugin-flac.xml:
14843         * docs/plugins/inspect/plugin-flxdec.xml:
14844         * docs/plugins/inspect/plugin-gconfelements.xml:
14845         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14846         * docs/plugins/inspect/plugin-goom.xml:
14847         * docs/plugins/inspect/plugin-halelements.xml:
14848         * docs/plugins/inspect/plugin-icydemux.xml:
14849         * docs/plugins/inspect/plugin-id3demux.xml:
14850         * docs/plugins/inspect/plugin-jpeg.xml:
14851         * docs/plugins/inspect/plugin-level.xml:
14852         * docs/plugins/inspect/plugin-matroska.xml:
14853         * docs/plugins/inspect/plugin-mulaw.xml:
14854         * docs/plugins/inspect/plugin-multipart.xml:
14855         * docs/plugins/inspect/plugin-navigationtest.xml:
14856         * docs/plugins/inspect/plugin-ossaudio.xml:
14857         * docs/plugins/inspect/plugin-png.xml:
14858         * docs/plugins/inspect/plugin-rtp.xml:
14859         * docs/plugins/inspect/plugin-rtsp.xml:
14860         * docs/plugins/inspect/plugin-shout2send.xml:
14861         * docs/plugins/inspect/plugin-smpte.xml:
14862         * docs/plugins/inspect/plugin-speex.xml:
14863         * docs/plugins/inspect/plugin-udp.xml:
14864         * docs/plugins/inspect/plugin-videobalance.xml:
14865         * docs/plugins/inspect/plugin-videobox.xml:
14866         * docs/plugins/inspect/plugin-videoflip.xml:
14867         * docs/plugins/inspect/plugin-videomixer.xml:
14868         * docs/plugins/inspect/plugin-wavenc.xml:
14869         * docs/plugins/inspect/plugin-wavparse.xml:
14870         * docs/plugins/inspect/plugin-ximagesrc.xml:
14871           Update files to CVS/Prerelease version, add esdsink docs.
14872
14873         * ext/esd/esdsink.c:
14874           Add gtk-doc blurb.
14875
14876         * gst/rtp/gstrtpmp4vpay.c:
14877           Fix typo in element description.
14878
14879 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14880
14881         * ext/esd/esdsink.c: (gst_esdsink_open),
14882         (gst_esdsink_factory_init):
14883           Prevent libesd from auto-spawning a sound daemon if it
14884           is not already running. Now that we don't do evil stuff
14885           like that any longer we can give esdsink a rank so that
14886           autoaudiosink will try it as well if all other audio
14887           sinks fail (#343051).
14888
14889 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         * ext/esd/Makefile.am:
14892           Oops, need to remove README from EXTRA_DIST as well.
14893
14894 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14895
14896         * ext/esd/README:
14897           Remove, it contains nothing useful anyway.
14898
14899         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14900         (gst_esdsink_delay):
14901           Some small clean-ups; use GST_BOILERPLATE etc.
14902
14903 2006-07-24  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/law/alaw-decode.c: (alawdec_getcaps):
14906         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14907         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14908         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14909         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14910
14911 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14912
14913         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14914         (gst_wavparse_other), (gst_wavparse_perform_seek),
14915         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14916         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14917         (gst_wavparse_pad_query):
14918         * gst/wavparse/gstwavparse.h:
14919           Use information from 'fact' chunk for length calculation of compressed
14920           samples. Calculate bps if bogus value is found in wav header (embeded
14921           mp2/mp3).
14922           
14923
14924 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14927
14928         * configure.ac:
14929         * gst/udp/Makefile.am:
14930         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14931         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14932         * gst/udp/gstdynudpsink.h:
14933         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14934         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14935         * gst/udp/gstmultiudpsink.h:
14936         * gst/udp/gstudp.c: (plugin_init):
14937         * gst/udp/gstudpsink.h:
14938         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14939         (gst_udpsrc_start), (gst_udpsrc_stop):
14940         * gst/udp/gstudpsrc.h:
14941         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14942         (gst_udp_net_utils_win32_wsa_startup):
14943         * gst/udp/gstudpnetutils.h:
14944           Port udp plugin to win32 (#345288).
14945
14946 2006-07-24  Wim Taymans  <wim@fluendo.com>
14947
14948         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14949         Remove unwanted DEBUG line.
14950
14951 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst/id3demux/gstid3demux.c: (plugin_init):
14954         * gst/id3demux/id3tags.c:
14955         (id3demux_add_id3v2_frame_blob_to_taglist):
14956         * gst/id3demux/id3tags.h:
14957           On second thought, it might be wiser and more efficient
14958           not to do tag registration from a streaming thread.
14959
14960 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * gst/id3demux/id3tags.c:
14963         (id3demux_add_id3v2_frame_blob_to_taglist),
14964         (id3demux_id3v2_frames_to_tag_list):
14965           Put ID3v2 frames we can't parse as binary blobs into private
14966           tags, so that they are not lost when retagging, at least once
14967           id3v2mux has been taught to re-inject those frames again.
14968           See bug #334375.
14969
14970 2006-07-21  Wim Taymans  <wim@fluendo.com>
14971
14972         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14973         (gst_avi_demux_process_next_entry):
14974         Fix some leaks.
14975
14976         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14977         Don't use \n in debug lines.
14978
14979 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14980
14981         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14982         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14983           Add annodex and icydemux, cleanup the sections a bit
14984
14985 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         Patch by: Alex Lancaster <alexl at users sourceforge net>
14988
14989         * ext/taglib/gstid3v2mux.cc:
14990           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14991           ID3v2 TSSE frames (#347898).
14992
14993 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14994
14995         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14996           Respect mpegversion for "video/mpeg" and give message in case of
14997           unhandled versions.
14998
14999 2006-07-17  Wim Taymans  <wim@fluendo.com>
15000
15001         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15002         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15003         (gst_pngdec_chain), (gst_pngdec_sink_event),
15004         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15005         (gst_pngdec_sink_activate_push):
15006         * ext/libpng/gstpngdec.h:
15007         Use statically allocated segment instead of leaking.
15008         Various cleanups.
15009         Fix flush and seek handling.
15010
15011 2006-07-16  Wim Taymans  <wim@fluendo.com>
15012
15013         * gst/rtp/Makefile.am:
15014         * gst/rtp/gstrtp.c: (plugin_init):
15015         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15016         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15017         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15018         (gst_rtp_mp4g_depay_set_property),
15019         (gst_rtp_mp4g_depay_get_property),
15020         (gst_rtp_mp4g_depay_change_state),
15021         (gst_rtp_mp4g_depay_plugin_init):
15022         * gst/rtp/gstrtpmp4gdepay.h:
15023         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15024         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15025         (gst_rtp_mp4g_pay_flush):
15026         Added simple generic mpeg4 depayloader.
15027         Fix generic mpeg4 payloader.
15028
15029 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15032           Don't try doing state changes on a NULL pointer.
15033
15034 2006-07-14  Wim Taymans  <wim@fluendo.com>
15035
15036         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15037
15038         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15039         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15040         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15041         * gst/rtp/gstrtpamrdepay.h:
15042         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15043         Fixes #321191
15044
15045 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15046
15047         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15048         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15049         Fix segfault when moving mouse pointer to the bottom right corner.
15050
15051 2006-07-12  Wim Taymans  <wim@fluendo.com>
15052
15053         * gst/rtp/Makefile.am:
15054         * gst/rtp/gstrtp.c: (plugin_init):
15055         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15056         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15057         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15058         (gst_rtp_mp2t_depay_set_property),
15059         (gst_rtp_mp2t_depay_get_property),
15060         (gst_rtp_mp2t_depay_change_state),
15061         (gst_rtp_mp2t_depay_plugin_init):
15062         * gst/rtp/gstrtpmp2tdepay.h:
15063         Added mpeg2 TS depayloader. Closing #347234.
15064
15065 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15066
15067         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15068           Remove g_assert that shouldn't be there and was triggered
15069           after trying to open a device that doesn't exist or can't
15070           be opened for some other reason (#347972).
15071
15072 2006-07-10  Edward Hervey  <edward@fluendo.com>
15073
15074         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15075         (gst_avi_demux_stream_header), (push_tag_lists):
15076         * gst/avi/gstavidemux.h:
15077         Don't push tag events found by gst_riff_parse_info() before outputting
15078         GST_EVENT_NEWSEGMENT.
15079
15080 2006-07-10  Wim Taymans  <wim@fluendo.com>
15081
15082         * gst/rtsp/Makefile.am:
15083         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15084         (rtsp_connection_close):
15085         * gst/rtsp/rtspdefs.h:
15086         replaced closesocket and close in code with one CLOSE_SOCKET. 
15087         Some more cleanups. Fixes #345301.
15088
15089 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15090
15091         * gst/autodetect/gstautoaudiosink.c:
15092           Fix example pipeline in docs.
15093
15094 2006-07-10  Wim Taymans  <wim@fluendo.com>
15095
15096         Patch by: Rob Taylor <robtaylor at floopily dot org>
15097
15098         * gst/udp/gstmultiudpsink.c: (join_multicast),
15099         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15100         If a destination is added before the stream is set to PAUSED, the
15101         multicast group is not joined as the socket is not created yet. 
15102         Also TTL and LOOP should also be set. Fixes #346921.
15103
15104 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15105
15106         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15107         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15108         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15109         (gst_ximage_src_init):
15110         * sys/ximage/gstximagesrc.h:
15111         Fix use-damage property to actually work :)
15112         Add startx, starty, endx, endy properties so screencasts other than full
15113         screen ones can work.
15114
15115 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15116
15117         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15118         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15119         (gst_ximage_src_class_init), (gst_ximage_src_init):
15120         * sys/ximage/gstximagesrc.h:
15121         Add use_damage property to offer ability to choose whether to use
15122         XDamage or not.
15123
15124 2006-07-07  Wim Taymans  <wim@fluendo.com>
15125
15126         * gst/goom/filters.c: (zoomFilterSetResolution):
15127         Avoid goom coredumping by clearing memory. 
15128         Fixes 345679.
15129
15130 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15131
15132         * win32/vs6/libgstid3demux.dsp:
15133         Add a link to libgsttag-0.10.lib.
15134
15135 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15136
15137         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15138         (gst_tag_demux_read_range):
15139         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15140         (gst_id3demux_read_range):
15141           Don't return FLOW_UNEXPECTED when a buffer is before
15142           the start of the stream (which might happen with
15143           large ID3v2 tags if the tag reading was done pullrange
15144           based and we then switched to push mode later on).
15145           Fixes regression introduced by commit from June 29th.
15146
15147 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15148
15149         * ext/taglib/gstid3v2mux.cc:
15150           Make UTF-8 the default encoding when writing string
15151           tags (before, our UTF-8 strings would automatically
15152           be converted to ISO-8859-1 by taglib and written as
15153           ISO-8859-1 fields if that was possible).
15154
15155         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15156         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15157         (test_taglib_id3mux_with_tags):
15158           Add test case that makes sure our UTF-8 strings have
15159           actually been written into the tag as UTF-8.
15160
15161 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * configure.ac:
15164           Let's try that again.
15165
15166 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * configure.ac:
15169           Disable monoscope plugin for now until it fulfills
15170           all the requirements.
15171
15172 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * configure.ac:
15175         * gst/monoscope/Makefile.am:
15176         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15177         (gst_monoscope_class_init), (gst_monoscope_init),
15178         (gst_monoscope_finalize), (gst_monoscope_reset),
15179         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15180         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15181         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15182         (gst_monoscope_change_state), (plugin_init):
15183         * gst/monoscope/gstmonoscope.h:
15184           Port monoscope visualisation to 0.10.
15185
15186 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15189         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15190           Return FLOW_UNEXPECTED when at the end of the file, not
15191           FLOW_ERROR. Fixes 'internal stream error' errors that
15192           would sometimes occur in totem when scrubbing to the
15193           end of an ID3v1 tagged mp3 file.
15194
15195 2006-07-03  Edward Hervey  <edward@fluendo.com>
15196
15197         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15198         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15199         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15200         * ext/libpng/gstpngdec.h:
15201         Implement buffer clipping/dropping using GstSegment.
15202         This provides accurate seeking.
15203
15204 2006-07-03  Edward Hervey  <edward@fluendo.com>
15205
15206         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15207         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15208         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15209         (gst_avi_demux_process_next_entry), (push_tag_lists),
15210         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15211         * gst/avi/gstavidemux.h:
15212         Proper aggregation of each stream's GstFlowReturn in order to figure out
15213         whether the task should stop or not.
15214         Don't send inline events before pushing out a NEW_SEGMENT, more
15215         specifically for GST_TAG_EVENT.
15216         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15217         sub-indexes.
15218
15219 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15222
15223         * sys/sunaudio/gstsunaudiomixerctrl.c:
15224         (gst_sunaudiomixer_ctrl_build_list):
15225           Move "Monitor" slider to input tab so it works more like
15226           sdtaudiocontrol, which is what people on Solaris are used
15227           to using for their mixer program (#346259).
15228
15229 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15230
15231         * tests/check/elements/level.c: (GST_START_TEST):
15232           fix a leak, clean up at the end
15233
15234 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15237         (gst_matroska_demux_send_event),
15238         (gst_matroska_demux_loop_stream_parse_id):
15239         * gst/matroska/matroska-ids.h:
15240           Send tag event after newsegment event.
15241
15242 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15245         (gst_id3demux_read_range):
15246           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15247           certain cases where a read beyond the end of the file is
15248           requested. Fixes #345930.
15249
15250         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15251         (gst_tag_demux_read_range):
15252           Fix same issue here as well.
15253
15254 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15255
15256         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15257         
15258         Fix hypothetical crash.
15259
15260 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15261
15262         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15263
15264         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15265           Do not modify the ports value. If the user has turned off the
15266           built-in speakers, then we should not reset it in the prepare
15267           function, since this causes the built-in speakers to turn
15268           back on anytime the user changes a track in totem, rhythmbox,
15269           etc. (#346066).
15270
15271 2006-06-23  Wim Taymans  <wim@fluendo.com>
15272
15273         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15274         Fix double caps unref when negotiation fails.
15275
15276 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * ext/annodex/gstcmmldec.c:
15279         * ext/annodex/gstcmmlenc.c:
15280         * ext/annodex/gstcmmlparser.c:
15281         * ext/dv/gstdvdec.c:
15282         * ext/dv/gstdvdemux.c:
15283         * ext/gdk_pixbuf/pixbufscale.c:
15284         * ext/jpeg/gstjpegenc.c:
15285         * ext/jpeg/gstsmokedec.c:
15286         * ext/jpeg/gstsmokeenc.c:
15287         * ext/libpng/gstpngdec.c:
15288         * ext/libpng/gstpngenc.c:
15289         * ext/speex/gstspeexenc.c:
15290         * gst/alpha/gstalphacolor.c:
15291         * gst/cutter/gstcutter.c:
15292         * gst/debug/gstnavigationtest.c:
15293         * gst/icydemux/gsticydemux.c:
15294         * gst/level/gstlevel.c:
15295         * gst/multipart/multipart.c:
15296         * gst/rtp/gstrtpamrpay.c:
15297         * gst/rtp/gstrtpdepay.c:
15298         * gst/rtp/gstrtpilbcpay.c:
15299         * gst/rtp/gstrtpmp4gpay.c:
15300         * gst/rtp/gstrtpmp4vpay.c:
15301         * gst/rtsp/gstrtpdec.c:
15302         * gst/rtsp/gstrtspsrc.c:
15303         * gst/udp/gstdynudpsink.c:
15304         * gst/udp/gstmultiudpsink.c:
15305         * gst/udp/gstudpsrc.c:
15306         * gst/videobox/gstvideobox.c:
15307         * gst/videofilter/gstvideoflip.c:
15308           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15309           plus two minor macro fixes.
15310
15311 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15312
15313         * gst/matroska/matroska-demux.c:
15314         (gst_matroska_demux_check_subtitle_buffer),
15315         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15316         (gst_matroska_demux_subtitle_caps):
15317         * gst/matroska/matroska-ids.c:
15318         (gst_matroska_track_init_subtitle_context):
15319         * gst/matroska/matroska-ids.h:
15320           Try to fix up broken matroska files containing subtitle
15321           streams with non-UTF8 character encodings (courtesy of
15322           mkvmerge) using either the encoding specified in the
15323           GST_SUBTITLE_ENCODING environment variable or the
15324           current locale's character set if it is non-UTF8.
15325           Fixes #337076.
15326
15327 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15328
15329         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15330           Set image type from APIC frame as "image-type" field
15331           of GST_TAG_IMAGE buffer caps (#344605).
15332
15333 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * ext/flac/Makefile.am:
15336         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15337         (gst_flac_dec_reset_decoders),
15338         (gst_flac_dec_setup_seekable_decoder),
15339         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15340         (gst_flac_dec_metadata_callback),
15341         (gst_flac_dec_metadata_callback_seekable),
15342         (gst_flac_dec_metadata_callback_stream),
15343         (gst_flac_dec_error_callback),
15344         (gst_flac_dec_error_callback_seekable),
15345         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15346         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15347         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15348         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15349         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15350         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15351         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15352         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15353         (gst_flac_dec_sink_activate_push),
15354         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15355         * ext/flac/gstflacdec.h:
15356           Support chain-based operation, should make flac-over-DAAP
15357           work (#340492).
15358
15359 2006-06-20  Wim Taymans  <wim@fluendo.com>
15360
15361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15362         Doc updates, merge some unused symbols.
15363
15364 2006-06-20  Wim Taymans  <wim@fluendo.com>
15365
15366         * docs/plugins/Makefile.am:
15367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15369         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15370         * gst/rtsp/gstrtspsrc.c:
15371         * gst/rtsp/gstrtspsrc.h:
15372         Added documentation for the rtsp plugin. Fixes #345393.
15373
15374 2006-06-20  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15377         (rtsp_connection_close), (rtsp_connection_free):
15378         Use better G_OS_* macros. Fixes #345301 some more.
15379
15380 2006-06-20  Wim Taymans  <wim@fluendo.com>
15381
15382         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15383
15384         * sys/sunaudio/Makefile.am:
15385         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15386         * sys/sunaudio/gstsunaudiomixerctrl.c:
15387         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15388         (gst_sunaudiomixer_ctrl_list_tracks),
15389         (gst_sunaudiomixer_ctrl_get_volume),
15390         (gst_sunaudiomixer_ctrl_set_volume),
15391         (gst_sunaudiomixer_ctrl_set_mute),
15392         (gst_sunaudiomixer_ctrl_set_record):
15393         * sys/sunaudio/gstsunaudiomixerctrl.h:
15394         * sys/sunaudio/gstsunaudiomixertrack.c:
15395         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15396         * sys/sunaudio/gstsunaudiomixertrack.h:
15397         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15398         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15399         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15400         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15401         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15402         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15403         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15404         (gst_sunaudiosrc_reset):
15405         * sys/sunaudio/gstsunaudiosrc.h:
15406         Add a SunAudio source plugin.
15407         Support stereo and right/left channel gain in the mixer plugin.
15408         Support the RECORD flag so that you can switch between line-input and
15409         microphone in gnome-volume-control.
15410         Code cleanups like using an enumerator for track number instead of an 
15411         integer. Fixes #344923.
15412
15413 2006-06-20  Wim Taymans  <wim@fluendo.com>
15414
15415         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15416
15417         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15418         (rtsp_connection_close):
15419         Make RTSP plugin compile on windows. Fixes #345301.
15420         Some changes to original patch to catch errors better.
15421         use ifdef WIN32 instead of ifndef.
15422
15423 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15424
15425         * configure.ac:
15426         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15427
15428 2006-06-18  Edward Hervey  <edward@fluendo.com>
15429
15430         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15431         After a failed buffer alloc, we need to abort the jpeg decoding (it
15432         started when parsing headers to figure out how many bytes we need
15433         to request downstream).
15434
15435 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15436
15437         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15438
15439         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15440           Make sure we don't read beyond the end of the file (#345232).
15441
15442 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * configure.ac:
15445           Fix --disable-external (can't set conditionals conditionally,
15446           #343602).
15447
15448 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * autogen.sh:
15451         * configure.ac:
15452         * docs/Makefile.am:
15453           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15454
15455         * docs/plugins/Makefile.am:
15456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15457         * docs/plugins/inspect/plugin-taglib.xml:
15458           Add/fix apev2mux docs.
15459
15460 2006-06-14  Wim Taymans  <wim@fluendo.com>
15461
15462         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15463         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15464         (gst_dvdec_change_state):
15465         Reset segment info on flush.
15466         Alloc segment in _init, free in _finalize.
15467
15468         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15469         Don't send segments twice.
15470
15471 2006-06-14  Wim Taymans  <wim@fluendo.com>
15472
15473         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15474         Respect segment.stop. Fixes #342592.
15475
15476 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15479           No language specified means the implied language is English
15480           according to the matroska spec (partially fixes #344708);
15481           add some more debug output.
15482
15483 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15486         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15487         (gst_wavparse_chain):
15488           When operating chain-based, don't make any assumptions about the
15489           chunking of the incoming data and make streaming work on days other
15490           than the second Thursday after a full moon. Also fix up debug
15491           messages here and there and make use of the most excellent new
15492           gst_pad_query_peer_duration() utility function.
15493           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15494
15495         * gst/wavparse/gstwavparse.h:
15496           Remove trailing comma after last enum value, some compilers don't
15497           like that.
15498
15499 2006-06-13  Wim Taymans  <wim@fluendo.com>
15500
15501         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15502         Handle premature EOS gracefully.
15503
15504 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15507           Prevent out of bounds array access when scrubbing towards
15508           the end of the file between the last index entry and the
15509           end. Fixes occasional 'start <= stop' newsegment event
15510           assertions when scrubbing in MJPEG files.
15511
15512 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * tests/check/elements/.cvsignore:
15515           And another one.
15516
15517 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15520         (scan_encoded_string), (parse_picture_frame):
15521           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15522
15523         * configure.ac:
15524           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15525           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15526
15527 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15528
15529         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15530           gratuitous comment changes
15531         * tests/check/elements/level.c: (GST_START_TEST):
15532           fix level test leaks
15533
15534 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15535
15536         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15537         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15538           Use gst_pad_query_peer_duration() utility function here.
15539
15540 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15541
15542         * autogen.sh:
15543           require am17
15544         * configure.ac:
15545         * ext/annodex/Makefile.am:
15546         * ext/cdio/Makefile.am:
15547         * ext/dv/Makefile.am:
15548         * ext/esd/Makefile.am:
15549         * ext/flac/Makefile.am:
15550         * ext/gdk_pixbuf/Makefile.am:
15551         * ext/ladspa/Makefile.am:
15552         * ext/libcaca/Makefile.am:
15553         * ext/speex/Makefile.am:
15554         * ext/taglib/Makefile.am:
15555         * sys/oss/Makefile.am:
15556         * sys/sunaudio/Makefile.am:
15557         * sys/ximage/Makefile.am:
15558           clean up build further
15559
15560 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * gconf/Makefile.am:
15563           Honour --disable-schemas-install configure option. Fixes #344100.
15564
15565 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * tests/examples/level/Makefile.am:
15568           Add -lm to LIBS for pow() function, don't assume one of our
15569           dependencies (such as libxml-2.0) drags it in automatically
15570           (#343603).
15571
15572 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15575
15576         * configure.ac:
15577           We should use $SED and not $(SED) in configure.ac (#343678).
15578
15579 2006-06-09  Wim Taymans  <wim@fluendo.com>
15580
15581         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15582
15583         * sys/sunaudio/gstsunaudiomixerctrl.c:
15584         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15585         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15586         (gst_sunaudiomixer_ctrl_set_mute):
15587         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15588         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15589         (gst_sunaudiosink_write):
15590         Attached find a patch that fixes a number of bugs with the SunAudio
15591         mixer plugin and fixes #344101:
15592         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15593            tracks onto the tracklist causing gnome-volume-control's preferences
15594            dialog to be messed up and would core dump if you checked/unchecked
15595            any item.
15596         2. We weren't previously setting the MUTE flag properly.  Fixing this
15597            makes gnome-volume-control work better.
15598         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15599            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15600            gnome-volume-control look better.
15601         Also some minor cleanup in gstsunaudiosink.c.
15602
15603 2006-06-09  Wim Taymans  <wim@fluendo.com>
15604
15605         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15606         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15607         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15608         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15609         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15610         * ext/jpeg/gstjpegdec.h:
15611         API: Added IDCT method property
15612         Small cleanups.
15613         Avoid dynamic allocation of trivial fixed structure.
15614         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15615
15616 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15617
15618         * configure.ac:
15619         We now require libraw1394 >= 1.1.0 and that version onwards all
15620         have .pc files.
15621
15622 2006-06-02  Edward Hervey  <edward@fluendo.com>
15623
15624         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15625         Trying to get items from an ANY or EMPTY caps is ... stupid.
15626
15627 2006-06-02  Edward Hervey  <edward@fluendo.com>
15628
15629         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15630         (gst_dvdec_chain), (gst_dvdec_change_state):
15631         * ext/dv/gstdvdec.h:
15632         Added GstSegment handling, now implements dropping/clipping.
15633
15634 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15635
15636         * ext/aalib/gstaasink.h:
15637         * ext/annodex/gstcmmldec.h:
15638         * ext/cairo/gsttimeoverlay.h:
15639         * ext/dv/gstdvdec.h:
15640         * ext/dv/gstdvdemux.h:
15641         * ext/esd/esdmon.h:
15642         * ext/esd/esdsink.h:
15643         * ext/flac/gstflacenc.h:
15644         * ext/gconf/gstgconfaudiosink.h:
15645         * ext/gconf/gstgconfaudiosrc.h:
15646         * ext/gconf/gstgconfvideosink.h:
15647         * ext/gconf/gstgconfvideosrc.h:
15648         * ext/gdk_pixbuf/gstgdkanimation.h:
15649         * ext/gdk_pixbuf/pixbufscale.h:
15650         * ext/hal/gsthalaudiosink.h:
15651         * ext/hal/gsthalaudiosrc.h:
15652         * ext/jpeg/gstjpegenc.h:
15653         * ext/jpeg/gstsmokedec.h:
15654         * ext/jpeg/gstsmokeenc.h:
15655         * ext/libcaca/gstcacasink.h:
15656         * ext/libmng/gstmngdec.h:
15657         * ext/libmng/gstmngenc.h:
15658         * ext/libpng/gstpngdec.h:
15659         * ext/libpng/gstpngenc.h:
15660         * ext/raw1394/gstdv1394src.h:
15661         * ext/speex/gstspeexenc.h:
15662         * gst/autodetect/gstautoaudiosink.h:
15663         * gst/autodetect/gstautovideosink.h:
15664         * gst/avi/gstavidemux.h:
15665         * gst/cutter/gstcutter.h:
15666         * gst/debug/efence.h:
15667         * gst/debug/gstnavigationtest.h:
15668         * gst/debug/gstnavseek.h:
15669         * gst/flx/gstflxdec.h:
15670         * gst/goom/gstgoom.h:
15671         * gst/icydemux/gsticydemux.h:
15672         * gst/id3demux/gstid3demux.h:
15673         * gst/law/alaw-decode.h:
15674         * gst/law/alaw-encode.h:
15675         * gst/law/mulaw-decode.h:
15676         * gst/law/mulaw-encode.h:
15677         * gst/matroska/matroska-mux.h:
15678         * gst/median/gstmedian.h:
15679         * gst/oldcore/gstaggregator.h:
15680         * gst/oldcore/gstfdsink.h:
15681         * gst/oldcore/gstmd5sink.h:
15682         * gst/oldcore/gstmultifilesrc.h:
15683         * gst/oldcore/gstpipefilter.h:
15684         * gst/oldcore/gstshaper.h:
15685         * gst/oldcore/gststatistics.h:
15686         * gst/rtp/gstasteriskh263.h:
15687         * gst/rtp/gstrtpL16depay.h:
15688         * gst/rtp/gstrtpL16pay.h:
15689         * gst/rtp/gstrtpamrdepay.h:
15690         * gst/rtp/gstrtpamrpay.h:
15691         * gst/rtp/gstrtpdepay.h:
15692         * gst/rtp/gstrtpgsmdepay.h:
15693         * gst/rtp/gstrtpgsmpay.h:
15694         * gst/rtp/gstrtph263pay.h:
15695         * gst/rtp/gstrtph263pdepay.h:
15696         * gst/rtp/gstrtph263ppay.h:
15697         * gst/rtp/gstrtpmp4gpay.h:
15698         * gst/rtp/gstrtpmp4vdepay.h:
15699         * gst/rtp/gstrtpmp4vpay.h:
15700         * gst/rtp/gstrtpmpadepay.h:
15701         * gst/rtp/gstrtpmpapay.h:
15702         * gst/rtp/gstrtppcmadepay.h:
15703         * gst/rtp/gstrtppcmapay.h:
15704         * gst/rtp/gstrtppcmudepay.h:
15705         * gst/rtp/gstrtppcmupay.h:
15706         * gst/rtp/gstrtpspeexdepay.h:
15707         * gst/rtp/gstrtpspeexpay.h:
15708         * gst/rtsp/gstrtpdec.h:
15709         * gst/rtsp/gstrtspsrc.h:
15710         * gst/smpte/gstsmpte.h:
15711         * gst/udp/gstdynudpsink.h:
15712         * gst/udp/gstmultiudpsink.h:
15713         * gst/udp/gstudpsink.h:
15714         * gst/udp/gstudpsrc.h:
15715         * gst/videofilter/gstvideobalance.h:
15716         * gst/videofilter/gstvideoflip.h:
15717         * sys/oss/gstossdmabuffer.h:
15718         * sys/oss/gstossmixerelement.h:
15719         * sys/oss/gstosssink.h:
15720         * sys/oss/gstosssrc.h:
15721         * sys/osxvideo/osxvideosink.h:
15722         * sys/sunaudio/gstsunaudiomixer.h:
15723         * sys/sunaudio/gstsunaudiosink.h:
15724         * sys/ximage/gstximagesrc.h:
15725         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15726
15727 2006-05-31  Wim Taymans  <wim@fluendo.com>
15728
15729         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15730         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15731         (gst_goom_src_setcaps), (gst_goom_src_event),
15732         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15733         (gst_goom_change_state):
15734         * gst/goom/gstgoom.h:
15735         Handle QoS.
15736         Handle flushing, discont and events.
15737         Fix timestamps and various other cleanups.
15738
15739 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15740
15741         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15742         Fix bus reset when using libiec61883
15743
15744 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15745
15746         * configure.ac:
15747         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15748         * ext/raw1394/Makefile.am:
15749         Add CFLAGS.
15750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15751         New method, to receive using libiec61883.
15752         (gst_dv1394src_iso_receive),
15753         #ifdef'd out if libiec61883 is present.
15754         (gst_dv1394src_bus_reset),
15755         Get userdata correctly if using libiec61883. 
15756         (gst_dv1394src_create),
15757         When using libiec61883, only poll one fd and no need to read.
15758         (gst_dv1394src_discover_avc_node),
15759         Replace g_warnings.
15760         (gst_dv1394src_start),
15761         Create new handle when we know which dv port.  More reliable
15762         than setting port on an existing handle.  Initialise libiec61883.
15763         (gst_dv1394src_stop):
15764         If using libiec61883, then cleanup its handle properly.
15765         * ext/raw1394/gstdv1394src.h:
15766         Add libiec61883 handle.
15767
15768 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15769
15770         * gst/avi/gstavidemux.c:
15771           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15772         * win32/MANIFEST:
15773           sort file listing
15774         * win32/vs6/libgstavi.dsp:
15775           add gstavimux.c to the project
15776         * win32/vs6/libgstid3demux.dsp:
15777           add link to zlib library
15778         * win32/vs6/libgstmatroska.dsp:
15779           add matroska-ids.c to the project
15780
15781 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         Patch by: Sebastian Dröge  <mail at slomosnail de >
15784
15785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15787         * ext/taglib/Makefile.am:
15788         * ext/taglib/gstapev2mux.cc:
15789         * ext/taglib/gstapev2mux.h:
15790         * ext/taglib/gstid3v2mux.cc:
15791         * ext/taglib/gsttaglibmux.c: (plugin_init):
15792         * ext/taglib/gsttaglibmux.h:
15793           Add apev2mux element (#343122).
15794         
15795         * tests/check/Makefile.am:
15796         * tests/check/elements/apev2mux.c:
15797         (test_taglib_apev2mux_create_tags),
15798         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15799         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15800         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15801         (apev2mux_suite), (main):
15802           Add unit test for apev2mux element.
15803
15804 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15805
15806         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15807         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15808         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15809           GST_PTR_FORMAT should be used to print caps in debug statements.
15810
15811 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15814
15815         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15816         (ape_demux_parse_tags):
15817           Some clean-ups and additions: map APE 'file' tag to
15818           GST_TAG_LOCATION (#343123); add support for extracting
15819           the track count and clean up parsing a bit (#343127).
15820
15821 2006-05-28  Edward Hervey  <edward@fluendo.com>
15822
15823         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15824         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15825
15826 2006-05-28  Edward Hervey  <edward@fluendo.com>
15827
15828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15829         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15830         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15831         * ext/jpeg/gstjpegdec.h:
15832         Clip outgoing buffers according to currently configured segment.
15833
15834 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         * ext/taglib/gstid3v2mux.cc:
15837           Handle  writing of track-count or album-volume-count without
15838           track-number or albume-volume-number (in this case the number
15839           will just be set to 0).
15840
15841         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15842           It would be nice if we actually checked the values received for
15843           track/album-volume number/count in  _check_tags(), rather than
15844           setting them again ...
15845
15846 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15849           A track/volume number or count of 0 does not make sense,
15850           just ignore it along with negative numbers (a tag might
15851           only contain a track count without a track number).
15852
15853 2006-05-27  Edward Hervey  <edward@fluendo.com>
15854
15855         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15856         (gst_jpeg_dec_sink_event):
15857         Abort decompression when receiving FLUSH_STOP. This should avoid
15858         issues when interrupting decoding with flushes.
15859
15860 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * ext/flac/gstflac.c:
15863           Don't #include file we don't dist any longer.
15864
15865 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * README:
15868           Replace current README (containing the release notes from
15869           some 0.9.x version) with a proper README taken from the core.
15870
15871 2006-05-24  Wim Taymans  <wim@fluendo.com>
15872
15873         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15874         Implement EOS correctly by either posting
15875         SEGMENT_DONE or pushing an EOS message depending
15876         on the seek type. Fixes #342592
15877
15878 2006-05-24  Wim Taymans  <wim@fluendo.com>
15879
15880         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15881         * gst/law/alaw-decode.h:
15882         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15883         * gst/law/alaw-encode.h:
15884         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15885         * gst/law/mulaw-decode.h:
15886         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15887         * gst/law/mulaw-encode.h:
15888         Some cleanups in the chain functions.
15889         Remove some GStreamer 0.0.2 bits.
15890
15891 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15894
15895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15896           gst_collect_pads_stop() needs to be called before chaining up
15897           to the parent class (#342734).
15898
15899 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * ext/flac/Makefile.am:
15902         * ext/flac/flac_compat.h:
15903         * ext/flac/gstflac.c:
15904         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15905         * ext/flac/gstflacenc.c:
15906           Remove backwards compatibility cruft for dealing with FLAC API
15907           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15908
15909 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15912         (gst_matroska_demux_push_xiph_codec_priv_data),
15913         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15914         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15915         * gst/matroska/matroska-ids.h:
15916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15917         (gst_matroska_mux_video_pad_setcaps),
15918         (xiph3_streamheader_to_codecdata),
15919         (vorbis_streamheader_to_codecdata),
15920         (theora_streamheader_to_codecdata),
15921         (gst_matroska_mux_audio_pad_setcaps),
15922         (gst_matroska_mux_write_data):
15923           Add support for muxing/demuxing theora video (#342448; too bad
15924           none of the usual linux players can actually play this). Playback
15925           in GStreamer will require additional changes to theoradec in -base.
15926           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15927           cleanups.
15928
15929 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15932         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15933           Fix crashes when the horizontal subsampling is 1.
15934           Fixes #342097.
15935
15936 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15937
15938         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15939
15940         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15941         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15942         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15943         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15944         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15945         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15946         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15947         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15948         (gst_avi_mux_change_state):
15949         * gst/avi/gstavimux.h:
15950           Some enhancements for avimux (#342526):
15951            - add odml (large file) index support
15952            - store codec init data (e.g. huffyuv)
15953            - miscellaneous other fixes/cleanups
15954
15955 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15956
15957         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15958         Don't output any tag when we encounter a negative track number - the
15959         tag type is uint, so we end up outputting huge positive numbers
15960         instead. (Fixes: #342029)
15961
15962 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15963
15964         * configure.ac:
15965           update for new GSTPB_PLUGINS_DIR
15966
15967 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15968
15969         * rtp/gst/gstrtph263pay.c:
15970         Properly set static caps for H263 at 34.
15971
15972 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15975
15976         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15977           Merge event tags and tag setter tags correctly (#339918). Also,
15978           don't leak taglist in case of an error.
15979           
15980 2006-05-17  Edward Hervey  <edward@fluendo.com>
15981
15982         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15983         We can only do caps intersection if the othercaps are non-empty and not
15984         ANY. Else we return the pad template (base_caps).
15985
15986 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15987
15988         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15989           Fix crash when outputting debugging information for certain
15990           pictures (always good to use the right struct member for
15991           the number of records in an array).
15992
15993 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15994
15995         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15996
15997         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15998         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15999         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16000         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16001         (gst_ebml_read_float), (gst_ebml_read_ascii),
16002         (gst_ebml_read_binary):
16003           Don't create unnecessary sub-buffers all the time. Dramatically
16004           improves performance with multiple concurrently running
16005           matroskademux instances (#341818) (and avoids doing
16006           unnecessarily inefficient things in the general case).
16007
16008 2006-05-16  Edward Hervey  <edward@fluendo.com>
16009
16010         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16011         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16012         return value of gst_pad_push_event().
16013
16014 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16015
16016         * gst/autodetect/gstautoaudiosink.c:
16017         (gst_auto_audio_sink_find_best):
16018         * gst/autodetect/gstautovideosink.c:
16019         (gst_auto_video_sink_find_best):
16020         Make the name of the child element be based on the name of the
16021         parent, so that debug output is more useful.
16022         
16023         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16024         (parse_insert_string_field), (parse_split_strings):
16025         Rework string parsing to always walk over BOM markers in UTF16
16026         strings, using the endianness indicated by the innermost one,
16027         then trying the opposite endianness if that fails to convert
16028         to valid UTF-8. Fixes #341774
16029
16030 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16031
16032         Patch from: Matthieu <matthieu at fluendo dot com>
16033
16034         * ext/libpng/Makefile.am:
16035         Add LIBPNG_CFLAGS.
16036
16037 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         * ext/taglib/gstid3v2mux.cc:
16040           Add support for writing images (APIC frames) into ID3v2
16041           tags (picture type always set to 'other' for now though).
16042
16043 2006-05-14  Michael Smith  <msmith@fluendo.com>
16044
16045         * gst/wavparse/gstwavparse.c:
16046           Update docs; wavparse implements push and pull modes.
16047
16048 2006-05-12  Wim Taymans  <wim@fluendo.com>
16049
16050         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16051         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16052         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16053         Ooops, bitten by the copy-and-paste design paradigm, fixes
16054         seek again.
16055
16056 2006-05-12  Wim Taymans  <wim@fluendo.com>
16057
16058         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16059         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16060         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16061         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16062         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16063         (gst_avi_demux_massage_index),
16064         (gst_avi_demux_calculate_durations_from_index),
16065         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16066         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16067         (gst_avi_demux_loop):
16068         * gst/avi/gstavidemux.h:
16069         Some cleanups, prepare to use GstSegment.
16070         Fix error in entry walking code.
16071         Fix VBR detection.
16072         Smarter timestamp calculation code.
16073         Uniform error/eos handling.
16074
16075 2006-05-12  Michael Smith  <msmith@fluendo.com>
16076
16077         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16078         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16079           Fix use of uninitialised values if we're NOT seeking in ready.
16080           Fix typos.
16081
16082 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16083
16084         * gst/wavparse/Makefile.am:
16085           Add CFLAGS and LIBS for libgstbase, fixes build on
16086           Cygwin (#341489).
16087
16088 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16089
16090         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16091           Some more debug info. No need to check whether the string
16092           returned by g_convert() is really UTF-8 - either it is or
16093           we get NULL returned.
16094
16095 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16096
16097         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16098           Fix parsing of numeric genre strings some more, by ensuring that
16099           we only try and parse strings that a) Start with '(' and b) Consist
16100           only of digits.
16101           Also, when finding an escaping '((' sequence, bust it back to '(' by
16102           swallowing the first parenthesis
16103
16104 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16105
16106         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16107         (gst_esdsink_open), (gst_esdsink_close):
16108         * ext/esd/esdsink.h:
16109           Move the esd_get_server_info() into gst_esdsink_open() and fail
16110           with a decent error message on errors.
16111
16112 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16113
16114         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16115         (gst_esdmon_channels_get_type):
16116         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16117         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16118         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16119         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16120         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16121         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16122         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16123         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16124         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16125         * gst/videomixer/videomixer.c:
16126         (gst_video_mixer_background_get_type):
16127           Const-ify GEnumValue arrays.
16128
16129 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16132
16133         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16134         (gst_avi_mux_do_video_buffer):
16135           Work around gst_buffer_make_metadata_writable() bug that
16136           results in avimux marking all frames in the index as
16137           keyframes (#340859).
16138           
16139 2006-05-08  Wim Taymans  <wim@fluendo.com>
16140
16141         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16142         Make parsing of urls suck slightly less.
16143
16144 2006-05-08  Edward Hervey  <edward@fluendo.com>
16145
16146         * autogen.sh: (CONFIGURE_DEF_OPT): 
16147         libtoolize on Darwin/MacOSX is called glibtoolize.
16148
16149 2006-05-08  Wim Taymans  <wim@fluendo.com>
16150
16151         Patch by: Jens Granseuer <jensgr at gmx dot net>
16152
16153         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16154         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16155         C89 compliance fixes. Fixes #340980
16156
16157 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16158
16159         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16160         * ext/flac/gstflacdec.h:
16161           Handle segment seeks that include the end of the file as stop point
16162           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16163           message instead of an EOS event in case we're in segment seek
16164           mode (fixes #340699).
16165           
16166 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16167
16168         * ext/cairo/gsttextoverlay.c:
16169         * ext/flac/gstflacdec.c:
16170         * ext/gdk_pixbuf/pixbufscale.c:
16171         * gst/apetag/gstapedemux.c:
16172         * gst/debug/breakmydata.c:
16173         * gst/debug/testplugin.c:
16174         * gst/matroska/ebml-write.c:
16175         * gst/multipart/multipartdemux.c:
16176         * sys/osxaudio/gstosxaudiosink.c:
16177         * sys/osxaudio/gstosxaudiosrc.c:
16178         Add semicolons after GST_BOILERPLATE[_FULL] so that
16179         indent doesn't mess up following lines.
16180
16181 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16184
16185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16186           Don't leak caps when freeing the stream context (#340623).
16187
16188 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16189
16190         * configure.ac:
16191           Back to CVS
16192
16193 === release 0.10.3 ===
16194
16195 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16196
16197         * configure.ac:
16198           releasing 0.10.3, "Desplazado"
16199
16200 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * gst/matroska/matroska-mux.c:
16203         (gst_matroska_mux_stream_is_vorbis_header),
16204         (gst_matroska_mux_write_data):
16205           Don't strcmp() NULL strings.
16206           Only start new clusters on video keyframes, not on any
16207           random audio buffer that doesn't have the DELTA_UNIT
16208           flag set (fixes 'make check' again).
16209
16210 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16213
16214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16215         (gst_matroska_mux_stream_is_vorbis_header),
16216         (gst_matroska_mux_write_data):
16217           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16218           value and then dead-lock when muxing vorbis audio streams
16219           (the three vorbis header buffers carry no timestamp, and it
16220           would try to mux these after all video buffers). Fixes #340346.
16221
16222           Improve clustering: start a new cluster also whenever we get
16223           a keyframe.     
16224
16225 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16226
16227         * win32/common/config.h:
16228         * win32/MANIFEST
16229           add the generated file as well
16230
16231 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16232
16233         * Makefile.am:
16234         * configure.ac:
16235         * win32/common/config.h.in:
16236           add win32 stuff
16237
16238 2006-05-03  Michael Smith  <msmith@fluendo.com>
16239
16240         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16241           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16242           SUCKS.
16243
16244 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16245
16246         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16247         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16248         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16249           don't leak caps-string
16250
16251 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16252
16253         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16254         (gst_id3demux_sink_activate):
16255           Let core insert default error message for TYPE_NOT_FOUND
16256           errors, it's just as good as our own and has the added
16257           bonus of being translated.
16258
16259 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16260
16261         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16262         (gst_tag_demux_sink_event):
16263         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16264         (gst_id3demux_sink_event):
16265           Post an error message when we get an EOS event and were not
16266           able to find out the type of stream.
16267
16268         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16269         (test_taglib_id3mux_with_tags):
16270           Decrease num-buffers to 16 per iteration again, otherwise the
16271           many memcpy()s and reallocations in the test will hammer slow
16272           CPUs completely and make the test timeout.
16273
16274 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16275
16276         * configure.ac:
16277           figure out where plugins-base plugins are
16278         * tests/check/Makefile.am:
16279           use plugins-base plugins, so we have typefind functions
16280         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16281           increase num-buffers, this makes sure the test errors out instead
16282           of timing out when no typefind functions are present
16283
16284 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * docs/plugins/Makefile.am:
16287           also check .cc files for gtk-doc markup
16288         * configure.ac:
16289         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16291         * tests/check/Makefile.am:
16292         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16293         * ext/Makefile.am:
16294         * ext/taglib/Makefile.am:
16295         * ext/taglib/gstid3v2mux.h:
16296         * ext/taglib/gsttaglibmux.c:
16297         * ext/taglib/gsttaglibmux.h:
16298           move taglib-based id3v2muxer to -good.  Fixes #336110.
16299
16300 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16301
16302         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16303           ... and fix multichannel/WAVFORMATEX support again.
16304
16305 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16306
16307         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16308         (gst_wavparse_class_init), (gst_wavparse_dispose),
16309         (gst_wavparse_reset), (gst_wavparse_init),
16310         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16311         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16312         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16313         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16314         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16315         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16316         (gst_wavparse_stream_data), (gst_wavparse_loop),
16317         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16318         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16319         (gst_wavparse_change_state), (plugin_init):
16320         * gst/wavparse/gstwavparse.h:
16321           Add push (streaming) mode to wavparse (fixes #337625)
16322
16323 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         * configure.ac:
16326         * tests/Makefile.am:
16327           add ximagesrc icles test
16328
16329 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16330
16331         * configure.ac:
16332         * docs/plugins/Makefile.am:
16333         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16334         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16335         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16336         (gst_cmml_enc_push_clip):
16337         * sys/Makefile.am:
16338         * sys/ximage/Makefile.am:
16339         * sys/ximage/gstximagesrc.c:
16340           Move ximagesrc plug-in to good after review.  Fixes #336756.
16341
16342 2006-04-28  Michael Smith  <msmith@fluendo.com>
16343
16344         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16345         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16346         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16347         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16348         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16349         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16350         * gst/icydemux/gsticydemux.h:
16351           Fix event handling: cache events when typefinding and forward later.
16352
16353 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16354
16355         * sys/osxaudio/gstosxaudiosink.c:
16356         (plugin_init):
16357          Register osxaudiosrc to the plugin.
16358         * sys/osxaudio/gstosxaudiosrc.c:
16359         (gst_osx_audio_src_osxelement_do_init),
16360         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16361         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16362         (gst_osx_audio_src_get_property),
16363         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16364         (gst_osx_audio_src_osxelement_init):
16365         * sys/osxaudio/gstosxaudiosrc.h:
16366           Port of osxaudiosrc to 0.10.
16367         * sys/osxaudio/Makefile.am:
16368           Add osxaudiosrc
16369
16370 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16371
16372         * sys/osxaudio/gstosxringbuffer.c:
16373         * sys/osxaudio/gstosxringbuffer.h:
16374           Forgot to commit earlier, part of the OSX audio plugin port
16375
16376 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16379         (parse_split_strings):
16380           Recognise and skip any byte order marker (BOM) in
16381           UTF-16 strings.
16382
16383 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16384
16385         * docs/plugins/Makefile.am:
16386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16388         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16389         * docs/plugins/inspect/plugin-avi.xml:
16390         * gst/avi/gstavidemux.c:
16391         * gst/avi/gstavimux.c:
16392           Add docs for both avidemux and avimux.
16393
16394 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16397
16398         * gst/avi/Makefile.am:
16399         * gst/avi/gstavi.c: (plugin_init):
16400         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16401         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16402         (gst_avi_mux_class_init), (gst_avi_mux_init),
16403         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16404         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16405         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16406         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16407         (gst_avi_mux_riff_get_avix_header),
16408         (gst_avi_mux_riff_get_video_header),
16409         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16410         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16411         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16412         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16413         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16414         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16415         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16416         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16417         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16418         (gst_avi_mux_change_state):
16419         * gst/avi/gstavimux.h:
16420           Port AVI muxer to GStreamer-0.10 (#332031).
16421
16422         * tests/check/Makefile.am:
16423         * tests/check/elements/avimux.c:
16424         * tests/check/elements/.cvsignore:
16425           Add unit test for AVI muxer.
16426
16427 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16428
16429         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16430         (gst_wavparse_class_init), (gst_wavparse_reset),
16431         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16432         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16433         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16434         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16435         (gst_wavparse_stream_data), (gst_wavparse_loop),
16436         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16437         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16438         (plugin_init):
16439         * gst/wavparse/gstwavparse.h:
16440           reverted patch #337625 for the price of 1 hour sleep
16441
16442 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16443
16444         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16445         (gst_wavparse_class_init), (gst_wavparse_reset),
16446         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16447         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16448         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16449         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16450         (gst_wavparse_stream_data), (gst_wavparse_loop),
16451         (gst_wavparse_chain), (plugin_init):
16452         * gst/wavparse/gstwavparse.h:
16453           correct partial implementation of push mode
16454           (from my last commit)
16455
16456 2006-04-26  Wim Taymans  <wim@fluendo.com>
16457
16458         * ext/esd/esdsink.c:
16459         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16460         it is not in esd.h
16461
16462 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16463
16464         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16465         (gst_au_parse_class_init), (gst_au_parse_init),
16466         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16467         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16468         (gst_au_parse_chain), (gst_au_parse_src_convert),
16469         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16470         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16471         (gst_au_parse_change_state):
16472         * gst/auparse/gstauparse.h:
16473           Rewrite auparse to suck a little bit less: make source pad
16474           dynamic, so decodebin/playbin work with non-raw formats
16475           like alaw/mulaw; add query function for duration/position
16476           queries; check whether we have enough data before attempting
16477           to parse the header (instead of crashing when that is not the
16478           case); work around audioconvert sucking by swapping endianness
16479           to the native endianness ourselves for float formats; send
16480           initial newsegment event. Fixes #161712.
16481
16482 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16483
16484         * sys/osxaudio/Makefile.am:
16485         * sys/osxaudio/gstosxaudioelement.c:
16486         (gst_osx_audio_element_get_type),
16487         (gst_osx_audio_element_class_init):
16488         * sys/osxaudio/gstosxaudioelement.h:
16489         * sys/osxaudio/gstosxaudiosink.c:
16490         (gst_osx_audio_sink_osxelement_do_init),
16491         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16492         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16493         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16494         (gst_osx_audio_sink_create_ringbuffer),
16495         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16496         (plugin_init):
16497         * sys/osxaudio/gstosxaudiosink.h:
16498         Port of osxaudiosink to 0.10
16499
16500 2006-04-26  Wim Taymans  <wim@fluendo.com>
16501
16502         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16503         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16504         the size of the ringbuffer. This should fix hangs with older 
16505         esd sound servers.
16506
16507 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16508
16509         * ext/aalib/gstaasink.c:
16510         * ext/annodex/gstcmmldec.c:
16511         * ext/annodex/gstcmmlenc.c:
16512         * ext/cairo/gsttextoverlay.c:
16513         * ext/cairo/gsttimeoverlay.c:
16514         * ext/cdio/gstcdiocddasrc.c:
16515         * ext/dv/gstdvdec.c:
16516         * ext/dv/gstdvdemux.c:
16517         * ext/esd/esdmon.c:
16518         * ext/esd/esdsink.c:
16519         * ext/flac/gstflacenc.c:
16520         * ext/flac/gstflactag.c:
16521         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16522         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16523         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16524         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16525         * ext/gdk_pixbuf/pixbufscale.c:
16526         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16527         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16528         * ext/jpeg/gstjpegdec.c:
16529         * ext/jpeg/gstjpegenc.c:
16530         * ext/jpeg/gstsmokedec.c:
16531         * ext/jpeg/gstsmokeenc.c:
16532         * ext/libcaca/gstcacasink.c:
16533         * ext/libmng/gstmngdec.c:
16534         * ext/libmng/gstmngenc.c:
16535         * ext/libpng/gstpngdec.c:
16536         * ext/libpng/gstpngenc.c:
16537         * ext/mikmod/gstmikmod.c:
16538         * ext/raw1394/gstdv1394src.c:
16539         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16540         * ext/shout2/gstshout2.h:
16541         * ext/speex/gstspeexdec.c:
16542         * ext/speex/gstspeexenc.c:
16543         * gst/alpha/gstalpha.c:
16544         * gst/alpha/gstalphacolor.c:
16545         * gst/apetag/gstapedemux.c:
16546         * gst/auparse/gstauparse.c:
16547         * gst/autodetect/gstautoaudiosink.c:
16548         (gst_auto_audio_sink_base_init):
16549         * gst/autodetect/gstautovideosink.c:
16550         (gst_auto_video_sink_base_init):
16551         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16552         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16553         * gst/cutter/gstcutter.c:
16554         * gst/debug/breakmydata.c:
16555         * gst/debug/efence.c:
16556         * gst/debug/gstnavigationtest.c:
16557         * gst/debug/gstnavseek.c:
16558         * gst/debug/negotiation.c:
16559         * gst/debug/progressreport.c:
16560         * gst/debug/testplugin.c:
16561         * gst/effectv/gstaging.c:
16562         * gst/effectv/gstdice.c:
16563         * gst/effectv/gstedge.c:
16564         * gst/effectv/gstquark.c:
16565         * gst/effectv/gstrev.c:
16566         * gst/effectv/gstshagadelic.c:
16567         * gst/effectv/gstvertigo.c:
16568         * gst/effectv/gstwarp.c:
16569         * gst/flx/gstflxdec.c:
16570         * gst/goom/gstgoom.c:
16571         * gst/icydemux/gsticydemux.c:
16572         * gst/id3demux/gstid3demux.c:
16573         * gst/interleave/deinterleave.c:
16574         * gst/interleave/interleave.c:
16575         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16576         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16577         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16578         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16579         * gst/level/gstlevel.c:
16580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16582         * gst/median/gstmedian.c:
16583         * gst/monoscope/gstmonoscope.c:
16584         * gst/multipart/multipartdemux.c:
16585         * gst/multipart/multipartmux.c:
16586         * gst/oldcore/gstaggregator.c:
16587         * gst/oldcore/gstfdsink.c:
16588         * gst/oldcore/gstmd5sink.c:
16589         * gst/oldcore/gstmultifilesrc.c:
16590         * gst/oldcore/gstpipefilter.c:
16591         * gst/oldcore/gstshaper.c:
16592         * gst/oldcore/gststatistics.c:
16593         * gst/rtp/gstasteriskh263.c:
16594         * gst/rtp/gstrtpL16depay.c:
16595         * gst/rtp/gstrtpL16pay.c:
16596         * gst/rtp/gstrtpamrdepay.c:
16597         * gst/rtp/gstrtpamrpay.c:
16598         * gst/rtp/gstrtpdepay.c:
16599         * gst/rtp/gstrtpgsmpay.c:
16600         * gst/rtp/gstrtph263pay.c:
16601         * gst/rtp/gstrtph263pdepay.c:
16602         * gst/rtp/gstrtph263ppay.c:
16603         * gst/rtp/gstrtpilbcdepay.c:
16604         * gst/rtp/gstrtpmp4gpay.c:
16605         * gst/rtp/gstrtpmp4vdepay.c:
16606         * gst/rtp/gstrtpmp4vpay.c:
16607         * gst/rtp/gstrtpmpadepay.c:
16608         * gst/rtp/gstrtpmpapay.c:
16609         * gst/rtp/gstrtppcmadepay.c:
16610         * gst/rtp/gstrtppcmapay.c:
16611         * gst/rtp/gstrtppcmudepay.c:
16612         * gst/rtp/gstrtppcmupay.c:
16613         * gst/rtp/gstrtpspeexdepay.c:
16614         * gst/rtp/gstrtpspeexpay.c:
16615         * gst/rtsp/gstrtpdec.c:
16616         * gst/rtsp/gstrtspsrc.c:
16617         * gst/smpte/gstsmpte.c:
16618         * gst/udp/gstdynudpsink.c:
16619         * gst/udp/gstmultiudpsink.c:
16620         * gst/udp/gstudpsink.c:
16621         * gst/udp/gstudpsrc.c:
16622         * gst/videobox/gstvideobox.c:
16623         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16624         * gst/videofilter/gstvideobalance.c:
16625         * gst/videofilter/gstvideoflip.c:
16626         * gst/videofilter/gstvideotemplate.c:
16627         (gst_videotemplate_base_init):
16628         * gst/videomixer/videomixer.c:
16629         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16630         (gst_wavparse_class_init), (gst_wavparse_dispose),
16631         (gst_wavparse_reset), (gst_wavparse_init),
16632         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16633         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16634         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16635         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16636         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16637         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16638         (gst_wavparse_change_state):
16639         * gst/wavparse/gstwavparse.h:
16640         * sys/oss/gstossmixerelement.c:
16641         * sys/oss/gstosssink.c:
16642         * sys/oss/gstosssrc.c:
16643         * sys/osxaudio/gstosxaudioelement.c:
16644         * sys/osxaudio/gstosxaudiosink.c:
16645         * sys/osxaudio/gstosxaudiosrc.c:
16646         * sys/sunaudio/gstsunaudiomixer.c:
16647         * sys/sunaudio/gstsunaudiosink.c:
16648           Define GstElementDetails as const and also static (when defined as
16649           global)
16650
16651 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16652
16653         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16654           Source pad has fixed caps. If we don't set this, bad
16655           things happen when the window is resized.
16656
16657 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16658
16659         * gst/matroska/Makefile.am:
16660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16661         (gst_matroska_demux_handle_src_event):
16662         * gst/matroska/matroska-ids.c:
16663         (gst_matroska_track_init_video_context),
16664         (gst_matroska_track_init_audio_context),
16665         (gst_matroska_track_init_subtitle_context),
16666         (gst_matroska_track_init_complex_context):
16667         * gst/matroska/matroska-ids.h:
16668           Handle case where the TrackType ebml chunk does not come before the
16669           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16670           events.
16671
16672 2006-04-25  Wim Taymans  <wim@fluendo.com>
16673
16674         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16675         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16676         It's codec_data, not codec_info.
16677
16678 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16681
16682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16683           Handle codec_data for VfW compatibility codec IDs (#339451)
16684
16685         * gst/matroska/matroska-mux.c:
16686         (gst_matroska_mux_video_pad_setcaps):
16687           Same here, handle codec_data and add additional caps we can handle
16688           now to the pad template (huffyuv, dv and h263 video) (#339451)
16689
16690 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16691
16692         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16693
16694         * gst/matroska/matroska-mux.c:
16695         (gst_matroska_mux_create_buffer_header),
16696         (gst_matroska_mux_write_data):
16697           Fix timestamping of B-frames, use signed integers, do
16698           some rounding (#339678).
16699
16700 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16701
16702         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16703         just make it compile with --disable-gst-debug.
16704
16705 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16706
16707         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16708         Fix a bad conversion using gst_guint64_to_gdouble.
16709         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16710         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16711         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16712     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16713         mistake.
16714
16715 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16716
16717         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16718         Use gst_guint64_to_gdouble for conversions
16719         * win32/vs6/gst_plugins_good.dsw:
16720         * win32/vs6/libgsticydemux.dsp:
16721         Add a project file for icydemux
16722
16723 2006-04-21  Wim Taymans  <wim@fluendo.com>
16724
16725         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16726
16727         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16728         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16729         When splitting audio chunks, the block alignment is not taken in
16730         consideration, so the smaller chunks could be of size which is 
16731         not a multiple of the block alignment. Fixes #336904
16732
16733 2006-04-21  Wim Taymans  <wim@fluendo.com>
16734
16735         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16736         Use scale functions
16737
16738 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * ext/dv/gstdv.c: (plugin_init):
16741           Fix build.
16742
16743 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16746         (gst_progress_report_class_init), (gst_progress_report_init),
16747         (gst_progress_report_do_query), (gst_progress_report_report),
16748         (gst_progress_report_set_property),
16749         (gst_progress_report_get_property):
16750           Add 'format' property to force querying to a particular format.
16751
16752 2006-04-21  Andy Wingo  <wingo@pobox.com>
16753
16754         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16755         best, on big endian systems. Drop its rank in that case. OTOH on
16756         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16757
16758 2006-04-21  Michael Smith  <msmith@fluendo.com>
16759
16760         * configure.ac:
16761         * gst/icydemux/Makefile.am:
16762         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16763         (gst_icydemux_base_init), (gst_icydemux_class_init),
16764         (gst_icydemux_reset), (gst_icydemux_init),
16765         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16766         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16767         (unicodify), (gst_icydemux_unicodify),
16768         (gst_icydemux_parse_and_send_tags),
16769         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16770         (gst_icydemux_chain), (gst_icydemux_change_state),
16771         (gst_icydemux_send_tag_event), (plugin_init):
16772         * gst/icydemux/gsticydemux.h:
16773         * tests/check/Makefile.am:
16774         * tests/check/elements/icydemux.c: (typefind_succeed),
16775         (plugin_init), (icydemux_found_pad), (create_icydemux),
16776         (cleanup_icydemux), (push_data), (GST_START_TEST),
16777         (icydemux_suite), (main):
16778           Add icydemux, and tests.
16779
16780 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16783           Post SEGMENT_DONE message in TIME format.
16784
16785 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16788
16789         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16790         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16791           Fix index creation when we have to scan the file to create
16792           an index. There may be other types of RIFF 'LIST' chunks than
16793           'movi' and we need to skip them properly as well or we'll end up
16794           reading garbage (#336889). Some other cosmetic changes.
16795           
16796 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16797
16798         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16799         (gst_flac_dec_handle_seek_event):
16800           Add support for segment seeks (fixes #338290). Also demote
16801           some recurring debug message from DEBUG to LOG level.
16802
16803 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16804
16805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16806         (gst_matroskademux_do_index_seek),
16807         (gst_matroska_demux_handle_seek_event),
16808         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16809         * gst/matroska/matroska-ids.h:
16810           Set DISCONT flag on first buffer after a discontinuity.
16811           Fix newsegment events sent when seeking and honour KEY_UNIT
16812           seek flag. Create pad with bogus caps if we don't recognise
16813           the stream codec id.
16814
16815         * gst/matroska/matroska-demux.h:
16816           Fix GObject macros.
16817
16818 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16821
16822         * gst/matroska/matroska-demux.c:
16823         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16824           Handle end of segment properly when set; don't dead-lock when
16825           posting start of segment message when doing a segment seek.
16826           Fixes #338810.
16827
16828 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16829
16830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16831         (gst_matroska_demux_plugin_init):
16832           Make mpeg2 aac audio work: create artificial private codec data
16833           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16834           Also call gst_riff_init(). Partially fixes #338767.
16835
16836 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16837
16838         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16839         (gst_wavenc_class_init), (gst_wavenc_init),
16840         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16841         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16842         (gst_wavenc_chain), (gst_wavenc_change_state):
16843         * gst/wavenc/gstwavenc.h:
16844           Set caps on first outgoing buffer, so that it doesn't error out
16845           immediately with a non-negotiated error (#338716). Rewrite and
16846           clean up a bit; fix setcaps function to parse things properly;
16847           fix sink caps (8bit audio is unsigned and doesn't have depth);
16848           use boilerplate macros; remove unused properties stuff.
16849
16850 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16851
16852         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16853           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16854           handle MJPEG streams and might be autoplugged for those if the
16855           user doesn't have jpegdec installed (resulting in a cryptic error
16856           message about huffman tables). Better to disable JPEG decoding here
16857           and let the user figure out that she needs to install jpegdec.
16858
16859 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16860
16861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16862         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16863         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16864         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16865           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16866           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16867           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16868           debug messages. Fix boilerplate macros.
16869
16870 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16873         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16874           No need to special-case for Gdk-2.0 any longer, we require
16875           Gdk 2.2 or newer; minor clean-ups.
16876
16877 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16878
16879         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16880         (gst_shout2send_class_init), (gst_shout2send_init),
16881         (set_shout_metadata), (gst_shout2send_set_metadata),
16882         (gst_shout2send_event), (gst_shout2send_start),
16883         (gst_shout2send_connect), (gst_shout2send_stop),
16884         (gst_shout2send_render), (gst_shout2send_set_property),
16885         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16886         (plugin_init):
16887         * ext/shout2/gstshout2.h:
16888         * po/POTFILES.in:
16889           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16890           change function; use GST_ELEMENT_ERROR for error reporting, not
16891           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16892           will cause crashes or assertion failures; remove (unused) "sync"
16893           property, basesink already has such a property; misc. other
16894           minor fixes and cleanups.
16895
16896 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16897
16898         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16899         * ext/esd/gstesd.c: (plugin_init):
16900         * po/POTFILES.in:
16901           Add translatable error message for when we cannot
16902           connect to the sound server, as "Cannot open resource
16903           for writing" isn't really an acceptable message to show
16904           to the user in this case.
16905
16906 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * sys/oss/gst-i18n-plugin.h:
16909           Remove bogus file that doesn't belong here.
16910
16911 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         Patch by: Philippe Valembois
16914
16915         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16916         (gst_shout2send_set_metadata), (gst_shout2send_event),
16917         (gst_shout2send_render), (gst_shout2send_change_state):
16918         * ext/shout2/gstshout2.h:
16919           Handle tags being received before the connection to
16920           the server is established properly (see #338636).
16921
16922 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16925           Don't crash in case the connection to the server fails:
16926           don't set pointer to NULL by assigning FALSE; error out
16927           properly by using GST_ELEMENT_ERROR and returning
16928           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16929           before resetting the pointer.
16930
16931 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16932
16933         * gst/id3demux/id3tags.c:
16934         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16935         (Fixes #338713)
16936
16937 2006-04-12  Wim Taymans  <wim@fluendo.com>
16938
16939         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16940         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16941         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16942         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16943         (gst_gdk_pixbuf_chain):
16944         Some cleanups.
16945         Added RGBA as a possible output format.
16946         Correctly free the supported mimetypes.
16947         deprecate silent arg, it's not used.
16948         Return result from _alloc_buffer to peer.
16949
16950 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16951
16952         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16953           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16954           overwriting GST_BUFFER_MALLOCDATA.
16955
16956 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16959         (user_endrow_callback), (user_end_callback),
16960         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16961         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16962         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16963         * ext/libpng/gstpngdec.h:
16964           Handle more than one frame if the content is framed,
16965           like with png-in-quicktime (#331917).
16966
16967 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16968
16969         * sys/oss/Makefile.am:
16970         * sys/oss/common.h:
16971         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16972         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16973         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16974         (gst_oss_src_unprepare):
16975           - the user-visible error strings were in the wrong category
16976           - and the messages were not marked for translation
16977           - which is actually a good thing, because they were exactly
16978             the kind of message you would never want anyone to see
16979           - the macros were using variables that didn't exist in the macro
16980             arguments
16981           - and they were obviously copied from each other and then modified
16982           - so a common header makes sense
16983
16984 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16985
16986         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16987           Don't try to modify read-only data.
16988
16989         * gst/matroska/matroska-demux.c:
16990         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16991           Fix comment (won't crash any longer now).
16992
16993 2006-04-10  Michael Smith  <msmith@fluendo.com>
16994
16995         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16996           Use copies of header buffers for caps to avoid circular refcounting
16997           problems (as in theoradec, vorbisdec).
16998
16999         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17000           Fix a typo in test that meant it was testing the wrong thing.
17001
17002         * tests/check/elements/cmmlenc.c: (check_headers):
17003           Fix refcount checks now that we use buffer-copies for caps.
17004
17005 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17006
17007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17008         (gst_matroska_demux_handle_seek_event),
17009         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17010         (gst_matroska_demux_subtitle_caps),
17011         (gst_matroska_demux_plugin_init):
17012           Use static pad templates with ANY caps for audio and video
17013           source pads and get rid of a lot of unnecessary (and partially
17014           broken) code for the template caps. Clean up caps finding
17015           functions. Fixes playback of audio files/streams that do not
17016           contain the sample rate and/or number of channels in the audio
17017           context (happens a lot with vorbis/mp3 .mka files it seems).
17018           Fixes #337183.
17019           Also add myself to copyright holders.
17020
17021 2006-04-10  Michael Smith  <msmith@fluendo.com>
17022
17023         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17024           Use g_list_delete_link () instead of g_list_remove_link () so that
17025           we free the link as well as the contained data.
17026
17027 2006-04-10  Wim Taymans  <wim@fluendo.com>
17028
17029         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17030
17031         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17032         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17033         (gst_avi_demux_stream_header):
17034         Fix some crashers with empty chunks. (Fixes #337749)
17035
17036 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17037
17038         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17039           use G_GINT64_CONSTANT for INT64 constants
17040         * gst/videofilter/gstvideobalance.c:
17041           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17042         * win32/vs6/libgstavi.dsp:
17043          add missing libraries for the link and remove avimux.c from
17044          the project as it isn't ported to 0.10 yet
17045         
17046 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17047
17048         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17049           Even better would be if we actually did the right thing
17050           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17051
17052 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17053
17054         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17055           Can't just replace 1LL with 1L here just because MSVC doesn't
17056           support it, as it might lead to incorrect results when doing the
17057           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17058           force a 64-bit constant in a way that all compilers are happy with.
17059
17060 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17061
17062         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17063         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17064         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17065         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17066         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17067         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17068         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17069         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17070         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17071         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17072         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17073         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17074         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17075         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17076         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17077         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17078         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17079         * gst/debug/efence.c: (gst_efence_class_init):
17080         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17081         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17082         * gst/goom/gstgoom.c: (gst_goom_class_init):
17083         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17084         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17085         * gst/interleave/interleave.c: (interleave_class_init):
17086         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17087         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17088         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17089         * gst/median/gstmedian.c: (gst_median_class_init):
17090         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17091         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17092         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17093         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17094         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17095         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17096         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17097         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17098         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17099         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17100         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17101         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17102         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17103         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17104         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17105         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17106         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17107         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17108         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17109         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17110         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17111         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17112         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17113         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17114         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17116         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17117         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17118         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17119         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17120         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17121         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17122         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17123         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17124         * sys/osxaudio/gstosxaudioelement.c:
17125         (gst_osxaudioelement_class_init):
17126         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17127         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17128         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17129         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17130
17131 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17132
17133         * ext/mikmod/gstmikmod.h:
17134         * gst/level/gstlevel.h:
17135         Fix more broken GObject macros
17136
17137 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17138
17139         * ext/annodex/gstcmmldec.h:
17140         * ext/annodex/gstcmmlenc.h:
17141         * ext/annodex/gstcmmltag.h:
17142         * ext/cairo/gsttextoverlay.h:
17143         * ext/ladspa/gstsignalprocessor.h:
17144         * gst/matroska/ebml-read.h:
17145         * gst/matroska/ebml-write.h:
17146         * sys/osxaudio/gstosxaudioelement.h:
17147         Fix broken GObject macros
17148
17149 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17150
17151         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17152           Don't try to seek beyond the end of the file (would
17153           occasionally display error dialogs in totem when seeking
17154           to the end) (#335869). Will still throw an error though
17155           if the file is truncated and the total_samples value in
17156           the stream header is wrong.
17157
17158 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17161         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17162         (gst_flac_dec_metadata_callback):
17163         * ext/flac/gstflacdec.h:
17164           If the stream header doesn't contain the total number of samples,
17165           search for the last flac frame at the end of the file and calculate
17166           the total duration from that frame's offset (fixes #337609).
17167
17168 2006-04-07  Edward Hervey  <edward@fluendo.com>
17169
17170         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17171         Don't unref the GstPadTemplate returned by
17172         gst_element_class_get_pad_template().
17173
17174 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17177
17178         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17179         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17180         * sys/sunaudio/gstsunaudiosink.h:
17181           Use spec->segsize and spec->segtotal in the prepare function
17182           to initialise the ring buffer instead of using the buffer-time
17183           property (#337421).
17184
17185 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * configure.ac:
17188           Bump core requirements to CVS for gst_pad_query_peer_duration()
17189           which is used by speexdec.
17190
17191 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17192
17193         * ext/speex/gstspeex.c: (plugin_init):
17194         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17195         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17196         (speex_get_sink_query_types), (speex_dec_sink_query),
17197         (speex_get_src_query_types), (speex_dec_src_query),
17198         (speex_dec_src_event), (speex_dec_sink_event),
17199         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17200         (speex_dec_chain_parse_data), (speex_dec_chain),
17201         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17202         (speex_dec_change_state):
17203         * ext/speex/gstspeexdec.h:
17204           Fix seeking and duration queries (#337033); clean up and
17205           refactor a bit.
17206
17207 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17208
17209         * ext/raw1394/gstdv1394src.c:
17210           distinguish between device not found and could not open for
17211           reading
17212
17213 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17214
17215         * Makefile.am:
17216         * configure.ac:
17217         * pkgconfig/.cvsignore:
17218         * pkgconfig/Makefile.am:
17219         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17220           add a .pc file so other modules can use good plugins in tests
17221
17222 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * configure.ac:
17225           clean up, use AS_VERSION and AS_NANO
17226         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17227           use PACKAGE_VERSION define
17228         * po/af.po:
17229         * po/az.po:
17230         * po/cs.po:
17231         * po/en_GB.po:
17232         * po/hu.po:
17233         * po/it.po:
17234         * po/nb.po:
17235         * po/nl.po:
17236         * po/or.po:
17237         * po/sq.po:
17238         * po/sr.po:
17239         * po/sv.po:
17240         * po/uk.po:
17241         * po/vi.po:
17242           updated
17243
17244 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17245
17246         * ext\jpeg\smokecodec.c:
17247           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17248         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17249           move first instruction after all variables declarations
17250         * gst\alpha\gstalpha.c:
17251         * gst\effectv\gstshagadelic.c:
17252         * gst\smpte\paint.c:
17253         * gst\videofilter\gstvideobalance.c:
17254           define M_PI if it's not defined (it's not defined on WIN32)
17255         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17256         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17257         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17258         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17259         (gst_matroska_demux_video_caps):
17260         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17261         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17262           use gst_guint64_to_gdouble for conversions
17263         * gst\goom\filters.c: (setPixelRGB_):
17264           fix a debug which was using undefined variable
17265         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17266         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17267           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17268         * win32/vs6:
17269           add vs6 projects files for most of plugins-good
17270         
17271 2006-03-30  j^  <j@bootlab.org>
17272
17273         * ext/aalib/gstaasink.c:
17274         * ext/annodex/gstcmmldec.c:
17275         * ext/annodex/gstcmmlenc.c:
17276         * ext/cairo/gsttextoverlay.c:
17277         * ext/cairo/gsttimeoverlay.c:
17278         * ext/cdio/gstcdiocddasrc.c:
17279         * ext/dv/gstdvdec.c:
17280         * ext/esd/esdmon.c:
17281         * ext/esd/esdsink.c:
17282         * ext/flac/gstflacdec.c:
17283         * ext/flac/gstflacenc.c:
17284         * ext/flac/gstflactag.c:
17285         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17286         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17287         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17288         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17289         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17290         * ext/gdk_pixbuf/pixbufscale.c:
17291         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17292         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17293         * ext/jpeg/gstjpegdec.c:
17294         * ext/jpeg/gstjpegenc.c:
17295         * ext/jpeg/gstsmokedec.c:
17296         * ext/jpeg/gstsmokeenc.c:
17297         * ext/libcaca/gstcacasink.c:
17298         * ext/libmng/gstmngdec.c:
17299         * ext/libmng/gstmngenc.c:
17300         * ext/libpng/gstpngdec.c:
17301         * ext/libpng/gstpngenc.c:
17302         * ext/mikmod/gstmikmod.c:
17303         * ext/raw1394/gstdv1394src.c:
17304         * ext/shout2/gstshout2.c:
17305         * ext/speex/gstspeexdec.c:
17306         * ext/speex/gstspeexenc.c:
17307         * gst/alpha/gstalpha.c:
17308         * gst/alpha/gstalphacolor.c:
17309         * gst/auparse/gstauparse.c:
17310         * gst/autodetect/gstautoaudiosink.c:
17311         (gst_auto_audio_sink_base_init):
17312         * gst/autodetect/gstautovideosink.c:
17313         (gst_auto_video_sink_base_init):
17314         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17315         * gst/cutter/gstcutter.c:
17316         * gst/debug/breakmydata.c:
17317         * gst/debug/efence.c:
17318         * gst/debug/gstnavigationtest.c:
17319         * gst/debug/negotiation.c:
17320         * gst/debug/progressreport.c:
17321         * gst/debug/testplugin.c:
17322         * gst/effectv/gstaging.c:
17323         * gst/effectv/gstdice.c:
17324         * gst/effectv/gstedge.c:
17325         * gst/effectv/gstquark.c:
17326         * gst/effectv/gstrev.c:
17327         * gst/effectv/gstvertigo.c:
17328         * gst/effectv/gstwarp.c:
17329         * gst/flx/gstflxdec.c:
17330         * gst/goom/gstgoom.c:
17331         * gst/interleave/deinterleave.c:
17332         * gst/interleave/interleave.c:
17333         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17334         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17335         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17336         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17337         * gst/level/gstlevel.c:
17338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17339         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17340         * gst/median/gstmedian.c:
17341         * gst/monoscope/gstmonoscope.c:
17342         * gst/multipart/multipartdemux.c:
17343         * gst/multipart/multipartmux.c:
17344         * gst/oldcore/gstmd5sink.c:
17345         * gst/oldcore/gstmultifilesrc.c:
17346         * gst/oldcore/gstpipefilter.c:
17347         * gst/oldcore/gstshaper.c:
17348         * gst/oldcore/gststatistics.c:
17349         * gst/rtp/gstasteriskh263.c:
17350         * gst/rtp/gstrtpL16depay.c:
17351         * gst/rtp/gstrtpL16pay.c:
17352         * gst/rtp/gstrtpamrdepay.c:
17353         * gst/rtp/gstrtpamrpay.c:
17354         * gst/rtp/gstrtpdepay.c:
17355         * gst/rtp/gstrtpgsmpay.c:
17356         * gst/rtp/gstrtph263pay.c:
17357         * gst/rtp/gstrtph263pdepay.c:
17358         * gst/rtp/gstrtph263ppay.c:
17359         * gst/rtp/gstrtpmp4gpay.c:
17360         * gst/rtp/gstrtpmp4vdepay.c:
17361         * gst/rtp/gstrtpmp4vpay.c:
17362         * gst/rtp/gstrtpmpadepay.c:
17363         * gst/rtp/gstrtpmpapay.c:
17364         * gst/rtp/gstrtppcmadepay.c:
17365         * gst/rtp/gstrtppcmapay.c:
17366         * gst/rtp/gstrtppcmudepay.c:
17367         * gst/rtp/gstrtppcmupay.c:
17368         * gst/rtp/gstrtpspeexdepay.c:
17369         * gst/rtp/gstrtpspeexpay.c:
17370         * gst/rtsp/gstrtpdec.c:
17371         * gst/smpte/gstsmpte.c:
17372         * gst/videobox/gstvideobox.c:
17373         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17374         * gst/videofilter/gstvideobalance.c:
17375         * gst/videofilter/gstvideoflip.c:
17376         * gst/videofilter/gstvideotemplate.c:
17377         (gst_videotemplate_base_init):
17378         * gst/videomixer/videomixer.c:
17379         * gst/wavenc/gstwavenc.c:
17380         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17381          better/unified long descriptions
17382          Fixed #336602
17383          Some cleanups to auparse, don't send multiple newsegments.
17384
17385 2006-03-29  Wim Taymans  <wim@fluendo.com>
17386
17387         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17388
17389         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17390         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17391         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17392         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17393         * ext/dv/gstdvdemux.h:
17394         Seek in READY patch. Only works for pull based mode.
17395         Fixes #323880
17396
17397 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17398
17399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17400         (gst_gdk_pixbuf_event):
17401           Fix two crashers: don't unref the same caps twice, and
17402           set pixbuf loader to NULL after freeing it.
17403
17404 2006-03-27  Wim Taymans  <wim@fluendo.com>
17405
17406         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17407         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17408         (gst_speexenc_chain):
17409         * ext/speex/gstspeexenc.h:
17410         Don't leak adapter.
17411         A push *always* takes ownership of the buffer, even on
17412         errors.
17413         Small cleanups.
17414
17415 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17416
17417         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17418           Create source pad without leaking.
17419
17420 2006-03-24  Wim Taymans  <wim@fluendo.com>
17421
17422         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17423         * ext/flac/gstflacdec.h:
17424         * ext/flac/gstflacenc.h:
17425         Spifify a bit.
17426         Fix deadly lock order error in seeking code, STREAM_LOCK
17427         cannot be taken within LOCK and the streaming variables are
17428         protected with the STREAM_LOCK anyway.
17429
17430 2006-03-24  Wim Taymans  <wim@fluendo.com>
17431
17432         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17433         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17434         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17435         this patch combines the global init_frames with the stream
17436         init_frames. Rationale being that the global delay should 
17437         be subtracted from any stream delay.
17438         Fixes #335858.
17439
17440 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17441
17442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17443         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17444         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17445         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17446         use DEBUG_FUNCPTR for collectpads
17447
17448 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17449
17450         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17451           Don't crash when encoding images where the number of rows isn't
17452           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17453
17454 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17455
17456         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17457         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17458         * gst/interleave/interleave.c: (interleave_change_state):
17459         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17460           More state change function fixes.
17461
17462 2006-03-23  Wim Taymans  <wim@fluendo.com>
17463
17464         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17465         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17466         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17467         (gst_esdsink_delay), (gst_esdsink_reset):
17468         * ext/esd/esdsink.h:
17469         Fix esd choppy playback by configuring audiosink
17470         correctly. Fixes #325191
17471
17472 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17473
17474         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17475           Make state change function thread-safe.
17476
17477 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17478
17479         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17480         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17481           Don't try to read beyond the end of the file just because
17482           the header claims a bigger size (like with truncated files).
17483
17484 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17487         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17488         (gst_wavparse_stream_data), (gst_wavparse_loop):
17489         * gst/wavparse/gstwavparse.h:
17490           Delay source pad creation until we have the first chunk of
17491           media data, so the we can examine the data and adjust the
17492           caps accordingly if required. This makes playback of .wav
17493           files with DTS-declared-as-PCM content work (#313266).
17494
17495 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17496
17497         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17498         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17499         Don't attempt typefinding on too-short buffers that have been
17500         completely trimmed away. (Fixes #330239)
17501
17502         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17503         Improve the debug output
17504
17505 2006-03-21  Wim Taymans  <wim@fluendo.com>
17506
17507         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17508         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17509         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17510         (gst_esdsink_set_property), (gst_esdsink_get_property):
17511         Some cleanups.
17512         Reset fd to -1 when we close them.
17513
17514 2006-03-21  Wim Taymans  <wim@fluendo.com>
17515
17516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17517         the OPTIONS request result is optional so don't
17518         fail on it.
17519
17520 2006-03-21  Edward Hervey  <edward@fluendo.com>
17521
17522         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17523         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17524         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17525         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17526         (gst_wavparse_change_state):
17527         gcc 4.1 unreferenced pointer fixes.
17528
17529 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17530
17531         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17532
17533         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17534           Fix block alignment calculation. Alignment should be done before
17535           adding the byte offset where the data starts (#335231).
17536
17537 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17538
17539         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17540           Ensure that we set correct caps on buffers that are transferred
17541           direct from the input.
17542
17543 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17544
17545         * gst/goom/filters.c: (zoomFilterDestroy):
17546         * gst/goom/goom_core.c: (goom_close):
17547           Free filter data when cleaning up. (Fixes: #334995)
17548
17549 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17550
17551         * configure.ac:
17552           Don't compile udp and rtsp plugins on win32 (mingw) or other
17553           systems that don't have <sys/socket.h> for some reason (#316203).
17554
17555 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17556
17557         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17558         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17559         * ext/raw1394/gstdv1394src.h:
17560           Change bus reset handler so it reports useful information such as
17561           whether the device being used connected or disconnected
17562
17563 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         * gst/id3demux/id3v2frames.c:
17566         (parse_relative_volume_adjustment_two):
17567           We only care about gain and peak data for the master volume.
17568
17569 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17572         (parse_id_string), (parse_unique_file_identifier),
17573         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17574           Read replay gain tags (#323721).
17575
17576 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17577
17578         * configure.ac:
17579           Bump requirements to gst-plugins-base CVS because
17580           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17581
17582 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17583
17584         * rtp/gst/gstrtppcmadepay.c:
17585         Fixed one of the caps in the code from mulaw to alaw.
17586
17587 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17588
17589         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17590           Ensure that we set caps on the buffers we pass.
17591
17592         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17593         (gst_id3demux_sink_activate):
17594           Ensure that we set caps on the buffers we pass.
17595
17596           Use STREAM, TYPE_NOT_FOUND as the error class when
17597           typefinding fails.
17598
17599 2006-03-15  Edward Hervey  <edward@fluendo.com>
17600
17601         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17602         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17603         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17604         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17605         (gst_jpeg_dec_setcaps):
17606         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17607         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17609         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17610         (gst_mngdec_src_getcaps):
17611         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17612         (gst_pngdec_caps_create_and_set):
17613         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17614         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17615         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17616         * gst/alpha/gstalpha.c: (gst_alpha_init):
17617         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17618         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17619         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17620         * gst/cutter/gstcutter.c: (gst_cutter_init):
17621         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17622         (gst_efence_checkgetrange):
17623         * gst/debug/negotiation.c: (gst_negotiation_init):
17624         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17625         * gst/goom/gstgoom.c: (gst_goom_init):
17626         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17627         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17628         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17629         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17630         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17631         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17632         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17633         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17634         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17635         (gst_wavparse_create_sourcepad):
17636         Fix memleak with gst_static_pad_template_get().
17637         This uses gst_pad_new_from_static_template() instead.
17638         Fixes #333512
17639
17640 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17641
17642         * configure.ac:
17643           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17644           used by id3demux.
17645
17646         * gst/id3demux/gstid3demux.c: (plugin_init):
17647         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17648         (parse_user_text_identification_frame),
17649         (parse_unique_file_identifier):
17650           Add support for UFID and TXXX frames and extract musicbrainz tags.
17651
17652 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17653
17654         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17655           Catch short reads, like they might happen with truncated
17656           files (see #305279); remove unnecessary indentation.
17657
17658 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17659
17660         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17661           Fix DIB image inversion for pictures with a
17662           depth != 8 (#305279).
17663
17664 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17665
17666         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17667         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17668         * ext/jpeg/gstjpegdec.h:
17669           Fix durations on outgoing buffers after seeking
17670           in MJPEG files (#334083); some minor clean-ups.
17671
17672 2006-03-13  Wim Taymans  <wim@fluendo.com>
17673
17674         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17675         (gst_wavparse_change_state):
17676         Implement seek in READY (re-fixes #327658)
17677
17678 2006-03-13  Wim Taymans  <wim@fluendo.com>
17679
17680         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17681         * ext/esd/esdmon.c: (gst_esdmon_get):
17682         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17683         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17684         (gst_gdk_pixbuf_sink_getcaps):
17685         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17686         (gst_jpegenc_setcaps):
17687         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17688         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17689         (gst_smokeenc_setcaps):
17690         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17691         (gst_mngdec_src_getcaps):
17692         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17693         (gst_mngenc_chain):
17694         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17695         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17696         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17697         (speex_dec_src_event), (speex_dec_chain):
17698         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17699         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17700         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17701         (gst_negotiation_pad_link), (gst_negotiation_chain):
17702         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17703         (gst_flxdec_chain):
17704         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17705         (deinterleave_chain):
17706         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17707         * gst/median/gstmedian.c: (gst_median_link):
17708         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17709         (gst_monoscope_chain):
17710         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17711         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17712         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17713         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17714         close #333784 unref the result of gst_pad_get_parent()
17715         by: Christophe Fergeau.
17716
17717 2006-03-09  Wim Taymans  <wim@fluendo.com>
17718
17719         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17720         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17721         Handle events in push mode better, can now do non-flushing
17722         seeks in push mode as well.
17723
17724 2006-03-07  Wim Taymans  <wim@fluendo.com>
17725
17726         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17727         Applied patch from Kai Vehmanen, fixes #333624.
17728
17729 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17730
17731         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17732         Implement paletted and grayscale png files handling.
17733         (#150363).
17734
17735 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17738         (gst_speexenc_chain):
17739           fix a tag list assert
17740           follow gst-plugins-base/ext/ogg/README; set OFFSET
17741           and OFFSET_END.  Muxes correctly with gst-plugins-base
17742           > 0.9.3
17743
17744 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * gst/id3demux/Makefile.am:
17747         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17748         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17749           Use new typefind helper functions here as well, and
17750           do typefinding in pull-mode if upstream supports that.
17751
17752 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17753
17754         * sys/sunaudio/gstsunaudiomixerctrl.c:
17755         (gst_sunaudiomixer_ctrl_get_volume),
17756         (gst_sunaudiomixer_ctrl_set_volume):
17757         * sys/sunaudio/gstsunaudiomixertrack.c:
17758         (gst_sunaudiomixer_track_new):
17759           Remove unused variables, breaks build from CVS
17760           with -Werror (#333392, patch by: Benjamin Pineau)
17761
17762 2006-03-03  Wim Taymans  <wim@fluendo.com>
17763
17764         * docs/plugins/Makefile.am:
17765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17767         Added wavparse docs.
17768
17769         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17770         (gst_wavparse_reset), (gst_wavparse_init),
17771         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17772         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17773         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17774         (gst_wavparse_stream_data), (gst_wavparse_loop),
17775         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17776         (gst_wavparse_change_state):
17777         * gst/wavparse/gstwavparse.h:
17778         Implement seek in READY (fixes #327658)
17779         Added docs and did some cleanups.
17780
17781 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17782
17783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17784         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17785         (gst_avi_demux_calculate_durations_from_index),
17786         (gst_avi_demux_stream_header):
17787         * gst/avi/gstavidemux.h:
17788           If we have an index, use a duration based on the index instead
17789           of blindly trusting the information in the stream headers
17790           (fixes #331817).
17791
17792 2006-03-03  Wim Taymans  <wim@fluendo.com>
17793
17794         * docs/plugins/Makefile.am:
17795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17796         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17797         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17798         Added smoke and jpeg to the docs.
17799
17800         * ext/jpeg/Makefile.am:
17801         * ext/jpeg/gstjpeg.c: (plugin_init):
17802         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17803         * ext/jpeg/gstjpegenc.h:
17804         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17805         (gst_smokedec_chain):
17806         * ext/jpeg/gstsmokedec.h:
17807         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17808         * ext/jpeg/gstsmokeenc.h:
17809         * ext/jpeg/smokecodec.h:
17810         Port smokedec (fixes #331905).
17811         Added some docs.
17812         Some cleanups.
17813
17814 2006-03-03  Wim Taymans  <wim@fluendo.com>
17815
17816         * docs/plugins/Makefile.am:
17817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17819         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17820         Added videobalance and videoflip to the docs.
17821
17822         * gst/videofilter/Makefile.am:
17823         * gst/videofilter/gstvideobalance.c:
17824         (gst_video_balance_update_tables_planar411),
17825         (gst_video_balance_is_passthrough),
17826         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17827         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17828         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17829         (gst_video_balance_finalize), (gst_video_balance_class_init),
17830         (gst_video_balance_init), (gst_video_balance_interface_supported),
17831         (gst_video_balance_interface_init),
17832         (gst_video_balance_colorbalance_list_channels),
17833         (gst_video_balance_colorbalance_set_value),
17834         (gst_video_balance_colorbalance_get_value),
17835         (gst_video_balance_colorbalance_init),
17836         (gst_video_balance_set_property), (gst_video_balance_get_property),
17837         (gst_video_balance_get_type), (plugin_init):
17838         * gst/videofilter/gstvideobalance.h:
17839         Ported to 0.10. (Fixes #326160)
17840         Added docs.
17841
17842         * gst/videofilter/gstvideoflip.c:
17843         * gst/videofilter/gstvideoflip.h:
17844         Added docs.
17845
17846 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * configure.ac:
17849           Bump requirements to current core and -base CVS
17850           (core for new typefind helper API, and -base for the
17851           WAVFORMATEX support that was added to libgstriff and
17852           is needed by wavparse).
17853         
17854         * gst/apetag/Makefile.am:
17855         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17856         (gst_tag_demux_sink_activate):
17857           Use new typefind helpers for typefinding instead of our
17858           home-grown stuff; also, do typefinding in pull-mode if
17859           upstream supports that.
17860
17861 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17862
17863         Reviewed by: Christian Schaller <christian@fluendo.com>
17864
17865         This patch fixes bug: 329107
17866
17867         This Changelog entry is for a commit done on February 17
17868
17869         * ext/gconf/gconf.c
17870         * ext/gconf/gconf.h
17871         * ext/gconf/gstgconfaudiosink.c
17872         * ext/gconf/gstgconfaudiosink.h
17873         * gconf/gstreamer.schemas.in
17874
17875 2006-02-28  Wim Taymans  <wim@fluendo.com>
17876
17877         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17878         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17879         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17880         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17881         Use DEBUG_OBJECT more.
17882
17883 2006-02-28  Wim Taymans  <wim@fluendo.com>
17884
17885         * docs/plugins/Makefile.am:
17886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17888         Added dvdec and dvdemux to docs.
17889
17890         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17891         Added docs.
17892         Check frame sizes so we don't crash when don't have enough
17893         data.
17894         Send nice error messages on error.
17895
17896         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17897         (gst_dvdemux_class_init), (gst_dvdemux_init),
17898         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17899         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17900         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17901         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17902         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17903         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17904         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17905         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17906         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17907         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17908         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17909         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17910         * ext/dv/gstdvdemux.h:
17911         Added docs.
17912         Implement pull mode.
17913         Fix memleaks.
17914         Reduce memcpy for the video demuxing.
17915
17916 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17917
17918         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17919         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17920         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17921         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17922           Add a little extra debug. Make the decoder not return NOT_LINKED,
17923           as we want to continue decoding all CMML and emitting tags.
17924
17925 2006-02-27  Michael Smith  <msmith@fluendo.com>
17926
17927         * ext/annodex/gstskeltag.c:
17928         * ext/annodex/gstskeltag.h:
17929           Deleted; these files aren't used any more either.
17930
17931 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17932
17933         * ext/Makefile.am: Fix dist-check.
17934
17935 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17936
17937         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17938         memleak.
17939
17940 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17941
17942         * ext/annodex/Makefile.am:
17943         * ext/annodex/gstannodex.c:
17944         * ext/annodex/gstcmmldec.c:
17945         * ext/annodex/gstcmmlenc.c:
17946         * ext/annodex/gstcmmlparser.c:
17947         * ext/annodex/gstcmmlparser.h:
17948         * ext/annodex/gstcmmlutils.c:
17949         * tests/check/elements/cmmldec.c:
17950         * tests/check/elements/cmmlenc.c:
17951           Fix a memleak in gst_cmml_track_list_add_clip.
17952           Handle overflows in clip's start and end times.
17953           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17954           Do not parse junk at the end of a CMML preamble buffer.
17955           Register a libxml error handler to not print stuff on stderr.
17956           Check for bad clip start and end times in the testsuites.
17957
17958 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17959
17960         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17961         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17962         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17963         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17964         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17965         possible memleaks.
17966
17967 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17968
17969         * tests/check/Makefile.am:
17970         * tests/check/elements/cmmldec.c:
17971         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17972         the plugins-base tags.
17973
17974 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17975
17976         * ext/Makefile.am: Re-enable module.
17977
17978 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17979
17980         * tests/check/Makefile.am: Forgot to remove that test.
17981
17982 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17983
17984         * ext/annodex/Makefile.am:
17985         * ext/annodex/gstannodex.c: (plugin_init):
17986         * ext/annodex/gstcmmldec.c:
17987         * ext/annodex/gstskeldec.c:
17988         * ext/annodex/gstskeldec.h:
17989         * tests/check/Makefile.am:
17990         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17991
17992 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17993
17994         * tests/check/Makefile.am: Disable those checks as well.
17995
17996 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17997
17998         * ext/Makefile.am: Disable annodex for now until we figure out
17999         how to make it build.
18000         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18001         Add a rule to your checklist : "please try to at least build 
18002         what you are going to commit into -good, or if you are too lazy
18003         to do that, please check that the buildbots are not crying because
18004         of your commit."
18005
18006 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18007
18008         * configure.ac:
18009         * ext/Makefile.am:
18010         * ext/gdk_pixbuf/Makefile.am:
18011         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18012         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18013         * ext/gdk_pixbuf/pixbufscale.c:
18014         * ext/gdk_pixbuf/pixbufscale.h:
18015           Gdkpixbuf ported from 0.8 to 0.10 by
18016           Renato Filho <renato.filho@indt.org.br>.
18017           gst_loader and gdkpixbufanimation still need port.
18018
18019 2006-02-24  Michael Smith  <msmith@fluendo.com>
18020
18021         * configure.ac:
18022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18023         * ext/Makefile.am:
18024         * ext/annodex/Makefile.am:
18025         * ext/annodex/gstannodex.c:
18026         * ext/annodex/gstannodex.h:
18027         * ext/annodex/gstcmmldec.c:
18028         * ext/annodex/gstcmmldec.h:
18029         * ext/annodex/gstcmmlenc.c:
18030         * ext/annodex/gstcmmlenc.h:
18031         * ext/annodex/gstcmmlparser.c:
18032         * ext/annodex/gstcmmlparser.h:
18033         * ext/annodex/gstcmmltag.c:
18034         * ext/annodex/gstcmmltag.h:
18035         * ext/annodex/gstcmmlutils.c:
18036         * ext/annodex/gstcmmlutils.h:
18037         * ext/annodex/gstskeldec.c:
18038         * ext/annodex/gstskeldec.h:
18039         * ext/annodex/gstskeltag.c:
18040         * ext/annodex/gstskeltag.h:
18041         * tests/check/Makefile.am:
18042         * tests/check/elements/cmmldec.c:
18043         * tests/check/elements/cmmlenc.c:
18044         * tests/check/elements/skeldec.c:
18045           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18046           Includes tests & docs, oh my! Passes Thomas's -good checklist
18047           entirely. Wow.
18048
18049 2006-02-24  Michael Smith  <msmith@fluendo.com>
18050
18051         * autogen.sh:
18052           Check for automake 1.9 as well.
18053
18054 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18055
18056         * ext/flac/gstflacenc.c:
18057           Change min. sample rate to 8kHz to match flacdec's.
18058           
18059 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18060
18061         * ext/cdio/Makefile.am:
18062           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18063           required for Cygwin, see #317048)
18064
18065         * gst/rtp/gstasteriskh263.c:
18066           Cygwin has includes for both the unix network socket API
18067           and the windows API, but only one can be included, so fix
18068           includes to only use one or the other, prefering the unxi
18069           one (#317048).
18070
18071 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18072
18073         * rtp/gst/gstrtppcmadepay.c:
18074         * rtp/gst/gstrtppcmadepay.h:
18075         * rtp/gst/gstgstrtppcmapay.c:
18076         * rtp/gst/gstgstrtppcmapay.h:
18077         * rtp/gst/gstrtppcmudepay.c:
18078         * rtp/gst/gstrtppcmudepay.h:
18079         * rtp/gst/gstrtppcmupay.c:
18080         * rtp/gst/gstrtppcmupay.h:
18081         * rtp/gst/Makefile.am:
18082         * rtp/gst/gstrtp.c:
18083         * rtp/gst/README:
18084         Separated the G711 payloaders/depayloaders into separate elements for
18085         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18086
18087 2006-02-22  Wim Taymans  <wim@fluendo.com>
18088
18089         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18090         (gst_dvdec_change_state):
18091         * ext/dv/gstdvdec.h:
18092         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18093         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18094         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18095         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18096         (gst_dvdemux_flush), (gst_dvdemux_chain),
18097         (gst_dvdemux_change_state):
18098         * ext/dv/gstdvdemux.h:
18099         Ueber spiffify some more, added debug category.
18100         Use _scale.
18101         Use segments, respect playback rate from newsegment.
18102         Fix refcount issue.
18103
18104 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18105
18106         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18107         (gst_signal_processor_process):
18108         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18109         enabled for the build, but it helps me win the feature-count
18110         competitions ooh yeah.
18111
18112 2006-02-19  Wim Taymans  <wim@fluendo.com>
18113
18114         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18115         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18116         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18117         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18118         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18119         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18120         Use scaling code for added precission and more correct stop
18121         position in case scale==0.
18122
18123 2006-02-19  Wim Taymans  <wim@fluendo.com>
18124
18125         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18126         (gst_flxdec_chain):
18127         * gst/flx/gstflxdec.h:
18128         Implement DURATION query.
18129
18130 2006-02-19  Wim Taymans  <wim@fluendo.com>
18131
18132         * gst/flx/flx_color.h:
18133         * gst/flx/flx_fmt.h:
18134         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18135         (gst_flxdec_src_query_handler), (flx_decode_color),
18136         (gst_flxdec_chain):
18137         * gst/flx/gstflxdec.h:
18138         Set MALLOCDATA for the temp buffers so we don't leak.
18139         Some debug cleanups.
18140         Consume all data in the adapter before leaving the chain
18141         function. Fixes #330678.
18142
18143 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18144
18145         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18146         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18147          Handle 0 data size in otherwise valid frames.
18148          Handle numeric strings in 2.4.0 even when not in parentheses 
18149
18150 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * gst/matroska/matroska-demux.c:
18153         (gst_matroska_demux_subtitle_caps),
18154         (gst_matroska_demux_plugin_init):
18155         * gst/matroska/matroska-ids.h:
18156           Recognise SSA/ASS and USF subtitle formats and
18157           set proper caps when they are found.
18158
18159 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18162         (gst_jpeg_dec_chain):
18163           Fix invalid memory access for some odd-sized images
18164           (see image contained in quicktime stream in #327083);
18165           use g_malloc() instead of g_alloca().
18166
18167 2006-02-17  Wim Taymans  <wim@fluendo.com>
18168
18169         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18170         Patch from Sebastien Cote, fixes #319884
18171
18172 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * ext/cdio/gstcdio.c: (plugin_init):
18175           Init debug category (#331253).
18176
18177 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18180           Pass extra_data to gst_riff_create_audio_caps(), so that
18181           WAVEFORMATEX stuff works. Post audio codec name and post
18182           it as taglist on the bus. Allow up to 8 channesl for raw
18183           PCM in the source pad template caps.
18184
18185 2006-02-16  Wim Taymans  <wim@fluendo.com>
18186
18187         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18188         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18189         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18190         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18191         (gst_multipart_set_property), (gst_multipart_get_property):
18192         Applied #318663. Gives quite a few false positives in
18193         autoscan mode, but it's better than nothing. Not closing yet.
18194
18195 2006-02-16  Wim Taymans  <wim@fluendo.com>
18196
18197         * docs/plugins/Makefile.am:
18198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18200         * docs/plugins/gst-plugins-good-plugins.args:
18201         * docs/plugins/inspect/plugin-udp.xml:
18202         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18203         (gst_udpsrc_start):
18204         Update documentation.
18205         Fix args.
18206
18207 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18208
18209         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18210         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18211         frame size. (Fixes #331368)
18212
18213 2006-02-16  Wim Taymans  <wim@fluendo.com>
18214
18215         * gst/rtsp/README:
18216         Updated README.
18217
18218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18219         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18220         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18221         * gst/rtsp/gstrtspsrc.h:
18222         Make sure the RTP port is an even port an try to allocate 
18223         another if not.
18224         Added retry property to control max retries for port allocation.
18225         Make sure RTCP port is RTP port+1.
18226         Cleanup when port allocation fails.
18227         Fixes #319183.
18228         
18229 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18232           Don't ignore return value of the parent class's state
18233           change function (#331385, patch by: Wouter Paesen).
18234
18235 2006-02-15  Wim Taymans  <wim@fluendo.com>
18236
18237         * configure.ac:
18238         * docs/plugins/Makefile.am:
18239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18241         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18242         * ext/Makefile.am:
18243         * ext/hal/Makefile.am:
18244         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18245         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18246         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18247         (do_toggle_element), (gst_hal_audio_sink_set_property),
18248         (gst_hal_audio_sink_get_property),
18249         (gst_hal_audio_sink_change_state):
18250         * ext/hal/gsthalaudiosink.h:
18251         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18252         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18253         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18254         (do_toggle_element), (gst_hal_audio_src_set_property),
18255         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18256         * ext/hal/gsthalaudiosrc.h:
18257         * ext/hal/gsthalelements.c: (plugin_init):
18258         * ext/hal/gsthalelements.h:
18259         * ext/hal/hal.c: (gst_hal_get_string),
18260         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18261         (gst_hal_get_audio_src):
18262         * ext/hal/hal.h:
18263         Add HAL sound device wrapper plugins. Closes #329106
18264
18265 2006-02-15  Wim Taymans  <wim@fluendo.com>
18266
18267         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18268         Add comment in a fultile attempt to stop the copy-and-paste 
18269         paradigm leading to duplication of bad code.
18270
18271         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18272         Mime parameters have to be checked case insensitive
18273
18274 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18277           Advance stream time for lagging subtitle streams by sending
18278           newsegment events with the update flag set.
18279
18280 2006-02-14  Edward Hervey  <edward@fluendo.com>
18281
18282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18283         There can be bogus data before the hdrl LIST tag in the RIFF header.
18284         It's hard to say if it's not respecting the AVI specifications or not,
18285         but since Google Video is producing AVIs like that and the other player
18286         don't seem to complain, I guess we should do the same.
18287
18288 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18289
18290         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18291         (parse_split_strings):
18292         Add more validation to ensure that a char encoding conversion
18293         produced a valid UTF-8 string.
18294
18295 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18296
18297         Reviewed by: Edward Hervey  <edward@fluendo.com>
18298
18299         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18300         Properly handle end of segment. Closes #330885.
18301
18302 2006-02-13  Wim Taymans  <wim@fluendo.com>
18303
18304         * gst/rtp/gstrtpmp4gpay.h:
18305         For got to commit this one.
18306
18307 2006-02-12  Wim Taymans  <wim@fluendo.com>
18308
18309         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18310         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18311         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18312         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18313         * gst/rtp/gstrtpmp4gpay.h:
18314         Make more things work.
18315         Handle ACC config strings.
18316
18317 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18318
18319         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18320           set timestamps if no incoming timestamps set
18321
18322 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18323
18324         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18325         (gst_tag_demux_do_typefind):
18326           ... and fix the very same leaks in GstTagDemux.
18327
18328 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18329
18330         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18331         (gst_id3demux_do_typefind):
18332         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18333         <jonathan at kaolin dot wh9 dot net>)
18334
18335 2006-02-10  Wim Taymans  <wim@fluendo.com>
18336
18337         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18338         First set options, then set caps or else the baseclass
18339         will not know about the options, duh.
18340
18341 2006-02-10  Wim Taymans  <wim@fluendo.com>
18342
18343         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18344         (gst_rtp_mp4v_pay_setcaps):
18345         Don't waste time looking for a config string if we have codec_info
18346         on the incomming caps.
18347
18348 2006-02-10  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst/rtp/README:
18351         Say something about case-sensitivity of caps vs mime-attributes.
18352
18353         * gst/rtp/Makefile.am:
18354         * gst/rtp/gstrtp.c: (plugin_init):
18355         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18356         (gst_rtp_amr_pay_handle_buffer):
18357         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18358         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18359         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18360         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18361         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18362         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18363         (gst_rtp_mp4g_pay_plugin_init):
18364         * gst/rtp/gstrtpmp4gpay.h:
18365         Added beginnings of mpeg4-generic payloader (RFC 3640)
18366
18367 2006-02-09  Wim Taymans  <wim@fluendo.com>
18368
18369         * gst/rtsp/Makefile.am:
18370         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18371         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18372         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18373         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18374         (gst_rtpdec_change_state):
18375         * gst/rtsp/gstrtpdec.h:
18376         * gst/rtsp/gstrtsp.c: (plugin_init):
18377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18378         * gst/rtsp/rtspconnection.c: (read_body),
18379         (rtsp_connection_receive):
18380         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18381         Resurected rtpdec to make rtspsrc happy again.
18382         Skip attributes from the session id.
18383         Don't crash when dumping a message with an empty body.
18384
18385
18386 2006-02-09  Wim Taymans  <wim@fluendo.com>
18387
18388         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18389         Added more meaningfull warnings when something goes wrong.
18390         Clear F bit on outgoing AMR packets.
18391
18392         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18393         (gst_rtp_amr_pay_handle_buffer):
18394         Added debugging category
18395         Support payloading of multiple AMR frames.
18396
18397         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18398         Added some debugging.
18399
18400 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18401
18402         * configure.ac:
18403           Back to CVS
18404
18405 === release 0.10.2 ===
18406
18407 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18408
18409         * configure.ac:
18410           releasing 0.10.2, "Papa was a rolling stone"
18411
18412 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18413
18414         * configure.ac:
18415           Bump core and plugins-base requirement to 0.10.2.2
18416           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18417
18418 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * ext/flac/gstflac.c: (plugin_init):
18421         * ext/speex/gstspeex.c: (plugin_init):
18422           Register musicbrainz tags.
18423
18424 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18425
18426         * ext/gconf/gconf.h:
18427           Remove declaration of function that no longer exists.
18428
18429 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18430
18431         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18432         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18433         Make shout2 work for non ogg streams
18434
18435 2006-02-06  Wim Taymans  <wim@fluendo.com>
18436
18437         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18438         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18439         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18440         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18441         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18442         * gst/udp/gstmultiudpsink.h:
18443         Updated docs.
18444         Added properties bytes-served, bytes_to_serve.
18445         Post proper error messages,
18446         Emit client added signal too.
18447
18448 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18449
18450         * docs/plugins/Makefile.am:
18451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18452         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18453         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18454         (gst_multiudpsink_get_stats):
18455           adding docs for multiudpsink
18456
18457 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18458
18459         * gst/level/gstlevel.c: (gst_level_transform_ip):
18460           peak below decay is not necessarily an error, so don't ERROR log
18461
18462 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18463
18464         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18465         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18466         (gst_ebml_write_seek):
18467         * gst/matroska/ebml-write.h:
18468           Make sure we send a newsegment event in BYTES format
18469           before sending buffers (#328531).
18470
18471 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18474         (gst_dvdemux_sink_query):
18475         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18476         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18477         (speex_dec_src_query):
18478         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18479         (gst_speexenc_sink_query):
18480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18481         * gst/matroska/matroska-demux.c:
18482         (gst_matroska_demux_get_src_query_types),
18483         (gst_matroska_demux_handle_src_query):
18484         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18485         (gst_wavparse_pad_query):
18486           Pass unhandled queries upstream instead of just dropping
18487           them (#326446). Update query type arrays here and there.
18488
18489 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * tests/check/elements/matroskamux.c: (setup_src_pad):
18492           Collectpads in core got changed and now also holds a
18493           reference to any pad that is part of it. Fix refcount
18494           checks in test case accordingly.
18495
18496 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * gst/apetag/gstapedemux.h:
18499           Fix include, for now GstTagDemux is in the apetag dir.
18500
18501 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18502
18503         * docs/plugins/Makefile.am:
18504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18506         * docs/plugins/inspect/plugin-cdio.xml:
18507           Add cdio plugin to docs.
18508
18509         * ext/cdio/gstcdiocddasrc.c:
18510           Add gtk-doc blurb.
18511
18512         * ext/cdio/gstcdio.c:
18513           The plugin is called 'cdio' not 'cddio'.
18514
18515 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * configure.ac:
18518         * docs/plugins/Makefile.am:
18519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18521         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18522         * docs/plugins/inspect/plugin-apetag.xml:
18523         * gst/apetag/Makefile.am:
18524         * gst/apetag/gstapedemux.c:
18525         * gst/apetag/gstapedemux.h:
18526         * gst/apetag/gsttagdemux.c:
18527         * gst/apetag/gsttagdemux.h:
18528           Add APE tag demuxer (#325649).
18529
18530 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18531
18532         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18533         (gst_gconf_get_default_video_sink),
18534         (gst_gconf_get_default_audio_src),
18535         (gst_gconf_get_default_video_src):
18536         * ext/gconf/gconf.h:
18537         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18538         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18539         (do_toggle_element):
18540         * ext/gconf/gstgconfaudiosink.h:
18541         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18542         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18543         (do_toggle_element):
18544         * ext/gconf/gstgconfaudiosrc.h:
18545         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18546         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18547         (do_toggle_element):
18548         * ext/gconf/gstgconfvideosink.h:
18549         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18550         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18551         (do_toggle_element):
18552         * ext/gconf/gstgconfvideosrc.h:
18553           Ignore changing the GConf key to "". Ignore GConf key updates
18554           that don't actually change the string.
18555           For now, ignore the GConf key when the state is > READY, as
18556           it breaks streaming. Sometime it will be nice to bring the
18557           new sink online even mid-stream, by sending NEWSEGMENT info
18558           and possibly prerolling.
18559           (Fixes #326736)
18560
18561 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18562
18563         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18564         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18565         (zoomFilterSetResolution), (zoomFilterDestroy),
18566         (zoomFilterFastRGB), (pointFilter):
18567         * gst/goom/filters.h:
18568         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18569         (goom_update), (goom_close):
18570         * gst/goom/goom_core.h:
18571         * gst/goom/goom_tools.h:
18572         * gst/goom/graphic.c:
18573         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18574         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18575         * gst/goom/gstgoom.h:
18576         * gst/goom/lines.c: (goom_lines):
18577         * gst/goom/lines.h:
18578           Make goom reentrant by moving all important static variables
18579           into instance structures.
18580           (Fixes #329181)
18581
18582 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18583
18584         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18585         (gst_avi_demux_all_source_pads_unlinked),
18586         (gst_avi_demux_process_next_entry):
18587         * gst/avi/gstavidemux.h:
18588           Third attempt, use gst_pad_is_linked() this time.
18589
18590 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18591
18592         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18593         (parse_split_strings):
18594         Adjust for data length indicators when parsing (Fixes #329810)
18595         Fix stupid bug parsing UTF-8 tag text.
18596         Output tag strings with multiple fields as multiple tags, so the
18597         app gets all the data.
18598
18599 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18600
18601         * ext/flac/gstflacenc.c:
18602         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18603         show me.
18604         
18605 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18606
18607         * ext/flac/gstflacenc.c:
18608         * gst/matroska/ebml-read.c:
18609         Just make it compile with --disable-gst-debug.
18610
18611 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18612
18613         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18614         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18615         (id3v2_genre_fields_to_taglist):
18616           Never output a tag with a null contents string.
18617
18618 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18621           Only pause if all pads are unlinked AND we've tried to send data
18622           on all of them at least once.
18623
18624 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18625
18626         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18627         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18628           Make loop function/task pause itself when all source pads are
18629           unlinked.
18630
18631 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18632
18633         * configure.ac:
18634         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18635           Use new functions from core to render a bin from a
18636           string. Fixes build. Up requirements to core CVS.
18637
18638 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18641           Don't push buffers into the adapter that we are going to
18642           push downstream again without framing anyway. Also, the
18643           adaptor takes ownership of buffers put into it (fixes
18644           auparse pushing invalid buffers for .au files with
18645           ADPCM contents). Finally, set caps on all outgoing buffers.
18646
18647 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18648
18649         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18650         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18651         (gst_id3demux_send_tag_event):
18652         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18653         Someone should kick my butt. Remove ID3v1 tags from the end of the
18654         file.
18655
18656         Improve error messages. Send the TAG message as soon as we complete
18657         typefinding, instead of waiting until we send the first buffer.
18658         Downstream tag event is still sent before the first buffer.
18659
18660 2006-01-27  Jan Gerber  <j@bootlab.org>
18661
18662         Reviewed by: Andy Wingo <wingo@pobox.com>
18663
18664         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18665         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18666         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18667         to not have warings flooding stderr. this is the suggested way
18668         also used in dvgrab and kino. (#328336)
18669
18670 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18671
18672         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18673         (gst_oss_sink_init), (gst_oss_sink_finalise):
18674           Free the device name string when finalised.
18675
18676 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18677
18678         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18679           Don't put function calls in g_return_if_fail() statements,
18680           or they'll be replaced with NOOPs if someone compiles with
18681           G_DISABLE_CHECKS defined.
18682           
18683 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18684
18685         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18686         Never trust ANY information encoded in a media file, especially
18687         when it's giving you sizes. (Fixes #328452)
18688
18689 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18690
18691         * gst/rtp/gstrtpg711pay.c:
18692         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18693         bug #325148.
18694
18695 2006-01-23  Edward Hervey  <edward@fluendo.com>
18696
18697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18698         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18699         * gst/matroska/matroska-ids.h:
18700         Added recognition of Real Audio and Video streams in matroska demuxer.
18701
18702 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18703
18704         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18705           Remove errant break statement, and fix compilation with
18706           older GCC.
18707
18708 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18709
18710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * sys/sunaudio/gstsunaudiomixerctrl.c:
18713         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18714           Export functions that are needed in other parts of the code,
18715           makes the mixer actually work; adjust magic minimum buffer-time
18716           value from 3ms to 5ms to work around stuttering during mp3
18717           playback (#327765).
18718
18719 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18720
18721         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18722
18723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18724         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18725           Fix possible deadlock in matroska muxer (#327825).
18726
18727 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18728
18729         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18730         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18731         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18732         * gst/rtsp/sdpmessage.h:
18733         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18734         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18735           C89 fixes: declare variables at the beginning of a block and
18736           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18737           <jensgr at gmx dot net>).
18738
18739 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18740
18741         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18742         * gst/id3demux/id3tags.h:
18743         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18744         (parse_comment_frame), (parse_text_identification_frame),
18745         (id3v2_tag_to_taglist), (id3v2_are_digits),
18746         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18747         (parse_split_strings), (free_tag_strings):
18748           Rewrite parsing of text tags to handle multiple NULL terminated
18749           strings. Parse numeric genre strings and ID3v2 type
18750           "(3)(6)Alternative" style genre strings.
18751           Parse dates that are only YYYY or YYYY-mm format.
18752           (Fixes #328241 and #322154)
18753
18754 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18755
18756         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18757           Don't forget to initialize liboil, otherwise our oil functions
18758           will crash (fixes #327871; patch by: Christoph Burghardt
18759           <hawkes at web dot de>).
18760
18761 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * configure.ac:
18764           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18765           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18766           patch by: Brian Cameron <brian dot cameron at sun dot com>
18767
18768 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18769
18770         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18771         * ext/cdio/gstcdio.h:
18772         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18773           Fix build for libcdio versions >= 76; give slightly lower rank
18774           than cdparanoia.
18775
18776 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * configure.ac:
18779         * ext/Makefile.am:
18780         * ext/cdio/Makefile.am:
18781         * ext/cdio/gstcdio.c:
18782         * ext/cdio/gstcdio.h:
18783         * ext/cdio/gstcdiocddasrc.c:
18784         * ext/cdio/gstcdiocddasrc.h:
18785           Port libcdio cdda source, formerly known as cddasrc, now known as
18786           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18787           but that's not tested (fixes #317658).
18788
18789 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18790
18791         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18792           Fix conversion from TIME to BYTES format (fixes #326864;
18793           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18794
18795 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18796
18797         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18798           Fix compilation of id3demux when zlib is not present.
18799           (Fixes #326602; patch by: Sergey Scobich)
18800
18801 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * ext/esd/Makefile.am:
18804           Add $(ESD_CFLAGS), otherwise build will fail for folks
18805           with libesd in a non-standard prefix (#327009).
18806
18807 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18808
18809         * configure.ac:
18810           back to HEAD
18811
18812 === release 0.10.1 ===
18813
18814 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18815
18816         * configure.ac:
18817           releasing 0.10.1, "Li"
18818
18819 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18820
18821           patch by: Wim Taymans
18822
18823         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18824           fix memleak.  Fixes #326618
18825
18826 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828           patch by: Mike Smith
18829
18830         * gst/level/gstlevel.c: (gst_level_message_new),
18831         (gst_level_message_append_channel):
18832           Fix memleak.  Fixes #326612
18833
18834 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * configure.ac:
18837           prereleasing
18838         * po/af.po:
18839         * po/az.po:
18840         * po/cs.po:
18841         * po/en_GB.po:
18842         * po/hu.po:
18843         * po/it.po:
18844         * po/nb.po:
18845         * po/nl.po:
18846         * po/or.po:
18847         * po/sq.po:
18848         * po/sr.po:
18849         * po/sv.po:
18850         * po/uk.po:
18851         * po/vi.po:
18852           update translations
18853
18854 2006-01-10  Michael Smith  <msmith@fluendo.com>
18855
18856         * gst/level/gstlevel.c: (gst_level_class_init),
18857         (gst_level_dispose):
18858           Don't leak filter arrays.
18859
18860 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18861
18862         reviewed by: Christian Schaller <uraeus@gnome.org>
18863         
18864         * configure.ac:
18865         * gst-plugins-good.spec.in:
18866         * sys/Makefile.am:
18867         * sys/sunaudio/Makefile.am:
18868         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18869         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18870         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18871         (gst_sunaudiomixer_change_state):
18872         * sys/sunaudio/gstsunaudiomixer.h:
18873         * sys/sunaudio/gstsunaudiomixerctrl.c:
18874         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18875         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18876         (gst_sunaudiomixer_ctrl_list_tracks),
18877         (gst_sunaudiomixer_ctrl_get_volume),
18878         (gst_sunaudiomixer_ctrl_set_volume),
18879         (gst_sunaudiomixer_ctrl_set_mute),
18880         (gst_sunaudiomixer_ctrl_set_record):
18881         * sys/sunaudio/gstsunaudiomixerctrl.h:
18882         * sys/sunaudio/gstsunaudiomixertrack.c:
18883         (gst_sunaudiomixer_track_class_init),
18884         (gst_sunaudiomixer_track_init), (fill_labels),
18885         (gst_sunaudiomixer_track_new):
18886         * sys/sunaudio/gstsunaudiomixertrack.h:
18887         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18888         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18889         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18890         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18891         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18892         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18893         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18894         * sys/sunaudio/gstsunaudiosink.h:
18895
18896         Add SunAudio plugin - tested to make sure it doesn't break
18897         the build under GNU/Linux.      
18898
18899 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18900
18901         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18902         * gst-plugins-good/gst/udp/gstudpsrc.c:
18903         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18904         overrides the port or multicast parameters. Fixes bugs #323021.
18905         API addition: adds GstUDPSrc::sockfd property   
18906
18907 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18908
18909         * ext/gconf/Makefile.am:
18910         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18911         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18912         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18913         (do_toggle_element), (cb_toggle_element),
18914         (gst_gconf_audio_src_change_state):
18915         * ext/gconf/gstgconfaudiosrc.h:
18916         * ext/gconf/gstgconfelements.c: (plugin_init):
18917         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18918         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18919         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18920         (do_toggle_element), (cb_toggle_element),
18921         (gst_gconf_video_src_change_state):
18922         * ext/gconf/gstgconfvideosrc.h:
18923           Add new gconfaudiosrc and gconfvideosrc elements
18924           (needed for gnome-sound-recorder).
18925
18926 2006-01-06  Edward Hervey  <edward@fluendo.com>
18927
18928         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18929         Add gst_element_no_more_pads() for proper decodebin behaviour.
18930         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18931         (parse_text_identification_frame), (parse_split_strings):
18932         Failure to decode some tags is not a GST_ERROR() but a
18933         GST_WARNING()
18934         When iterating over a chunk of text, check that we haven't gone too
18935         far.
18936
18937 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18938
18939         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18940         (plugin_init):
18941           call oil_init() when using liboil
18942
18943 2006-01-04  Wim Taymans  <wim@fluendo.com>
18944
18945         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18946         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18947         Fix leaks.
18948
18949 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18950
18951         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18952
18953         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18954         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18955         (gst_flac_dec_change_state):
18956           Don't g_assert() where we should just return FALSE; remove
18957           unnecessary g_assert(); initialize some fields properly in
18958           state change function (fixes #325504). Also, use
18959           GST_DEBUG_OBJECT in two more places.
18960
18961 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18962
18963         * configure.ac:
18964           also remove smoothwave's Makefile.am
18965         * docs/plugins/Makefile.am:
18966           fix plugin docs
18967
18968 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18969
18970         * tests/examples/Makefile.am:
18971           added missing Makefile.am
18972
18973 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18974
18975         * configure.ac:
18976         * gst/level/Makefile.am:
18977         * gst/level/level-example.c:
18978         * tests/Makefile.am:
18979         * tests/examples/level/Makefile.am:
18980         * tests/examples/level/level-example.c: (message_handler), (main):
18981           moved level-example to tests/examples/level-example
18982         * tests/old/examples/level/demo.c: (main):
18983         * tests/old/examples/level/plot.c: (main):
18984           some initial fixes
18985
18986 2005-12-29  Michael Smith  <msmith@fluendo.com>
18987
18988         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18989         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18990         * gst/udp/gstmultiudpsink.h:
18991           Track packets sent per client in addition to bytes sent; provide
18992           this info through get-stats signal
18993
18994 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18995
18996         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18997           Can't use gst_object_unref() on a GstAdapter (#325191).
18998
18999 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19000
19001         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19002         If a broken tag has 0 bytes payload, at least still skip
19003         the 10 byte header
19004
19005 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19006
19007         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19008         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19009         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19010         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19011           Making these depayloaders (H263+ and mpeg4 video) inherit from
19012           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19013
19014 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19015
19016         * docs/plugins/gst-plugins-good-plugins.args:
19017         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19018         Regenerate the plugin hiearchy.
19019
19020 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19021
19022         * docs/plugins/Makefile.am:
19023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19024         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19025         * docs/plugins/gst-plugins-good-plugins.args:
19026         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19027         (gst_id3demux_base_init), (gst_id3demux_class_init),
19028         (gst_id3demux_chain):
19029         * gst/id3demux/gstid3demux.h:
19030           Add documentation for id3demux.
19031           Don't fail if the first buffer is not at offset 0, just
19032           attempt to typefind and do pass through
19033           Rename the gst_type function from gst_gst_id3demux..
19034
19035 2005-12-20  Michael Smith  <msmith@fluendo.com>
19036
19037         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19038         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19039         (gst_multiudpsink_get_stats):
19040         * gst/udp/gstmultiudpsink.h:
19041           Collect statistics; return them from get_stats.
19042
19043 2005-12-19  Edward Hervey  <edward@fluendo.com>
19044
19045         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19046         Stupid signedness issue...
19047
19048 2005-12-19  Edward Hervey  <edward@fluendo.com>
19049
19050         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19051         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19052         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19053         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19054         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19055         Construct index for indexless files.
19056         Make sure pad/buffers are correctly reset to NULL once we don't need
19057         them anymore, else we get lovely segfaults/assertions.
19058         * gst/wavparse/gstwavparse.c:
19059         Yes, you can have 96KHz audio and wma in wav :(
19060
19061 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19062
19063         * configure.ac:
19064           Check for optional dependency on zlib for id3demux
19065
19066         * gst/id3demux/Makefile.am:
19067         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19068         (gst_id3demux_base_init), (gst_id3demux_class_init),
19069         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19070         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19071         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19072         (gst_id3demux_set_property), (gst_id3demux_get_property),
19073         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19074         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19075         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19076         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19077         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19078         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19079         (simple_find_peek), (simple_find_suggest),
19080         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19081         (plugin_init):
19082         * gst/id3demux/gstid3demux.h:
19083         * gst/id3demux/id3tags.c: (read_synch_uint),
19084         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19085         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19086         (id3demux_id3v2_frames_to_tag_list):
19087         * gst/id3demux/id3tags.h:
19088         * gst/id3demux/id3v2.4.0-frames.txt:
19089         * gst/id3demux/id3v2.4.0-structure.txt:
19090         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19091         (parse_comment_frame), (parse_text_identification_frame),
19092         (id3v2_tag_to_taglist), (parse_split_strings):
19093           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19094           otherwise it discards them. Works on my test files. 
19095
19096         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19097           Don't send EOS to a non-existing srcpad
19098           The debug category can be static
19099
19100 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19101
19102         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19103         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19104         * gst/multipart/multipartdemux.c:
19105           change some char* into char[]
19106
19107 2005-12-16  Wim Taymans  <wim@fluendo.com>
19108
19109         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19110         (gst_wavparse_other), (gst_wavparse_perform_seek),
19111         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19112         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19113         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19114         * gst/wavparse/gstwavparse.h:
19115         Use GstSegment to implement more seeking features.
19116
19117 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19118
19119         * gst/rtsp/rtspconnection.c:
19120           Add <netinet/in.h> include and move <arpa/inet.h> include
19121           to make things work on OpenBSD as well (fixes #323717;
19122           patch by: Benjamin Pineau)
19123
19124 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19125
19126         * gst/rtp/gstrtpspeexdepay.c:
19127         * gst/rtp/gstrtpspeexpay.c:
19128         Set clock rate to be fixed in 8000. It fixes bug #324012.
19129
19130 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19131
19132         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19133         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19134         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19135         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19136         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19137         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19138         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19139         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19140         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19141         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19142         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19143         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19144         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19145         * gst-plugins-good/gst/rtp/README:
19146         Fixed payload range in payloder caps. Removed payload range completely
19147         from depayloaders as they don't require payload type in their caps.
19148         In effect, there isn't any specific payload type for any given codec,
19149         only suggestions.
19150         Fixes bug #324011.
19151
19152 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19153
19154         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19155         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19156         (gst_videomixer_collected): Code cleanup and re-enabling 
19157         queued time validity check for correct EOS handling.
19158
19159 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19160
19161         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19162         (gst_oss_mixer_element_get_property),
19163         (gst_oss_mixer_element_change_state):
19164         Add 'device-name' property and fix state change function.
19165
19166 2005-12-13  Edward Hervey  <edward@fluendo.com>
19167
19168         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19169         If the speed of the file is null in the header, set the frame_time to
19170         the default setting of GST_SECOND / 70. Which is the default
19171         frame_delay for .fli files as stated in this document :
19172         http://www.compuphase.com/flic.htm
19173         Would be nice to have the time conversion done properly too (duration =
19174         flxh->frames * flxdec->frame_time)
19175
19176 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19177
19178         * docs/plugins/Makefile.am:
19179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19181         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19182         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19183         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19184         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19185         documentation for videomixer on my way with a funny sample
19186         pipeline.
19187
19188 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19189
19190         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19191         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19192         (gst_videomixer_update_queues), (gst_videomixer_collected):
19193         Fix caps negotiation. (#323896)
19194
19195 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19196
19197         * gst/matroska/matroska-demux.c:
19198         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19199           Set correct timestamps on audio laces, fixes playback of mp3 from
19200                 matroska.
19201
19202 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19203
19204         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19205         (gst_au_parse_class_init), (gst_au_parse_init),
19206         (gst_au_parse_dispose), (gst_au_parse_chain),
19207         (gst_au_parse_change_state), (plugin_init):
19208         * gst/auparse/gstauparse.h:
19209           Use gst_object_unref() for GstObjects instead of
19210           g_object_unref() and fix a mem leak in a debug
19211           statement; while we're at it, also borgify, use
19212           boilerplate macros and clean up a little bit.
19213
19214 2005-12-11  Edward Hervey  <edward@fluendo.com>
19215
19216         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19217         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19218         Added pull mode.
19219
19220 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19221
19222         * gst/goom/gstgoom.c:
19223         * gst/level/level-example.c: (main):
19224         * gst/smoothwave/demo-osssrc.c: (main):
19225           Use audiotestsrc instead of sinesrc (#323798).
19226
19227 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19228
19229         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19230           more debug-func-ptr usage
19231
19232 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19233
19234         * gst/flx/flx_color.c: (flx_colorspace_convert):
19235         * gst/flx/flx_color.h:
19236         * gst/flx/flx_fmt.h:
19237         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19238         * gst/flx/gstflxdec.h:
19239           Now flxdec works on big-endian machines as well.
19240
19241 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19242
19243         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19244         (gst_fenced_buffer_copy):
19245           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19246           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19247           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19248           and use GST_DEBUG_FUNCPTR for pad functions.
19249
19250 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19253         (gst_flac_dec_class_init), (gst_flac_dec_init),
19254         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19255         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19256         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19257         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19258         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19259         (gst_flac_dec_change_state):
19260         * ext/flac/gstflacdec.h:
19261           Rewrite flacdec a bit, so that even seeking might work now. Most
19262           importantly, don't act upon any flow return values we get, just tell
19263           the decoder everything's dandy and act on the flow return values
19264           later on in the loop function. We don't want to mess up the internal
19265           decoder state for non-fatal things like flushing pads etc. Other
19266           than that, use GstSegment (segment seeks don't work yet though, but
19267           should be easy to add), use boilerplate macros, drop the superfluous
19268           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19269           lots of other things.
19270
19271 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19272
19273         * configure.ac:
19274           Update comment in OSS includes check.
19275
19276         * sys/oss/gstossdmabuffer.c:
19277         * sys/oss/gstosshelper.c:
19278         * sys/oss/gstossmixer.c:
19279         * sys/oss/gstossmixertrack.c:
19280         * sys/oss/gstosssink.c:
19281         * sys/oss/gstosssrc.c:
19282         * sys/oss/oss_probe.c:
19283           Don't assume the OSS soundcard.h include is always in
19284           the sys/ directory. Instead, use the existing defines
19285           from config.h to include the right file. Fixes
19286           compilation on OpenBSD 3.8 (#323718).
19287
19288 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19289
19290         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19291         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19292         * docs/plugins/inspect/plugin-1394.xml:
19293         * docs/plugins/inspect/plugin-aasink.xml:
19294         * docs/plugins/inspect/plugin-alaw.xml:
19295         * docs/plugins/inspect/plugin-alpha.xml:
19296         * docs/plugins/inspect/plugin-alphacolor.xml:
19297         * docs/plugins/inspect/plugin-auparse.xml:
19298         * docs/plugins/inspect/plugin-autodetect.xml:
19299         * docs/plugins/inspect/plugin-avi.xml:
19300         * docs/plugins/inspect/plugin-cacasink.xml:
19301         * docs/plugins/inspect/plugin-cairo.xml:
19302         * docs/plugins/inspect/plugin-cutter.xml:
19303         * docs/plugins/inspect/plugin-debug.xml:
19304         * docs/plugins/inspect/plugin-dv.xml:
19305         * docs/plugins/inspect/plugin-efence.xml:
19306         * docs/plugins/inspect/plugin-effectv.xml:
19307         * docs/plugins/inspect/plugin-esdsink.xml:
19308         * docs/plugins/inspect/plugin-flac.xml:
19309         * docs/plugins/inspect/plugin-flxdec.xml:
19310         * docs/plugins/inspect/plugin-gconfelements.xml:
19311         * docs/plugins/inspect/plugin-goom.xml:
19312         * docs/plugins/inspect/plugin-jpeg.xml:
19313         * docs/plugins/inspect/plugin-level.xml:
19314         * docs/plugins/inspect/plugin-matroska.xml:
19315         * docs/plugins/inspect/plugin-mulaw.xml:
19316         * docs/plugins/inspect/plugin-multipart.xml:
19317         * docs/plugins/inspect/plugin-navigationtest.xml:
19318         * docs/plugins/inspect/plugin-ossaudio.xml:
19319         * docs/plugins/inspect/plugin-png.xml:
19320         * docs/plugins/inspect/plugin-rtp.xml:
19321         * docs/plugins/inspect/plugin-rtsp.xml:
19322         * docs/plugins/inspect/plugin-shout2send.xml:
19323         * docs/plugins/inspect/plugin-smpte.xml:
19324         * docs/plugins/inspect/plugin-speex.xml:
19325         * docs/plugins/inspect/plugin-udp.xml:
19326         * docs/plugins/inspect/plugin-videobox.xml:
19327         * docs/plugins/inspect/plugin-videoflip.xml:
19328         * docs/plugins/inspect/plugin-videomixer.xml:
19329         * docs/plugins/inspect/plugin-wavenc.xml:
19330         * docs/plugins/inspect/plugin-wavparse.xml:
19331         * ext/flac/gstflac.c: (plugin_init):
19332         * ext/flac/gstflacdec.c: (flacdec_get_type),
19333         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19334         (gst_flac_dec_init), (gst_flac_dec_finalize),
19335         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19336         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19337         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19338         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19339         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19340         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19341         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19342         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19343         * ext/flac/gstflacdec.h:
19344         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19345         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19346         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19347         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19348         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19349         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19350         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19351         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19352         (gst_flac_enc_change_state):
19353         * ext/flac/gstflacenc.h:
19354           borgify and fix up documentation
19355
19356 2005-12-09  Michael Smith  <msmith@fluendo.com>
19357
19358         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19359           Accept a wider range of flac files, more closely matching flac spec.
19360
19361 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19362
19363         * docs/plugins/Makefile.am: Add multipart elements.
19364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19365         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19366         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19367         * gst/multipart/multipartdemux.c:
19368         * gst/multipart/multipartmux.c: Add docs.
19369
19370 2005-12-07  Edward Hervey  <edward@fluendo.com>
19371
19372         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19373         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19374         (gst_avi_demux_invert):
19375         Memleak and crasher fixes.
19376         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19377         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19378         Memleak fixes
19379
19380 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19381
19382         * ext/aalib/gstaasink.h:
19383         * ext/cairo/gsttextoverlay.h:
19384         * ext/dv/gstdvdec.h:
19385         * ext/dv/gstdvdemux.c:
19386         * ext/dv/gstdvdemux.h:
19387         * ext/esd/esdsink.h:
19388         * ext/flac/flac_compat.h:
19389         * ext/flac/gstflacdec.h:
19390         * ext/flac/gstflacenc.h:
19391         * ext/gconf/gconf.h:
19392         * ext/gconf/gstgconfaudiosink.h:
19393         * ext/gconf/gstgconfvideosink.h:
19394         * ext/gdk_pixbuf/gstgdkanimation.h:
19395         * ext/jpeg/gstjpegdec.h:
19396         * ext/jpeg/smokecodec.h:
19397         * ext/jpeg/smokeformat.h:
19398         * ext/ladspa/gstsignalprocessor.h:
19399         * ext/ladspa/search.c: (LADSPAPluginSearch):
19400         * ext/ladspa/utils.h:
19401         * ext/libmng/gstmng.c:
19402         * ext/libmng/gstmngdec.h:
19403         * ext/libmng/gstmngenc.c:
19404         * ext/libmng/gstmngenc.h:
19405         * ext/libpng/gstpng.c:
19406         * ext/libpng/gstpngenc.c:
19407         * ext/libpng/gstpngenc.h:
19408         * ext/shout2/gstshout2.h:
19409         * ext/speex/gstspeexdec.h:
19410         * ext/speex/gstspeexenc.c:
19411         * ext/speex/gstspeexenc.h:
19412         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19413         * gst/autodetect/gstautoaudiosink.h:
19414         * gst/autodetect/gstautovideosink.h:
19415         * gst/avi/gstavidemux.h:
19416         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19417         (gst_cutter_set_property), (gst_cutter_get_caps):
19418         * gst/cutter/gstcutter.h:
19419         * gst/debug/tests.c: (md5_process_block):
19420         * gst/debug/tests.h:
19421         * gst/effectv/gstwarp.c:
19422         * gst/flx/flx_fmt.h:
19423         * gst/flx/gstflxdec.h:
19424         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19425         (zoomFilterFastRGB):
19426         * gst/goom/filters.h:
19427         * gst/goom/goom_tools.h:
19428         * gst/law/alaw-encode.c:
19429         * gst/level/gstlevel.c:
19430         * gst/level/gstlevel.h:
19431         * gst/matroska/ebml-write.h:
19432         * gst/matroska/matroska-demux.h:
19433         * gst/matroska/matroska-ids.h:
19434         * gst/matroska/matroska-mux.h:
19435         * gst/monoscope/convolve.c: (convolve_match):
19436         * gst/monoscope/convolve.h:
19437         * gst/multipart/multipartmux.c:
19438         * gst/oldcore/gstaggregator.c:
19439         * gst/oldcore/gstaggregator.h:
19440         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19441         * gst/oldcore/gstmd5sink.h:
19442         * gst/oldcore/gstmultifilesrc.c:
19443         * gst/oldcore/gstmultifilesrc.h:
19444         * gst/oldcore/gstpipefilter.h:
19445         * gst/oldcore/gstshaper.h:
19446         * gst/rtp/gstrtpL16depay.h:
19447         * gst/rtp/gstrtpL16pay.h:
19448         * gst/rtp/gstrtpdepay.h:
19449         * gst/rtp/gstrtpmp4vpay.c:
19450         * gst/rtp/gstrtpmp4vpay.h:
19451         * gst/rtsp/gstrtspsrc.c:
19452         * gst/rtsp/gstrtspsrc.h:
19453         * gst/rtsp/rtspconnection.h:
19454         * gst/rtsp/rtspdefs.h:
19455         * gst/rtsp/rtspmessage.h:
19456         * gst/rtsp/rtsptransport.h:
19457         * gst/rtsp/rtspurl.c:
19458         * gst/rtsp/rtspurl.h:
19459         * gst/rtsp/sdpmessage.c:
19460         * gst/rtsp/sdpmessage.h:
19461         * gst/smpte/barboxwipes.c:
19462         * gst/smpte/gstmask.h:
19463         * gst/smpte/gstsmpte.h:
19464         * gst/smpte/paint.c:
19465         * gst/smpte/paint.h:
19466         * gst/udp/gstdynudpsink.h:
19467         * gst/udp/gstmultiudpsink.h:
19468         * gst/udp/gstudpsink.c:
19469         * gst/udp/gstudpsink.h:
19470         * gst/udp/gstudpsrc.c:
19471         * gst/videomixer/videomixer.c:
19472         * gst/wavenc/riff.h:
19473         * gst/wavparse/gstwavparse.h:
19474         * sys/oss/gstossdmabuffer.h:
19475         * sys/oss/gstossmixer.h:
19476         * sys/oss/gstossmixerelement.h:
19477         * sys/oss/gstossmixertrack.h:
19478         * sys/oss/gstosssink.c:
19479         * sys/oss/gstosssink.h:
19480         * sys/oss/gstosssrc.c:
19481         * sys/oss/gstosssrc.h:
19482         * sys/osxaudio/gstosxaudioelement.h:
19483         * sys/osxaudio/gstosxaudiosink.h:
19484         * sys/osxaudio/gstosxaudiosrc.h:
19485           expand tabs
19486
19487 === release 0.10.0 ===
19488
19489 2005-12-05   <thomas (at) apestaart (dot) org>
19490
19491         * configure.ac:
19492           releasing 0.10.0, "Abondance"
19493
19494 2005-12-05  Andy Wingo  <wingo@pobox.com>
19495
19496         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19497         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19498         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19499         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19500         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19502         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19503         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19504         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19505         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19506         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19507         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19508         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19509         * gst/goom/gstgoom.c: (gst_goom_chain):
19510         * gst/matroska/matroska-demux.c:
19511         (gst_matroska_demux_push_vorbis_codec_priv_data),
19512         (gst_matroska_demux_add_wvpk_header):
19513         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19514         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19515         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19516         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19517         alloc_buffer changes.
19518
19519 2005-12-05  Michael Smith  <msmith@fluendo.com>
19520
19521         * docs/plugins/gst-plugins-good-plugins.args:
19522           Remove args for plugins that aren't in -good.
19523
19524 === release 0.9.7 ===
19525
19526 2005-12-01   <thomas (at) apestaart (dot) org>
19527
19528         * configure.ac:
19529           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19530
19531 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19532
19533         * docs/plugins/.cvsignore:
19534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19535         * docs/plugins/inspect/plugin-multipart.xml:
19536         * docs/plugins/inspect/plugin-rtp.xml:
19537           add multipart plugin to docs
19538
19539 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19540
19541         * configure.ac:
19542         * ext/Makefile.am:
19543         * ext/pango/Makefile.am:
19544         * ext/pango/gstclockoverlay.c:
19545         * ext/pango/gstclockoverlay.h:
19546         * ext/pango/gsttextoverlay.c:
19547         * ext/pango/gsttextoverlay.h:
19548         * ext/pango/gsttextrender.c:
19549         * ext/pango/gsttextrender.h:
19550         * ext/pango/gsttimeoverlay.c:
19551         * ext/pango/gsttimeoverlay.h:
19552           move pango to base
19553
19554 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19555
19556         * gst/rtp/Makefile.am:
19557         * gst/rtp/gstrtpL16depay.c:
19558         * gst/rtp/gstrtpL16depay.h:
19559         * gst/rtp/gstrtpL16parse.c:
19560         * gst/rtp/gstrtpL16parse.h:
19561         * gst/rtp/gstrtpgsmdepay.c:
19562         * gst/rtp/gstrtpgsmdepay.h:
19563         * gst/rtp/gstrtpgsmparse.c:
19564         * gst/rtp/gstrtpgsmparse.h:
19565           parsers are depayers
19566
19567 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19568
19569         * gst/rtp/Makefile.am:
19570         * gst/rtp/gstasteriskh263.c:
19571         * gst/rtp/gstrtp.c:
19572         * gst/rtp/gstrtpL16enc.c:
19573         * gst/rtp/gstrtpL16enc.h:
19574         * gst/rtp/gstrtpL16parse.c:
19575         * gst/rtp/gstrtpL16parse.h:
19576         * gst/rtp/gstrtpL16pay.c:
19577         * gst/rtp/gstrtpL16pay.h:
19578         * gst/rtp/gstrtpamrdec.c:
19579         * gst/rtp/gstrtpamrdec.h:
19580         * gst/rtp/gstrtpamrdepay.c:
19581         * gst/rtp/gstrtpamrdepay.h:
19582         * gst/rtp/gstrtpamrenc.c:
19583         * gst/rtp/gstrtpamrenc.h:
19584         * gst/rtp/gstrtpamrpay.c:
19585         * gst/rtp/gstrtpamrpay.h:
19586         * gst/rtp/gstrtpdec.c:
19587         * gst/rtp/gstrtpdec.h:
19588         * gst/rtp/gstrtpdepay.c:
19589         * gst/rtp/gstrtpdepay.h:
19590         * gst/rtp/gstrtpg711dec.c:
19591         * gst/rtp/gstrtpg711dec.h:
19592         * gst/rtp/gstrtpg711depay.c:
19593         * gst/rtp/gstrtpg711depay.h:
19594         * gst/rtp/gstrtpg711enc.c:
19595         * gst/rtp/gstrtpg711enc.h:
19596         * gst/rtp/gstrtpg711pay.c:
19597         * gst/rtp/gstrtpg711pay.h:
19598         * gst/rtp/gstrtpgsmenc.c:
19599         * gst/rtp/gstrtpgsmenc.h:
19600         * gst/rtp/gstrtpgsmparse.c:
19601         * gst/rtp/gstrtpgsmparse.h:
19602         * gst/rtp/gstrtpgsmpay.c:
19603         * gst/rtp/gstrtpgsmpay.h:
19604         * gst/rtp/gstrtph263enc.c:
19605         * gst/rtp/gstrtph263enc.h:
19606         * gst/rtp/gstrtph263pay.c:
19607         * gst/rtp/gstrtph263pay.h:
19608         * gst/rtp/gstrtph263pdec.c:
19609         * gst/rtp/gstrtph263pdec.h:
19610         * gst/rtp/gstrtph263pdepay.c:
19611         * gst/rtp/gstrtph263pdepay.h:
19612         * gst/rtp/gstrtph263penc.c:
19613         * gst/rtp/gstrtph263penc.h:
19614         * gst/rtp/gstrtph263ppay.c:
19615         * gst/rtp/gstrtph263ppay.h:
19616         * gst/rtp/gstrtpmp4vdec.c:
19617         * gst/rtp/gstrtpmp4vdec.h:
19618         * gst/rtp/gstrtpmp4vdepay.c:
19619         * gst/rtp/gstrtpmp4vdepay.h:
19620         * gst/rtp/gstrtpmp4venc.c:
19621         * gst/rtp/gstrtpmp4venc.h:
19622         * gst/rtp/gstrtpmp4vpay.c:
19623         * gst/rtp/gstrtpmp4vpay.h:
19624         * gst/rtp/gstrtpmpadec.c:
19625         * gst/rtp/gstrtpmpadec.h:
19626         * gst/rtp/gstrtpmpadepay.c:
19627         * gst/rtp/gstrtpmpadepay.h:
19628         * gst/rtp/gstrtpmpaenc.c:
19629         * gst/rtp/gstrtpmpaenc.h:
19630         * gst/rtp/gstrtpmpapay.c:
19631         * gst/rtp/gstrtpmpapay.h:
19632         * gst/rtp/gstrtpspeexdec.c:
19633         * gst/rtp/gstrtpspeexdec.h:
19634         * gst/rtp/gstrtpspeexdepay.c:
19635         * gst/rtp/gstrtpspeexdepay.h:
19636         * gst/rtp/gstrtpspeexenc.c:
19637         * gst/rtp/gstrtpspeexenc.h:
19638         * gst/rtp/gstrtpspeexpay.c:
19639         * gst/rtp/gstrtpspeexpay.h:
19640           Do burger's rename for rtp payloaders and depayloaders
19641
19642 2005-11-30  Wim Taymans  <wim@fluendo.com>
19643
19644         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19645         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19646         * ext/dv/gstdvdemux.h:
19647         Fix seeking in dvdemux again, add some more debug info.
19648
19649 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19650
19651         * configure.ac:
19652           fix tests
19653
19654 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19655
19656         * PORTED_09:
19657         * docs/random/PORTED_09:
19658           move
19659         * tests/Makefile.am:
19660           add
19661         * win32/gst.sln:
19662           remove
19663
19664 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19665
19666         * Makefile.am:
19667         * check/.cvsignore:
19668         * check/Makefile.am:
19669         * check/elements/.cvsignore:
19670         * check/elements/level.c:
19671         * check/elements/matroskamux.c:
19672         * configure.ac:
19673         * examples/Makefile.am:
19674         * examples/capsfilter/Makefile.am:
19675         * examples/capsfilter/capsfilter1.c:
19676         * examples/gob/Makefile.am:
19677         * examples/gob/gst-identity2.gob:
19678         * examples/gstplay/.cvsignore:
19679         * examples/gstplay/Makefile.am:
19680         * examples/gstplay/player.c:
19681         * examples/indexing/.cvsignore:
19682         * examples/indexing/Makefile.am:
19683         * examples/indexing/indexmpeg.c:
19684         * examples/level/Makefile.am:
19685         * examples/level/README:
19686         * examples/level/demo.c:
19687         * examples/level/plot.c:
19688         * examples/stats/Makefile.am:
19689         * examples/stats/mp2ogg.c:
19690         * examples/switch/.cvsignore:
19691         * examples/switch/Makefile.am:
19692         * examples/switch/switcher.c:
19693           move under tests/
19694
19695 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19696
19697         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19698         (gst_text_render_class_init), (resize_bitmap),
19699         (gst_text_render_render_text), (gst_text_render_setcaps),
19700         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19701         (gst_text_render_chain), (gst_text_render_finalize),
19702         (gst_text_render_init), (gst_text_render_set_property):
19703         * ext/pango/gsttextrender.h:
19704           Add missing files.
19705
19706 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19707
19708         * configure.ac:
19709         * ext/Makefile.am:
19710         * ext/pango/Makefile.am:
19711         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19712         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19713         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19714         * ext/pango/gstclockoverlay.h:
19715         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19716         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19717         (gst_text_overlay_finalize), (gst_text_overlay_init),
19718         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19719         (gst_text_overlay_text_pad_linked),
19720         (gst_text_overlay_text_pad_unlinked),
19721         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19722         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19723         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19724         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19725         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19726         (gst_text_overlay_change_state), (plugin_init):
19727         * ext/pango/gsttextoverlay.h:
19728         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19729         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19730         (gst_time_overlay_class_init), (gst_time_overlay_init):
19731         * ext/pango/gsttimeoverlay.h:
19732           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19733           and add background shading and text wrapping modes. Make 
19734           timoverlay derive from textoverlay. Also add new clockoverlay
19735           element.
19736
19737 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19738
19739         * gst/udp/Makefile.am: Moved to netbuffer.
19740
19741 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19742
19743         * configure.ac:
19744         * PORTED_O9:
19745         * gst/multipart/Makefile.am:
19746         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19747         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19748         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19749         (gst_multipart_demux_change_state),
19750         (gst_multipart_demux_plugin_init):
19751         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19752         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19753         (gst_multipart_mux_sinkconnect),
19754         (gst_multipart_mux_request_new_pad),
19755         (gst_multipart_mux_handle_src_event),
19756         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19757         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19758         0.9.
19759
19760 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19763         * gst/debug/gstnavigationtest.h:
19764         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19765         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19766         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19767         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19768         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19769         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19770         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19771         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19772         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19773         (gst_video_flip_get_type):
19774         * gst/videofilter/gstvideoflip.h:
19775           update for symbols change
19776
19777 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * gst/udp/gstdynudpsink.c:
19780         * gst/udp/gstudpsrc.c:
19781           the old gstnet lib was renamed gstnetbuffer (#322257)
19782
19783 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19784
19785         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19786         (gst_text_overlay_collected):
19787           Actually render the text from the text pad.
19788
19789 2005-11-29  Edward Hervey  <edward@fluendo.com>
19790
19791         * gst/debug/gstnavseek.c: (gst_navseek_event):
19792         * gst/debug/progressreport.c: (gst_progress_report_event):
19793         Update for GstBaseTransform event virtual method
19794
19795 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19796
19797         * ext/cairo/Makefile.am:
19798           no need to link to videofilter
19799
19800 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19801
19802         * gst/debug/Makefile.am:
19803         * gst/debug/gstnavigationtest.h:
19804         * gst/effectv/Makefile.am:
19805         * gst/effectv/gstaging.c:
19806         * gst/effectv/gstdice.c:
19807         * gst/effectv/gstedge.c:
19808         * gst/effectv/gstquark.c:
19809         * gst/effectv/gstrev.c:
19810         * gst/effectv/gstshagadelic.c:
19811         * gst/effectv/gstvertigo.c:
19812         * gst/effectv/gstwarp.c:
19813         * gst/videofilter/Makefile.am:
19814         * gst/videofilter/gstvideofilter.c:
19815         * gst/videofilter/gstvideofilter.h:
19816         * gst/videofilter/gstvideoflip.h:
19817           remove the videofilter library and link to the one in base
19818
19819 2005-11-28  Edward Hervey  <edward@fluendo.com>
19820
19821         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19822         Useless check now we're setting the current entry correctly.
19823
19824 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19825
19826         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19827         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19828         (gst_jpegenc_change_state):
19829           Don't leak input buffer in chain function (fixes #322667); make 
19830           state change function thread-safe; don't repeat the current function
19831           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19832           gst_pad_alloc_buffer(); misc. minor cleanups.
19833
19834 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19835
19836         * gst/matroska/matroska-mux.c:
19837         (gst_matroska_mux_video_pad_setcaps):
19838         Look for pixel-aspect-ratio in caps, not pixel_width and
19839         pixel_height (Fixes: #322645)
19840
19841 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19842
19843         * gst/matroska/matroska-mux.c:
19844         (gst_matroska_mux_video_pad_setcaps):
19845         From Michal Benes:
19846         frame duration should be GST_SECOND / framerate, not
19847         GST_SECOND * framerate. (Fixes: #322643)
19848
19849 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19850
19851         * configure.ac:
19852           fix up GST_PLUGIN_LDFLAGS
19853         * gst/rtsp/rtspconnection.c:
19854           fix includes (see #317043)
19855         * gst/videofilter/Makefile.am:
19856           stop installing this library
19857
19858 2005-11-26  Edward Hervey  <edward@fluendo.com>
19859
19860         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19861         Handle the case where the incoming Video dv stream doesn't have
19862         a pixel aspect ratio set.
19863
19864 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * docs/plugins/Makefile.am:
19867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19869         * ext/flac/gstflacdec.c:
19870           document flacdec
19871
19872 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * docs/plugins/Makefile.am:
19875         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19877         * docs/plugins/inspect/plugin-autodetect.xml:
19878         * ext/cairo/gstcairo.c: (plugin_init):
19879         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19880         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19881         (gst_text_overlay_init), (gst_text_overlay_font_init),
19882         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19883         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19884         (gst_text_overlay_text_pad_linked),
19885         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19886         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19887         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19888         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19889         (gst_text_overlay_change_state):
19890         * ext/cairo/gsttextoverlay.h:
19891         * ext/cairo/gsttimeoverlay.c:
19892         (gst_cairo_time_overlay_update_font_height),
19893         (gst_cairo_time_overlay_set_caps),
19894         (gst_cairo_time_overlay_get_unit_size),
19895         (gst_cairo_time_overlay_print_smpte_time),
19896         (gst_cairo_time_overlay_transform),
19897         (gst_cairo_time_overlay_base_init),
19898         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19899         (gst_cairo_time_overlay_get_type):
19900         * ext/cairo/gsttimeoverlay.h:
19901           do some name borgifying
19902           document
19903
19904 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * docs/plugins/Makefile.am:
19907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19909         * gst/autodetect/gstautoaudiosink.c:
19910         (gst_auto_audio_sink_base_init):
19911         * gst/autodetect/gstautovideosink.c:
19912         (gst_auto_video_sink_base_init),
19913         (gst_auto_video_sink_factory_filter):
19914           documenting auto*sink
19915           using strstr for the video sink lookup, class field is not ordered
19916         * docs/plugins/inspect/plugin-1394.xml:
19917         * docs/plugins/inspect/plugin-aasink.xml:
19918         * docs/plugins/inspect/plugin-alaw.xml:
19919         * docs/plugins/inspect/plugin-alpha.xml:
19920         * docs/plugins/inspect/plugin-alphacolor.xml:
19921         * docs/plugins/inspect/plugin-auparse.xml:
19922         * docs/plugins/inspect/plugin-autodetect.xml:
19923         * docs/plugins/inspect/plugin-avi.xml:
19924         * docs/plugins/inspect/plugin-cacasink.xml:
19925         * docs/plugins/inspect/plugin-cairo.xml:
19926         * docs/plugins/inspect/plugin-cutter.xml:
19927         * docs/plugins/inspect/plugin-debug.xml:
19928         * docs/plugins/inspect/plugin-dv.xml:
19929         * docs/plugins/inspect/plugin-efence.xml:
19930         * docs/plugins/inspect/plugin-effectv.xml:
19931         * docs/plugins/inspect/plugin-esdsink.xml:
19932         * docs/plugins/inspect/plugin-flac.xml:
19933         * docs/plugins/inspect/plugin-flxdec.xml:
19934         * docs/plugins/inspect/plugin-gconfelements.xml:
19935         * docs/plugins/inspect/plugin-goom.xml:
19936         * docs/plugins/inspect/plugin-jpeg.xml:
19937         * docs/plugins/inspect/plugin-level.xml:
19938         * docs/plugins/inspect/plugin-matroska.xml:
19939         * docs/plugins/inspect/plugin-mulaw.xml:
19940         * docs/plugins/inspect/plugin-navigationtest.xml:
19941         * docs/plugins/inspect/plugin-ossaudio.xml:
19942         * docs/plugins/inspect/plugin-png.xml:
19943         * docs/plugins/inspect/plugin-rtp.xml:
19944         * docs/plugins/inspect/plugin-rtsp.xml:
19945         * docs/plugins/inspect/plugin-shout2send.xml:
19946         * docs/plugins/inspect/plugin-smpte.xml:
19947         * docs/plugins/inspect/plugin-speex.xml:
19948         * docs/plugins/inspect/plugin-udp.xml:
19949         * docs/plugins/inspect/plugin-videobox.xml:
19950         * docs/plugins/inspect/plugin-videoflip.xml:
19951         * docs/plugins/inspect/plugin-videomixer.xml:
19952         * docs/plugins/inspect/plugin-wavenc.xml:
19953         * docs/plugins/inspect/plugin-wavparse.xml:
19954           update for HEAD version
19955
19956 2005-11-25  Michael Smith  <msmith@fluendo.com>
19957
19958         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19959           Patch from Sebastien Cote to close control sockets in udpsrc.
19960
19961 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19962
19963         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19964         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19965         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19966         (gst_quarktv_base_init), (gst_quarktv_class_init),
19967         (gst_quarktv_init): Flush the planes list on reverse caps
19968         negotiation. This was crashing because of differently sized
19969         buffers.
19970
19971 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19972
19973         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19974         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19975         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19976         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19977         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19978         (gst_videoflip_set_property), (gst_videoflip_base_init),
19979         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19980         correctly, fix identity flipping, convert navigation event 
19981         correctly again.
19982
19983 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19984
19985         * configure.ac: back to HEAD
19986
19987 === release 0.9.6 ===
19988
19989 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19990
19991         * configure.ac:
19992           releasing 0.9.6, "Everything's Not Lost"
19993
19994 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19995
19996         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19997         Oops, initialise the framerate GValue
19998
19999 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20000
20001         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20002         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20003         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20004         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20005         (gst_timeoverlay_get_type):
20006         * ext/cairo/gsttimeoverlay.h:
20007         * gst/debug/Makefile.am:
20008         * gst/debug/gstnavigationtest.c:
20009         (gst_navigationtest_handle_src_event),
20010         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20011         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20012         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20013         (gst_navigationtest_init), (gst_navigationtest_get_type),
20014         (plugin_init):
20015         * gst/debug/gstnavigationtest.h:
20016         * gst/effectv/Makefile.am:
20017         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20018         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20019         (gst_agingtv_base_init), (gst_agingtv_class_init),
20020         (gst_agingtv_init), (gst_agingtv_get_type):
20021         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20022         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20023         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20024         (gst_dicetv_get_type):
20025         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20026         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20027         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20028         (gst_edgetv_get_type):
20029         * gst/effectv/gsteffectv.c:
20030         * gst/effectv/gsteffectv.h:
20031         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20032         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20033         (gst_quarktv_change_state), (gst_quarktv_base_init),
20034         (gst_quarktv_class_init), (gst_quarktv_init),
20035         (gst_quarktv_get_type):
20036         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20037         (gst_revtv_get_unit_size), (gst_revtv_transform),
20038         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20039         (gst_revtv_get_type):
20040         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20041         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20042         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20043         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20044         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20045         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20046         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20047         (gst_vertigotv_init), (gst_vertigotv_get_type):
20048         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20049         (gst_warptv_get_unit_size), (gst_warptv_transform),
20050         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20051         (gst_warptv_get_type):
20052         * gst/videofilter/Makefile.am:
20053         * gst/videofilter/gstvideobalance.c:
20054         * gst/videofilter/gstvideobalance.h:
20055         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20056         (gst_videofilter_class_init), (gst_videofilter_init):
20057         * gst/videofilter/gstvideofilter.h:
20058         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20059         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20060         (gst_videoflip_flip), (gst_videoflip_transform),
20061         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20062         (gst_videoflip_base_init), (gst_videoflip_class_init),
20063         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20064         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20065         BaseTransform, it's just a place holder for now and every video
20066         effect plugin has been ported to use BaseTransform features 
20067         directly. QuarkTV was fixed too (was broken), navigationtest works
20068         and best for the end, videoflip converts navigation events depending
20069         on flip method ! Fixes #320953
20070
20071 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20072
20073         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20074         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20075         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20076         (gst_goom_src_negotiate), (gst_goom_chain):
20077         * gst/matroska/matroska-mux.c:
20078         (gst_matroska_mux_video_pad_setcaps):
20079         * sys/osxvideo/osxvideosink.m:
20080           Fixes for API changes
20081
20082 2005-11-23  Michael Smith <msmith@fluendo.com>
20083
20084         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20085         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20086         * ext/jpeg/gstjpegdec.h:
20087         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20088         * ext/jpeg/gstjpegenc.h:
20089         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20090         (gst_smokeenc_resync):
20091         * ext/jpeg/gstsmokeenc.h:
20092           JPEG fractiony goodness.
20093
20094 2005-11-22  Michael Smith <msmith@fluendo.com>
20095
20096         * gst/goom/filters.c:
20097         * gst/goom/graphic.h:
20098           Fix compilation by making some functions static inline instead of
20099           extern inline, matching the way they're used.
20100
20101 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20102
20103         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20104         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20105         * ext/cairo/gsttextoverlay.h:
20106         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20107         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20108         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20109         (gst_pngdec_caps_create_and_set):
20110         * ext/libpng/gstpngdec.h:
20111         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20112         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20113         * gst/avi/gstavimux.c: (gst_avimux_init),
20114         (gst_avimux_vidsinkconnect):
20115         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20116         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20117         (gst_goom_src_negotiate), (gst_goom_chain):
20118         * gst/goom/gstgoom.h:
20119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20120         * gst/matroska/matroska-mux.c:
20121         (gst_matroska_mux_video_pad_setcaps):
20122         * sys/osxvideo/osxvideosink.h:
20123         * sys/osxvideo/osxvideosink.m:
20124           More fractional framerate conversions 
20125
20126 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20127
20128         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20129         * gst/debug/gstnavigationtest.c:
20130         (gst_navigationtest_handle_src_event):
20131         * gst/videofilter/gstvideofilter.c:
20132         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20133         (gst_videofilter_init):
20134         * gst/videofilter/gstvideofilter.h:
20135           Convert to fractional framerates.
20136
20137 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * ext/aalib/gstaasink.c:
20140         * ext/dv/gstdvdec.c:
20141         * ext/esd/esdmon.c:
20142         * ext/flac/gstflacenc.c:
20143         * ext/gdk_pixbuf/pixbufscale.c:
20144         * ext/libcaca/gstcacasink.c:
20145         * ext/shout2/gstshout2.c:
20146         * gst/alpha/gstalpha.c:
20147         * gst/oldcore/gstaggregator.c:
20148         * gst/oldcore/gstshaper.c:
20149         * gst/smpte/barboxwipes.c:
20150         * gst/smpte/gstsmpte.c:
20151         * gst/videobox/gstvideobox.c:
20152         * gst/videofilter/gstvideoflip.c:
20153         * gst/videomixer/videomixer.c:
20154           fix up more enums
20155
20156 2005-11-22  Michael Smith <msmith@fluendo.com>
20157
20158         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20159         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20160         (gst_videomixer_update_queues):
20161           Fractional framerates, videomixer.
20162
20163 2005-11-22  Michael Smith <msmith@fluendo.com>
20164
20165         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20166         * ext/dv/gstdvdec.h:
20167         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20168         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20169         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20170         (gst_dvdemux_flush):
20171         * ext/dv/gstdvdemux.h:
20172           Fractional framerates for DV. 
20173
20174 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20175
20176         * gst/autodetect/gstautoaudiosink.c:
20177         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20178         * gst/autodetect/gstautovideosink.c:
20179         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20180           Use gst_plugin_feature_list_free() to free feature list and
20181           in the case of autovideosink free the list at all. Also
20182           miscellaneous cosmetic fixes.
20183
20184 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20187         (gst_cutter_set_property), (gst_cutter_get_caps):
20188           copy calculation code from level; remove use of some audio
20189           functions
20190
20191 2005-11-22  Andy Wingo  <wingo@pobox.com>
20192
20193         * Update for gst_tag_setter API changes.
20194
20195 2005-11-22  Andy Wingo  <wingo@pobox.com>
20196
20197         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20198         (gst_dvdemux_demux_frame)
20199         * ext/flac/gstflacdec.c (gst_flacdec_write)
20200         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20201         (gst_flacenc_sink_event)
20202         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20203         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20204         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20205         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20206         * gst/auparse/gstauparse.c (gst_auparse_chain)
20207         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20208         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20209         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20210         (gst_avi_demux_handle_seek)
20211         * gst/goom/gstgoom.c (gst_goom_event)
20212         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20213         * gst/matroska/matroska-demux.c
20214         (gst_matroska_demux_handle_seek_event)
20215         (gst_matroska_demux_loop_stream_parse_id)
20216         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20217         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20218         (gst_wavparse_stream_headers): Run update-funcnames.
20219
20220 2005-11-22  Edward Hervey  <edward@fluendo.com>
20221
20222         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20223         (gst_dv1394src_init), (gst_dv1394src_dispose),
20224         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20225         (gst_dv1394src_uri_set_uri):
20226         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20227         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20228         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20229         URIHandler interface and element properties are now properly
20230         synchronized for DV1394src and UDPSrc
20231
20232 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20233
20234         * ext/flac/Makefile.am:
20235         * ext/speex/Makefile.am:
20236           libgsttagedit has been renamed to libgsttag.
20237
20238 2005-11-21  Wim Taymans  <wim@fluendo.com>
20239
20240         * gst/rtsp/rtspconnection.c: (read_body):
20241         Apply patch from Sebastien Cote to fix #319184.
20242
20243 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         * configure.ac:
20246         * gst/cutter/Makefile.am:
20247         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20248         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20249         (gst_cutter_set_property), (gst_cutter_get_property),
20250         (plugin_init), (gst_cutter_get_caps):
20251           port cutter
20252         * gst/level/gstlevel.c:
20253           fix up plugin details
20254
20255 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20256
20257         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20258         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20259         (gst_flacdec_src_event):
20260         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20261         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20262         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20263         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20264         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20265         (gst_flxdec_sink_event_handler):
20266         * gst/matroska/matroska-demux.c:
20267         (gst_matroska_demux_handle_seek_event):
20268         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20269           Update for stream lock API changes: don't take stream log
20270           in sink event handlers any longer and change GST_STREAM_LOCK
20271           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20272           functions.
20273
20274 2005-11-21  Michael Smith <msmith@fluendo.com>
20275
20276         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20277           gst_object_unref, not g_object_unref
20278
20279 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20280
20281         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20282         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20283           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20284
20285 2005-11-21  Michael Smith <msmith@fluendo.com>
20286
20287         * gst/auparse/Makefile.am:
20288         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20289         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20290         (gst_auparse_change_state):
20291         * gst/auparse/gstauparse.h:
20292           Partially fix #161712. playbin still doesn't work on these files,
20293           (on the bug report, Andy says we aren't typefinding it for some
20294           reason?) but at least auparse isn't totally busted like it was before.
20295
20296 2005-11-21  Andy Wingo  <wingo@pobox.com>
20297
20298         * *.h:
20299         * *.c: Ran scripts/update-macros. Oh yes.
20300
20301 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20302
20303         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20304           Filler events are gone for now, comment out section generating
20305           them.
20306
20307 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20308
20309         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20310         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20311         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20312         * sys/osxvideo/osxvideosink.m:
20313           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20314           (#322027)
20315
20316 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20317
20318         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20319         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20320         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20321         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20322         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20323         (gst_avi_demux_stream_data):
20324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20325         * gst/wavenc/gstwavenc.c: (write_metadata):
20326         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20327         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20328         Fixes for GST_FOURCC_FORMAT API change.
20329
20330 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20331
20332         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20333         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20334         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20335         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20336         (gst_text_overlay_change_state):
20337         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20338         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20339         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20340         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20341         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20342         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20343         (gst_videomixer_change_state):
20344           Fix for collect pads API change. Also fix textoverlay state
20345           change function.
20346
20347 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20348
20349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20350         GST_PAD_IS_USABLE by something approaching it.
20351
20352 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20353
20354         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20355         API changes.
20356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20357         but also fix the code that was not checking return values from
20358         pad_push neither using pad_alloc_buffer.
20359
20360 2005-11-18  Edward Hervey  <edward@fluendo.com>
20361
20362         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20363         (gst_pngenc_chain):
20364         Added debug category
20365         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20366         goes to EOS.
20367
20368 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20369
20370         * gst/rtp/Makefile.am
20371         * gst/rtp/gstrtp.c
20372         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20373         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20374         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20375         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20376         * gst/rtp/gstrtpg711enc.h:
20377         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20378         * gst/rtp/gstrtpspeexenc.c:
20379         * gst/rtp/gstrtpspeexenc.h:
20380         * gst/rtp/gstrtpspeexdec.c:
20381         * gst/rtp/gstrtpspeexdec.h:
20382         Created Speex payloader and depayloader; Optimize G711 payloader to
20383         use adapter and send packets until MTU size.
20384
20385 2005-11-16  Wim Taymans  <wim@fluendo.com>
20386
20387         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20388         Fix leak in check.
20389
20390 2005-11-16  Wim Taymans  <wim@fluendo.com>
20391
20392         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20393         Fix state change.
20394
20395 2005-11-16  Andy Wingo  <wingo@pobox.com>
20396
20397         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20398         (gst_udpsrc_create): Move comment.
20399
20400 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20401
20402         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20403
20404         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20405           When seeking, seek to closest index entry at or before the requested
20406           seek position, not just the closest one (#321001).
20407
20408 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20409
20410         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20411         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20412           Invert DIB images again (see #132341).
20413
20414 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20415
20416         * configure.ac:
20417           rework configure.ac file
20418         * ext/aalib/gstaasink.c:
20419         * ext/cairo/gstcairo.c:
20420         * ext/dv/gstdv.c:
20421         * ext/esd/gstesd.c:
20422         * ext/flac/gstflac.c:
20423         * ext/gconf/gstgconfelements.c:
20424         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20425         * ext/jpeg/gstjpeg.c:
20426         * ext/ladspa/gstladspa.c:
20427         * ext/libcaca/gstcacasink.c:
20428         * ext/libmng/gstmng.c:
20429         * ext/libpng/gstpng.c:
20430         * ext/mikmod/gstmikmod.c:
20431         * ext/pango/gsttextoverlay.c:
20432         * ext/pango/gsttimeoverlay.c:
20433         * ext/raw1394/gst1394.c:
20434         * ext/speex/gstspeex.c:
20435         * gst/alpha/Makefile.am:
20436         * gst/alpha/gstalpha.c:
20437         * gst/alpha/gstalphacolor.c:
20438         * gst/auparse/gstauparse.c:
20439         * gst/autodetect/gstautoaudiosink.c:
20440         (gst_auto_audio_sink_factory_filter),
20441         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20442         * gst/autodetect/gstautodetect.c:
20443         * gst/avi/gstavi.c:
20444         * gst/cutter/gstcutter.c:
20445         * gst/debug/efence.c:
20446         * gst/debug/gstdebug.c:
20447         * gst/debug/gstnavigationtest.c:
20448         * gst/effectv/gsteffectv.c:
20449         * gst/flx/gstflxdec.c:
20450         * gst/goom/gstgoom.c:
20451         * gst/interleave/plugin.c:
20452         * gst/law/alaw.c:
20453         * gst/law/mulaw.c:
20454         * gst/level/gstlevel.c:
20455         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20456         * gst/matroska/matroska.c:
20457         * gst/median/gstmedian.c:
20458         * gst/monoscope/gstmonoscope.c:
20459         * gst/multipart/multipart.c:
20460         * gst/oldcore/gstelements.c:
20461         * gst/rtp/gstrtp.c:
20462         * gst/rtsp/gstrtsp.c:
20463         * gst/smoothwave/gstsmoothwave.c:
20464         * gst/smpte/gstsmpte.c:
20465         * gst/udp/gstudp.c:
20466         * gst/videobox/gstvideobox.c:
20467         * gst/videofilter/gstgamma.c:
20468         * gst/videofilter/gstvideobalance.c:
20469         * gst/videofilter/gstvideoflip.c:
20470         * gst/videofilter/gstvideotemplate.c:
20471         * gst/videomixer/videomixer.c:
20472         * gst/wavenc/gstwavenc.c:
20473         * gst/wavparse/gstwavparse.c:
20474         * sys/oss/gstossaudio.c:
20475         * sys/osxaudio/gstosxaudio.c:
20476           update GST_PLUGIN_DEFINE
20477         * gst/rtp/Makefile.am:
20478         * gst/rtp/gstasteriskh263.c:
20479           check for htons/htonl headers and possibly link to winsock2 lib
20480
20481 2005-11-12  Edward Hervey  <edward@fluendo.com>
20482
20483         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20484         Only GST_DEBUG() information on the valid components.
20485
20486 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20487
20488         * configure.ac: back to HEAD
20489
20490 === release 0.9.5 ===
20491
20492 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20493
20494         * configure.ac:
20495           releasing 0.9.5, "Phone Alarm"
20496
20497 2005-11-11  Edward Hervey  <edward@fluendo.com>
20498
20499         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20500         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20501         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20502         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20503         (gst_avi_demux_loop):
20504         * gst/avi/gstavidemux.h:
20505         Yeah, implement proper seeking. Exact seeking and segment seeking.
20506         Still need to do some checks for segment_stop.
20507
20508 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20509
20510         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20511
20512         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20513           Don't try to ready buffer duration from buffer that we don't
20514           own any  longer and that might already have been unreffed.
20515           (#321136)
20516
20517 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20518
20519         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20520         (flx_decode_delta_flc), (gst_flxdec_chain):
20521         Attempting to optimize the code for embedded systems.
20522
20523 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20524
20525         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20526
20527         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20528           Don't re-use already closed file descriptor. (#320920)
20529
20530 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20533         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20534         (gst_oss_sink_prepare):
20535         * sys/oss/gstosssink.h:
20536           Cache probed caps; fix debug output for SET_PARAM macros.
20537
20538 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20539
20540         * ext/cairo/Makefile.am:
20541         * ext/cairo/gstcairo.c: (plugin_init):
20542         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20543         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20544         (gst_text_overlay_init), (gst_text_overlay_font_init),
20545         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20546         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20547         (gst_text_overlay_text_pad_linked),
20548         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20549         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20550         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20551         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20552         (gst_text_overlay_change_state):
20553         * ext/cairo/gsttextoverlay.h:
20554           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20555           property and redo positioning. Doesn't handle upstream renegotiation
20556           yet though.
20557
20558 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20559
20560         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20561         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20562         (gst_avi_demux_loop):
20563           No need to take the STREAM_LOCK in the loop function. Improve
20564           some debug messages. Don't leak pad names in debug messages.
20565
20566 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20567
20568         * gst/matroska/matroska-demux.c:
20569         (gst_matroska_demux_push_vorbis_codec_priv_data),
20570         (gst_matroska_demux_add_wvpk_header):
20571           Don't error out when the source pad isn't linked.
20572
20573 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20574
20575         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20576         (gst_gconf_audio_sink_change_state):
20577         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20578         (gst_gconf_video_sink_change_state):
20579           Fix state change functions here as well and set kid
20580           to NULL state before removing it.
20581
20582 2005-11-01  Edward Hervey  <edward@fluendo.com>
20583
20584         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20585         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20586         Added proper event handlind, 
20587         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20588         ignored),
20589         and don't set a duration of 0 for buffers otherwise they are discarded
20590         by GstBaseSink.
20591
20592         GstWavEnc needs some serious loving, after going through the code I'm
20593         really wondering how this can stay in -good ...
20594
20595 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20598         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20599         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20600         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20601         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20602         (gst_matroska_mux_collected):
20603           Fix leaks and invalid memory access as reported by valgrind
20604
20605 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         Patch by: Michal Benes <michal.benes@xeris.cz>
20608
20609         * check/Makefile.am:
20610         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20612         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20613           add a unit test for matroskamux
20614           fix the bugs that the unit test exposed
20615
20616 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20617
20618         * gst/autodetect/gstautoaudiosink.c:
20619         (gst_auto_audio_sink_class_init),
20620         (gst_auto_audio_sink_change_state):
20621         * gst/autodetect/gstautovideosink.c:
20622         (gst_auto_video_sink_class_init),
20623         (gst_auto_video_sink_change_state):
20624           Fix state change function and use GST_DEBUG_FUNCPTR in
20625           class_init.
20626
20627 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20628
20629         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20632         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20633         * gst/matroska/ebml-write.h:
20634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20635           Set timestamps on outgoing ebml headers as well, so that the
20636           element after matroskamux can get the timestamp already when
20637           reading the first ebml element and doesn't have to wait for
20638           the actual data buffer for that (#320308).
20639           
20640 2005-10-31  Andy Wingo  <wingo@pobox.com>
20641
20642         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20643         (gst_videomixer_pad_link): Kill some memleaks.
20644         (gst_videomixer_pad_get_property): Style fix.
20645         (gst_videomixer_pad_set_property): Style fix.
20646         (gst_videomixer_pad_init): Style fix.
20647         (gst_videomixer_update_queues): Kill memleak.
20648         (gst_videomixer_loop): Kill memleak.
20649         (gst_videomixer_collected): Kill memleak.
20650
20651 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20652
20653         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20654         gst_auparse_change_state:
20655         Just some cleanup.
20656
20657 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20658
20659         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20660         Add checks to GST_FLOW_NOT_LINKED for values returned
20661         from gst_pad_push.
20662         
20663 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20664
20665         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20666         (gst_rtpg711dec_process):
20667         * gst/rtp/gstrtpgsmenc.c:
20668         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20669         are never set. This is important for the g711 to work with burger's rtpbin
20670         element.
20671
20672 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20673
20674         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20675         (gst_speexenc_push_buffer):
20676         Add checks for return values from gst_pad_push and
20677         gst_pad_alloc_buffer.
20678
20679 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20680
20681         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20682
20683         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20684         (gst_matroska_demux_parse_info),
20685         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20686         (gst_matroska_demux_parse_cluster):
20687         * gst/matroska/matroska-ids.h:
20688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20689         (gst_matroska_mux_init), (gst_matroska_mux_start),
20690         (gst_matroska_mux_create_buffer_header),
20691         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20692         (gst_matroska_mux_get_property):
20693         * gst/matroska/matroska-mux.h:
20694           Add SimpleBlock support to matroska demuxer and muxer (part of
20695           Matroska v2). (#319731)
20696
20697 2005-10-28  Wim Taymans  <wim@fluendo.com>
20698
20699         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20700         (gst_jpeg_dec_change_state):
20701         * ext/jpeg/gstjpegdec.h:
20702         Cleanups. Don't create caps for every chain.
20703
20704 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20705
20706         * gst/law/alaw-encode.c: (gst_alawenc_init),
20707         (alawenc_setcaps), (gst_alawenc_chain)
20708         * gst/law/alaw-encode.h:
20709         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20710         (mulawenc_setcaps), (gst_mulawenc_chain)
20711         * gst/law/mulaw-encode.h:
20712         Set timestamp on buffer and it allows RTP G711 elements
20713         work properly.
20714
20715 2005-10-27  Wim Taymans  <wim@fluendo.com>
20716
20717         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20718         Set correct format on oss instead of a silly value. 
20719
20720 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20721
20722         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20723         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20724         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20725         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20726         I420 rendering as well, doesn't bring much for my platform.
20727         Might help on some other platforms.
20728
20729 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20730
20731         * gst/rtp/gstrtpgsmenc.c:
20732         * gst/rtp/gstrtpgsmparse.c:
20733         Declaring the padtemplate correctly.
20734
20735 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20736
20737         * gst/rtp/gstrtpg711dec.c:
20738         * gst/rtp/gstrtpg711enc.c:
20739         * gst/rtp/gstrtpgsmenc.c:
20740         * gst/rtp/gstrtpgsmparse.c:
20741         Setting the proper copyright notice.
20742
20743 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20744
20745         * gst/videobox/Makefile.am: Use liboil.
20746         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20747         (gst_video_box_set_property), (gst_video_box_transform_caps),
20748         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20749         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20750         using liboil. Will dot the same to I420 border generation
20751         tomorrow.
20752
20753 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20754
20755         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20756         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20757         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20758         * gst/rtp/gstrtpg711dec.h:
20759         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20760         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20761         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20762         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20763         (gst_rtpgsmenc_handle_buffer):
20764         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20765         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20766         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20767         * gst/rtp/gstrtpgsmparse.h:
20768         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20769         inherits from the basertpdepayloader.
20770
20771 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20772
20773         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20774         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20775         (gst_video_box_ayuv): Removing this forgotten debug.
20776
20777 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20778
20779         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20780         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20781         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20782
20783 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20784
20785         * sys/oss/gstossaudio.c:
20786         * sys/oss/gstossdmabuffer.c:
20787         * sys/oss/gstosshelper.c:
20788         * sys/oss/gstossmixer.c:
20789         * sys/oss/gstossmixerelement.c:
20790         * sys/oss/gstossmixertrack.c:
20791         * sys/oss/gstosssink.c:
20792         * sys/oss/gstosssrc.c:
20793           Actually use the 'oss' debug category we register.
20794
20795 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20796
20797         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20798         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20799         Use gst_pad_get_parent and drop the ref that was added through
20800         that call.
20801
20802 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20803
20804         * gst/rtp/gstrtpgsmenc.c:
20805           Fix compilation
20806
20807 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20808
20809         * gst/rtp/gstrtpg711dec.c
20810         Just removed a couple of lines of weird code used during
20811         development/test time.
20812
20813 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20814
20815         * gst/rtp/Makefile.am
20816         * gst/rtp/gstrtp.c
20817         * gst/rtp/gstrtpg711enc.c
20818         * gst/rtp/gstrtpg711enc.h
20819         * gst/rtp/gstrtpg711dec.c
20820         * gst/rtp/gstrtpg711dec.h
20821         Created G711 payloader and depayloader (it supports mulaw and alaw
20822         (dec)encoders)
20823
20824 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20825
20826         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20827         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20828         Doh ! I introduced wingo's bug again ! Sorry...
20829
20830 2005-10-25  Christian Schaller <christian@fluendo.com> 
20831
20832         * gst/rtp/Makefile.am: add missing header files for disting
20833
20834 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20835
20836         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20837         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20838         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20839         (gst_rtpgsmenc_handle_buffer):
20840         * gst/rtp/gstrtpgsmenc.h:
20841         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20842         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20843         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20844         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20845         * gst/rtp/gstrtpgsmparse.h:
20846         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20847
20848 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20849
20850         * ext/libpng/gstpngdec.c: (user_info_callback),
20851         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20852         a newsegment event, move some redundant code in a single place.
20853
20854 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20855
20856         * ext/libpng/gstpngdec.c: (user_info_callback),
20857         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20858         hack to get correct colors order when we have a png image with
20859         alpha channel.
20860
20861 2005-10-24  Edward Hervey  <edward@fluendo.com>
20862
20863         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20864         Call gst_element_no_more_pads when there will be no more pads.
20865
20866 2005-10-24  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst/rtp/Makefile.am:
20869         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20870         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20871         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20872         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20873         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20874         (gst_asteriskh263_plugin_init):
20875         * gst/rtp/gstasteriskh263.h:
20876         * gst/rtp/gstrtp.c: (plugin_init):
20877         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20878         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20879         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20880         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20881         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20882         (gst_rtph263enc_plugin_init):
20883         * gst/rtp/gstrtph263enc.h:
20884         Added two new payloaders, an RFC 2190 payloader for h263 and
20885         a payload convertor for an asterisk server.
20886
20887 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20888
20889         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20890           Set bytes_per_sample correctly (is not always 4, but 
20891           depends on width and number of channels).
20892
20893 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20894
20895         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20896         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20897         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20898         (gst_flacenc_sink_event), (gst_flacenc_chain),
20899         (gst_flacenc_set_property), (gst_flacenc_get_property),
20900         (gst_flacenc_change_state):
20901         * ext/flac/gstflacenc.h:
20902           Fix seeking, so that flacenc can rewrite the header with the
20903           correct duration and amount of samples and all that at EOS;
20904           also set timestamps and granulepos on outgoing buffers; add
20905           debug category; fix state change function.
20906           
20907 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20908
20909         * gst/videomixer/videomixer.c: Don't restrict video geometry
20910         from 16 to 4096.
20911
20912 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20913
20914         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20915         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20916         Fix caps negotiation correctly, add debugging category.
20917
20918 2005-10-24  Christian Schaller  <christian@fluendo.com>
20919
20920         * configure.ac: Port over Thomas's change from base listing all plugins
20921
20922 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20923
20924         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20925         a sink pad.
20926
20927 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20928
20929         * configure.ac:
20930         * docs/upload.mak:
20931           back to HEAD
20932
20933 === release 0.9.4 ===
20934
20935 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20936
20937         * configure.ac:
20938           Releasing 0.9.4, "Dromiceiomimus"
20939
20940 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20941
20942         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20943         (gst_speexenc_src_query):
20944           Add position and duration query, fix query type function.
20945           
20946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20947         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20948           Let's not set non-fixed caps on source pads.
20949
20950 2005-10-21  Wim Taymans  <wim@fluendo.com>
20951
20952         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20953         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20954         (gst_avi_demux_handle_seek):
20955         Set correct stream_time in newsegment event.
20956         avi can also handle a duration query now.
20957
20958 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * gst/matroska/matroska-demux.c:
20961         (gst_matroska_demux_handle_src_query),
20962         (gst_matroska_demux_handle_seek_event),
20963         (gst_matroska_demux_loop_stream_parse_id):
20964           Fix duration query; fix basetime in newsegment event after
20965           seek; fix duration in initial newsegment event.
20966
20967         * gst/matroska/matroska-mux.c:
20968         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20969           Extract number of channels and samplerate from vorbis headers;
20970           add some debug messages when querying the durations of the
20971           input streams.
20972
20973 2005-10-20  Wim Taymans  <wim@fluendo.com>
20974
20975         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20976         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20977         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20978         Set stream time correctly in newsegment.
20979
20980 2005-10-20  Wim Taymans  <wim@fluendo.com>
20981
20982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20983         Correctly fill in the stream time.
20984
20985 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * check/elements/level.c: (GST_START_TEST):
20988         * gst/level/gstlevel.c: (gst_level_message_new):
20989         * gst/level/level-example.c: (message_handler):
20990           use ELEMENT messages instead
20991
20992 2005-10-19  Wim Taymans  <wim@fluendo.com>
20993
20994         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20995         (gst_dvdemux_src_query):
20996         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20997         (gst_flacdec_src_query):
20998         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20999         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21000         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21001         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21002         * gst/debug/progressreport.c: (gst_progress_report_report):
21003         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21004         * gst/matroska/matroska-demux.c:
21005         (gst_matroska_demux_handle_src_query):
21006         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21007         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21008         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21009         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21010         (gst_wavparse_srcpad_event):
21011         API change fix.
21012
21013 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21014
21015         * gst/goom/filters.c:
21016         * gst/goom/graphic.h:
21017         * gst/goom/lines.c:
21018           Make inline functions either 'static inline' or 'extern inline',
21019           otherwise the Forte compiler apparently won't inline them (#317300).
21020
21021 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21022
21023         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21024         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21025         (user_info_callback), (user_endrow_callback), (user_end_callback),
21026         (user_read_data), (gst_pngdec_caps_create_and_set),
21027         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21028         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21029         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21030         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21031         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21032         very nice and handle push/pull based model. if you have filesrc
21033         connected to it, it will do random access to load the png file.
21034         If you have a network source that can't do _getrange, it does 
21035         progressive loading through the chain function.
21036         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21037         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21038         thanks to Master Wim Taymans ;-)
21039
21040 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21041
21042         * gst/matroska/Makefile.am:
21043         * gst/matroska/ebml-read.c:
21044         * gst/matroska/ebml-read.h:
21045         * gst/matroska/matroska-demux.c:
21046         * gst/matroska/matroska-demux.h:
21047         * gst/matroska/matroska.c: (plugin_init):
21048           Ported matroska demuxer to 0.9.
21049
21050 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21051
21052         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21053
21054         * gst/matroska/matroska-mux.c:
21055         (gst_matroska_mux_video_pad_setcaps),
21056         (gst_matroska_mux_audio_pad_setcaps):
21057           Fix mpeg4 input handling (#318847); also, while we're at it,
21058           fix media type for Motion-JPEG: should be image/jpeg.
21059
21060 2005-10-18  Wim Taymans  <wim@fluendo.com>
21061
21062         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21063         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21064         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21065         Fix for segment-start/stop API change.
21066
21067 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21068
21069         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21070         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21071         way.
21072
21073 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21074
21075         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21076         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21077         output declared in transform_caps.
21078
21079 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21080
21081         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21082
21083 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21084
21085         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21086         (gst_video_box_get_unit_size): Fix wrong size calculations and
21087         implement get_unit_size correctly.
21088
21089 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21090
21091         * configure.ac:
21092           Enable flx plugin.
21093
21094         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21095           Fix gcc4 signedness issue.
21096
21097 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21098
21099         * configure.ac: Adding videomixer.
21100         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21101         (user_read_data), (gst_pngdec_chain): More debugging.
21102         * gst/alpha/Makefile.am: Adding alphacolor
21103         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21104         (gst_alpha_color_class_init), (gst_alpha_color_init),
21105         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21106         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21107         (plugin_init): Ported to 0.9 using in place base tranform.
21108         * gst/videomixer/Makefile.am:
21109         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21110         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21111         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21112         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21113         (gst_videomixer_init), (gst_videomixer_getcaps),
21114         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21115         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21116         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21117         to 0.9 using collectpads.
21118
21119 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21120
21121         * configure.ac:
21122         * gst/flx/Makefile.am:
21123         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21124         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21125         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21126         * gst/flx/gstflxdec.h:
21127         flx plugin ported to 0.9
21128
21129 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21132           use new gst_version_string()
21133
21134 2005-10-16  Andy Wingo  <wingo@pobox.com>
21135
21136         * configure.ac: GLIB_CHECK.
21137
21138 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21139
21140         * ext/libpng/Makefile.am:
21141         * ext/libpng/gstpng.c: (plugin_init):
21142         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21143         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21144         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21145
21146 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21147
21148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21149
21150         * configure.ac:
21151         * gst/matroska/Makefile.am:
21152         * gst/matroska/ebml-ids.h:
21153         * gst/matroska/ebml-write.c:
21154         * gst/matroska/ebml-write.h:
21155         * gst/matroska/matroska-ids.h:
21156         * gst/matroska/matroska-mux.c:
21157         * gst/matroska/matroska-mux.h:
21158         * gst/matroska/matroska.c: (plugin_init):
21159           Port matroska muxer to 0.9 (#318847).
21160
21161 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21162
21163         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21164         (comment_init), (comment_add):
21165           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21166           use GST_READ_UINT32_LE() and friends rather than the private
21167           implementation of those same macros.
21168
21169 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21170
21171         * examples/stats/mp2ogg.c:
21172           more typo fixes
21173
21174 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21175
21176         * examples/indexing/indexmpeg.c: (main):
21177         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21178         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21179         * ext/esd/esdmon.h:
21180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21181         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21182         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21183         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21184         * gst/avi/gstavimux.c: (gst_avimux_init):
21185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21186         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21187         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21188         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21189         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21190         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21191         * gst/oldcore/gstmultifilesrc.h:
21192         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21193         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21194         (gst_pipefilter_change_state):
21195         * gst/oldcore/gstpipefilter.h:
21196         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21197         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21198         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21199         * sys/osxaudio/gstosxaudiosink.h:
21200         * sys/osxaudio/gstosxaudiosrc.h:
21201           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21202           moved bitshift from macro to enum definition
21203
21204 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21205
21206         * ext/Makefile.am:
21207         * ext/cairo/Makefile.am:
21208         * ext/cairo/gstcairo.c: (plugin_init):
21209         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21210         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21211         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21212         * ext/cairo/gsttimeoverlay.h:
21213           update of cairo-based timeoverlay to 1.0 Cairo API
21214           doesn't work yet for resizing of output sink
21215
21216 2005-10-11  Wim Taymans  <wim@fluendo.com>
21217
21218         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21219         newsegment API fix.
21220
21221 2005-10-11  Wim Taymans  <wim@fluendo.com>
21222
21223         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21224         (gst_dvdemux_demux_frame):
21225         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21226         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21228         (gst_avi_demux_handle_seek):
21229         * gst/goom/gstgoom.c: (gst_goom_event):
21230         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21231         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21232         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21233         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21234         (gst_wavparse_srcpad_event):
21235         newsegment API update.
21236
21237 2005-10-11  Andy Wingo  <wingo@pobox.com>
21238
21239         * ext/speex/gstspeexenc.c: Signedness cleanups.
21240
21241 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21242
21243         * PORTED_09:
21244         * ext/speex/Makefile.am:
21245         * ext/speex/gstspeex.c:
21246         * ext/speex/gstspeexenc.c:
21247         Speexenc ported to 0.9
21248
21249 2005-10-10  Wim Taymans  <wim@fluendo.com>
21250
21251         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21252         (gst_oss_sink_init), (gst_oss_sink_set_property),
21253         (gst_oss_sink_get_property), (gst_oss_sink_open),
21254         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21255         * sys/oss/gstosssink.h:
21256         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21257         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21258         (gst_oss_src_prepare):
21259         Cleanups, make device configurable in the sink, handle and report
21260         errors.
21261
21262 2005-10-10  Wim Taymans  <wim@fluendo.com>
21263
21264         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21265         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21266         Make sure element is NULL before removing from the bin.
21267
21268 2005-10-07  Andy Wingo  <wingo@pobox.com>
21269
21270         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21271         block forever in a read().
21272         (gst_dv1394src_bus_reset): Post a message when the cable is
21273         unplugged.
21274         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21275         (gst_dv1394src_bus_reset): Don't unref the message.
21276
21277         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21278         hacking. The only change should be that the state change stuff was
21279         put into basesrc's start() and stop() routines, which coalesces
21280         some steps.
21281
21282 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21283
21284         * configure.ac:
21285           Add check for mmap
21286           
21287         * gst/debug/Makefile.am:
21288           Only compile efence plugin on systems that have mmap.
21289
21290 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21291
21292         * gst/debug/Makefile.am:
21293         * gst/debug/breakmydata.c:
21294         * gst/debug/gstdebug.c:
21295         * gst/debug/gstnavigationtest.c:
21296         * gst/debug/gstnavseek.c: 
21297         * gst/debug/gstnavseek.h:
21298         * gst/debug/progressreport.c: 
21299         * gst/debug/testplugin.c:
21300           Port progressreport, navseek, navigationtest, testsink and
21301           breakmydata.
21302
21303 2005-10-05  Edward Hervey  <edward@fluendo.com>
21304
21305         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21306         (gst_dvdemux_src_query):
21307         Fixes for better conversion
21308
21309 2005-10-04  Michael Smith <msmith@fluendo.com>
21310
21311         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21312         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21313         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21314         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21315           Set state of elements to NULL before removing from bins.
21316           Set state of test element to NULL if we failed to move it to READY
21317
21318 2005-10-04  Edward Hervey  <edward@fluendo.com>
21319
21320         * ext/dv/Makefile.am:
21321         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21322         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21323         Corrected the query function for position so it doesn't forget what
21324         format was asked, and calls the conversion functions on the correct pad.
21325
21326 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21327
21328         * configure.ac:
21329           back to development
21330
21331 === release 0.9.3 ===
21332
21333 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21334
21335         * configure.ac:
21336           Releasing 0.9.3, "Aramis"
21337
21338 2005-10-03  Andy Wingo  <wingo@pobox.com>
21339
21340         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21341         error returns.
21342
21343 2005-10-02  Andy Wingo  <wingo@pobox.com>
21344
21345         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21346
21347         * ext/flac/gstflacenc.c: Ported to 0.9.
21348
21349         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21350
21351         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21352         and link to gsttagedit. Enable flacenc.
21353
21354         * ext/flac/gstflacdec.c: Re-enable tag reading.
21355
21356 2005-09-30  Wim Taymans  <wim@fluendo.com>
21357
21358         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21359         * gst/rtp/gstrtpgsmparse.c:
21360         * gst/rtp/gstrtph263penc.c:
21361         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21362         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21363         (gst_rtpmp4venc_set_property):
21364         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21365         Various class and caps fixes from Andre Magalhaes (andrunko)
21366
21367 2005-09-29  Wim Taymans  <wim@fluendo.com>
21368
21369         * gst/level/level-example.c: (main):
21370         Update for new bus API.
21371
21372 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21373
21374         * configure.ac:
21375           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21376           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21377
21378 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21379
21380         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21381           Fix playback of mono streams (bytes_per_sample should be set
21382           from the sample width and the number of channels negotiated,
21383           and not just be set to 4) (#317338)
21384
21385 2005-09-26  Wim Taymans  <wim@fluendo.com>
21386
21387         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21388         (gst_rtpmpaenc_handle_buffer):
21389         Set buffer duration correctly.
21390
21391 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21392
21393         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21394         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21395         (gst_avi_demux_change_state):
21396           Don't crash when encountering a stream with an unknown fourcc or
21397           codec id. Instead, create a pad of type video/x-avi-unknown or
21398           audio/x-avi-unknown, which as a side-effect also results in less
21399           confusing error messages in players ('no decoder' vs. 'no streams');
21400           minor fixes to state change function and class_init function.
21401
21402 2005-09-24  Wim Taymans  <wim@fluendo.com>
21403
21404         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21405         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21406         These are sinks.
21407
21408 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21409
21410         * check/elements/level.c: (GST_START_TEST):
21411           fix test for new GstClockTime use
21412         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21413         (gst_level_transform_ip):
21414         * gst/level/gstlevel.h:
21415           fix up the decay peak, ensuring the decay peak is never lower
21416           than the peak for that interval
21417
21418 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * docs/plugins/gst-plugins-good-plugins.args:
21421         * docs/plugins/inspect/plugin-alpha.xml:
21422         * docs/plugins/inspect/plugin-rtp.xml:
21423         * gst/level/gstlevel.c: (gst_level_set_caps),
21424         (gst_level_transform_ip):
21425           updating docs
21426
21427 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21428
21429         * Makefile.am:
21430         * check/elements/level.c: (GST_START_TEST):
21431         * gst/level/Makefile.am:
21432         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21433         (gst_level_set_property), (gst_level_get_property),
21434         (gst_level_set_caps), (gst_level_message_new),
21435         (gst_level_transform_ip):
21436         * gst/level/gstlevel.h:
21437         * gst/level/level-example.c: (message_handler), (main):
21438           convert to using GstClockTime for all time values, finally.
21439
21440 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21441
21442         * gst/auparse/Makefile.am:
21443         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21444           fix up build
21445         * configure.ac:
21446         * ext/cairo/Makefile.am:
21447         * ext/dv/Makefile.am:
21448         * ext/esd/Makefile.am:
21449         * ext/flac/Makefile.am:
21450         * ext/gconf/Makefile.am:
21451         * ext/gdk_pixbuf/Makefile.am:
21452         * ext/jpeg/Makefile.am:
21453         * ext/ladspa/Makefile.am:
21454         * ext/libcaca/Makefile.am:
21455         * ext/libmng/Makefile.am:
21456         * ext/libpng/Makefile.am:
21457         * ext/mikmod/Makefile.am:
21458         * ext/pango/Makefile.am:
21459         * ext/raw1394/Makefile.am:
21460         * ext/shout2/Makefile.am:
21461         * ext/speex/Makefile.am:
21462         * gst/alpha/Makefile.am:
21463         * gst/autodetect/Makefile.am:
21464         * gst/avi/Makefile.am:
21465         * gst/cutter/Makefile.am:
21466         * gst/debug/Makefile.am:
21467         * gst/effectv/Makefile.am:
21468         * gst/flx/Makefile.am:
21469         * gst/goom/Makefile.am:
21470         * gst/interleave/Makefile.am:
21471         * gst/law/Makefile.am:
21472         * gst/matroska/Makefile.am:
21473         * gst/median/Makefile.am:
21474         * gst/monoscope/Makefile.am:
21475         * gst/multipart/Makefile.am:
21476         * gst/oldcore/Makefile.am:
21477         * gst/rtp/Makefile.am:
21478         * gst/rtsp/Makefile.am:
21479         * gst/smoothwave/Makefile.am:
21480         * gst/smpte/Makefile.am:
21481         * gst/videobox/Makefile.am:
21482         * gst/videofilter/Makefile.am:
21483         * gst/videomixer/Makefile.am:
21484         * gst/wavenc/Makefile.am:
21485         * gst/wavparse/Makefile.am:
21486         * sys/oss/Makefile.am:
21487         * sys/osxaudio/Makefile.am:
21488         * sys/osxvideo/Makefile.am:
21489           fix up GST_LIBS use
21490
21491 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21492
21493         * gst/auparse/Makefile.am:
21494         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21495           fix build of auparse
21496
21497 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21498
21499         * configure.ac:
21500         * PORTED_09:
21501         * gst/auparse/gstauparse.c:
21502         * gst/auparse/gstauparse.h:
21503         Auparse ported to 0.9.
21504
21505 2005-09-22  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst/rtp/TODO:
21508         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21509         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21510         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21511         (gst_rtpmp4venc_set_property):
21512         * gst/rtp/gstrtpmp4venc.h:
21513         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21514         * gst/rtp/gstrtpmpaenc.h:
21515         Use is_filled to both check MTU and max-ptime of base class.
21516
21517 2005-09-22  Wim Taymans  <wim@fluendo.com>
21518
21519         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21520         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21521         (gst_rtpmp4venc_set_property):
21522         Don't fragment packets with multiple frames.
21523
21524 2005-09-22  Wim Taymans  <wim@fluendo.com>
21525
21526         * gst/rtp/TODO:
21527         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21528         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21529         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21530         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21531         (gst_rtpmp4venc_get_property):
21532         * gst/rtp/gstrtpmp4venc.h:
21533         Remove g_print.
21534         Update TODO
21535         Make payload encoder a bit smarter and more correct with
21536         timestamps.
21537         Added option in payloader to include config string in-band.
21538
21539 2005-09-21  Wim Taymans  <wim@fluendo.com>
21540
21541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21542         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21543         (gst_rtspsrc_send):
21544         Strip spaces for key/value pairs.
21545
21546 2005-09-21  Wim Taymans  <wim@fluendo.com>
21547
21548         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21549         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21550         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21551         (gst_rtspsrc_change_state):
21552         More SDP parsing and caps setting.
21553         Do NO_PREROLL differently.
21554         add pads only after negotiated.
21555
21556         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21557         (gst_udpsrc_getcaps):
21558         Implement the getcaps function.
21559
21560 2005-09-21  Wim Taymans  <wim@fluendo.com>
21561
21562         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21563         (gst_rtpamrdec_chain):
21564         Handle multiple AMr packets per payload. Handle CRC and
21565         parse ILL/ILP.
21566
21567         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21568         Make caps params strings for easy SDP mapping.
21569         
21570         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21571         Handle capsnego better.
21572
21573         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21574         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21575         Generate and parse config string in the caps.
21576
21577 2005-09-21  Wim Taymans  <wim@fluendo.com>
21578
21579         * gst/rtp/README:
21580         Update README
21581
21582         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21583         Make extra params as strings.
21584
21585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21586         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21587         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21588         Make state change return NO_PREROLL as this is a live
21589         source.
21590
21591         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21592         Don't unref old caps when NULL.
21593
21594 2005-09-20  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21597         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21598         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21599         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21600         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21601         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21602         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21603         * gst/rtsp/sdpmessage.h:
21604         Add URI handler.
21605         Parse SDP and create caps.
21606
21607 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21608
21609         * gst/alpha/gstalpha.c:
21610           fix element description
21611
21612 2005-09-19  Wim Taymans  <wim@fluendo.com>
21613
21614         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21615         Don't check payload for now.
21616
21617 2005-09-19  Wim Taymans  <wim@fluendo.com>
21618
21619         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21620         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21621         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21622         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21623         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21624         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21625         (gst_wavparse_change_state):
21626         * gst/wavparse/gstwavparse.h:
21627         Fix wavparse some more.
21628
21629 2005-09-19  Wim Taymans  <wim@fluendo.com>
21630
21631         * check/elements/level.c: (GST_START_TEST):
21632         Fix for bus API change.
21633
21634 2005-09-19  Wim Taymans  <wim@fluendo.com>
21635
21636         * gst/level/level-example.c: (main):
21637         Fix for new bus API.
21638
21639         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21640         Set caps on pads.
21641
21642 2005-09-15  Wim Taymans  <wim@fluendo.com>
21643
21644         * gst/rtp/Makefile.am:
21645         * gst/rtp/README:
21646         * gst/rtp/gstrtp.c: (plugin_init):
21647         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21648         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21649         (gst_rtpamrdec_change_state):
21650         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21651         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21652         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21653         * gst/rtp/gstrtpamrenc.h:
21654         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21655         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21656         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21657         * gst/rtp/gstrtpgsmenc.h:
21658         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21659         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21660         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21661         (gst_rtpgsmparse_change_state):
21662         * gst/rtp/gstrtpgsmparse.h:
21663         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21664         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21665         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21666         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21667         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21668         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21669         * gst/rtp/gstrtph263penc.h:
21670         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21671         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21672         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21673         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21674         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21675         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21676         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21677         * gst/rtp/gstrtpmp4venc.h:
21678         * gst/rtp/gstrtpmpadec.c:
21679         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21680         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21681         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21682         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21683         * gst/rtp/gstrtpmpaenc.h:
21684         Updates to payloader/depayloaders, make payloaders use
21685         the base classes.
21686         Updated README with suggested RTP caps and how to convert
21687         to/from SDP.
21688         Added config descriptor in mp4v payloader.
21689
21690 2005-09-15  Andy Wingo  <wingo@pobox.com>
21691
21692         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21693         * gst/autodetect/gstautovideosink.c
21694         (gst_auto_video_sink_find_best): Update for new registry API.
21695
21696 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * common/c-to-xml.py:
21699         * common/gtk-doc-plugins.mak:
21700           a simple py script to generate valid xml from a C example
21701           probably also need to strip an MIT license when we decide
21702         * docs/plugins/Makefile.am:
21703         * gst/level/Makefile.am:
21704         * gst/level/gstlevel.c: (gst_level_init):
21705         * gst/level/level-example.c: (message_handler), (main):
21706           add an example to level that will show up in the docs
21707         * gst/rtp/TODO:
21708           add a note for the future
21709
21710 2005-09-14  Michael Smith <msmith@fluendo.com>
21711
21712         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21713           Actually define the debug object being used in wavenc. Fixes #316205
21714
21715 2005-09-14  Michael Smith <msmith@fluendo.com>
21716
21717         * gst/smpte/Makefile.am:
21718           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21719           needed to build on windows (bug 316204)
21720
21721 2005-09-12  Andy Wingo  <wingo@pobox.com>
21722
21723         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21724
21725 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21726
21727         * configure.ac:
21728         * gst/fdsrc/Makefile.am:
21729         * gst/fdsrc/gstfdsrc.c:
21730         * gst/fdsrc/gstfdsrc.h:
21731           Move fdsrc back into gstreamer core elements.
21732
21733         * gst/level/gstlevel.c: (gst_level_class_init),
21734         (gst_level_transform_ip):
21735         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21736           Basetransform changes.
21737
21738 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21739
21740         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21741         * ext/jpeg/smokecodec.c: (find_best_size):
21742           fix compiler warnings
21743
21744 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         * gst-plugins-good.spec.in:
21747           spec file fixes
21748         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21749         (gst_multiudpsink_render), (gst_multiudpsink_add),
21750         (gst_multiudpsink_clear):
21751           it actually helps to actually stream if we hook up the
21752           "add" signal to an actual implementation
21753         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21754           some debugging
21755
21756 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21757
21758         * ext/jpeg/Makefile.am:
21759         * ext/jpeg/gstjpeg.c
21760         * ext/jpeg/gstjpegenc.c:
21761         * ext/jpeg/gstsmokeenc.c:
21762
21763 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21764
21765         * ext/flac/gstflacdec.c:
21766         * ext/flac/gstflacenc.c:
21767         * ext/flac/gstflactag.c:
21768         * ext/speex/gstspeexenc.c:
21769           gsttaginterface.h -> gsttagsetter.h
21770
21771 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21772
21773         * configure.ac:
21774         * gst/debug/Makefile.am:
21775         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21776         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21777         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21778         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21779         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21780           Port to 0.9 and re-enable efence plugin.
21781
21782 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21783
21784         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21785         (gst_flacdec_write), (gst_flacdec_convert_src):
21786         * ext/flac/gstflacdec.h:
21787           Add support for flac files with 24/32 bits per sample; and misc.
21788           minor clean-ups. Seeking is still partly broken (for me at least).
21789
21790 2005-09-06  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst/rtp/Makefile.am:
21793         * gst/rtp/gstrtp.c: (plugin_init):
21794         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21795         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21796         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21797         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21798         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21799         (gst_rtpmp4vdec_plugin_init):
21800         * gst/rtp/gstrtpmp4vdec.h:
21801         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21802         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21803         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21804         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21805         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21806         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21807         * gst/rtp/gstrtpmp4venc.h:
21808         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21809         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21810         Added mpeg4 video payload encoder/decoder.
21811         Added some docs in mpa payloader.
21812
21813 === release 0.9.1 ===
21814
21815 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21816
21817         * NEWS:
21818         * README:
21819         * RELEASE:
21820         * autogen.sh:
21821         * configure.ac:
21822           releasing 0.9.1, "Blondie"
21823
21824 2005-09-05  Andy Wingo  <wingo@pobox.com>
21825
21826         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21827         here from the state change handler, so we fire signals without
21828         holding the state lock.
21829
21830 2005-09-02  Andy Wingo  <wingo@pobox.com>
21831
21832         * All plugins updated for element state changes.
21833
21834 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21835
21836         * Makefile.am:
21837         * check/.cvsignore:
21838         * check/Makefile.am:
21839         * check/elements/.cvsignore:
21840         * check/elements/level.c: (setup_level), (cleanup_level),
21841         (GST_START_TEST), (level_suite), (main):
21842           add a test for level
21843         * common/release.mak:
21844           move the enum checking to release.mak
21845         * configure.ac:
21846           add valgrind and check checking
21847         * gst/level/gstlevel.c: (gst_level_transform):
21848         * gst/level/gstlevel.h:
21849           fix Andy's cast bug
21850           convert a field to int
21851           fix the arithmetic to int when checking for emit so that a
21852           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21853
21854 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21855
21856         * Makefile.am:
21857         * configure.ac:
21858           add docs to build
21859         * common/plugins.xsl:
21860           wrap Description into a refsect2
21861         * docs/Makefile.am:
21862         * docs/plugins/Makefile.am:
21863         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21864         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21865         * gst/goom/Makefile.am:
21866         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21867         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21868         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21869         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21870         (gst_goom_change_state):
21871         * gst/goom/gstgoom.h:
21872           GstGOOM -> GstGoom
21873           add an example launch line
21874         * gst/level/gstlevel.h:
21875         * gst/monoscope/gstmonoscope.c:
21876           cleanups
21877
21878 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21879
21880         * configure.ac:
21881         * docs/plugins/Makefile.am:
21882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21884         * docs/plugins/gst-plugins-good-plugins.types:
21885           document elements and plugins.  Shazam !
21886
21887 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21888
21889         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21890           be found under doc/random/ChangeLog-0.8