tests/check/elements/deinterleave.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/deinterleave.c: (deinterleave_suite):
4         Increase timeout to 3 minutes to prevent timeouts.
5
6 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
7
8         * tests/check/elements/interleave.c: (interleave_suite):
9         Increase timeout to 3 minutes to prevent timeouts.
10
11 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
12
13         * gst/avi/gstavimux.c:
14         * gst/avi/gstavimux.h:
15           Totally remove the internal taglists and fully use tagsetter.
16
17 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
18
19         * gst/avi/gstavimux.c:
20           Instead of filtering wrongly just use the mergemode. Applications is
21           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
22           avi for real (I hope). Everyone chime in, before I fix the others.
23
24 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
25
26         * ext/pulse/pulsemixerctrl.c:
27           Add note about memleak.
28
29 2008-12-13  Edward Hervey  <bilboed@gmail.com>
30
31         * m4/Makefile.am:
32         A couple more .m4 that aren't shipped anymore with gettext 0.17.
33
34 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
35
36         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
37         (gst_flac_dec_init):
38         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
39         (gst_alaw_dec_init):
40         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
41         (gst_alaw_enc_init):
42         * gst/law/alaw.c: (plugin_init):
43         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
44         (gst_mulawdec_init):
45         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
46         (gst_mulawenc_init):
47         * gst/law/mulaw.c: (plugin_init):
48         Switch to using GstStaticPadTemplate.
49         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
50         Don't forget to free the addrinfo structure.
51         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
52         (gst_wavparse_sink_activate):
53         Don't forget to unref the GstAdapter.
54
55 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
56
57         * m4/Makefile.am:
58         inttypes.m4 hasn't been available since gettext-0.15, and since we now
59         require gettext >= 0.17 ... we can remove it from the list of files to
60         dist.
61
62 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
63
64         * gst/avi/gstavidemux.c:
65           More logging.
66
67         * gst/avi/gstavimux.c:
68           Handle more metadata fields. Better estimate of metadata size. Don't
69           merge received tags, if application has specified tags using
70           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
71
72 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73
74         * tests/check/Makefile.am:
75         Also ignore pulsemixer for the states unit test.
76
77 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
80         Add an EOI marker at the end of the jpeg frame when it's missing.
81         Fixes #563056.
82
83 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
84
85         * tests/check/elements/videocrop.c: (check_1x1_buffer):
86         Update the unit test for the new color values for BT.601 red.
87         Fixes bug #563510.
88
89 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
90
91         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
92           Restore previous behaviour of not passing QoS and navigation
93           events upstream, which presumably wasn't meant to be changed.
94
95 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
96
97         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
98         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
99         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
100         (gst_dvdemux_chain), (gst_dvdemux_loop),
101         (gst_dvdemux_change_state):
102         Add srcpads only when needed and remove them again when going
103         back to READY. This prevents stalled pipelines if there's no
104         audio inside the DV stream, which happens for many MXF files.
105
106 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
107
108         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
109         (run_server):
110         The ports in libsoup are unsigned integers and not signed
111         integers.
112
113 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
116         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
117         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
118         (gst_dvdemux_chain), (gst_dvdemux_loop),
119         (gst_dvdemux_change_state):
120         Add srcpads only when they're needed. If we add all pads in any
121         case we will get a stalling audio pad if the stream contains
122         no audio, which is the case for many MXF files.
123
124 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
125
126         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
127         Forward all events upstream unless it's something we really
128         don't handle. This fixes latency configuration of pipelines.
129
130 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
131
132         * ext/dv/gstdv.c: (plugin_init):
133         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
134         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
135         Really call dv_init() exactly one time, not one time for
136         the demuxer and one time for the decoder.
137
138 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
139
140         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
141         Copy incomming timestamp to outgoing packets.
142
143 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
144
145         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
146         (gst_rtp_mp4v_pay_event):
147         Don't try to push packets before we could find a valid config
148         startcode. Fixes #563509.
149
150 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
151
152         Patch by: Brian Cameron <brian.cameron at sun dot com>
153
154         * sys/sunaudio/gstsunaudiomixerctrl.c:
155         (gst_sunaudiomixer_ctrl_open):
156         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
157
158 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
159
160         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
161
162         * configure.ac:
163         Make usage of libv4l optional by a configure parameter.
164         Fixes bug #563504.
165
166 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
167
168         * docs/plugins/Makefile.am:
169         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
170         * docs/plugins/gst-plugins-good-plugins-sections.txt:
171         * docs/plugins/gst-plugins-good-plugins.args:
172         * docs/plugins/gst-plugins-good-plugins.hierarchy:
173         * docs/plugins/gst-plugins-good-plugins.interfaces:
174         * docs/plugins/inspect/plugin-1394.xml:
175         * docs/plugins/inspect/plugin-aasink.xml:
176         * docs/plugins/inspect/plugin-alaw.xml:
177         * docs/plugins/inspect/plugin-alpha.xml:
178         * docs/plugins/inspect/plugin-alphacolor.xml:
179         * docs/plugins/inspect/plugin-annodex.xml:
180         * docs/plugins/inspect/plugin-apetag.xml:
181         * docs/plugins/inspect/plugin-audiofx.xml:
182         * docs/plugins/inspect/plugin-auparse.xml:
183         * docs/plugins/inspect/plugin-autodetect.xml:
184         * docs/plugins/inspect/plugin-avi.xml:
185         * docs/plugins/inspect/plugin-cacasink.xml:
186         * docs/plugins/inspect/plugin-cairo.xml:
187         * docs/plugins/inspect/plugin-cutter.xml:
188         * docs/plugins/inspect/plugin-debug.xml:
189         * docs/plugins/inspect/plugin-dv.xml:
190         * docs/plugins/inspect/plugin-efence.xml:
191         * docs/plugins/inspect/plugin-effectv.xml:
192         * docs/plugins/inspect/plugin-equalizer.xml:
193         * docs/plugins/inspect/plugin-esdsink.xml:
194         * docs/plugins/inspect/plugin-flac.xml:
195         * docs/plugins/inspect/plugin-flxdec.xml:
196         * docs/plugins/inspect/plugin-gamma.xml:
197         * docs/plugins/inspect/plugin-gconfelements.xml:
198         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
199         * docs/plugins/inspect/plugin-goom.xml:
200         * docs/plugins/inspect/plugin-goom2k1.xml:
201         * docs/plugins/inspect/plugin-halelements.xml:
202         * docs/plugins/inspect/plugin-icydemux.xml:
203         * docs/plugins/inspect/plugin-id3demux.xml:
204         * docs/plugins/inspect/plugin-interleave.xml:
205         * docs/plugins/inspect/plugin-jpeg.xml:
206         * docs/plugins/inspect/plugin-level.xml:
207         * docs/plugins/inspect/plugin-matroska.xml:
208         * docs/plugins/inspect/plugin-monoscope.xml:
209         * docs/plugins/inspect/plugin-mulaw.xml:
210         * docs/plugins/inspect/plugin-multifile.xml:
211         * docs/plugins/inspect/plugin-multipart.xml:
212         * docs/plugins/inspect/plugin-navigationtest.xml:
213         * docs/plugins/inspect/plugin-ossaudio.xml:
214         * docs/plugins/inspect/plugin-png.xml:
215         * docs/plugins/inspect/plugin-pulseaudio.xml:
216         * docs/plugins/inspect/plugin-quicktime.xml:
217         * docs/plugins/inspect/plugin-replaygain.xml:
218         * docs/plugins/inspect/plugin-rtp.xml:
219         * docs/plugins/inspect/plugin-rtsp.xml:
220         * docs/plugins/inspect/plugin-shout2send.xml:
221         * docs/plugins/inspect/plugin-smpte.xml:
222         * docs/plugins/inspect/plugin-soup.xml:
223         * docs/plugins/inspect/plugin-spectrum.xml:
224         * docs/plugins/inspect/plugin-speex.xml:
225         * docs/plugins/inspect/plugin-taglib.xml:
226         * docs/plugins/inspect/plugin-udp.xml:
227         * docs/plugins/inspect/plugin-video4linux2.xml:
228         * docs/plugins/inspect/plugin-videobalance.xml:
229         * docs/plugins/inspect/plugin-videobox.xml:
230         * docs/plugins/inspect/plugin-videocrop.xml:
231         * docs/plugins/inspect/plugin-videoflip.xml:
232         * docs/plugins/inspect/plugin-videomixer.xml:
233         * docs/plugins/inspect/plugin-wavenc.xml:
234         * docs/plugins/inspect/plugin-wavpack.xml:
235         * docs/plugins/inspect/plugin-wavparse.xml:
236         * docs/plugins/inspect/plugin-ximagesrc.xml:
237         * gst/matroska/matroska-demux.c:
238         * gst/matroska/matroska-demux.h:
239         * gst/matroska/matroska-mux.c:
240         * gst/matroska/matroska-mux.h:
241         Add documentation for matroskamux and matroskademux and
242         update the inspection xml files.
243
244 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
245
246         * configure.ac:
247         Apparently AC_CONFIG_MACRO_DIR breaks when using more
248         than one macro directory, reverting last change.
249
250 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
251
252         * configure.ac:
253         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
254         our M4 macros.
255
256 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
259         Provide the parameters that are required for the format string
260         to fix a compiler warning.
261
262 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
263
264         * gst/autodetect/gstautoaudiosrc.c:
265           Fix classification.
266
267 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
268
269         Patch by: Cygwin Ports maintainer
270                   <yselkowitz at users dot sourceforge dot net>
271
272         * autogen.sh:
273         * configure.ac:
274         Require gettext 0.17 because older versions don't mix with libtool
275         2.2. At build time an older gettext version will still work.
276         Fixes bug #556091.
277
278 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
279
280         Patch by: Peter Kjellerstedt <pkj at axis com>
281
282         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
283         Make gst_multiudpsink_render() ignore errors from sendto() instead of
284         breaking streaming. Emit a warning instead. Fixes #562572.
285
286 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         Patch by: Ron McOuat <rmcouat at smartt dot com>
289
290         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
291         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
292         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
293         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
294         * ext/soup/gstsouphttpsrc.h:
295         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
296         (digest_auth_cb), (run_test), (GST_START_TEST),
297         (souphttpsrc_suite), (run_server):
298         Add support for basic and digest authentication in souphttpsrc.
299         Fixes bug #561775.
300
301 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
302
303         Patch by: Pepijn Van Eeckhoudt
304                       <pepijn dot vaneeckhoudt at luciad dot com>
305
306         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
307         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
308         * gst/wavenc/gstwavenc.h:
309         * gst/wavenc/riff.h:
310         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
311
312 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
313
314         Patch by: 이문형 <iwings at gmail dot com>
315
316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
317         Prevent further read/write actions taken to the connect-failed socket by
318         erroring out quickly. See #562258.
319
320 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
321
322         * tests/examples/level/level-example.c:
323           Set fakesink to sync. Otherwise people might question the message
324           interval. Nevertheless the timestamp in the message is what matters.
325
326 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         * tests/icles/.cvsignore:
329         cvsignore newly generated file.
330
331 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
332
333         * gst/rtp/gstasteriskh263.c:
334         * gst/rtp/gstasteriskh263.h:
335         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
336         * gst/rtp/gstrtpL16depay.h:
337         * gst/rtp/gstrtpL16pay.c:
338         * gst/rtp/gstrtpL16pay.h:
339         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
340         * gst/rtp/gstrtpac3depay.h:
341         * gst/rtp/gstrtpamrdepay.c:
342         * gst/rtp/gstrtpamrdepay.h:
343         * gst/rtp/gstrtpamrpay.c:
344         * gst/rtp/gstrtpamrpay.h:
345         * gst/rtp/gstrtpdepay.c:
346         * gst/rtp/gstrtpdepay.h:
347         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
348         * gst/rtp/gstrtpg726depay.c:
349         * gst/rtp/gstrtpg726pay.c:
350         * gst/rtp/gstrtpg729depay.c:
351         * gst/rtp/gstrtpg729pay.c:
352         * gst/rtp/gstrtpgsmdepay.c:
353         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
354         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
355         * gst/rtp/gstrtph263depay.h:
356         * gst/rtp/gstrtph263pay.c:
357         * gst/rtp/gstrtph263pay.h:
358         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
359         * gst/rtp/gstrtph263pdepay.h:
360         * gst/rtp/gstrtph263ppay.c:
361         * gst/rtp/gstrtph263ppay.h:
362         * gst/rtp/gstrtph264depay.c:
363         * gst/rtp/gstrtph264depay.h:
364         * gst/rtp/gstrtph264pay.c:
365         * gst/rtp/gstrtph264pay.h:
366         * gst/rtp/gstrtpilbcdepay.c:
367         * gst/rtp/gstrtpilbcpay.c:
368         * gst/rtp/gstrtpjpegdepay.h:
369         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
370         * gst/rtp/gstrtpmp1sdepay.h:
371         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
372         * gst/rtp/gstrtpmp2tdepay.h:
373         * gst/rtp/gstrtpmp2tpay.c:
374         * gst/rtp/gstrtpmp2tpay.h:
375         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
376         * gst/rtp/gstrtpmp4apay.c:
377         * gst/rtp/gstrtpmp4apay.h:
378         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
379         * gst/rtp/gstrtpmp4gdepay.h:
380         * gst/rtp/gstrtpmp4gpay.c:
381         * gst/rtp/gstrtpmp4gpay.h:
382         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
383         * gst/rtp/gstrtpmp4vdepay.h:
384         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
385         * gst/rtp/gstrtpmp4vpay.h:
386         * gst/rtp/gstrtpmpadepay.c:
387         * gst/rtp/gstrtpmpadepay.h:
388         * gst/rtp/gstrtpmpapay.c:
389         * gst/rtp/gstrtpmpapay.h:
390         * gst/rtp/gstrtpmpvdepay.c:
391         * gst/rtp/gstrtpmpvdepay.h:
392         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
393         * gst/rtp/gstrtppcmapay.c:
394         * gst/rtp/gstrtppcmudepay.c:
395         * gst/rtp/gstrtppcmupay.c:
396         * gst/rtp/gstrtpspeexdepay.c:
397         * gst/rtp/gstrtpspeexpay.c:
398         * gst/rtp/gstrtpsv3vdepay.c:
399         * gst/rtp/gstrtpsv3vdepay.h:
400         * gst/rtp/gstrtptheoradepay.c:
401         * gst/rtp/gstrtptheoradepay.h:
402         * gst/rtp/gstrtptheorapay.c:
403         * gst/rtp/gstrtptheorapay.h:
404         * gst/rtp/gstrtpvorbisdepay.c:
405         * gst/rtp/gstrtpvorbisdepay.h:
406         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
407         * gst/rtp/gstrtpvorbispay.h:
408         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
409         * gst/rtp/gstrtpvrawpay.c:
410         Fix the descriptions and fix some email addresses.
411
412 2008-11-25  Julien Moutte  <julien@fluendo.com>
413
414         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
415         to supported qtdemux video codecs as I found some video clips using 
416         those.
417
418 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
421         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
422         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
423         (gst_auto_video_sink_detect):
424         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
425         Post an error when we can't set the internal ghostpad target.
426
427 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
430         (gst_video_crop_transform), (gst_video_crop_transform_caps),
431         (gst_video_crop_set_caps), (gst_video_crop_set_property):
432         * gst/videocrop/gstvideocrop.h:
433         Fix renegotiation when changing properties using the new basetransform
434         features. Fixes #561502.
435
436         * tests/icles/Makefile.am:
437         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
438         Add crazy interactive test unit for dynamically changing properties.
439
440 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
443         (gst_rtspsrc_parse_range):
444         Add some more debugging.
445         Use the reanges received from the server unconditionally.
446         Fixes #561625.
447
448 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
449
450         * ext/pulse/pulsesink.c:
451           Change #if 0 to something more expresive and add pointer to related
452           bug ticket.
453
454 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
455
456         Patch by: Tal Shalif <tshalif at nargila dot org>
457
458         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
459         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
460         the latter don't exist on some systems (mingw). Fixes bug #561990.
461
462 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
465
466         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
467         Add transferMode.dnla.org header to HTTP requests as this is
468         required by the DLNA specs and doesn't hurt in other situations.
469         Fixes bug #561802.
470
471 2008-11-20  Michael Smith <msmith@songbirdnest.com>
472
473         * sys/osxvideo/osxvideosink.h:
474         * sys/osxvideo/osxvideosink.m:
475           Handle video window resizing more correctly, avoiding crashes when
476           embedding the window and resizing it.
477
478 2008-11-20  Michael Smith <msmith@songbirdnest.com>
479
480         * gst/udp/gstmultiudpsink.c:
481         * gst/udp/gstudpnetutils.c:
482         * gst/udp/gstudpnetutils.h:
483         * gst/udp/gstudpsrc.c:
484           Fix multiudpsink on OSX by passing the specific length of the socket,
485           refactor that into a function shared with the same thing in udpsrc.
486
487 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
490         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
491         (gst_wavparse_stream_headers):
492         Fix the scaling code.
493         Fix parsing of the INFO chunks, we were reading the wrong number of
494         bytes.  Fixes #561580.
495
496 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
497
498         * gst/matroska/matroska-mux.c:
499         Fix NULL pointer dereference of an unset codec_id in the recently 
500         added Dirac paths
501
502 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
503
504         * tests/check/Makefile.am:
505         Just keep disabling elements that hang the states test until it
506         works.
507
508 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
509
510         * ext/libpng/gstpngenc.c:
511         Don't flush downstream after every buffer - that's not what
512         this libpng callback is for at all!
513
514 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
515
516         * sys/v4l2/v4l2src_calls.c:
517           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
518           (gst_v4l2src_probe_caps_for_format):
519           Turns out we don't always get the frame sizes in a predefined
520           order from lowest to highest resolution, so let's just sort the
521           list by frame size once we've queried the possible resolutions
522           rather than assume any particular order. Fixes probed caps for
523           the camera in my HP2133 mini notebook and makes v4l2src default
524           to a decent size.
525
526 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
527
528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
529         * gst/matroska/matroska-ids.h:
530         Make mkvdemux aware of E-AC3.
531
532 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
533
534         * gst/rtp/Makefile.am:
535         * gst/rtp/gstrtp.c: (plugin_init):
536         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
537         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
538         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
539         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
540         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
541         (gst_rtp_jpeg_depay_change_state),
542         (gst_rtp_jpeg_depay_plugin_init):
543         * gst/rtp/gstrtpjpegdepay.h:
544         Add a jpeg depayloader.
545
546         * gst/rtp/gstrtpjpegpay.c:
547         Set the default properties on the payloader to better defaults.
548
549 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
550
551         * sys/v4l2/gstv4l2.c:
552           Give it a primary rank for autovideosrc.
553
554 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
555
556         Patch by: Bjorn Ostby <bjornos at axis dot com>
557
558         * gst/rtp/Makefile.am:
559         * gst/rtp/gstrtp.c: (plugin_init):
560         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
561         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
562         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
563         (gst_rtp_jpeg_pay_read_quant_table),
564         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
565         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
566         (gst_rtp_jpeg_pay_plugin_init):
567         * gst/rtp/gstrtpjpegpay.h:
568         Add JPEG payloader. Fixes #560756.
569
570 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
571
572         Patch by: Fabricio Godoy <skarllot at gmail dot com>
573
574         * sys/oss/gstosssink.c: (gst_oss_sink_open):
575         * sys/oss/gstosssrc.c: (gst_oss_src_open):
576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
577         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
578         Fix some spelling mistakes. Fixes #556802.
579
580 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
581
582         * gst/equalizer/GstIirEqualizer10Bands.prs:
583         * gst/equalizer/GstIirEqualizer3Bands.prs:
584         * gst/equalizer/Makefile.am:
585         * gst/equalizer/gstiirequalizer10bands.c:
586         * gst/equalizer/gstiirequalizer3bands.c:
587           Add presets for equalizer. Fixes #522183.
588
589 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
590
591         * gst/rtsp/Makefile.am:
592         * gst/rtsp/gstrtsp.c: (plugin_init):
593         * gst/rtsp/gstrtspgoogle.c:
594         * gst/rtsp/gstrtspgoogle.h:
595         Remove google extension again, it's not needed anymore because we never
596         send multiple transports anymore.
597
598 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
601
602         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
603         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
604         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
605         (gst_rtspsrc_stream_free),
606         (gst_rtspsrc_stream_configure_udp_sinks),
607         (gst_rtspsrc_stream_configure_transport),
608         (gst_rtspsrc_send_dummy_packets),
609         (gst_rtspsrc_create_transports_string),
610         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
611         * gst/rtsp/gstrtspsrc.h:
612         Add property to configure NAT traversal method.
613         Ignore EOS from the internal sinks.
614         Implement sending dummy packets as a (simple) method to open up
615         some firewalls.
616         Send PLAY request to the server after we started the udp sources.
617         Fixes #559545.
618
619 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         Patch by: Yotam <sh dot yotam at gmail dot com>
622
623         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
624         Flush the remaining frames on EOS. Fixes #560641.
625
626 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
627
628         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
629         Fix compiler warning about printf formatting.
630
631 2008-11-12  Andy Wingo  <wingo@pobox.com>
632
633         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
634         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
635         segment events instead of sending them from the seeking thread.
636         Fixes #559288.
637         (gst_qtdemux_push_pending_newsegment): New helper, sends out
638         queued newsegment events.
639         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
640         call it here, as we only seek when looping, and only push in the
641         movie state.
642
643 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
644
645         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
646         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
647         * gst/qtdemux/qtdemux_fourcc.h:
648         * gst/qtdemux/qtdemux_types.c:
649         Add cover and alternative copyright tag, and enhance some existing
650         ones by marking them as container atoms.
651
652 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
653
654         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
655         Don't ignore the return value of setcaps.
656
657 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         Patch by: Olivier Crete <tester at tester dot ca>
660
661         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
662         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
663         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
664         * gst/rtp/gstrtpg729pay.h:
665         Replace G729 payloader with an improved version. Fixes #532409.
666
667 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
670         (gst_rtspsrc_change_state):
671         Only send one transport at a time for improved compatibility with some
672         broken servers. See #537832.
673
674 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
677         (gst_rtspsrc_perform_seek):
678         Only pause/play in the seek handler when the source was playing.
679         Fixes #529379.
680
681 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
682
683         * gst/matroska/matroska-mux.c:
684         (gst_matroska_mux_handle_dirac_packet):
685         Fix muxing of Dirac streams if the input already has the format
686         we need, i.e. is the output of matroskademux.
687
688 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
689
690         * gst/avi/gstavimux.c:
691           Don't segfault on string typed tags being NULL. Fixes #560155.
692
693 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
694
695         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
696         (gst_matroska_mux_audio_pad_setcaps):
697         Fix mapping AAC profile to Matroska codec id.
698
699 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
700
701         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
702         (qtdemux_video_caps), (qtdemux_audio_caps):
703         Refactor some raw audio caps building, and handle >16-bit cases.
704         Fix/replace building caps from a string description.
705
706 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
707
708         * gst/audiofx/audiowsincband.c:
709         * gst/audiofx/audiowsinclimit.c:
710         * gst/cutter/gstcutter.c:
711           Make author name consistent with others.
712
713 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
716
717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
718         (gst_rtspsrc_stream_configure_udp_sink):
719         Pause the RTSP stream before doing a new play request.
720         Make sure that adding the udpsinks does not cause the rtspsrc to become
721         a sink. Fixes #559547.
722
723 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
724
725         * gst/matroska/matroska-ids.h:
726         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
727         (gst_matroska_mux_handle_dirac_packet),
728         (gst_matroska_mux_write_data):
729         Implement Dirac muxing into Matroska comforming to the spec, i.e.
730         put all Dirac packages up to a picture into a Matroska block.
731
732         TODO: Implement writing of the ReferenceBlock Matroska elements,
733         currently the Dirac muxing is only 100% correct if Matroska version 2
734         is selected for muxing.
735
736 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         Patch by: Bastien Nocera <hadess at hadess dot net>,
739                   Hans de Goede <jwrdegoede at fedoraproject dot org>
740
741         * configure.ac:
742         * sys/v4l2/Makefile.am:
743         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
744         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
745         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
746         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
747         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
748         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
749         (gst_v4l2_get_input), (gst_v4l2_set_input):
750         * sys/v4l2/v4l2_calls.h:
751         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
752         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
753         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
754         (gst_v4l2src_fill_format_list),
755         (gst_v4l2src_probe_caps_for_format_and_size),
756         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
757         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
758         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
759         (gst_v4l2src_get_nearest_size):
760         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
761
762 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
763
764         * ext/aalib/Makefile.am:
765         * ext/annodex/Makefile.am:
766         * ext/cairo/Makefile.am:
767         * ext/dv/Makefile.am:
768         * ext/esd/Makefile.am:
769         * ext/flac/Makefile.am:
770         * ext/gconf/Makefile.am:
771         * ext/gdk_pixbuf/Makefile.am:
772         * ext/hal/Makefile.am:
773         * ext/jpeg/Makefile.am:
774         * ext/ladspa/Makefile.am:
775         * ext/libcaca/Makefile.am:
776         * ext/libmng/Makefile.am:
777         * ext/libpng/Makefile.am:
778         * ext/mikmod/Makefile.am:
779         * ext/pulse/Makefile.am:
780         * ext/raw1394/Makefile.am:
781         * ext/shout2/Makefile.am:
782         * ext/soup/Makefile.am:
783         * ext/speex/Makefile.am:
784         * ext/taglib/Makefile.am:
785         * ext/wavpack/Makefile.am:
786         * gst/alpha/Makefile.am:
787         * gst/apetag/Makefile.am:
788         * gst/audiofx/Makefile.am:
789         * gst/auparse/Makefile.am:
790         * gst/autodetect/Makefile.am:
791         * gst/avi/Makefile.am:
792         * gst/cutter/Makefile.am:
793         * gst/debug/Makefile.am:
794         * gst/effectv/Makefile.am:
795         * gst/equalizer/Makefile.am:
796         * gst/flx/Makefile.am:
797         * gst/goom/Makefile.am:
798         * gst/goom2k1/Makefile.am:
799         * gst/icydemux/Makefile.am:
800         * gst/id3demux/Makefile.am:
801         * gst/interleave/Makefile.am:
802         * gst/law/Makefile.am:
803         * gst/level/Makefile.am:
804         * gst/matroska/Makefile.am:
805         * gst/median/Makefile.am:
806         * gst/monoscope/Makefile.am:
807         * gst/multifile/Makefile.am:
808         * gst/multipart/Makefile.am:
809         * gst/oldcore/Makefile.am:
810         * gst/qtdemux/Makefile.am:
811         * gst/replaygain/Makefile.am:
812         * gst/rtp/Makefile.am:
813         * gst/rtsp/Makefile.am:
814         * gst/smpte/Makefile.am:
815         * gst/spectrum/Makefile.am:
816         * gst/udp/Makefile.am:
817         * gst/videobox/Makefile.am:
818         * gst/videocrop/Makefile.am:
819         * gst/videofilter/Makefile.am:
820         * gst/videomixer/Makefile.am:
821         * gst/wavenc/Makefile.am:
822         * gst/wavparse/Makefile.am:
823         * sys/directdraw/Makefile.am:
824         * sys/directsound/Makefile.am:
825         * sys/oss/Makefile.am:
826         * sys/osxaudio/Makefile.am:
827         * sys/osxvideo/Makefile.am:
828         * sys/sunaudio/Makefile.am:
829         * sys/v4l2/Makefile.am:
830         * sys/waveform/Makefile.am:
831         * sys/ximage/Makefile.am:
832           Don't install static libs for plugins. Fixes #550851 for -good.
833
834 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
835
836         * ext/flac/Makefile.am:
837         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
838         This fixes compilation if FLAC is installed in an uncommon location
839         that is not already handled by other CFLAGS. Fixes bug #558711.
840
841 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
844         Guard more uncommon formats with ifdefs so that we can compile on older
845         versions.
846
847 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         Patch by: Nick Haddad <nick at haddads dot net>
850
851         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
852         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
853         (gst_avi_demux_stream_data):
854         Invert other uncompressed RGB formats. Fixes #558554.
855
856 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
857
858         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
859         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
860         * gst/wavenc/gstwavenc.h:
861         Add support for float/double as input and remove the (nowadays)
862         useless parsing of the depth as we require width==depth.
863
864 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
867         * gst/rtp/gstrtpmpapay.c:
868         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
869         mpeg version 1. Fixes #558427.
870
871 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
874         (gst_rtp_L16_pay_getcaps):
875         Only put an integral amount of samples in the RTP packet.
876         Fixes #556641.
877
878 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
879
880         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
881         * gst/rtp/gstrtpchannels.h:
882         Add method to get possible channel positions.
883
884 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         * gst/rtp/Makefile.am:
887         Also commit updated makefile
888
889 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
890
891         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
892         Don't allow width=32,depth=24 as input. WAV requires that the width
893         is the next integer multiply of 8 from the depth.
894
895 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
898         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
899         (gst_rtp_L16_pay_getcaps):
900         * gst/rtp/gstrtpchannels.c: (check_channels),
901         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
902         (gst_rtp_channels_create_default):
903         * gst/rtp/gstrtpchannels.h:
904         Add mappings for multichannel support. Does not completely just work
905         because the getcaps function does not yet return the allowed channel
906         mappings. See #556641.
907
908 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
909
910         * gst/goom/Makefile.am:
911         * gst/goom/README:
912         * gst/goom/config_param.c:
913         * gst/goom/convolve_fx.c:
914         * gst/goom/drawmethods.c:
915         * gst/goom/drawmethods.h:
916         * gst/goom/filters.c:
917         * gst/goom/filters_mmx.s:
918         * gst/goom/flying_stars_fx.c:
919         * gst/goom/goom.h:
920         * gst/goom/goom_config.h:
921         * gst/goom/goom_config_param.h:
922         * gst/goom/goom_core.c:
923         * gst/goom/goom_filters.h:
924         * gst/goom/goom_fx.h:
925         * gst/goom/goom_graphic.h:
926         * gst/goom/goom_plugin_info.h:
927         * gst/goom/goom_tools.c:
928         * gst/goom/goom_tools.h:
929         * gst/goom/goom_typedefs.h:
930         * gst/goom/goom_visual_fx.h:
931         * gst/goom/graphic.c:
932         * gst/goom/ifs.c:
933         * gst/goom/ifs.h:
934         * gst/goom/lines.c:
935         * gst/goom/lines.h:
936         * gst/goom/mathtools.c:
937         * gst/goom/mathtools.h:
938         * gst/goom/mmx.c:
939         * gst/goom/motif_goom1.h:
940         * gst/goom/motif_goom2.h:
941         * gst/goom/plugin_info.c:
942         * gst/goom/ppc_drawings.h:
943         * gst/goom/ppc_zoom_ultimate.h:
944         * gst/goom/sound_tester.c:
945         * gst/goom/sound_tester.h:
946         * gst/goom/surf3d.c:
947         * gst/goom/surf3d.h:
948         * gst/goom/tentacle3d.c:
949         * gst/goom/tentacle3d.h:
950         * gst/goom/v3d.c:
951         * gst/goom/v3d.h:
952         * gst/goom/xmmx.c:
953           Add license headers in all source files. Remove filter.c from
954           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
955           which are not used right now. Fixes #557709.
956
957 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         Patch by: Olivier Crete <tester at tester dot ca>
960
961         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
962         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
963         Implement getcaps in rtpL16pay. Fixes #556484.
964
965 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
966
967         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
968         (gst_rtp_L16_depay_process):
969         Check if clock-rate and channels are valid.
970         Don't ignore the return value of setcaps.
971         No need to validate the buffer, the base class does that for us.
972         Use the marker bit to set the DISCONT flag on outgoing buffers.
973
974         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
975         Don't ignore the return value of set_outcaps.
976
977         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
978         (gst_rtp_ac3_depay_process):
979         Don't ignore the return value of set_caps.
980         No need to validate the buffer, the base class does that for us.
981
982         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
983         (gst_rtp_amr_depay_process):
984         * gst/rtp/gstrtpamrdepay.h:
985         Don't ignore the return value of setcaps.
986         No need to validate the buffer, the base class does that for us.
987         No need to set output caps on the buffers, the base class does that for
988         us.
989         The subclass will make sure we are negotiated.
990         
991         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
992         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
993         * gst/rtp/gstrtpdvdepay.h:
994         Clean up caps negotiation.
995         The subclass will make sure we are negotiated.
996
997         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
998         (gst_rtp_g726_depay_process):
999         Clean up caps negotiation.
1000         Use the marker bit to set the DISCONT flag on outgoing buffers.
1001
1002         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1003         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1004         * gst/rtp/gstrtpg729depay.h:
1005         The subclass will make sure we are negotiated.
1006         Use the marker bit to set the DISCONT flag on outgoing buffers.
1007
1008         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1009         (gst_rtp_gsm_depay_process):
1010         Clean up caps negotiation.
1011         Use the marker bit to set the DISCONT flag on outgoing buffers.
1012
1013         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1014         Clean up caps negotiation.
1015         Don't ignore the return value of set_outcaps.
1016
1017         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1018         (gst_rtp_h263_depay_process):
1019         Clean up caps negotiation.
1020         No need to validate the buffer, the base class does that for us.
1021
1022         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1023         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1024         * gst/rtp/gstrtph263pay.h:
1025         Don't ignore the return value of set_outcaps.
1026         Do some more timestamps.
1027
1028         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1029         (gst_rtp_h263p_depay_process):
1030         Clean up caps negotiation.
1031         Don't ignore the return value of setcaps.
1032         No need to validate the buffer, the base class does that for us.
1033
1034         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1035         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1036         (gst_rtp_h263p_pay_handle_buffer):
1037         * gst/rtp/gstrtph263ppay.h:
1038         Don't ignore the return value of set_outcaps.
1039         Do some more timestamps.
1040
1041         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1042         (gst_rtp_h264_depay_process):
1043         Clean up caps negotiation.
1044         Don't ignore the return value of setcaps.
1045         Fix possible caps leak.
1046         No need to validate the buffer, the base class does that for us.
1047
1048         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1049         Add some more debug info.
1050
1051         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1052         (gst_rtp_ilbc_depay_process):
1053         Clean up caps negotiation.
1054         Use the marker bit to set the DISCONT flag on outgoing buffers.
1055
1056         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1057         Clean up caps negotiation.
1058
1059         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1060         (gst_rtp_mp1s_depay_process):
1061         Clean up caps negotiation.
1062         Don't ignore the return value of setcaps.
1063         No need to validate the buffer, the base class does that for us.
1064         No need to set caps on buffers, subclass does that for us.
1065
1066         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1067         (gst_rtp_mp2t_depay_process):
1068         Clean up caps negotiation.
1069         Don't ignore the return value of setcaps.
1070         No need to validate the buffer, the base class does that for us.
1071         No need to set caps on buffers, subclass does that for us.
1072
1073         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1074         (gst_rtp_mp4a_depay_process):
1075         Clean up caps negotiation.
1076         Don't ignore the return value of setcaps.
1077         No need to validate the buffer, the base class does that for us.
1078
1079         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1080         (gst_rtp_mp4a_pay_setcaps):
1081         Don't ignore the return value of set_outcaps.
1082
1083         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1084         (gst_rtp_mp4g_depay_process):
1085         Clean up caps negotiation.
1086         Don't ignore the return value of setcaps.
1087         No need to validate the buffer, the base class does that for us.
1088         No need to set caps on buffers, subclass does that for us.
1089
1090         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1091         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1092         Don't ignore the return value of set_outcaps.
1093
1094         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1095         (gst_rtp_mp4v_depay_process):
1096         Clean up caps negotiation.
1097         Don't ignore the return value of setcaps.
1098         No need to validate the buffer, the base class does that for us.
1099         No need to set caps on buffers, subclass does that for us.
1100
1101         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1102         (gst_rtp_mp4v_pay_setcaps):
1103         Don't ignore the return value of set_outcaps.
1104
1105         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1106         (gst_rtp_mpa_depay_process):
1107         Clean up caps negotiation.
1108         Don't ignore the return value of setcaps.
1109         No need to validate the buffer, the base class does that for us.
1110         Use the marker bit to set the DISCONT flag on outgoing buffers.
1111
1112         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1113         Don't ignore the return value of set_outcaps.
1114
1115         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1116         (gst_rtp_mpv_depay_process):
1117         Clean up caps negotiation.
1118         Actually set output caps.
1119         No need to validate the buffer, the base class does that for us.
1120
1121         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1122         Don't ignore the return value of set_outcaps.
1123
1124         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1125         (gst_rtp_pcma_depay_process):
1126         Clean up caps negotiation.
1127         Set output buffer duration because we can.
1128         Use the marker bit to set the DISCONT flag on outgoing buffers.
1129
1130         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1131         Don't ignore the return value of set_outcaps.
1132
1133         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1134         (gst_rtp_pcmu_depay_process):
1135         Clean up caps negotiation.
1136         Use the marker bit to set the DISCONT flag on outgoing buffers.
1137
1138         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1139         Don't ignore the return value of set_outcaps.
1140
1141         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1142         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1143         Clean up caps negotiation.
1144         Set output caps on the pad and header buffers.
1145         Set duration on output buffers because we can.
1146
1147         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1148         Don't ignore the return value of set_outcaps.
1149
1150         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1151         (gst_rtp_sv3v_depay_process):
1152         Clean up caps negotiation.
1153         No need to validate the buffer, the base class does that for us.
1154         No need to set caps out output buffers, subclass does that.
1155
1156         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1157         (gst_rtp_theora_depay_process):
1158         Don't ignore the return value of setcaps.
1159         No need to validate the buffer, the base class does that for us.
1160
1161         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1162         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1163         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1164         (gst_rtp_theora_pay_handle_buffer):
1165         Don't ignore the return value of set_outcaps.
1166
1167         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1168         (gst_rtp_vorbis_depay_process):
1169         Don't ignore the return value of setcaps.
1170         No need to validate the buffer, the base class does that for us.
1171
1172         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1173         Don't ignore the return value of set_outcaps.
1174
1175         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1176         Clean up caps negotiation, don't ignore setcaps return.
1177
1178         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1179         Don't ignore the return value of set_outcaps.
1180
1181 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1182
1183         * gst/matroska/matroska-demux.c:
1184         (gst_matroska_demux_handle_src_event):
1185         Forward unknown events upstream.
1186
1187 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1188
1189         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1190         Add some refcount check
1191
1192         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1193         Don't ignore the result of write(), fixes a  compiler warning for me.
1194
1195         * tests/icles/videobox-test.c: (main):
1196         Make the output a little more pretty.
1197
1198 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1199
1200         * ext/esd/esdmon.c:
1201           Add doc blob.
1202
1203 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1204
1205         * docs/plugins/Makefile.am:
1206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1208         * docs/plugins/gst-plugins-good-plugins.args:
1209         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1210         * docs/plugins/gst-plugins-good-plugins.interfaces:
1211         * docs/plugins/inspect/plugin-autodetect.xml:
1212           Add the docs of the new elements.
1213
1214 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1215
1216         * gst/autodetect/gstautoaudiosrc.c:
1217         (gst_auto_audio_src_class_init):
1218         * gst/autodetect/gstautovideosrc.c:
1219         (gst_auto_video_src_class_init):
1220         Fix "Since" tags in the documentation.
1221
1222 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1225
1226         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1227         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1228         Add support for souphttpsrc to act as a live source. This makes it
1229         possible to get timestamped buffers in combination with the
1230         "do-timestamp" property. Fixes bug #556019.
1231
1232 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * gst/autodetect/Makefile.am:
1235         * gst/autodetect/gstautoaudiosink.c:
1236         * gst/autodetect/gstautoaudiosrc.c:
1237         * gst/autodetect/gstautoaudiosrc.h:
1238         * gst/autodetect/gstautodetect.c:
1239         * gst/autodetect/gstautovideosink.c:
1240         * gst/autodetect/gstautovideosrc.c:
1241         * gst/autodetect/gstautovideosrc.h:
1242           Implement src plugins. Little code/string cleanup in the sinks.
1243           Fixes #523813.
1244
1245 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1246
1247         Patch by: Peter Kjellerstedt <pkj at axis com>
1248
1249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1250         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1251         Fix a memory leak when pads are requested but the pipeline never
1252         goes into PLAYING.
1253
1254         Correctly remove request pads, no matter if they have collected
1255         data or not.
1256
1257         Fixes bug #557710.
1258
1259 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1260
1261         Patch by: <lrn1986 at gmail dot com>
1262
1263         * gst/udp/gstudpnetutils.h:
1264         Define the correct WINVER so getaddinfo() can be used when using
1265         mingw32. Fixes bug #557294.
1266
1267 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         Patch by: <lrn1986 at gmail dot com>
1270
1271         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1272         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1273         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1274         Fix "argument type mismatch" compiler warnings on Windows.
1275         Fixes bug #557293.
1276
1277 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1278
1279         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1280         Don't calculate the filter coefficients for every single buffer
1281         but only when it's needed. Fixes bug #557260.
1282
1283 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1284
1285         * configure.ac:
1286         Back to development -> 0.10.11.1
1287
1288 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1289
1290         * gst-plugins-good.doap:
1291         Fix version number of 0.10.11 release in doap file
1292
1293 === release 0.10.11 ===
1294
1295 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1296
1297         * configure.ac:
1298           releasing 0.10.11, "Secondary Consideration"
1299
1300 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1301
1302         * configure.ac:
1303         Commit 0.10.10.4 pre-release
1304
1305 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1306
1307         * gst/avi/gstavimux.c:
1308         Fix VPRP chunk setup in avimux.
1309         Fixes: #556010
1310         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1311
1312 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1313
1314         * gst/videobox/gstvideobox.c:
1315         support dynamically changing properties in videobox
1316         Fixed: #557085
1317         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1318
1319 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1320
1321         * configure.ac:
1322         0.10.10.3 pre-release
1323
1324 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1325
1326         * tests/check/Makefile.am:
1327         Don't run the states test on pulsesrc and pulsesink
1328
1329 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1330
1331         * configure.ac:
1332         Commit 0.10.10.2 pre-release bump that actually went
1333         out on 2008-10-11
1334
1335 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1336
1337         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1338         Skip entries for streams that don't have a output pad yet, thereby
1339         avoiding calling pad functions with a NULL pad.
1340         Fixes #556424
1341
1342 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1343
1344         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1345         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1346         Remove problematic and useless refcount check.
1347         Fixes #556381
1348
1349 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1350
1351         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1352         Remove problematic and useless refcount check.
1353         Fixes #556381
1354
1355 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1356
1357         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1358         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1359         Cast some size_t arguments to guint to avoid compiler
1360         warnings on 64-bit systems.
1361
1362 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1363
1364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1365         Return TRUE instead of FALSE from the event handler when we swallowed the
1366         event.
1367
1368 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1371         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1372         Reset header state. Fixes #555321.
1373
1374 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1377         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1378         * gst/avi/gstavidemux.h:
1379         For timestamping audio packets we need to take into account the
1380         amount of blocks in one entry using the blockalign. Fixes some sync
1381         issues with zero-padded audio blocks in the beginning of avi files.
1382
1383 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1384
1385         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1386         (gst_multi_file_src_query):
1387         Implement DEFAULT and BUFFER position queries. See #555260.
1388
1389 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1390
1391         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1392         Fix build for systems that don't have XDamage.
1393
1394 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         * tests/examples/rtp/client-H263p.sdp:
1397         * tests/examples/rtp/client-H263p.sh:
1398         * tests/examples/rtp/server-VTS-H263p.sh:
1399         Add some more H263p server and client examples.
1400
1401 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1402
1403         * configure.ac::
1404           Depend on released versions of core and base.
1405
1406 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1407
1408         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1409         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1410         Return -1 instead of 0 in error cases. Fixes #554771.
1411
1412 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1413
1414         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1415         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1416         Stop leaking the cursor image.
1417         Unref the last_ximage and the cached cursor image on shutdown.
1418         Fixes #551570.
1419
1420 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1421
1422         * sys/v4l2/gstv4l2object.h:
1423         Getting the Class from an instance is not just a matter of casting it to
1424         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1425         instance. Fixes #549784.
1426
1427 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1428
1429         * configure.ac:
1430           Fix libs for linking directsound.
1431         * sys/directsound/gstdirectsoundsink.c:
1432           Fix buffer sizing to prevent racing the ringbuffer at startup.
1433           Add volume property.
1434
1435 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1436
1437         * ext/pulse/pulsesink.c:
1438         Fix problems with pulsesink randomly erroring with code 'OK' after a
1439         format change on the stream by waiting when disconnecting the stream.
1440
1441 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1442
1443         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1444         (gst_rtp_amr_depay_process):
1445         Mark DISCONT on output buffers when the marker bit signals a new talk
1446         spurt.
1447
1448         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1449         Set the marker bit for buffers with a DISCONT flag to signal a talk
1450         spurt.
1451
1452 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * gst/rtp/Makefile.am:
1455         * gst/rtp/gstrtp.c: (plugin_init):
1456         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1457         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1458         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1459         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1460         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1461         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1462         * gst/rtp/gstrtpmp4apay.h:
1463         Added MP4A-LATM payloader to match the depayloader.
1464
1465 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1466
1467         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1468         (gst_videomixer_sink_event):
1469         Handle segments a little better. Fixes #537361.
1470
1471 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1472
1473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1474         Don't assume the server supports PAUSE by default. Fixes #551048.
1475
1476 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1477
1478         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1479         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1480         Switch on the socket family to get the addrlen size right.
1481
1482 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1483
1484         Patch by: Daniel Franke <df at dfranke dot us>
1485
1486         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1487         OS X's bind() implementation is picky about its addrlen parameter and
1488         fails with EINVAL if it is larger than expected for the socket's address
1489         family. Set the length to the expected length instead. Fixes #553191.
1490
1491 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1494         Handle the case where we cannot do desribe or when the describe result
1495         does not contain a valid SDP message.
1496
1497 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1500         Fix setting the qos.
1501
1502 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1503
1504         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1505         (gst_qtdemux_chain):
1506         Some 'broken' files out there have atom lengths of zero...
1507         which basically results in qtdemux consuming that atom again and again
1508         until the *end of night* !
1509         Detect that and emits an adequate element error message.
1510
1511 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1512
1513         * gst/interleave/Makefile.am:
1514         * gst/matroska/Makefile.am:
1515         Fix build flags order.
1516
1517         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1518         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1519         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1520         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1521         Format fixes.
1522
1523         * tests/check/elements/multifile.c:
1524         Pull in unistd.h
1525
1526 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1529         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1530         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1531         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1532         (gst_rtp_mp4g_depay_change_state):
1533         * gst/rtp/gstrtpmp4gdepay.h:
1534         Handle interleaved streams by reordering AU in a queue.
1535
1536 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1537
1538         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1539         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1540         Change some of the ranges in the caps, mostly for the amount of bits we
1541         can use.
1542         Added a little bitstream parse and use it to parse the AU header fields.
1543         Check for malformed and wrongly sized packets better.
1544         Implement more header field parsing.
1545         Handle the size of fragmented packets correctly.
1546
1547 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1548
1549         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1550         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1551         Add mapping for 'tiff' => image/tiff
1552         Fixes #552213
1553
1554 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1555
1556
1557         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1558         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1559           Pretend to care about the result of write() which works around
1560           compiler warnings.
1561
1562 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1563
1564         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1565           Make sure the desired default values are actually set, not only
1566           registered as defaults (actual problem is that the stereo-specific
1567           values are only updated if channels==2, which is not the case yet
1568           when the object is created, so the default values for the
1569           mid-side-stereo and loose-mid-side-stereo settings are never
1570           set in _update_quality()). Makes flacenc create smaller files by
1571           default (for stereo input), and fixes #550791.
1572
1573 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1574
1575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1576         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1577         (qtdemux_parse_trak), (qtdemux_video_caps):
1578         * gst/qtdemux/qtdemux.h:
1579         * gst/qtdemux/qtdemux_fourcc.h:
1580         * gst/qtdemux/qtdemux_types.c:
1581         Add support for video/mj2 mime-type and its additional atoms/boxes.
1582         Fixes #550646.
1583
1584 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * gst/debug/gsttaginject.c:
1587           Add warning when tags parameter is unparsable and give example for
1588           quoting in the docs.
1589
1590 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1591
1592         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1593         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1594         Add some alternative byteswapped mappings that seem to pop up sometimes.
1595         Fixes #550288.
1596
1597 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1598
1599         * po/LINGUAS:
1600         * po/POTFILES.in:
1601         * po/POTFILES.skip:
1602           Add 'ca' to LINGUAS; add some more files with translations and some
1603           files which should be ignored by translation tools.
1604
1605 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1606
1607         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1608         * ext/speex/gstspeexdec.h:
1609         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1610         * ext/speex/gstspeexenc.h:
1611         Use integer encoding and decoding functions instead of converting
1612         the integer input to float in the element. The libspeex integer
1613         functions are doing this for us already or, if libspeex was compiled
1614         in integer mode, they're doing everything using integer arithmetics.
1615         Also saves some copying around.
1616
1617 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1618
1619         * configure.ac:
1620           Fix --disable-external
1621
1622 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1623
1624         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1625         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1626         * ext/wavpack/gstwavpackenc.h:
1627         Handle non-zero start timestamps and stream discontinuities
1628         correctly. This only has an effect if we're muxing into
1629         a container format as the raw WavPack stream must contain
1630         continous sample numbers.
1631
1632 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1633
1634         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1635         Correct the timestamp and granulepos calculation by one Speex
1636         frame.
1637
1638 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1641         Correctly take the granulepos from upstream if possible and
1642         correctly handle the granulepos in various calculations: the
1643         granulepos is the sample number of the _last_ sample in a frame, not
1644         the first.
1645
1646         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1647         (gst_speex_enc_encode), (gst_speex_enc_chain),
1648         (gst_speex_enc_change_state):
1649         * ext/speex/gstspeexenc.h:
1650         Handle non-zero start timestamps in the encoder and detect/handle
1651         stream discontinuities. Fixes bug #547075.
1652
1653 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1656
1657         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1658         Fix compiler warnings caused by passing a string as format string
1659         instead of "%s" and then the string. This is only exposed by -Wformat=2
1660         as used by default on Ubuntu. Fixes bug #550015.
1661
1662 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1663
1664         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1665         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1666         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1667         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1668         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1669           (gst_ebml_read_element_length):
1670         * gst/matroska/matroska-demux.c:
1671           (gst_matroska_demux_check_subtitle_buffer):
1672           Make stuff compile with GST_DISABLE_GST_DEBUG.
1673
1674 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1675
1676         * gst/law/alaw.c:
1677         * gst/law/mulaw.c:
1678           Ref caps before passing to gst_pad_template_new(), since that takes
1679           ownership.
1680
1681 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1682
1683         Patch by: Mersad Jelacic <mersad at axis dot com>
1684
1685         * gst/multipart/multipartdemux.c:
1686         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1687         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1688         demuxer. Fixes #549551.
1689
1690 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1691
1692         * sys/osxaudio/gstosxaudiosink.c:
1693         (gst_osx_audio_sink_select_device):
1694         * sys/osxaudio/gstosxaudiosrc.c:
1695         (gst_osx_audio_src_create_ringbuffer),
1696         (gst_osx_audio_src_select_device):
1697         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1698         Fix the build on macosx.
1699
1700 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1701
1702         * gst/icydemux/gsticydemux.c:
1703           Small docs fix: in the example pipeline, we need to pass
1704           iradio-mode=true to the source, so the server actually sends
1705           an ICY stream.
1706
1707 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1708
1709         * sys/osxaudio/gstosxaudio.c:
1710           Oops. Revert more completely.
1711
1712 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1713
1714         * sys/osxaudio/gstosxaudio.c:
1715           Revert accidental element rename from testing.
1716
1717 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * gst-plugins-good.doap:
1720         Pull in 0.10.10 doap entry from release branch
1721
1722 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * configure.ac:
1725         Update version number to reflect 0.10.10 release from
1726         branch.
1727
1728 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1729
1730         * sys/osxaudio/Makefile.am:
1731         * sys/osxaudio/gstosxaudio.c:
1732         * sys/osxaudio/gstosxaudiosink.c:
1733         * sys/osxaudio/gstosxaudiosink.h:
1734         * sys/osxaudio/gstosxaudiosrc.c:
1735         * sys/osxaudio/gstosxaudiosrc.h:
1736         * sys/osxaudio/gstosxringbuffer.c:
1737         * sys/osxaudio/gstosxringbuffer.h:
1738           Rewrite caps setting and ring buffer initialisation.
1739           Previously we never told CoreAudio what format we were going to send it,
1740           so it only worked due to luck, and not at all on some hardware.
1741           Now we explicitly advertise what formats the hardware supports, and then
1742           configure the selected one correctly.
1743
1744 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * sys/v4l2/gstv4l2object.c:
1747         * sys/v4l2/gstv4l2src.c:
1748         * sys/v4l2/gstv4l2src.h:
1749         * sys/v4l2/v4l2_calls.c:
1750         * sys/v4l2/v4l2src_calls.c:
1751           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1752           need to memset instance structures. Some more FIXME's and comments.
1753
1754 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * tests/icles/.cvsignore:
1757           Ignore more.
1758
1759 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * gst/goom/.cvsignore:
1762         * gst/goom2k1/.cvsignore:
1763           Ignore files.
1764
1765 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1766
1767         * ext/cairo/gsttextoverlay.c:
1768           Fix compiler warning.
1769
1770 2008-08-25  David Schleef  <ds@schleef.org>
1771
1772         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1773
1774 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1775
1776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1777         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1778         * gst/matroska/matroska-mux.c:
1779         (gst_matroska_mux_video_pad_setcaps),
1780         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1781         Add Real[Audio|Video] support to Matroska containers.
1782         It works fine for:
1783         * decoding real audio/video streams contained in mkv
1784         * 'transmuxing' real (.rm) files into .mkv files
1785         It will not work though for encoding real[audio/video] streams that
1786         don't contain the 'mdpr_data' extra data on the caps.
1787         The reason why this will not work is because I never intended to
1788         duplicate virtually all the 'mdpr' block creation into mkvmux.
1789         Fixes #536067
1790
1791 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1792
1793         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1794         * gst/law/mulaw-conversion.c:
1795         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1796         (gst_mulawenc_chain):
1797         The encoder can't really renegotiate at the time they perform a
1798         pad-alloc so make the srcpads use fixed caps.
1799         Check the buffer size after a pad-alloc because the returned size might
1800         not be right when the downstream element does not know the size of the
1801         new buffer (capsfilter). Fixes #549073.
1802
1803 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1804
1805         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1806
1807         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1808         v4l2src doesn't have a property named "norm" so don't try to notify
1809         about changes to that property. The "norm" property and related
1810         code are commented out currently. Fixes bug #549090.
1811
1812 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1813
1814         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1815
1816         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1817         Reprobe devices again instead of taking a cached list as new
1818         devices could've been plugged in. Fixes bug #549062.
1819
1820 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1821
1822         * gst/autodetect/Makefile.am:
1823         Don't link the autodetect plugin with GConf as it doesn't
1824         use GConf. Fixes bug #545463.
1825
1826 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1827
1828         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1829         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1830         (gst_ebml_read_sint), (gst_ebml_read_float),
1831         (gst_ebml_read_header):
1832         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1833         possible to ignore errors and not post any ERROR messages on
1834         the bus.
1835
1836         * gst/matroska/matroska-demux.c:
1837         (gst_matroska_demux_parse_contents):
1838         Ignore any errors and not just EOS when parsing the contents of
1839         a SeekHead. Errors here are usually caused by truncated files
1840         and playback of the file works fine. Fixes playback of the
1841         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1842         archive.
1843
1844 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1845
1846         * gst/multipart/multipartdemux.c:
1847         * gst/multipart/multipartmux.c:
1848         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1849
1850 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1851
1852         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1853           gst_directdraw_sink_bufferpool_clear):
1854           Fix two more buffer ref leaks.
1855
1856 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1857
1858         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1859
1860         * sys/directdraw/gstdirectdrawsink.c:
1861           (gst_directdraw_sink_show_frame):
1862           Fix buffer ref leak.
1863
1864 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1865
1866         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1867         Revert the last commit. wavenc still supports width!=depth for 32 bit
1868         width. Thanks Tim.
1869
1870 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1871
1872         * gst/matroska/matroska-demux.c:
1873         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1874         If the duration of a block is unknown only use the timestamp for the
1875         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1876         laces. Otherwise every lace has the same timestamp which leads to
1877         various problems. Really fixes bug #548831.
1878
1879 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1880
1881         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1882         If we're not allowing width!=depth in wavenc we should also disable
1883         the code that was added to support width!=depth.
1884
1885 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1886
1887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1888         Don't calculate the default duration of a frame from the audio sampling
1889         rate. This only works for raw audio if every frame contains a single
1890         sample and results in broken buffer durations for other formats
1891         if no specified default duration is given or the blocks have no
1892         duration. Fixes bug #548831.
1893
1894 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1895
1896         * gst/matroska/matroska-demux.c:
1897         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1898         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1899         are used for text/plain subtitles as a gap-filler in some files.
1900
1901 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1902
1903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1904         (gst_v4l2_get_caps_info):
1905         Add S910 and PWC formats with a low priority.
1906
1907         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1908         (gst_v4l2src_probe_caps_for_format):
1909         Add more debugging.
1910
1911 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1912
1913         * ext/flac/gstflacenc.c:
1914           Fix compilation against older libflac versions.
1915
1916 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1917
1918         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1919         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1920         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1921         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1922         (gst_pulsemixer_ctrl_set_volume):
1923         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1924         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1925         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1926         (gst_pulsesink_init), (gst_pulsesink_open),
1927         (gst_pulsesink_prepare), (gst_pulsesink_write),
1928         (gst_pulsesink_delay), (gst_pulsesink_reset):
1929         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1930         (gst_pulsesrc_init):
1931         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1932         Fix a locking issue in pulsesink's prepare function.
1933
1934         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1935         Check if the created channel layout is valid for GStreamer.
1936
1937 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1938
1939         * gst/rtsp/gstrtspgoogle.c:
1940         Things that can happen when your brain is in google mode trying to
1941         deal with their google rtsp server extensions and trying to type your
1942         google mail account.
1943
1944 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1945
1946         * gst/rtsp/Makefile.am:
1947         * gst/rtsp/gstrtsp.c: (plugin_init):
1948         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1949         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1950         (_do_init), (gst_rtsp_google_base_init),
1951         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1952         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1953         (gst_rtsp_google_extension_init):
1954         * gst/rtsp/gstrtspgoogle.h:
1955         Add google RTSP extension, it can only handle udp and responds with
1956         unsupported if we do anything else. Fixes #546465.
1957
1958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1959         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1960         (gst_rtspsrc_create_transports_string),
1961         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1962         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1963         Make transport setup code a bit better using GString.
1964         Add some more debug.
1965         Check for closed connections before doing anything on them.
1966
1967 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1968
1969         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1970         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1971         (gst_pulsesrc_prepare):
1972         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1973         (gst_pulse_channel_map_to_gst):
1974         * ext/pulse/pulseutil.h:
1975         If downstream provides no channel layout and >2 channels should be
1976         used use the default layout that pulseaudio chooses and also
1977         add this layout to the caps. Fixes bug #547258.
1978
1979 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1980
1981         Patch by: Peter Kjellerstedt <pkj at axis com>
1982
1983         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1984         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1985         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1986         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1987         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1988         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1989         (gst_udpsrc_set_property):
1990         Avoid leaking internally allocated file descriptors when setting
1991         custom file descriptors. Fixes #543101.
1992
1993 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1994
1995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1996         Don't try to configure RTCP back to the server when the server did not
1997         give us a valid port number.
1998
1999 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2000
2001         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2002         Use new basetransform method to renegotiate. Fixes #544956.
2003
2004         * tests/icles/Makefile.am:
2005         * tests/icles/videobox-test.c: (make_pipeline), (main):
2006         Add videobox renegotiation example.
2007
2008 2008-08-19  David Schleef  <ds@schleef.org>
2009
2010         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2011         with sane values.  Fixes #548530.
2012
2013 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2014
2015         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2016         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2017         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2018         are already filled with the correct values by
2019         gst_ring_buffer_parse_caps() so there's no need to set them again
2020         with wrong values.
2021
2022 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2023
2024         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2025         (gst_avi_demux_read_subindexes_push):
2026         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2027         and instead of using the 'ix##' nomenclature, use '##ix'.
2028         They're still valid though, this fixes the duration and indexes for
2029         virtually all the ODML files I have.
2030
2031 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2032
2033         Patch by: Olivier Crete <tester at tester dot ca>
2034
2035         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2036         (gst_rtp_vorbis_depay_process):
2037         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2038         Update the vorbis RTP pay/depay to RFC 5215.
2039         Fixes #547842.
2040
2041 2008-08-14  David Schleef  <ds@schleef.org>
2042
2043         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2044           with 3:2 pulldown, i.e., 24p.
2045
2046 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2047
2048         * tests/check/elements/level.c: (GST_START_TEST):
2049         Fix compilation some more.
2050
2051 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2052
2053         * configure.ac::
2054           Require -base CVS for wavparse acid chunk parsing.
2055
2056 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2059         (gst_pulsesink_init), (gst_pulsesink_finalize),
2060         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2061         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2062         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2063         * ext/pulse/pulsesink.h:
2064         Add "device-name" property to pulsesink too and currently commented
2065         out and not working support for a "volume" property.
2066
2067 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2068
2069         * configure.ac:
2070         Remove more cdio stuff (moved to ugly)
2071
2072 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2075
2076         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2077         (gst_pulsesrc_get_property):
2078         Add "device-name" property, which provides a human readable string
2079         for the audio device, to make it more consisten with other audio
2080         sources. Fixes bug #547519.
2081
2082 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2083
2084         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2085         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2086         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2087         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2088         * ext/pulse/pulsemixerctrl.h:
2089         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2090         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2091         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2092         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2093         * ext/pulse/pulseprobe.h:
2094         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2095         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2096         (gst_pulsesrc_change_state):
2097         Improve debugging a bit by including the parent object in pulsemixerctrl
2098         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2099         GST_WARNING.
2100
2101         Use the parent GObject subclass instead of a random struct as GObject
2102         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2103         when probing for another property than "device".
2104
2105 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2106
2107         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2108
2109         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2110         Fix property probing after the device property is set by calling
2111         set_server when the server property changes. Fixes bug #547518.
2112
2113 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2114
2115         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2116
2117         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2118         (gst_pulsesink_implements_interface_init),
2119         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2120         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2121         (gst_pulsesink_get_type):
2122         * ext/pulse/pulsesink.h:
2123         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2124         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2125         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2126         * ext/pulse/pulsesrc.h:
2127         Implement GstPropertyProbe interface on pulsesink for detecting
2128         sink devices and on pulsesrc for detecting source devices.
2129         Fixes bugs #547227 and #547217.
2130
2131 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2132
2133         * gst/spectrum/gstspectrum.c:
2134           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2135
2136 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2137
2138         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2139         Properly set the maximum latency value, in the same way it is done in
2140         v4lsrc.
2141         * sys/v4l2/v4l2src_calls.c:
2142         Simplify fraction equality check, no need to use GValues for this.
2143
2144 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2145
2146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2147         Add warning messages stating exactly why the latency query failed.
2148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2149         In some cases, the negotiated framerate might be the default one which
2150         is already set internally. But we still need to mark it down in fps_n
2151         and fps_d so that the latency query can happen properly.
2152
2153 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2154
2155         * docs/plugins/inspect/plugin-1394.xml:
2156         Whoops, forgot one doc file for people who can't/don't build the
2157         raw1394 plugin.
2158
2159 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2160
2161         * docs/plugins/Makefile.am:
2162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2164         * docs/plugins/inspect/plugin-cdio.xml:
2165         * ext/Makefile.am:
2166         * ext/cdio/Makefile.am:
2167         * ext/cdio/gstcdio.c:
2168         * ext/cdio/gstcdio.h:
2169         * ext/cdio/gstcdiocddasrc.c:
2170         * ext/cdio/gstcdiocddasrc.h:
2171
2172         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2173         CDDA source to -ugly.
2174
2175         * po/LINGUAS:
2176         * po/POTFILES.in:
2177         * po/id.po:
2178         Pull in new translation from 0.10.9.2 release branch.
2179
2180 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2181
2182         * docs/plugins/Makefile.am:
2183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2185         * docs/plugins/gst-plugins-good-plugins.args:
2186         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2187         * docs/plugins/gst-plugins-good-plugins.interfaces:
2188         Integrate documentation for new hdv1394src element.
2189
2190 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2191
2192         * ext/raw1394/Makefile.am:
2193         * ext/raw1394/gst1394.c: (plugin_init):
2194         * ext/raw1394/gsthdv1394src.c: (_do_init),
2195         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2196         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2197         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2198         (gst_hdv1394src_from_raw1394handle),
2199         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2200         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2201         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2202         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2203         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2204         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2205         (gst_hdv1394src_uri_handler_init):
2206         * ext/raw1394/gsthdv1394src.h:
2207         mpeg2-ts (HDV) variant of firewire capture element.
2208         Fixes #350830
2209
2210 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2211
2212         * gst/level/gstlevel.c: (gst_level_message_new):
2213          Fix compilation (also known as the classic 'fix code that someone
2214          committed without compiling it first').
2215
2216 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * tests/check/elements/level.c:
2219           Add a test for level in stereo mode.
2220
2221 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2222
2223         * tests/examples/spectrum/demo-audiotest.c:
2224         * tests/examples/spectrum/demo-osssrc.c:
2225           Demo how to draw analyzer results synced to the clock.
2226
2227 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2228
2229         * gst/level/gstlevel.c:
2230           Little renaming (l -> level).
2231
2232         * gst/spectrum/gstspectrum.c:
2233         * gst/spectrum/gstspectrum.h:
2234           Also send full timestamp/duration details here.
2235
2236 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * gst/level/gstlevel.c:
2239         * gst/level/gstlevel.h:
2240           Send same timestamp/duration details as videoanalysis. This gives
2241           applications better chance to sync analysis results with playback.
2242
2243 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2244
2245         * gst/matroska/matroska-mux.c:
2246         (gst_matroska_mux_handle_sink_event),
2247         (flac_streamheader_to_codecdata):
2248         We need to drop one additional buffer for FLAC as the fLaC
2249         marker and STREAMINFO block are merged into one buffer in the caps.
2250
2251         Also don't pretend to support NEWSEGMENT events, otherwise we
2252         will most probably write some invalid data.
2253
2254 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2255
2256         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2257         (gst_matroska_mux_audio_pad_setcaps):
2258         Add support for muxing FLAC into Matroska containers.
2259         Fixes bug #311586.
2260
2261 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2262
2263         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2264         Actually provide the variables required for the format string.
2265
2266 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2269         (gst_matroska_demux_element_send_event),
2270         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2271         * gst/matroska/matroska-demux.h:
2272         Close the current segment if we're doing a non-flushing seek and send
2273         the close-segment and the new segment of the seek from the streaming
2274         thread.
2275
2276 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2277
2278         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2279         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2280         (gst_flac_enc_change_state):
2281         * ext/flac/gstflacenc.h:
2282         Handle non-zero start timestamps correctly, mark header packets as
2283         IN_CAPS and print a warning and suggest using audiorate if stream
2284         discontinuities are detected. When FLAC supports flushing the encoder
2285         somehow this should be done for discontinuities instead.
2286
2287         Remove some unused variables from the instance struct.
2288
2289 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2290
2291         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2292         If seeking failed return the appropiate return value to FLAC.
2293         Otherwise it thinks seeking was successfull and tries to rewrite
2294         parts of the headers which then get appended to the output.
2295
2296 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2297
2298         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2299
2300         * ext/esd/gstesd.c: (plugin_init):
2301         * ext/flac/gstflac.c: (plugin_init):
2302         * ext/shout2/gstshout2.c: (plugin_init):
2303         * ext/wavpack/gstwavpack.c: (plugin_init):
2304         * sys/oss/gstossaudio.c: (plugin_init):
2305         * sys/v4l2/gstv4l2.c: (plugin_init):
2306         Make sure gettext returns translations in UTF-8 encoding rather
2307         than in the current locale encoding (#546822).
2308
2309 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * ext/flac/gstflacdec.c:
2312         Add FIXME for 0.11 to simply output everything with width=32 as given
2313         by FLAC and let audioconvert handle the conversions instead of doing
2314         them in flacdec.
2315
2316 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2317
2318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2319         When outputting a pad template range for the size, include a framerate
2320         range too, to avoid 'not a real subset of template caps' errors.
2321
2322 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2323
2324         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2325
2326         * ext/flac/Makefile.am:
2327         * ext/flac/gstflac.c: (plugin_init):
2328         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2329         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2330         (gst_flac_tag_dispose), (gst_flac_tag_init),
2331         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2332         (gst_flac_tag_change_state):
2333         * ext/flac/gstflactag.h:
2334         Port flactag to 0.10, add documentation for it and clean it up a bit.
2335         Fixes bug #413841.
2336
2337         * docs/plugins/Makefile.am:
2338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2340         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2341         * docs/plugins/gst-plugins-good-plugins.interfaces:
2342         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2343         * docs/plugins/inspect/plugin-flac.xml:
2344         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2345         * ext/flac/gstflacdec.h:
2346         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2347         * ext/flac/gstflacenc.h:
2348         Add flactag and flacenc to the documentation and mark
2349         the private parts of the flacdec instance structure as private.
2350
2351         Also use gst_element_class_set_details_simple() in flacdec and
2352         flacenc.
2353
2354 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2355
2356         * gst/qtdemux/qtdemux.c:
2357           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2358           for it but ffmpeg does not.
2359
2360 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2361
2362         * gst/wavparse/gstwavparse.c:
2363           Handle the list chunk and use gst_riff_parse_info() to parse the info
2364           sub-chunk.
2365
2366 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2367
2368         * gst/wavparse/gstwavparse.c:
2369           Handle the acid chunk and send tempo as part of tags. Other fields are
2370           interesting too, but need more tag-definitions. Fixes #545433.
2371
2372 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2373
2374         * gst/wavparse/gstwavparse.c:
2375           Refactor wavparse. Call _reset() from dispose() and move old code from
2376           dispose into reset. This way we don't leak taglists when we abort
2377           parsing. Fix some comments. Move code for skipping a chunk into extra
2378           function. Replace chunk sizes with a const to ease readability.         
2379
2380 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2381
2382         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2383
2384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2385         Improve udp port setup. Fixes #545710.
2386
2387 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2388
2389         * gst/rtp/Makefile.am:
2390         * gst/rtp/gstrtp.c: (plugin_init):
2391         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2392         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2393         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2394         (gst_rtp_mp1s_depay_set_property),
2395         (gst_rtp_mp1s_depay_get_property),
2396         (gst_rtp_mp1s_depay_change_state),
2397         (gst_rtp_mp1s_depay_plugin_init):
2398         * gst/rtp/gstrtpmp1sdepay.h:
2399         Add MP1S depayloader.
2400
2401         * gst/rtsp/URLS:
2402         Some more sample rtsp streams.
2403
2404 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2405
2406         * gst/rtsp/URLS:
2407         Add another URL.
2408
2409         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2410         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2411         Add some more debug info.
2412
2413 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2414
2415         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2416         Provide cbSize field for audio extra_data size, and take care to
2417         pad extra_data.
2418
2419 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2420
2421         * gst/qtdemux/qtdemux.c:
2422           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2423           TRUE.
2424
2425 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2426
2427         * gst/qtdemux/qtdemux.c:
2428         * gst/qtdemux/qtdemux_fourcc.h:
2429           Add keyword tag support. Fixes #520694 for qtdemux.
2430
2431 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * gst/qtdemux/qtdemux.c:
2434           Add support for tmpo tag (BPM).
2435
2436 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2437
2438         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2439         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2440         Set an estimate for the total number of samples that will be encoded
2441         if possible to help decoders if the streaminfo can't be rewritten
2442         later (like when muxing into Ogg containers).
2443
2444         Add a warning if we get header packets after data packets as those
2445         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2446         work.
2447
2448 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2449
2450         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2451         (gst_flac_dec_write):
2452         Support decoding of all depths between 4 and 32 bits and read the
2453         depth from the streaminfo header if needed. Also support all sampling
2454         rates between 1 and 655350 Hz.
2455
2456         * ext/flac/gstflacenc.c:
2457         (gst_flac_enc_caps_append_structure_with_widths),
2458         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2459         (gst_flac_enc_chain):
2460         * ext/flac/gstflacenc.h:
2461         Support encoding in all bit depths supported by the streamable
2462         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2463         between 1 Hz and 655350 Hz.
2464
2465 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2468         (gst_flac_enc_sink_getcaps):
2469         Support encoding of up to 8 channels.
2470
2471 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2472
2473         * ext/soup/gstsouphttpsrc.c:
2474         * ext/soup/gstsouphttpsrc.h:
2475         Fix seeking race condition in #540300
2476         Patch By: Wouter Cloetens  <wouter at mind be>
2477
2478 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2479
2480         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2481         (gst_matroska_demux_element_send_event),
2482         (gst_matroska_demux_handle_seek_event),
2483         (gst_matroska_demux_handle_src_event):
2484         When receiving a SEEK event on a specific pad first search for a seek
2485         table entry for the stream of the pad and then fall back to an entry
2486         for a different stream.
2487
2488 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2489
2490         * configure.ac:
2491         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2492         * gst/matroska/matroska-ids.h:
2493         Build depend on core CVS for the attachment tag.
2494
2495 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2496
2497         * configure.ac:
2498         * gst/matroska/Makefile.am:
2499         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2500         (copy_backptr), (lzo1x_decode), (main):
2501         * gst/matroska/lzo.h:
2502         * gst/matroska/matroska-demux.c:
2503         (gst_matroska_demux_read_track_encoding),
2504         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2505         (gst_matroska_decode_buffer),
2506         (gst_matroska_decode_content_encodings),
2507         (gst_matroska_demux_read_track_encodings),
2508         (gst_matroska_demux_add_stream),
2509         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2510         * gst/matroska/matroska-ids.h:
2511         Decode the codec private data and following ContentEncoding if
2512         necessary.
2513
2514         Support bzip2, lzo and header stripped compression. For lzo use the
2515         ffmpeg lzo implementation as liblzo is GPL licensed.
2516         
2517         Fix zlib decompression.
2518
2519 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2520
2521         * gst/matroska/matroska-mux.c:
2522         (gst_matroska_mux_audio_pad_setcaps):
2523         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2524         duration of a frame with the new mpegaudioversion caps field.
2525
2526 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2529         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2530         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2531         (gst_matroska_demux_stream_from_num),
2532         (gst_matroska_demux_tracknumber_unique),
2533         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2534         (gst_matroska_demux_handle_seek_event),
2535         (gst_matroska_demux_sync_streams),
2536         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2537         (gst_matroska_demux_loop):
2538         * gst/matroska/matroska-demux.h:
2539         Allow an infinite number of stream inside Matroska containers and use
2540         a GPtrArray for storing them instead of allowing "only" 127 streams.
2541
2542 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2543
2544         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2545         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2546         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2547         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2548         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2549         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2550         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2551         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2552         (gst_ebml_read_master), (gst_ebml_read_binary),
2553         (gst_ebml_read_header):
2554         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2555         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2556         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2557         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2558         (gst_ebml_replace_uint):
2559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2560         (gst_matroska_demux_read_track_encoding),
2561         (gst_matroska_demux_read_track_encodings),
2562         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2563         (gst_matroska_demux_send_event),
2564         (gst_matroska_demux_element_send_event),
2565         (gst_matroska_demux_handle_seek_event),
2566         (gst_matroska_demux_handle_src_event),
2567         (gst_matroska_demux_init_stream),
2568         (gst_matroska_demux_parse_tracks),
2569         (gst_matroska_demux_parse_index_cuetrack),
2570         (gst_matroska_demux_parse_index_pointentry),
2571         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2572         (gst_matroska_demux_parse_metadata_id_simple_tag),
2573         (gst_matroska_demux_parse_metadata_id_tag),
2574         (gst_matroska_demux_parse_metadata),
2575         (gst_matroska_demux_parse_attached_file),
2576         (gst_matroska_demux_parse_attachments),
2577         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2578         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2579         (gst_matroska_demux_push_flac_codec_priv_data),
2580         (gst_matroska_demux_push_xiph_codec_priv_data),
2581         (gst_matroska_demux_push_dvd_clut_change_event),
2582         (gst_matroska_demux_add_mpeg_seq_header),
2583         (gst_matroska_demux_add_wvpk_header),
2584         (gst_matroska_demux_check_subtitle_buffer),
2585         (gst_matroska_decode_buffer),
2586         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2587         (gst_matroska_demux_parse_cluster),
2588         (gst_matroska_demux_parse_contents_seekentry),
2589         (gst_matroska_demux_parse_contents),
2590         (gst_matroska_demux_loop_stream_parse_id),
2591         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2592         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2593         (gst_matroska_demux_subtitle_caps),
2594         (gst_matroska_demux_change_state):
2595         * gst/matroska/matroska-ids.c:
2596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2597         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2598         (gst_matroska_mux_video_pad_setcaps),
2599         (xiph3_streamheader_to_codecdata),
2600         (vorbis_streamheader_to_codecdata),
2601         (theora_streamheader_to_codecdata),
2602         (gst_matroska_mux_audio_pad_setcaps),
2603         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2604         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2605         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2606         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2607         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2608         Fix indention everywhere. A broken indent version has added newlines
2609         after every single declaration some time ago.
2610
2611 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2612
2613         * gst/matroska/matroska-demux.c:
2614         (gst_matroska_demux_loop_stream_parse_id):
2615         If no Tracks are found error out instead of trying it again until the
2616         end of time.
2617
2618 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2619
2620         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2621         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2622         bit and signed otherwise, not the other way around.
2623
2624 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2625
2626         * gst/matroska/matroska-mux.c:
2627         Add more raw YUV formats to the list of supported formats.
2628
2629 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2630
2631         * gst/matroska/matroska-mux.c:
2632         (gst_matroska_mux_audio_pad_setcaps):
2633         Add support for muxing raw float audio now that the spec defines the
2634         endianness and add support for muxing raw integer audio with 24 and
2635         32 bits.
2636
2637         Allow muxing of more than 8 audio channels.
2638
2639 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2642         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2643         Add locking to the global array of used track UIDs to prevent random
2644         crashes if more than a single matrosmux instance is used.
2645
2646         Use 64 bit values for the track UIDs.
2647
2648         Use the global GRandom of GLib instead of creating our own one
2649         for the few random numbers we need every single time.
2650
2651 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2652
2653         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2654         (gst_flac_dec_setup_stream_decoder),
2655         (gst_flac_dec_update_metadata):
2656         Always post the audio-codec tag, not only if other tags are present.
2657
2658 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2659
2660         * configure.ac:
2661         Back to development -> 0.10.9.1
2662
2663 === release 0.10.9 ===
2664
2665 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2666
2667         * configure.ac:
2668           releasing 0.10.9, "Steam Train Rolling"
2669
2670 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2671
2672         * ext/soup/gstsouphttpsrc.c:
2673         Don't throw an error when soup completes a msg with status
2674         'cancelled', as that indicates we cancelled a request while
2675         shutting down or seeking, and it's not an error.
2676         Fixes: #540300 again.
2677
2678 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2679
2680         * configure.ac:
2681         0.10.8.4 pre-release
2682
2683 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2684
2685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2686         Fix segment-stop regression.
2687         Add documentation regarding segments in quicktime files by Wim Taymans.
2688         Fixes #544509
2689
2690 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2691
2692         * configure.ac:
2693         0.10.8.3 pre-release
2694
2695         * po/LINGUAS:
2696         * po/pt_BR.po:
2697         Add pt_BR translation
2698
2699 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2700
2701         * gst/goom/convolve_fx.c:
2702         * gst/goom/filters.c:
2703         * gst/goom/goom_config.h:
2704         * gst/goom/goom_core.c:
2705         * gst/goom/goom_tools.h:
2706           Fix build with MSVC: include glib.h to define inline appropriately,
2707           use header guards where needed.
2708         * gst/udp/gstudpnetutils.c:
2709         * gst/udp/gstudpsrc.c:
2710           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2711           g_snprintf rather than snprintf.
2712           Fixes #544433.
2713
2714 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * gst/debug/gsttaginject.c:
2717         * gst/debug/gsttaginject.h:
2718           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2719           partially.
2720
2721 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2722
2723         * configure.ac:
2724         0.10.8.2 pre-release
2725
2726 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2727
2728         * ext/Makefile.am:
2729         Finish hooking up pulseaudio plugin to the build.
2730
2731         * ext/pulse/pulsemixerctrl.c:
2732         Fix compilation error.
2733
2734 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2735
2736         * po/LINGUAS:
2737         * po/lt.po:
2738         Add new lithunian translation, and add french to the LINGUAS
2739         file.
2740
2741 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2742
2743         * ext/soup/gstsouphttpsrc.c:
2744         Fix Soup HTTP source seeking.
2745         Patch By: Wouter Cloetens  <wouter at mind be>
2746         Fixes: #540300
2747
2748         * tests/check/elements/.cvsignore:
2749         Ignore new check programs.
2750
2751 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2752
2753         * configure.ac:
2754         * docs/plugins/Makefile.am:
2755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2757         * docs/plugins/gst-plugins-good-plugins.args:
2758         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2759         * docs/plugins/gst-plugins-good-plugins.interfaces:
2760         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2761         * docs/plugins/inspect/plugin-interleave.xml:
2762         * docs/plugins/inspect/plugin-replaygain.xml:
2763         * tests/check/Makefile.am:
2764
2765         Move replaygain and interleave plugins from -bad.
2766         Fixes: #543406
2767         Fixes: #536228
2768
2769 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2770
2771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2772         (qtdemux_parse_trak):
2773         Revert ISO base media spec based pixel-aspect-ratio calculation.
2774         Fixes #543300.
2775
2776 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2777
2778         * sys/osxvideo/osxvideosink.m:
2779         Fix minor build issues on macosx.
2780         Fixes #543054
2781
2782 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2783
2784         * configure.ac::
2785         * ext/taglib/Makefile.am::
2786           Only use -Wno-attributes (which is there to work around a
2787           bug in the taglib 1.5 headers) if the c++ compiler actually
2788           supports it (#543255).
2789
2790 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2791
2792         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2793
2794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2795           Avoid compiler warning by initialising variable to NULL (#543259).
2796
2797 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2798
2799         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2800         Don't pass NULL taglists to gst_tag_list_is_empty().
2801
2802 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2803
2804         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2805         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2806         (rtp_pipeline_run):
2807         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2808         Don't use declarations after statements.
2809
2810 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2811
2812         * ext/jpeg/gstjpegdec.c:
2813         Align documentation with reality.
2814
2815 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2816
2817         * gst/udp/gstudpnetutils.c:
2818         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2819         old value (1) if it's not defined which should not cause any problems
2820         as we're using it internal only anyway.
2821
2822 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2823
2824         Patch by: Alessandro Decina <alessandro at nnva dot org>
2825
2826         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2827         Fix build of avidemux on big endian architectures.
2828
2829 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2830
2831         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2832
2833         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2834         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2835
2836 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2837
2838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2839         (qtdemux_parse_trak):
2840         Set pixel-aspect-ratio in caps using display width and height
2841         provided in track.
2842
2843 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2844
2845         * configure.ac:
2846         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2847         flags that are invalid for C++. Fixes bug #516509.
2848
2849 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2850
2851         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2852         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2853         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2856         * tests/examples/equalizer/demo.c: (message_handler):
2857         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2858         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2859         Don't use declarations after statements and variable length arrays.
2860
2861 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2862
2863         Patch by: Daniel Drake <dsd at gentoo dot org>
2864
2865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2866         (gst_v4l2src_get_nearest_size):
2867         Try progressive video if interlaced fails. Fixes bug #541956
2868         and the usage of v4l2src on OLPC.
2869
2870 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2871
2872         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2873         (gst_rtp_speex_depay_process):
2874         * gst/rtp/gstrtpspeexdepay.h:
2875         Revert last change: Only the jitterbuffer is able to convert RTP to
2876         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2877         Reopens bug #541787.
2878
2879 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2880
2881         * gst/rtp/gstrtpvrawdepay.c:
2882           Include stdlib.h for atoi().
2883
2884         * gst/rtsp/gstrtspsrc.c:
2885           Use floating point math for latencies < 0 sec in log output.
2886
2887 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2888
2889         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2890
2891         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2892         (gst_rtp_speex_depay_process):
2893         * gst/rtp/gstrtpspeexdepay.h:
2894         Take timestamp from the RTP packet as a first step to fix problems
2895         with transmission over RTP when the network is not reliable.
2896         Fixes bug #541787.
2897
2898 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2899
2900         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2901
2902         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2903         Fix parsing of udp:// URIs containing IPv6 addresses.
2904         Fixes bug #541650.
2905
2906 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2907
2908         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2909         Do not leak incoming buffers.
2910
2911 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2912
2913         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2914
2915         * configure.ac:
2916         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2917         for htons() and htonl(). Fixes bug #541412.
2918
2919 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2920
2921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2922         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2923         (gst_matroska_demux_element_query),
2924         (gst_matroska_demux_handle_src_query),
2925         (gst_matroska_demux_handle_seek_event):
2926         Handle position and duration query in DEFAULT format if the
2927         pad's track has a default frame duration set.
2928
2929         Fix seeking now that the segment's duration doesn't contain the
2930         (possibly wrong or inaccurate) duration of the Matroska file.
2931
2932 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2933
2934         * gst/matroska/ebml-read.c: (_ext2dbl):
2935         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2936         in math.h except on MSVC where it is defined in xmath.h.
2937         Fixes compilation with MSVC.
2938
2939 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2940
2941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2942         (gst_matroska_demux_handle_src_query),
2943         (gst_matroska_demux_parse_info),
2944         (gst_matroska_demux_loop_stream_parse_id):
2945         * gst/matroska/matroska-demux.h:
2946         Don't set the segment duration to the duration from the Matroska
2947         header as this value could be wrong and is just informational.
2948
2949 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2950
2951         * gst/matroska/matroska-demux.c:
2952         (gst_matroska_demux_loop_stream_parse_id):
2953         If no Tracks element is found until the first Cluster is found
2954         search it and error out if none is found in the complete file.
2955
2956 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2957
2958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2959         Resync non-subtitle tracks too if a too large gap compared to other
2960         tracks is detected.
2961
2962 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         * gst/rtp/Makefile.am:
2965         * gst/rtp/gstrtp.c: (plugin_init):
2966         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2967         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2968         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2969         (gst_rtp_vraw_depay_change_state),
2970         (gst_rtp_vraw_depay_plugin_init):
2971         * gst/rtp/gstrtpvrawdepay.h:
2972         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2973         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2974         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2975         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2976         (gst_rtp_vraw_pay_plugin_init):
2977         * gst/rtp/gstrtpvrawpay.h:
2978         Add raw video pay and depayloaders, see RFC4175.
2979
2980 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2981
2982         * ext/libpng/gstpngdec.c:
2983         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2984         whatever it returned.
2985
2986 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2987
2988         * gst/avi/avi-ids.h:
2989         Add vprp chunk related structures.
2990         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2991         (gst_avi_demux_parse_stream):
2992         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2993         to caps.  Fixes #539482.
2994         * gst/avi/gstavimux.h:
2995         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2996         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2997         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2998
2999 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3000
3001         * tests/check/elements/avimux.c: (check_avimux_pad):
3002         Adjust avimux unit test according to increased streamheader size.
3003
3004 2008-06-27  David Schleef  <ds@schleef.org>
3005
3006         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3007
3008 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3009
3010         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3011         * gst/avi/gstavimux.h:
3012         Add 8 bytes to current streamheader to make for a complete one
3013         and to make more players happy.  Fixes #519460.
3014
3015 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3016
3017         * sys/v4l2/v4l2_calls.c::
3018           Don't include unused gstv4l2xoverlay.h. Fixes build
3019           in case where X11 headers are not installed.
3020
3021 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3022
3023         * ext/dv/gstdv.c: (plugin_init):
3024         Fix compilation.
3025
3026 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3027
3028         * ext/dv/gstdv.c: (plugin_init):
3029         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3030         DV decoder available.
3031         Fixes #532393
3032
3033 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3034
3035         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3036         Call getsockname() after the call to bind() to get updated values
3037         for the port, etc. This fixes the usage of udpsrc on anonymous
3038         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3039         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3040
3041 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3042
3043         * tests/check/pipelines/wavpack.c: (bus_handler):
3044         Remove workaround for a bug in identity that is fixed in 0.10.20.
3045
3046 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3047
3048         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3049
3050         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3051         Fix HTTP auth support with user/password passed via the URI.
3052         Fixes bug #540067.
3053
3054 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3055
3056         * configure.ac:
3057           Depend on released versions of core and -base.
3058
3059 2008-06-23  Julien Moutte  <julien@fluendo.com>
3060
3061         * gst/matroska/matroska-demux.c:
3062         (gst_matroska_demux_read_track_encoding),
3063         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3064         format strings in macros. (makes it build on OS X again...)
3065
3066 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3067
3068         * gst/rtp/gstrtptheorapay.c:
3069         * gst/udp/gstmultiudpsink.c:
3070           Added debug.
3071
3072 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3073
3074         * configure.ac: switch v4l2src over to the normal build instead of
3075         being 'experimental'. Fixes bug #536831.
3076
3077 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3078
3079         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3080         Remove unused variable so that we can compile again.
3081
3082 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3083
3084         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3085         No need to check for audio/G723 and audio/32KADPCM here as they are
3086         no longer supported.
3087
3088 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3091         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3092         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3093         known length.
3094
3095 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3096
3097         * gst/matroska/matroska-demux.c:
3098         (gst_matroska_demux_add_wvpk_header),
3099         (gst_matroska_demux_audio_caps):
3100         * gst/matroska/matroska-ids.h:
3101         Fix demuxing of WavPack files. Muxing is still broken.
3102
3103 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3104
3105         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3106         (gst_matroska_demux_add_mpeg_seq_header),
3107         (gst_matroska_demux_add_wvpk_header),
3108         (gst_matroska_demux_check_subtitle_buffer),
3109         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3110         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3111         (gst_matroska_demux_subtitle_caps):
3112         * gst/matroska/matroska-ids.h:
3113         Add a "vfunc" to the track context for postprocessing frames and
3114         convert the wavpack and subtitle postprocessing to this vfunc.
3115         Copy buffer flags in those functions to the new buffers too.
3116
3117         Parse CodecState elements of Blocks.
3118
3119         Add a postprocessing function for MPEG video that adds the sequence
3120         header from the codec private data or codec state to the frames if
3121         it's not already there.
3122
3123 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3124
3125         * gst/matroska/matroska-demux.c:
3126         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3127         If a gap of more than 1/2 second is found in one stream send a
3128         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3129         This also fixes Matroska files where the first buffer doesn't start
3130         at timestamp 0. Fixes bug #429322.
3131
3132         The duration of a block is the default duration multiplied with the
3133         number of laces. Every lace is one frame and the default duration
3134         is the duration of one frame. This fixes playback of files that use
3135         lacing for some tracks.
3136
3137 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3138
3139         * gst/matroska/matroska-demux.c:
3140         (gst_matroska_demux_parse_contents_seekentry):
3141         Update FIXME/TODOs and only ignore EOS at the central, important place
3142         instead of several places.
3143
3144 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3145
3146         * gst/rtp/gstrtpg726pay.c:
3147         Fix caps, See #538891.
3148
3149 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3150
3151         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3152         (gst_matroska_demux_stream_from_num),
3153         (gst_matroska_demux_encoding_cmp),
3154         (gst_matroska_demux_encoding_order_unique),
3155         (gst_matroska_demux_read_track_encoding),
3156         (gst_matroska_demux_read_track_encodings),
3157         (gst_matroska_demux_tracknumber_unique),
3158         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3159         (gst_matroska_demux_parse_tracks),
3160         (gst_matroska_demux_parse_index_cuetrack),
3161         (gst_matroska_demux_parse_index_pointentry),
3162         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3163         (gst_matroska_demux_parse_metadata_id_simple_tag),
3164         (gst_matroska_demux_parse_metadata_id_tag),
3165         (gst_matroska_demux_parse_metadata),
3166         (gst_matroska_demux_parse_attached_file),
3167         (gst_matroska_demux_parse_attachments),
3168         (gst_matroska_demux_parse_chapters),
3169         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3170         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3171         (gst_matroska_demux_parse_cluster),
3172         (gst_matroska_demux_parse_contents_seekentry),
3173         (gst_matroska_demux_parse_contents),
3174         (gst_matroska_demux_loop_stream_parse_id),
3175         (gst_matroska_demux_loop):
3176         Improve debug output everywhere and fix the EOS logic.
3177
3178         Check the values of the ContentEncoding elements more strictly and
3179         don't use tracks for which it's invalid.
3180
3181         Check that the track number is unique for this stream.
3182
3183         Check that seek positions are below G_MAXINT64 as our seeks are
3184         int64-based and overflows will fail badly.
3185
3186         After seeks also don't push SimpleBlocks until the first one
3187         containing a keyframe is found. Before this was done only for normal
3188         Blocks.
3189
3190         Update some FIXME/TODOs.
3191         
3192         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3193         (gst_ebml_read_utf8), (gst_ebml_read_header):
3194         Improve debug output.
3195
3196         * gst/matroska/matroska-ids.c:
3197         (gst_matroska_track_init_video_context):
3198         * gst/matroska/matroska-ids.h:
3199         * gst/matroska/matroska-mux.c:
3200         (gst_matroska_mux_video_pad_setcaps):
3201         Remove eye mode and don't parse it anymore. We can't use that
3202         information in GStreamer yet so it's useless.
3203
3204
3205 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         Patch by: Mersad Jelacic <mersad at axis dot com>
3208
3209         * gst/rtp/Makefile.am:
3210         * gst/rtp/gstrtp.c: (plugin_init):
3211         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3212         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3213         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3214         (gst_rtp_g726_depay_plugin_init):
3215         * gst/rtp/gstrtpg726depay.h:
3216         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3217         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3218         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3219         * gst/rtp/gstrtpg726pay.h:
3220         Added G726 pay/depayloaders. Fixes #538891.
3221
3222 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3223
3224         * gst/rtsp/URLS:
3225         Some more urls.
3226
3227         * gst/smpte/barboxwipes.c:
3228         Add a comment
3229
3230         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3231         Fix typo, add audioresample to the pipeline.
3232
3233 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3234
3235         * ext/libmng/Makefile.am:
3236         * ext/libmng/gstmng.c: (plugin_init):
3237         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3238         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3239         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3240         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3241         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3242         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3243         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3244         (gst_mng_dec_change_state):
3245         * ext/libmng/gstmngdec.h:
3246         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3247         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3248         (gst_mng_enc_init), (gst_mng_enc_chain),
3249         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3250         * ext/libmng/gstmngenc.h:
3251         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3252         bits ifdeffed out still.
3253
3254 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3255
3256         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3257         When comparing index elements with the same time compare their
3258         block number.
3259
3260 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3261
3262         * gst/matroska/matroska-demux.c:
3263           (gst_matroska_demux_parse_attached_file)
3264           Init variable to NULL to avoid compiler warning.
3265
3266 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         * gst/matroska/Makefile.am:
3269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3270         (gst_matroska_demux_parse_attached_file),
3271         (gst_matroska_demux_parse_attachments),
3272         (gst_matroska_demux_parse_contents_seekentry),
3273         (gst_matroska_demux_loop_stream_parse_id):
3274         * gst/matroska/matroska-demux.h:
3275         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3276         * gst/matroska/matroska-ids.h:
3277         * gst/matroska/matroska.c: (plugin_init):
3278         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3279         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3280         and description of the attachments in the caps. Fixes bug #537622.
3281
3282 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3283
3284         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3285         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3286         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3287         (gst_speex_enc_src_query), (gst_speex_enc_init),
3288         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3289         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3290         (gst_speex_enc_set_property):
3291         Add mode property.
3292         Some cleanups, add more debug info.
3293         Add latency query.
3294
3295 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3298         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3299         If we get less bytes than requested we can't do anything except doing
3300         our EOS logic.
3301
3302 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3303
3304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3305         (gst_matroskademux_do_index_seek),
3306         (gst_matroska_demux_parse_index_cuetrack),
3307         (gst_matroska_demux_parse_index_pointentry),
3308         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3309         (gst_matroska_demux_parse_metadata):
3310         * gst/matroska/matroska-demux.h:
3311         * gst/matroska/matroska-ids.h:
3312         Use a GArray for storing the Cue (i.e. seek) information, store
3313         the CueTrackPositions for every track, store the block number
3314         and optimize searching in the array by sorting it after the last
3315         element was added.
3316
3317         Fix a small memory leak when trying to parse a tags element that was
3318         already parsed.
3319
3320 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3323         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3324         (gst_matroska_mux_write_data):
3325         * gst/matroska/matroska-mux.h:
3326         Don't write another SeekHead which indexes all Clusters to the end of
3327         the file. This isn't useful for anything and just increases filesize.
3328
3329 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3330
3331         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3332         Prevent unaligned memory access when reading floats.
3333
3334 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         * gst/matroska/ebml-read.c:
3337         * gst/matroska/ebml-read.h:
3338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3339         (gst_matroska_demux_parse_metadata):
3340         * gst/matroska/matroska-demux.h:
3341         Make sure that every Tags element is only parsed once and it's
3342         containing tags are only posted once.
3343
3344 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3347         (gst_ebml_read_header):
3348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3349         (gst_matroska_demux_parse_tracks),
3350         (gst_matroska_demux_parse_index_cuetrack),
3351         (gst_matroska_demux_parse_index_pointentry),
3352         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3353         (gst_matroska_demux_parse_metadata_id_simple_tag),
3354         (gst_matroska_demux_parse_metadata_id_tag),
3355         (gst_matroska_demux_parse_metadata),
3356         (gst_matroska_demux_parse_attachments),
3357         (gst_matroska_demux_parse_chapters),
3358         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3359         (gst_matroska_demux_parse_cluster),
3360         (gst_matroska_demux_parse_contents_seekentry),
3361         (gst_matroska_demux_parse_contents),
3362         (gst_matroska_demux_loop_stream_parse_id):
3363         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3364         already. They're not useful in the matroska parser and only cause
3365         additional code.
3366
3367 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3368
3369         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3370         (gst_ebml_finalize), (gst_ebml_read_change_state),
3371         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3372         * gst/matroska/matroska-demux.c:
3373         (gst_matroska_demux_parse_contents_seekentry):
3374         Reverse the level list as we usually are only interested in the
3375         first element or want to add a new first element. Having the
3376         first element stored at the end and calling g_list_last() and
3377         g_list_append() is more expensive.
3378
3379         Also use GSlice for allocating the GstEbmlLevel structs.
3380
3381 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3382
3383         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3384           (gst_tag_inject_class_init), (gst_tag_inject_init):
3385           Don't unref NULL taglist in finalize. Don't use c++ style
3386           comments.
3387
3388 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3389
3390         * gst/matroska/matroska-demux.c:
3391         (gst_matroska_demux_parse_metadata_id_simple_tag):
3392         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3393         (gst_matroska_mux_write_data):
3394         Use gst_value_serialize() and gst_value_deserialize() for transforming
3395         tags from some GType to a string and the other way around. The default
3396         transformations in GLib don't include transformations from string to
3397         number types.
3398
3399 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3400
3401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3402         (gst_matroska_demux_parse_tracks),
3403         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3404         (gst_matroska_demux_parse_attachments),
3405         (gst_matroska_demux_parse_chapters),
3406         (gst_matroska_demux_parse_contents_seekentry),
3407         (gst_matroska_demux_loop_stream_parse_id):
3408         * gst/matroska/matroska-demux.h:
3409         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3410         Tags multiple times. The first ones can appear more than once but must
3411         contain the same content as the first for backup purposes so we ignore
3412         all but the first one. Tags can appear multiple times with different
3413         content.
3414
3415         Jump to all elements except Clusters that are available from a
3416         SeekHead to make it more likely to have all required informations
3417         before getting to the first Clusters.
3418
3419         Add dummy functions for parsing Attachments and Chapters.
3420
3421 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3422
3423         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3424         (gst_udpsrc_create), (gst_udpsrc_set_property),
3425         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3426         * gst/udp/gstudpsrc.h:
3427         Add property to control automatic join/leave of multicast groups.
3428         Add G_LIKELY.
3429         Remove setting caps on buffers explicitly, basesrc does that for us now.
3430         Improve debug info.
3431         Convert some non-fatal error into warnings.
3432         Use g_ntohs for better portability.
3433         Leave multicast groups when stopping.
3434         When using external sockets, use getsockname() on them to fill up the
3435         addr structure before calling methods that use the structure.
3436         Should all fix #536903.
3437         API: GstUDPSrc::auto-multicast property
3438
3439 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3440
3441         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3442         Use g_ntohl for better portability.
3443
3444 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3445
3446         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3447         (gst_multiudpsink_remove):
3448         Fix a typo and do some small cleanups.
3449
3450 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         Patch by: Olivier Crete <tester at tester dot ca>
3453
3454         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3455         Make the delivery-method mandatory on the caps and only accept inline
3456         for now.
3457         Reverse strcmp checks for delivery-method.
3458
3459         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3460         Make delivery method optional when parsing caps and note this in the
3461         caps.
3462         Reverse strcmp checks for delivery-method.
3463
3464         * gst/rtp/gstrtpvorbispay.c:
3465         Update a comment to note that the delivery-method is optional, 
3466         Fixes #537675.
3467
3468 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3471         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3472         leaving them in READY. Fixes #537832.
3473
3474 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3475
3476         * gst/avi/gstavimux.c:
3477           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3478           for a random constant in tagmuxing code.
3479
3480 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3481
3482         * gst/debug/gsttaginject.c:
3483         * gst/debug/gsttaginject.h:
3484           Now actually adding the new element.
3485
3486 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3487
3488         * docs/plugins/Makefile.am:
3489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3491         * docs/plugins/gst-plugins-good-plugins.args:
3492         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3493         * docs/plugins/gst-plugins-good-plugins.interfaces:
3494         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3495         * docs/plugins/inspect/plugin-aasink.xml:
3496         * docs/plugins/inspect/plugin-alaw.xml:
3497         * docs/plugins/inspect/plugin-alpha.xml:
3498         * docs/plugins/inspect/plugin-alphacolor.xml:
3499         * docs/plugins/inspect/plugin-annodex.xml:
3500         * docs/plugins/inspect/plugin-apetag.xml:
3501         * docs/plugins/inspect/plugin-audiofx.xml:
3502         * docs/plugins/inspect/plugin-auparse.xml:
3503         * docs/plugins/inspect/plugin-autodetect.xml:
3504         * docs/plugins/inspect/plugin-avi.xml:
3505         * docs/plugins/inspect/plugin-cacasink.xml:
3506         * docs/plugins/inspect/plugin-cairo.xml:
3507         * docs/plugins/inspect/plugin-cdio.xml:
3508         * docs/plugins/inspect/plugin-cutter.xml:
3509         * docs/plugins/inspect/plugin-debug.xml:
3510         * docs/plugins/inspect/plugin-dv.xml:
3511         * docs/plugins/inspect/plugin-efence.xml:
3512         * docs/plugins/inspect/plugin-effectv.xml:
3513         * docs/plugins/inspect/plugin-equalizer.xml:
3514         * docs/plugins/inspect/plugin-esdsink.xml:
3515         * docs/plugins/inspect/plugin-flac.xml:
3516         * docs/plugins/inspect/plugin-flxdec.xml:
3517         * docs/plugins/inspect/plugin-gamma.xml:
3518         * docs/plugins/inspect/plugin-gconfelements.xml:
3519         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3520         * docs/plugins/inspect/plugin-goom.xml:
3521         * docs/plugins/inspect/plugin-goom2k1.xml:
3522         * docs/plugins/inspect/plugin-halelements.xml:
3523         * docs/plugins/inspect/plugin-icydemux.xml:
3524         * docs/plugins/inspect/plugin-id3demux.xml:
3525         * docs/plugins/inspect/plugin-jpeg.xml:
3526         * docs/plugins/inspect/plugin-level.xml:
3527         * docs/plugins/inspect/plugin-matroska.xml:
3528         * docs/plugins/inspect/plugin-monoscope.xml:
3529         * docs/plugins/inspect/plugin-mulaw.xml:
3530         * docs/plugins/inspect/plugin-multifile.xml:
3531         * docs/plugins/inspect/plugin-multipart.xml:
3532         * docs/plugins/inspect/plugin-navigationtest.xml:
3533         * docs/plugins/inspect/plugin-ossaudio.xml:
3534         * docs/plugins/inspect/plugin-png.xml:
3535         * docs/plugins/inspect/plugin-quicktime.xml:
3536         * docs/plugins/inspect/plugin-rtp.xml:
3537         * docs/plugins/inspect/plugin-rtsp.xml:
3538         * docs/plugins/inspect/plugin-smpte.xml:
3539         * docs/plugins/inspect/plugin-soup.xml:
3540         * docs/plugins/inspect/plugin-spectrum.xml:
3541         * docs/plugins/inspect/plugin-speex.xml:
3542         * docs/plugins/inspect/plugin-taglib.xml:
3543         * docs/plugins/inspect/plugin-udp.xml:
3544         * docs/plugins/inspect/plugin-video4linux2.xml:
3545         * docs/plugins/inspect/plugin-videobalance.xml:
3546         * docs/plugins/inspect/plugin-videobox.xml:
3547         * docs/plugins/inspect/plugin-videocrop.xml:
3548         * docs/plugins/inspect/plugin-videoflip.xml:
3549         * docs/plugins/inspect/plugin-videomixer.xml:
3550         * docs/plugins/inspect/plugin-wavenc.xml:
3551         * docs/plugins/inspect/plugin-wavpack.xml:
3552         * docs/plugins/inspect/plugin-wavparse.xml:
3553         * docs/plugins/inspect/plugin-ximagesrc.xml:
3554         * gst/debug/Makefile.am:
3555         * gst/debug/breakmydata.c:
3556         * gst/debug/efence.c:
3557         * gst/debug/gstdebug.c:
3558         * gst/debug/gstnavseek.c:
3559         * gst/debug/gstpushfilesrc.c:
3560         * gst/debug/gstpushfilesrc.h:
3561         * gst/debug/negotiation.c:
3562         * gst/debug/progressreport.c:
3563         * gst/debug/progressreport.h:
3564         * gst/debug/rndbuffersize.c:
3565         * gst/debug/testplugin.c:
3566           Remove dummy plugin_init. Remove some undefined entries from doc-
3567           section file. Add taginject element and rebuild docs for it.
3568
3569 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3570
3571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3572         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3573         Update the counter for the number of streams when pads are added or
3574         removed. This will make sure that a seek table is generated for
3575         files with just one audio stream.
3576
3577 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         * gst/matroska/matroska-demux.c:
3580         (gst_matroska_demux_parse_metadata_id_simple_tag):
3581         * gst/matroska/matroska-ids.h:
3582         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3583         Add some more tags, improve debugging a bit and make sure that
3584         GValue transformation has succeeded before using the result
3585         as a tag.
3586
3587 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3588
3589         Patch by: Olivier Crete <tester at tester dot ca>
3590
3591         * gst/rtp/gstrtptheorapay.c:
3592         The Theora RTP payloader only supports the "inline" delievery method
3593         so let's declare this on the caps of the static pad template.
3594         Fixes bug #537675.
3595
3596 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3597
3598         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3599         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3600         Remove bogus check.
3601
3602 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3605         (gst_videomixer_blend_buffers):
3606         Use stream_time to synchronize the object properties.
3607         Use running_time of the master pad to timestamp outgoing buffers.
3608         Fix the initial segment event to extend an unknown amount of time.
3609         Fixes #537361.
3610
3611 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3614         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3615         (gst_avi_demux_calculate_durations_from_index),
3616         (gst_avi_demux_stream_header_push),
3617         (gst_avi_demux_stream_header_pull):
3618         Try to ignore unparsable/unknown streams and give a warning instead of
3619         erroring out. Fixes #537377.
3620
3621 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3622
3623         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3624         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3625
3626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3627         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3628         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3629         (gst_matroska_demux_read_track_encodings),
3630         (gst_matroska_demux_add_stream),
3631         (gst_matroska_demux_handle_src_query),
3632         (gst_matroska_demux_init_stream),
3633         (gst_matroska_demux_parse_index_cuetrack),
3634         (gst_matroska_demux_parse_index_pointentry),
3635         (gst_matroska_demux_parse_info),
3636         (gst_matroska_demux_parse_metadata_id_simple_tag),
3637         (gst_matroska_demux_parse_metadata),
3638         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3639         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3640         (gst_matroska_demux_parse_cluster),
3641         (gst_matroska_demux_parse_contents_seekentry),
3642         (gst_matroska_demux_loop_stream_parse_id),
3643         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3644         (gst_matroska_demux_audio_caps),
3645         (gst_matroska_demux_subtitle_caps):
3646         * gst/matroska/matroska-demux.h:
3647         * gst/matroska/matroska-ids.c:
3648         (gst_matroska_track_init_subtitle_context):
3649         * gst/matroska/matroska-ids.h:
3650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3651         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3652         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3653         (gst_matroska_mux_video_pad_setcaps),
3654         (gst_matroska_mux_audio_pad_setcaps),
3655         (gst_matroska_mux_subtitle_pad_setcaps),
3656         (gst_matroska_mux_request_new_pad),
3657         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3658         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3659         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3660         (gst_matroska_mux_set_property):
3661         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3662         elements, do some checks for valid values in the demuxer, handle
3663         tracktimecodescale in the demuxer, set correct default values for all
3664         settings in the demuxer, review and add all missing matroska
3665         IDs and some more raw YUV formats, and some trivial cleanup.
3666
3667 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3670         (gst_pulsemixer_class_init):
3671         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3672         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3673         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3674         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3675         (gst_pulsesrc_prepare):
3676         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3677         gst_element_class_set_details_simple() and fix coding style a bit
3678         more.
3679
3680 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3681
3682         * docs/plugins/Makefile.am:
3683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3684         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3685         * docs/plugins/gst-plugins-good-plugins.args:
3686         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3687         * docs/plugins/gst-plugins-good-plugins.interfaces:
3688         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3689         * docs/plugins/inspect/plugin-aasink.xml:
3690         * docs/plugins/inspect/plugin-alaw.xml:
3691         * docs/plugins/inspect/plugin-alpha.xml:
3692         * docs/plugins/inspect/plugin-alphacolor.xml:
3693         * docs/plugins/inspect/plugin-annodex.xml:
3694         * docs/plugins/inspect/plugin-apetag.xml:
3695         * docs/plugins/inspect/plugin-audiofx.xml:
3696         * docs/plugins/inspect/plugin-auparse.xml:
3697         * docs/plugins/inspect/plugin-autodetect.xml:
3698         * docs/plugins/inspect/plugin-avi.xml:
3699         * docs/plugins/inspect/plugin-cacasink.xml:
3700         * docs/plugins/inspect/plugin-cairo.xml:
3701         * docs/plugins/inspect/plugin-cdio.xml:
3702         * docs/plugins/inspect/plugin-cutter.xml:
3703         * docs/plugins/inspect/plugin-debug.xml:
3704         * docs/plugins/inspect/plugin-dv.xml:
3705         * docs/plugins/inspect/plugin-efence.xml:
3706         * docs/plugins/inspect/plugin-effectv.xml:
3707         * docs/plugins/inspect/plugin-equalizer.xml:
3708         * docs/plugins/inspect/plugin-esdsink.xml:
3709         * docs/plugins/inspect/plugin-flac.xml:
3710         * docs/plugins/inspect/plugin-flxdec.xml:
3711         * docs/plugins/inspect/plugin-gamma.xml:
3712         * docs/plugins/inspect/plugin-gconfelements.xml:
3713         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3714         * docs/plugins/inspect/plugin-goom.xml:
3715         * docs/plugins/inspect/plugin-goom2k1.xml:
3716         * docs/plugins/inspect/plugin-halelements.xml:
3717         * docs/plugins/inspect/plugin-icydemux.xml:
3718         * docs/plugins/inspect/plugin-id3demux.xml:
3719         * docs/plugins/inspect/plugin-jpeg.xml:
3720         * docs/plugins/inspect/plugin-level.xml:
3721         * docs/plugins/inspect/plugin-matroska.xml:
3722         * docs/plugins/inspect/plugin-monoscope.xml:
3723         * docs/plugins/inspect/plugin-mulaw.xml:
3724         * docs/plugins/inspect/plugin-multifile.xml:
3725         * docs/plugins/inspect/plugin-multipart.xml:
3726         * docs/plugins/inspect/plugin-navigationtest.xml:
3727         * docs/plugins/inspect/plugin-ossaudio.xml:
3728         * docs/plugins/inspect/plugin-png.xml:
3729         * docs/plugins/inspect/plugin-pulseaudio.xml:
3730         * docs/plugins/inspect/plugin-quicktime.xml:
3731         * docs/plugins/inspect/plugin-rtp.xml:
3732         * docs/plugins/inspect/plugin-rtsp.xml:
3733         * docs/plugins/inspect/plugin-smpte.xml:
3734         * docs/plugins/inspect/plugin-soup.xml:
3735         * docs/plugins/inspect/plugin-spectrum.xml:
3736         * docs/plugins/inspect/plugin-speex.xml:
3737         * docs/plugins/inspect/plugin-taglib.xml:
3738         * docs/plugins/inspect/plugin-udp.xml:
3739         * docs/plugins/inspect/plugin-video4linux2.xml:
3740         * docs/plugins/inspect/plugin-videobalance.xml:
3741         * docs/plugins/inspect/plugin-videobox.xml:
3742         * docs/plugins/inspect/plugin-videocrop.xml:
3743         * docs/plugins/inspect/plugin-videoflip.xml:
3744         * docs/plugins/inspect/plugin-videomixer.xml:
3745         * docs/plugins/inspect/plugin-wavenc.xml:
3746         * docs/plugins/inspect/plugin-wavpack.xml:
3747         * docs/plugins/inspect/plugin-wavparse.xml:
3748         * docs/plugins/inspect/plugin-ximagesrc.xml:
3749         * ext/pulse/plugin.c:
3750         * ext/pulse/pulsemixer.c:
3751         * ext/pulse/pulsesink.c:
3752         * ext/pulse/pulsesrc.c:
3753         Add documentation to the pulseaudio plugin and run make update
3754         in docs/plugins.
3755
3756 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         Patch by: Brian Cameron <brian.cameron at sun dot com>
3759
3760         * sys/sunaudio/gstsunaudiomixerctrl.c:
3761         (gst_sunaudiomixer_ctrl_get_volume),
3762         (gst_sunaudiomixer_ctrl_set_volume):
3763         Improvements for the SunAudio mixer by handling mute as no gain
3764         for tracks that have a gain property but no mute property.
3765         Fixes bug #536067.
3766
3767 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * configure.ac:
3770         * ext/pulse/Makefile.am:
3771         * ext/pulse/plugin.c: (plugin_init):
3772         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3773         (gst_pulsemixer_implements_interface_init),
3774         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3775         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3776         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3777         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3778         * ext/pulse/pulsemixer.h:
3779         * ext/pulse/pulsemixerctrl.c:
3780         (gst_pulsemixer_ctrl_context_state_cb),
3781         (gst_pulsemixer_ctrl_sink_info_cb),
3782         (gst_pulsemixer_ctrl_source_info_cb),
3783         (gst_pulsemixer_ctrl_subscribe_cb),
3784         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3785         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3786         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3787         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3788         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3789         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3790         * ext/pulse/pulsemixerctrl.h:
3791         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3792         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3793         * ext/pulse/pulsemixertrack.h:
3794         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3795         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3796         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3797         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3798         (gst_pulseprobe_new), (gst_pulseprobe_free),
3799         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3800         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3801         (gst_pulseprobe_set_server):
3802         * ext/pulse/pulseprobe.h:
3803         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3804         (gst_pulsesink_class_init), (gst_pulsesink_init),
3805         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3806         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3807         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3808         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3809         (gst_pulsesink_stream_request_cb),
3810         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3811         (gst_pulsesink_close), (gst_pulsesink_prepare),
3812         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3813         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3814         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3815         (gst_pulsesink_event), (gst_pulsesink_get_type):
3816         * ext/pulse/pulsesink.h:
3817         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3818         (gst_pulsesrc_implements_interface_init),
3819         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3820         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3821         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3822         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3823         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3824         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3825         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3826         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3827         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3828         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3829         (gst_pulsesrc_get_type):
3830         * ext/pulse/pulsesrc.h:
3831         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3832         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3833         * ext/pulse/pulseutil.h:
3834         Add pulseaudio GStreamer element from gst-pulse. Development will
3835         continue here instead of pulseaudio SVN. Fixes bug #400679.
3836         Only changes over gst-pulse SVN are added copyright to the top of
3837         files and coding style changes.
3838
3839 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3840
3841         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3842
3843         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3844           (gst_cdio_add_cdtext_album_tags):
3845         * ext/cdio/gstcdio.h:
3846         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3847           Also extract album title and album genre from CD-TEXT if
3848           available (#537021).
3849
3850 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3851
3852         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3853
3854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3855         Improve negotiation a bit more by picking the smallest possible
3856         resolution that is larger than the resolution specified in the
3857         first caps entry of the peer caps. Fixes bug #536994.
3858
3859 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3860
3861         Patch by: Bastien Nocera <hadess at hadess dot net>
3862
3863         * sys/v4l2/gstv4l2vidorient.c:
3864         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3865         Fix compilation with newer GIT kernels that deprecated
3866         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3867
3868 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3869
3870         * configure.ac:
3871         * ext/cdio/gstcdio.c:
3872         * ext/cdio/gstcdio.h:
3873         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3874           Require libcdio >= 0.76.
3875
3876 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3877
3878         * gst/avi/gstavidemux.c:
3879         Catch UNEXPECTED when downstream has reached end of
3880         segment in reverse mode.
3881
3882 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3883
3884         * gst/avi/gstavidemux.c:
3885         Fix typo in comment
3886
3887 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3888
3889         * gst/avi/gstavidemux.c:
3890         Because we don't know the frame order we need to push till
3891         the next keyframe
3892
3893 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3894
3895         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3896
3897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3898         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3899         Provide a custom negotiation function to make sure to pick the highest
3900         possible framerate and resolution. Fixes bug #536646.
3901
3902 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3903
3904         * gst/avi/gstavidemux.c:
3905         Set EOS when going out of the segment in reverse playback
3906
3907 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3908
3909         * ext/taglib/Makefile.am::
3910           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3911           taglib headers (with gcc 4.3.1).
3912
3913 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3914
3915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3916         Use the new gst_rtsp_connection_get_ip() to access the IP address
3917         of a GstRTSPConnection since it is a private member.
3918
3919 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3920
3921         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3922         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3923           Use new utility functions in libgsttag to process coverart (#512333).
3924
3925 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3926
3927         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3928         We actually support left/side, right/side and mid/side files. The
3929         conversion to normal, interleaved stereo is done by libflac.
3930
3931 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3932
3933         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3934         (gst_ebml_write_set_cache):
3935         Unref the write cache in finalize if it was set and add add "FIXME"
3936         to a comment that needs it.
3937
3938 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3939
3940         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3941
3942         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3943         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3944         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3945         (gst_avi_demux_process_next_entry):
3946         * gst/avi/gstavidemux.h:
3947         Implement reverse playback. Fixes #535300.
3948         Small cleanups.
3949
3950 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3951
3952         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3953         (gst_videomixer_query_latency):
3954         When using gst_element_iterate_pads() one has to unref every pad
3955         after usage.
3956
3957 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3958
3959         Patch by: Bastien Nocera <hadess at hadess dot net>
3960         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3961         (qtdemux_parse_udta):
3962         * gst/qtdemux/qtdemux_fourcc.h:
3963         Improve meta-data handling, add 'comment', 'description' and
3964         'copyright' tag handling.
3965         Fixes #535935
3966
3967 2008-05-31  Julien Moutte  <julien@fluendo.com>
3968
3969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3970         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3971         (gst_qtdemux_seek_to_previous_keyframe),
3972         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3973         we don't clip the segment's stop using the main segment duration as
3974         that could crop quite some video frames. Make reverse playback support
3975         more robust and support edit lists. Support seeking to the last frame,
3976         and fix reverse looping playback. Add some debugging.
3977         * win32/common/config.h: Updated.
3978
3979 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * gst/equalizer/gstiirequalizer.c:
3982         (gst_iir_equalizer_transform_ip):
3983         Don't clip float/double samples, correctly unset passthrough mode
3984         and use better rounding for integer samples.
3985
3986 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3987
3988         * gst/equalizer/gstiirequalizer.c:
3989         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3990         (setup_filter), (set_passthrough), (update_coefficients),
3991         (gst_iir_equalizer_compute_frequencies),
3992         (gst_iir_equalizer_transform_ip):
3993         * gst/equalizer/gstiirequalizer.h:
3994         Update the filter coefficients only when needed in the transform_ip
3995         function and correctly set the element into passthrough mode if the
3996         gain of all bands is 0.
3997
3998 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3999
4000         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4001
4002         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4003         (gst_alpha_set_property), (gst_alpha_get_property),
4004         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4005         Try to skip pixels or areas that are too dark or too bright for us to do
4006         meaningfull color detection.
4007         Added properties to control the sensitivity to light and darkness.
4008         Added some small cleanups. Fixes #512345.
4009
4010 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4011
4012         * docs/plugins/.cvsignore:
4013         * tests/check/elements/.cvsignore:
4014         Ignore some more generated things
4015
4016         * tests/check/Makefile.am:
4017         Ignore OSS elements in the state changes test too.
4018
4019 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4020
4021         * docs/plugins/Makefile.am:
4022         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4023         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4024         Add SMPTE effect elements to docs.
4025
4026 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4027
4028         * docs/plugins/Makefile.am:
4029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4030         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4031         * ext/raw1394/gstdv1394src.c:
4032           Document whats first shown on the fdo plugin docs page :)
4033
4034 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4035
4036         * docs/plugins/Makefile.am:
4037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4039         * docs/plugins/gst-plugins-good-plugins.args:
4040         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4041         * docs/plugins/inspect/plugin-audiofx.xml:
4042         * gst/audiofx/Makefile.am:
4043         * gst/audiofx/audiofx.c:
4044         * gst/audiofx/audiokaraoke.c:
4045         * gst/audiofx/audiokaraoke.h:
4046         * gst/audiofx/audiovoice.c:
4047         * gst/audiofx/audiovoice.h:
4048           Rename audiovoice to audiokaraoke and add it to the docs.
4049
4050 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4051
4052         * REQUIREMENTS:
4053         * docs/plugins/Makefile.am:
4054         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4055         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4056         * docs/plugins/gst-plugins-good-plugins.args:
4057         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4058         * docs/plugins/gst-plugins-good-plugins.interfaces:
4059         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4060         * docs/plugins/inspect/plugin-aasink.xml:
4061         * docs/plugins/inspect/plugin-alaw.xml:
4062         * docs/plugins/inspect/plugin-alpha.xml:
4063         * docs/plugins/inspect/plugin-alphacolor.xml:
4064         * docs/plugins/inspect/plugin-annodex.xml:
4065         * docs/plugins/inspect/plugin-apetag.xml:
4066         * docs/plugins/inspect/plugin-audiofx.xml:
4067         * docs/plugins/inspect/plugin-auparse.xml:
4068         * docs/plugins/inspect/plugin-autodetect.xml:
4069         * docs/plugins/inspect/plugin-avi.xml:
4070         * docs/plugins/inspect/plugin-cacasink.xml:
4071         * docs/plugins/inspect/plugin-cairo.xml:
4072         * docs/plugins/inspect/plugin-cdio.xml:
4073         * docs/plugins/inspect/plugin-cutter.xml:
4074         * docs/plugins/inspect/plugin-debug.xml:
4075         * docs/plugins/inspect/plugin-dv.xml:
4076         * docs/plugins/inspect/plugin-efence.xml:
4077         * docs/plugins/inspect/plugin-effectv.xml:
4078         * docs/plugins/inspect/plugin-equalizer.xml:
4079         * docs/plugins/inspect/plugin-esdsink.xml:
4080         * docs/plugins/inspect/plugin-flac.xml:
4081         * docs/plugins/inspect/plugin-flxdec.xml:
4082         * docs/plugins/inspect/plugin-gamma.xml:
4083         * docs/plugins/inspect/plugin-gconfelements.xml:
4084         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4085         * docs/plugins/inspect/plugin-goom.xml:
4086         * docs/plugins/inspect/plugin-goom2k1.xml:
4087         * docs/plugins/inspect/plugin-halelements.xml:
4088         * docs/plugins/inspect/plugin-icydemux.xml:
4089         * docs/plugins/inspect/plugin-id3demux.xml:
4090         * docs/plugins/inspect/plugin-jpeg.xml:
4091         * docs/plugins/inspect/plugin-level.xml:
4092         * docs/plugins/inspect/plugin-matroska.xml:
4093         * docs/plugins/inspect/plugin-monoscope.xml:
4094         * docs/plugins/inspect/plugin-mulaw.xml:
4095         * docs/plugins/inspect/plugin-multifile.xml:
4096         * docs/plugins/inspect/plugin-multipart.xml:
4097         * docs/plugins/inspect/plugin-navigationtest.xml:
4098         * docs/plugins/inspect/plugin-ossaudio.xml:
4099         * docs/plugins/inspect/plugin-png.xml:
4100         * docs/plugins/inspect/plugin-quicktime.xml:
4101         * docs/plugins/inspect/plugin-rtp.xml:
4102         * docs/plugins/inspect/plugin-rtsp.xml:
4103         * docs/plugins/inspect/plugin-smpte.xml:
4104         * docs/plugins/inspect/plugin-soup.xml:
4105         * docs/plugins/inspect/plugin-spectrum.xml:
4106         * docs/plugins/inspect/plugin-speex.xml:
4107         * docs/plugins/inspect/plugin-taglib.xml:
4108         * docs/plugins/inspect/plugin-udp.xml:
4109         * docs/plugins/inspect/plugin-video4linux2.xml:
4110         * docs/plugins/inspect/plugin-videobalance.xml:
4111         * docs/plugins/inspect/plugin-videobox.xml:
4112         * docs/plugins/inspect/plugin-videocrop.xml:
4113         * docs/plugins/inspect/plugin-videoflip.xml:
4114         * docs/plugins/inspect/plugin-videomixer.xml:
4115         * docs/plugins/inspect/plugin-wavenc.xml:
4116         * docs/plugins/inspect/plugin-wavpack.xml:
4117         * docs/plugins/inspect/plugin-wavparse.xml:
4118         * docs/plugins/inspect/plugin-ximagesrc.xml:
4119         * ext/aalib/gstaasink.c:
4120         * ext/libcaca/gstcacasink.c:
4121           Document aasink and cacasink.
4122
4123 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4124
4125         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4126         (gst_videomixer_init), (gst_videomixer_query_duration),
4127         (gst_videomixer_query_latency), (gst_videomixer_query),
4128         (gst_videomixer_blend_buffers):
4129         * gst/videomixer/videomixer.h:
4130         Implement position (in time), duration and latency queries.
4131
4132 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4133
4134         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4135         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4136         (gst_videomixer_fill_queues), (forward_event_func),
4137         (forward_event), (gst_videomixer_src_event),
4138         (gst_videomixer_sink_event):
4139         * gst/videomixer/videomixer.h:
4140         Implement proper seek/newsegment handling.
4141         Based on adder's implementation.
4142         Fixes #535121
4143
4144 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4145
4146         Patch by: Jan Gerber <j at oil21 dot org>
4147
4148         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4149         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4150
4151 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4152
4153         * gst/audiofx/Makefile.am:
4154         * gst/audiofx/audiofx.c: (plugin_init):
4155         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4156         (gst_audio_voice_class_init), (gst_audio_voice_init),
4157         (update_filter), (gst_audio_voice_set_property),
4158         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4159         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4160         (gst_audio_voice_transform_ip):
4161         * gst/audiofx/audiovoice.h:
4162         Add simple voice removal element. Yay karaoke.
4163
4164 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4167
4168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4169         Fix potential caps leak.
4170         If we can't get the framerate with an ioctl, try to get it with the
4171         current norm. Fixes #520092.
4172
4173 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4176
4177         * sys/v4l2/v4l2src_calls.c:
4178         (gst_v4l2src_probe_caps_for_format_and_size):
4179         If we fail to get the frame intervals, simply don't touch the framerates
4180         on the template caps instead of discarding the format. See #520092.
4181
4182 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4183
4184         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4185
4186         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4187         (gst_v4l2_get_caps_info):
4188         Add NV12, NV21 and bayer support. See #520092.
4189
4190 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4191
4192         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4193         (gst_qtdemux_activate_segment):
4194         Unbreak segment activation again. Fixes #531672.
4195
4196 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4197
4198         * ext/flac/Makefile.am:
4199         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4200         Set the channel layout when decoding FLAC files with more than 2
4201         channels as defined by the FLAC spec. Fixes bug #534570.
4202
4203         Also don't try to decode left/side, right/side and mid/side files
4204         as we don't support this at all.
4205
4206 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4207
4208         * configure.ac:
4209           We need -base CVS (rtsp).
4210
4211 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4212
4213         * gst/udp/Makefile.am:
4214           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4215           when including netdb.h when building against glibc >= 2.8.
4216
4217 2008-05-22  Julien Moutte  <julien@fluendo.com>
4218
4219         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4220         debug statement arguments.
4221         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4222         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4223         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4224         on more platforms.
4225
4226 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4227
4228         * tests/check/elements/avimux.c: (setup_src_pad),
4229         (teardown_src_pad):
4230         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4231         (GST_START_TEST):
4232         * tests/check/elements/matroskamux.c: (setup_src_pad),
4233         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4234         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4235         (GST_START_TEST):
4236         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4237         (setup_wavpackparse), (cleanup_wavpackparse):
4238         Don't use gst_element_get_pad(), it's a bad, bad method.
4239
4240 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4241
4242         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4243         (do_toggle_element):
4244         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4245         (do_toggle_element):
4246         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4247         (do_toggle_element):
4248         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4249         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4250         (do_toggle_element):
4251         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4252         (do_toggle_element):
4253         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4254         (gst_auto_audio_sink_detect):
4255         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4256         (gst_auto_video_sink_detect):
4257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4258         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4259         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4260         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4261         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4262         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4263         * tests/icles/videocrop-test.c: (test_with_caps),
4264         (video_crop_get_test_caps):
4265         Don't use gst_element_get_pad(), it's a bad method.
4266
4267 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4268
4269         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4270         (gst_multiudpsink_add_internal):
4271         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4272         (gst_udp_join_group):
4273         * gst/udp/gstudpnetutils.h:
4274         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4275         Joining a multicast group and setting the loop/ttl properties are
4276         totally unrelated tasks are must be separated.
4277
4278 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4279
4280         * gst/avi/gstavimux.c:
4281           Also support alaw/mulaw.
4282
4283 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4286         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4287         * gst/udp/gstmultiudpsink.h:
4288         Add a fixme for the auto-multicast property.
4289         Fix some confusing debug messages.
4290         Disable setting a qos value by default.
4291
4292 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4295
4296         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4297         Ignore EPERM errors from sendto. Fixes #533619.
4298
4299 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4300
4301         Patch by: Henrik Eriksson <henriken at axis dot com>
4302
4303         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4304         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4305         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4306         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4307         * gst/udp/gstmultiudpsink.h:
4308         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4309
4310 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4311
4312         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4313         Improve debugging of the ident.
4314
4315 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         Patch by: Bruno Santos <brunof at ua dot pt>
4318
4319         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4320         (gst_udp_join_group), (gst_udp_leave_group),
4321         (gst_udp_is_multicast):
4322         * gst/udp/gstudpnetutils.h:
4323         Provide a bunch of helper methods to deal with IPv4 and IPv6
4324         transparently.
4325
4326         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4327         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4328         (gst_multiudpsink_get_property), (join_multicast),
4329         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4330         (gst_multiudpsink_remove):
4331         * gst/udp/gstmultiudpsink.h:
4332         Add multicast TTL and loopback properties.
4333         Use the helper methods to implement ip4 and ip6.
4334
4335         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4336         * gst/udp/gstudpsrc.h:
4337         Use the helper methods to implement ip4 and ip6.
4338         Fixes #515962.
4339
4340 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4343
4344         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4345         (gst_multipart_demux_get_gstname),
4346         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4347         * gst/multipart/multipartdemux.h:
4348         Don't blindly copy the mime-type as the caps name because they not
4349         always map directly. Instead use a hashtable with common mappings.
4350         Fixes #533287.
4351
4352 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4353
4354         * ext/esd/esdsink.c: (gst_esdsink_write):
4355         When we post an error, we must return -1 to let the parent know that we
4356         cannot write the segment else it will loop and continue to call us again
4357         forever. Patch by Michael Meeks.
4358
4359 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4360
4361         * gst/videomixer/videomixer.c:
4362           Add missing incudes.
4363
4364 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4365
4366         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4367         (gst_rtp_h264_pay_handle_buffer):
4368         * gst/rtp/gstrtph264pay.h:
4369         Correct a typo (sinle -> single).
4370
4371 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4372
4373         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4374         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4375         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4376         (gst_rtp_h264_depay_process):
4377         * gst/rtp/gstrtph264depay.h:
4378         Add experimental support for outputting quicktime-like AVC output in
4379         addition to the existing bytestream output.
4380
4381         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4382         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4383         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4384         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4385         (gst_rtp_h264_pay_get_property):
4386         * gst/rtp/gstrtph264pay.h:
4387         Make the parsing mode configurable, for some inputs we don't need to
4388         scan every byte for start codes.
4389         Only set the marker bit on ACCESS units.
4390
4391 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4392
4393         * gst/equalizer/gstiirequalizer.c:
4394         Use a bigger type in integer mode for the intermediate results to
4395         prevent overflows. This fixes the crippled sound when using the
4396         equalizer in integer mode. Fixes bug #510865.
4397
4398 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4399
4400         * gst/videomixer/videomixer.c:
4401         * gst/videomixer/videomixer.h:
4402         Instead of a random number for the request pad id's,
4403         use a counter.
4404
4405         Register the videomixerpad class from the element's class_init
4406         where it's safer, and allows the docs generator to scan it.
4407
4408 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4409
4410         * gst/smpte/Makefile.am:
4411         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4412         * gst/smpte/gstsmpte.h:
4413         * gst/smpte/gstsmptealpha.c:
4414         (gst_smpte_alpha_transition_type_get_type),
4415         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4416         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4417         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4418         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4419         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4420         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4421         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4422         * gst/smpte/gstsmptealpha.h:
4423         * gst/smpte/plugin.c: (plugin_init):
4424         Add new plugin that adds the SMPTE transition in the alpha channel of
4425         I420 and AYUV frames so that they can be blended with videomixer later
4426         on. Uses all niceties such as using base transform for efficient alloc
4427         and negotiation. It currently requires GstController to control the
4428         position in the transition effect.
4429
4430 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4431
4432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4434         * docs/plugins/gst-plugins-good-plugins.args:
4435         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4436         * docs/plugins/gst-plugins-good-plugins.interfaces:
4437         * docs/plugins/gst-plugins-good-plugins.types:
4438         * gst/videomixer/videomixer.c:
4439           Try using thaytans new mechanism to get extra classes into plugin
4440           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4441           missing still.
4442
4443 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4444
4445         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4446         Set proper rate in avi stream header for PCM audio, and also do some
4447         more sanity checks on caps in this case.  Fixes #511489.
4448
4449 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4450
4451         * sys/v4l2/gstv4l2src.c:
4452         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4453         isn't implemented at all yet and this requires X headers to be
4454         installed. Fixes bug #533264.
4455
4456 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4457
4458         reviewed by: <delete if not using a buddy>
4459
4460         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4461         (gst_ebml_write_set_cache):
4462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4463         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4464         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4465         (gst_matroska_demux_read_track_encodings),
4466         (gst_matroska_demux_add_stream),
4467         (gst_matroska_demux_handle_src_query),
4468         (gst_matroska_demux_init_stream),
4469         (gst_matroska_demux_parse_index_cuetrack),
4470         (gst_matroska_demux_parse_index_pointentry),
4471         (gst_matroska_demux_parse_info),
4472         (gst_matroska_demux_parse_metadata_id_simple_tag),
4473         (gst_matroska_demux_parse_metadata),
4474         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4475         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4476         (gst_matroska_demux_parse_cluster),
4477         (gst_matroska_demux_parse_contents_seekentry),
4478         (gst_matroska_demux_loop_stream_parse_id),
4479         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4480         (gst_matroska_demux_audio_caps),
4481         (gst_matroska_demux_subtitle_caps):
4482         * gst/matroska/matroska-demux.h:
4483         * gst/matroska/matroska-ids.c:
4484         (gst_matroska_track_init_subtitle_context):
4485         * gst/matroska/matroska-ids.h:
4486         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4487         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4488         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4489         * sys/v4l2/gstv4l2src.c:
4490         * tests/check/pipelines/wavpack.c: (bus_handler):
4491         * win32/common/config.h:
4492
4493 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4494
4495         * ext/wavpack/gstwavpackstreamreader.c:
4496         * tests/examples/spectrum/demo-audiotest.c:
4497         * tests/examples/spectrum/demo-osssrc.c:
4498         Fix some compiler warnings.
4499
4500 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4501
4502         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4503         Small comment added.
4504
4505         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4506         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4507         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4508         Debug string cleanups (remove trailing \n)
4509         Refactor and clean up the payloader a bit and make sure that we only
4510         put one NAL unit in an RTP packet even if the input buffer contains
4511         multiple NAL units.
4512         Add suport for AVC format input.
4513
4514 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4515
4516         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4517         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4518         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4519         * gst/rtp/gstrtph264pay.h:
4520         Make it possible to specify profile-level-id and sprop-parameter-sets
4521         using properties in case they are not available in-stream.
4522
4523 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4524
4525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4526         * docs/plugins/gst-plugins-good-plugins.args:
4527         * docs/plugins/inspect/plugin-ladspa.xml:
4528           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4529
4530 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4531
4532         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4533         Send an initial BYTE segment to inform downstream of later seeking,
4534         and to forego sync attempts.
4535
4536 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4539         Fix wrong caps string.
4540
4541 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4542
4543         Based on patch by: Olivier Crete <tester at tester dot ca>
4544
4545         * gst/rtp/Makefile.am:
4546         * gst/rtp/gstrtp.c: (plugin_init):
4547         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4548         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4549         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4550         (gst_rtp_g729_depay_plugin_init):
4551         * gst/rtp/gstrtpg729depay.h:
4552         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4553         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4554         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4555         * gst/rtp/gstrtpg729pay.h:
4556         Added G729 pay and depayloaders. Fixes #532409.
4557
4558 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4561         Fix the calculation of the duration of the concealment packets.
4562
4563 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4564
4565         Based on patch by: Olivier Crete <tester at tester dot ca>
4566
4567         * gst/rtp/Makefile.am:
4568         * gst/rtp/gstrtp.c: (plugin_init):
4569         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4570         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4571         (parse_encode), (gst_rtp_dv_depay_setcaps),
4572         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4573         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4574         (gst_rtp_dv_depay_plugin_init):
4575         * gst/rtp/gstrtpdvdepay.h:
4576         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4577         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4578         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4579         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4580         (gst_dv_pay_negotiate), (include_dif),
4581         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4582         * gst/rtp/gstrtpdvpay.h:
4583         Add DV pay and depayloaders. Fixes #532423.
4584
4585 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4586
4587         * gst/matroska/matroska-demux.c:
4588         (gst_matroska_demux_push_dvd_clut_change_event):
4589         Convert subtitle palette info in VobSub private data from VobSub's
4590         (buggy) RGB to YUV.
4591
4592 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4593
4594         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4595         Do not leave fourcc stream header field empty upon reset.
4596         Fixes #519301.
4597
4598 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4599
4600         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4601         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4602         * docs/plugins/inspect/plugin-goom.xml:
4603         * docs/plugins/inspect/plugin-goom2k1.xml:
4604         * gst/goom/gstgoom.c:
4605         * gst/goom2k1/gstgoom.c:
4606         Add goom2k1 into the docs.
4607
4608 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4609
4610         Based on patch by: Wouter Cloetens  <wouter at mind be>
4611
4612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4613         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4614         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4615         (gst_rtsp_decode_quoted_string),
4616         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4617         (gst_rtspsrc_setup_auth):
4618         Support Digest authentication. Fixes #532065.
4619
4620 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4621
4622         * gst/level/gstlevel.c:
4623           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4624           about whats needed for liboil acceleration. Simplify docs a bit.
4625
4626 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4627
4628         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4629
4630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4631         Update the track duration if the old one was invalid.
4632         Fixes bug #532117.
4633
4634 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4635
4636         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4637           Use GST_STR_NULL when trying to print sps and pps strings that could
4638           be NULL, as this might crash on some platforms.
4639
4640 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4641
4642         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4643
4644         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4645           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4646           set after creating the clipper.
4647
4648 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4649
4650         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4651
4652         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4653           Added checking of surface lost case after an unsuccessful
4654           IDirectDrawSurface7_Lock() call.
4655           If surface is lost, return GST_FLOW_OK.
4656
4657 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4658
4659         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4660
4661         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4662           WndProc, gst_directdraw_sink_window_thread):
4663           Improved Windows message loop and fixed window destruction issue.
4664           When the window which DirectDraw is rendering to is destroyed, the
4665           render/show_frame function will return GST_FLOW_ERROR.
4666           Partially fixes #520885.
4667
4668 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4669
4670         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4671
4672         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4673           Fixed mid stream resolution change bug, the offscreen surface is now
4674           released when set_caps is called.
4675           Partially fixes #520885.
4676
4677 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4678
4679         * sys/directdraw/gstdirectdrawsink.c
4680           (gst_directdraw_sink_buffer_alloc):
4681           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4682           width/height.
4683
4684           Especially when looking through the pool of buffers, make sure that
4685           the width/height of caps is used instead of the already negotiated
4686           dimensions.
4687           For example if a buffer with different caps is requested, i.e.
4688           higher resolution, the caller would get a buffer with the old
4689           dimensions and thus corrupt the heap.
4690
4691 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4692
4693         * sys/directdraw/gstdirectdrawsink.c
4694           (gst_directdraw_sink_buffer_alloc):
4695           Clear the flags on recycled buffers from buffer_alloc.
4696           Partially fixes #520885.
4697
4698 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4699
4700         * gst/rtp/gstrtpilbcpay.c:
4701           Added missing stdlib.h include for strtol(), and made include ordering and
4702           style consistent with the corresponding depayloader.
4703
4704 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4705
4706         * configure.ac:
4707           Error out if we don't have the required core/base versions.
4708
4709 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4710
4711         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4712
4713         * sys/osxvideo/cocoawindow.m:
4714         Fix compiler warnings on PPC64. Fixes bug #499318.
4715
4716 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4717
4718         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4719
4720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4721         Don't leak file descriptors on error. Fixes #531532.
4722
4723 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4724
4725         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4726         (gst_gconf_audio_src_change_state):
4727         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4728         (gst_gconf_video_sink_change_state):
4729         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4730         (gst_gconf_video_src_change_state):
4731         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4732         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4733         When we can't create a fakesink/fakesrc complain instead of unreffing
4734         NULL pointers and crashing later. See bug #530535.
4735
4736 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4739         Add some more debug info and guard against small payloads.
4740
4741         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4742         Set duration on outgoing buffers because we can.
4743
4744 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         Patch by: Olivier Crete <tester at tester dot ca>
4747
4748         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4749         (gst_speex_enc_init), (gst_speex_enc_chain):
4750         Add negotiation for the speex channels and rate. Fixes #465146.
4751
4752 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4753
4754         Patch by: Olivier Crete <tester at tester dot ca>
4755
4756         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4757         (gst_rtp_speex_pay_getcaps):
4758         Add negotiation for the speex channels and rate. See #465146.
4759
4760 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4761
4762         Patch by: Olivier Crete <tester at tester dot ca>
4763
4764         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4765         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4766         Add negotiation for the ILBC mode. See #465146.
4767
4768 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4769
4770         * ext/soup/gstsouphttpsrc.c:
4771           Include stdlib to fix the build. Use g_free instead of free, libsoup
4772           uses glib.
4773
4774 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4775
4776         Patch by: j^ <j@bootlab.org>
4777
4778         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4779         Add more mpeg2 variants. Fixes #530886.
4780
4781 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4782
4783         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4784
4785         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4786           Don't error out if we get an ICMP destination-unreachable
4787           message when trying to read packets on win32 (#529454).
4788
4789 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4790
4791         * configure.ac:
4792         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4793           Use new error code for encrypted streams (which requires core CVS).
4794
4795 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4796
4797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4798           (gst_qtdemux_audiosrc_template):
4799           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4800
4801 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4802
4803         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4804         (speex_dec_chain_parse_data):
4805         Produce concealment data when time progresses in a segment update.
4806
4807 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4808
4809         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4810         (speex_dec_chain):
4811         Try to preserve input timestamps when we can.
4812         Do beginnings of error concealment.
4813
4814 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4815
4816         * gst/debug/gstnavigationtest.c:
4817           MSVC doesn't provide rint(), define an adequate replacement locally as
4818           elsewhere.
4819
4820 2008-04-28  Julien Moutte  <julien@fluendo.com>
4821
4822         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4823         format to pacify Mac OSX's gcc.
4824
4825 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4828           (DEFAULT_MAX), (src_template), (sink_template),
4829           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4830           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4831           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4832           Bring rndbuffersize element into a state that doesn't require us
4833           to move it to -bad immediately. For one, fix up default min/max
4834           values so that the element actuall works using the default values.
4835           Also, don't ignore flow return values and do some kind of minimal
4836           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4837           other gratuitious clean-ups.
4838
4839 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * docs/plugins/Makefile.am:
4842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4843         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4844         * docs/plugins/gst-plugins-good-plugins.args:
4845         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4846         * docs/plugins/gst-plugins-good-plugins.interfaces:
4847         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4848         * docs/plugins/inspect/plugin-1394.xml:
4849         * docs/plugins/inspect/plugin-aasink.xml:
4850         * docs/plugins/inspect/plugin-alaw.xml:
4851         * docs/plugins/inspect/plugin-alpha.xml:
4852         * docs/plugins/inspect/plugin-alphacolor.xml:
4853         * docs/plugins/inspect/plugin-annodex.xml:
4854         * docs/plugins/inspect/plugin-apetag.xml:
4855         * docs/plugins/inspect/plugin-audiofx.xml:
4856         * docs/plugins/inspect/plugin-auparse.xml:
4857         * docs/plugins/inspect/plugin-autodetect.xml:
4858         * docs/plugins/inspect/plugin-avi.xml:
4859         * docs/plugins/inspect/plugin-cacasink.xml:
4860         * docs/plugins/inspect/plugin-cairo.xml:
4861         * docs/plugins/inspect/plugin-cdio.xml:
4862         * docs/plugins/inspect/plugin-cutter.xml:
4863         * docs/plugins/inspect/plugin-debug.xml:
4864         * docs/plugins/inspect/plugin-dv.xml:
4865         * docs/plugins/inspect/plugin-efence.xml:
4866         * docs/plugins/inspect/plugin-effectv.xml:
4867         * docs/plugins/inspect/plugin-equalizer.xml:
4868         * docs/plugins/inspect/plugin-esdsink.xml:
4869         * docs/plugins/inspect/plugin-flac.xml:
4870         * docs/plugins/inspect/plugin-flxdec.xml:
4871         * docs/plugins/inspect/plugin-gamma.xml:
4872         * docs/plugins/inspect/plugin-gconfelements.xml:
4873         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4874         * docs/plugins/inspect/plugin-goom.xml:
4875         * docs/plugins/inspect/plugin-halelements.xml:
4876         * docs/plugins/inspect/plugin-icydemux.xml:
4877         * docs/plugins/inspect/plugin-id3demux.xml:
4878         * docs/plugins/inspect/plugin-jpeg.xml:
4879         * docs/plugins/inspect/plugin-level.xml:
4880         * docs/plugins/inspect/plugin-matroska.xml:
4881         * docs/plugins/inspect/plugin-monoscope.xml:
4882         * docs/plugins/inspect/plugin-mulaw.xml:
4883         * docs/plugins/inspect/plugin-multifile.xml:
4884         * docs/plugins/inspect/plugin-multipart.xml:
4885         * docs/plugins/inspect/plugin-navigationtest.xml:
4886         * docs/plugins/inspect/plugin-ossaudio.xml:
4887         * docs/plugins/inspect/plugin-png.xml:
4888         * docs/plugins/inspect/plugin-quicktime.xml:
4889         * docs/plugins/inspect/plugin-rtp.xml:
4890         * docs/plugins/inspect/plugin-rtsp.xml:
4891         * docs/plugins/inspect/plugin-shout2send.xml:
4892         * docs/plugins/inspect/plugin-smpte.xml:
4893         * docs/plugins/inspect/plugin-spectrum.xml:
4894         * docs/plugins/inspect/plugin-speex.xml:
4895         * docs/plugins/inspect/plugin-taglib.xml:
4896         * docs/plugins/inspect/plugin-udp.xml:
4897         * docs/plugins/inspect/plugin-video4linux2.xml:
4898         * docs/plugins/inspect/plugin-videobalance.xml:
4899         * docs/plugins/inspect/plugin-videobox.xml:
4900         * docs/plugins/inspect/plugin-videocrop.xml:
4901         * docs/plugins/inspect/plugin-videoflip.xml:
4902         * docs/plugins/inspect/plugin-videomixer.xml:
4903         * docs/plugins/inspect/plugin-wavenc.xml:
4904         * docs/plugins/inspect/plugin-wavpack.xml:
4905         * docs/plugins/inspect/plugin-wavparse.xml:
4906         * docs/plugins/inspect/plugin-ximagesrc.xml:
4907           Add docs for gdkpixbufsink; update docs to CVS version.
4908
4909 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4910
4911         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4912         Remove test sync-offset by default.
4913
4914 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4915
4916         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4917         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4918         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4919           Use GLib versions of htonl, htons, ntohl and ntohs in order
4920           to avoid problems on win32 (#529707).
4921
4922 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4923
4924         Patch by: Jesús Corrius <jesus at softcatala org>
4925
4926         * gst/goom/filters.c: (zoomVector):
4927         * gst/goom/goom_core.c: (init_buffers):
4928           Fix build with mingw32: use rand() instead of random() and
4929           replace bzero() with memset(). Fixes #529692.
4930
4931 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4932
4933         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4934         Fix typo in comments.
4935
4936         * tests/examples/rtp/client-H263p-PCMA.sdp:
4937         * tests/examples/rtp/client-H263p-PCMA.sh:
4938         * tests/examples/rtp/client-H264-PCMA.sdp:
4939         * tests/examples/rtp/client-H264-PCMA.sh:
4940         * tests/examples/rtp/client-H264.sdp:
4941         * tests/examples/rtp/client-H264.sh:
4942         * tests/examples/rtp/client-PCMA.sdp:
4943         * tests/examples/rtp/client-PCMA.sh:
4944         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4945         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4946         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4947         Add some more docs and fix examples.
4948
4949 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4950
4951         * tests/check/elements/multifile.c:
4952         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4953         declared in the former, some have it declared in the latter.
4954
4955 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4956
4957         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4958         * gst/debug/tests.c: (md5_get_value):
4959         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4960         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4961         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4962         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4963         Stop using deprecated GLib functions.
4964
4965 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4966
4967         * configure.ac:
4968         Back to development -> 0.10.8.1
4969
4970 === release 0.10.8 ===
4971
4972 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4973
4974         * configure.ac:
4975           releasing 0.10.8, "One For The Money"
4976
4977 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4978
4979         * configure.ac:
4980         0.10.7.4 pre-release
4981
4982 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4983
4984         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4985         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4986         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4987         * gst/goom/flying_stars_fx.c: (fs_free):
4988         * gst/goom/goom_config_param.h:
4989         * gst/goom/goom_core.c: (goom_init), (goom_close):
4990         * gst/goom/goom_plugin_info.h:
4991         * gst/goom/gstgoom.c: (gst_goom_finalize):
4992         * gst/goom/lines.c: (goom_lines_free):
4993         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4994         * gst/goom/surf3d.c: (grid3d_free):
4995         * gst/goom/surf3d.h:
4996         * gst/goom/tentacle3d.c: (tentacle_free):
4997         Free a bunch of stuff, and initialise things to fix leaks
4998         and valgrind warnings in the testsuite.
4999
5000         Fixes: #529268
5001
5002 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5005         (gst_rtspsrc_configure_caps):
5006         Ref caps as the return value for the request_pt_map signal.
5007         Remove some caps weirdness when configuring a stream. See #528245.
5008
5009 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5010
5011         * tests/icles/gdkpixbufsink-test.c:
5012           Add cast to placate gcc 4.1.2.
5013
5014 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5015
5016         * configure.ac:
5017         0.10.7.3 pre-release
5018
5019 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5020
5021         * tests/check/Makefile.am:
5022         Disable some more elements in the state test.
5023         Add a define so the soup test can find the test files
5024         it needs at runtime.
5025
5026         * tests/check/elements/souphttpsrc.c: (run_server):
5027
5028         Add a define so the soup test can find the test files
5029         it needs at runtime.
5030
5031 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5032
5033         * gst/goom/convolve_fx.c: (convolve_apply):
5034         Don't ever draw the GOOM logo.
5035         Fixes: #528615
5036
5037 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5038
5039         * ext/cdio/gstcdiocddasrc.c:
5040         * ext/dv/gstdvdemux.c: 
5041         gst_atomic_int_set ==> g_atomic_int_set
5042
5043 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5044
5045         * configure.ac:
5046         * gst/goom/Makefile.am:
5047         * gst/goom/convolve_fx.c:
5048         * gst/goom/default_scripts.h:
5049         * gst/goom/goom.h:
5050         * gst/goom/goom_core.c: (choose_a_goom_line):
5051         * gst/goom/goom_plugin_info.h:
5052         * gst/goom/goomsl.c:
5053         * gst/goom/goomsl.h:
5054         * gst/goom/goomsl_hash.c:
5055         * gst/goom/goomsl_hash.h:
5056         * gst/goom/goomsl_heap.c:
5057         * gst/goom/goomsl_heap.h:
5058         * gst/goom/goomsl_private.h:
5059         * gst/goom/plugin_info.c:
5060           Strip out the config/script parsing stuff, we don't need it.
5061           Fixes #527999.
5062
5063 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * gst/goom/plugin_info.c: (setOptimizedMethods):
5066           Disable altivec optimisations for 32-bit PPC as well to make
5067           things build properly on all PPC systems. Fixes #528143
5068
5069 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * gst-plugins-good.spec.in:
5072           Update for souphttpsrc plugin which has moved to -good.
5073
5074 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5075
5076         * gst/matroska/matroska-demux.c:
5077         (gst_matroska_demux_handle_seek_event):
5078         Fix open-ended seeks in matroskademux
5079         Patch by: Mark Nauwelaerts <manauw skynet be>
5080         Fixes: #526557
5081
5082 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5083
5084         * tests/check/Makefile.am:
5085         Add soup test certificates to the dist.
5086
5087 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5088
5089         * ext/Makefile.am:
5090         Remove LADSPA reference I missed.
5091
5092 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5093
5094         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5095         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5096         over gnome-vfs and everything else. Fixes bug #527848.
5097
5098 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5099
5100         * configure.ac:
5101         * ext/Makefile.am:
5102         Remove LADSPA plugin. Fixes: #515978
5103
5104 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5105
5106         * configure.ac:
5107         * docs/plugins/Makefile.am:
5108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5110         * docs/plugins/gst-plugins-good-plugins.args:
5111         * docs/plugins/inspect/plugin-soup.xml:
5112         * ext/Makefile.am:
5113         * tests/check/Makefile.am:
5114         Move soup plugin from -bad (Fixes: #523124)
5115
5116 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5117
5118         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5119         Fix bounds checking of mode in Speex header, which may
5120         produce negative numbers in speex <= 1.1.12
5121
5122 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5123
5124         * gst/goom/Makefile.am:
5125         * gst/goom/gfontlib.c:
5126         * gst/goom/gfontlib.h:
5127         * gst/goom/gfontrle.c:
5128         * gst/goom/gfontrle.h:
5129         * gst/goom/goom.h:
5130         * gst/goom/goom_core.c: (goom_update):
5131         * gst/goom/goom_plugin_info.h:
5132         * gst/goom/gstgoom.c: (gst_goom_chain):
5133         * gst/goom/plugin_info.c:
5134           Remove a bunch of font/text related code that we don't need.
5135
5136 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5137
5138         * gst/goom/ppc_drawings.s:
5139         * gst/goom/ppc_zoom_ultimate.s:
5140           Change license of these files to LGPL, as permitted by the
5141           author, Guillaume Borios. See #515073.
5142
5143 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5144
5145         * gst/goom/convolve_fx.c:
5146         * gst/goom/motif_goom1.h:
5147         * gst/goom/motif_goom2.h:
5148           As hinted in Bug #518213, revert one change and fix warnings properly.
5149           This fixes both #518213 and #520073 for me.     
5150
5151 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5152
5153         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5154         * gst/matroska/matroska-demux.c:
5155         (gst_matroska_demux_handle_seek_event),
5156         (gst_matroska_demux_parse_contents_seekentry),
5157         (gst_matroska_demux_loop):
5158         Fix the Forte build by making function declaration signatures
5159         match the implementations.
5160
5161 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5162
5163         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5164         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5165         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5166           More logging when probing (see #518474), some comments in _reset().
5167
5168 2008-04-07  Julien Moutte  <julien@fluendo.com>
5169
5170         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5171         because of a bad argument number.
5172
5173 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5174
5175         * tests/icles/.cvsignore:
5176         * tests/icles/Makefile.am:
5177         * tests/icles/gdkpixbufsink-test.c:
5178           Interactive test app for gdkpixbufsink.
5179
5180 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5181
5182         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5183
5184         * configure.ac:
5185         Actually build dlls when cross-compiling with mingw32.
5186         Fixes bug #526247.
5187
5188 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5191           Don't munge device string to 'default:x' for capture devices.
5192           Fixes #525833.
5193
5194 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5195
5196         * ext/wavpack/gstwavpackparse.c:
5197         (gst_wavpack_parse_index_entry_free):
5198         Always use GSlice as we actually depend on GLib 2.12 already.
5199
5200 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * configure.ac:
5203           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5204           Also bump the GLib requirement to the current de-facto requirement
5205           (ie. 2.12).
5206
5207 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5208
5209         * gst/rtp/gstrtph264pay.c: (encode_base64),
5210         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5211         * gst/rtp/gstrtph264pay.h:
5212         Parse codec_data for future AVC compatibility.
5213         Fail when we encounter AVC data for now.
5214
5215 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5218           (gst_spectrum_init), (gst_spectrum_set_property),
5219           (gst_spectrum_get_property), (gst_spectrum_message_new):
5220           Rename property enums and default defines for the properties to match
5221           the property names and rephrase property descriptions to make them a
5222           bit clearer (hopefully). See #518188.
5223
5224 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * tests/check/Makefile.am:
5227         * tests/check/elements/.cvsignore:
5228         * tests/check/elements/gdkpixbufsink.c:
5229           Add unit test for gdkpixbufsink element.
5230
5231 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * ext/gdk_pixbuf/Makefile.am:
5234         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5235         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5236           (gst_gdk_pixbuf_sink_base_init),
5237           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5238           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5239           (gst_gdk_pixbuf_sink_set_caps),
5240           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5241           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5242           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5243           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5244           (gst_gdk_pixbuf_sink_get_property):
5245         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5246           Add gdkpixbufsink element for easy snapshotting (#525946).
5247
5248 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5249
5250         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5251         Bump timeout from 3 to 60 seconds.
5252
5253 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5254
5255         * tests/check/pipelines/.cvignore:
5256         Remove useless file.
5257
5258         * tests/check/pipelines/.cvsignore:
5259         Add new test to .cvsignore.
5260
5261 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5262
5263         * tests/check/Makefile.am:
5264         * tests/check/pipelines/wavpack.c: (bus_handler),
5265         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5266         (wavpack_suite), (main):
5267         Add unit test that encodes and decodes some data, checks that it
5268         is still the same and that all timestamps/offsets are perfect.
5269
5270 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5271
5272         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5273         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5274         * ext/wavpack/gstwavpackparse.c:
5275         (gst_wavpack_parse_index_entry_new),
5276         (gst_wavpack_parse_index_entry_free),
5277         (gst_wavpack_parse_base_init),
5278         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5279         Use GSlice for allocating index entries and use
5280         gst_element_class_set_details_simple().
5281
5282 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5283
5284         Patch by: Brian Cameron <brian.cameron at sun dot com>
5285
5286         * sys/sunaudio/gstsunaudio.c:
5287         * sys/sunaudio/gstsunaudiomixer.c:
5288         * sys/sunaudio/gstsunaudiomixer.h:
5289         * sys/sunaudio/gstsunaudiomixerctrl.c:
5290         * sys/sunaudio/gstsunaudiomixerctrl.h:
5291         * sys/sunaudio/gstsunaudiomixertrack.c:
5292         * sys/sunaudio/gstsunaudiomixertrack.h:
5293         * sys/sunaudio/gstsunaudiosink.c:
5294         * sys/sunaudio/gstsunaudiosink.h:
5295         * sys/sunaudio/gstsunaudiosrc.c:
5296         * sys/sunaudio/gstsunaudiosrc.h:
5297           Fix up copyrights (#525860).
5298
5299 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5300
5301         * gst/goom/goomsl.c: (gsl_read_file):
5302           Check return value of fread() to avoid compiler warnings.
5303
5304 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5305
5306         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5307
5308         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5309         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5310         * gst/law/alaw-decode.h:
5311         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5312         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5313         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5314         * gst/law/mulaw-decode.h:
5315         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5316         Make negotiation a bit modern.
5317         Use pad_alloc. Fixes #525359.
5318
5319 2008-03-31  David Schleef  <ds@schleef.org>
5320
5321         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5322           compiles consistently.  Fixes #522278.
5323
5324 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         Patch by: Brian Cameron <brian.cameron at sun dot com>
5327
5328         * sys/sunaudio/gstsunaudiomixerctrl.c:
5329           (gst_sunaudiomixer_ctrl_get_volume),
5330           (gst_sunaudiomixer_ctrl_set_volume):
5331         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5332           Fix up the mixer tracks to use a volume range of 0-255, which is what
5333           the sun audio API uses. This simplifies the code and avoids rounding
5334           errors. Fixes #524593.
5335
5336 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5337
5338         * sys/v4l2/gstv4l2object.c:
5339         * sys/v4l2/gstv4l2object.h:
5340         Add device-fd property to make it possible to apps to call ioctl's.
5341
5342 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5343
5344         * gst/qtdemux/qtdemux.c: (next_entry_size):
5345         Unbreak streaming mode again.
5346
5347 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5350           Remove superfluous DEBUG macro.
5351
5352 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         Based on patch by: William M. Brack <wbrack at mmm com hk>
5355
5356         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5357           (gst_v4l2src_set_capture):
5358           Check whether the device supports setting the framerate before
5359           trying to set it and then posting a warning or error if it doesn't
5360           work (#516649, #520092). Also compare fractions more correctly.
5361
5362 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * gst/goom/Makefile.am:
5365           Remove ppc assembler optimisations from the build until they
5366           actually build (they also seem to have GPL headers).
5367
5368 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * m4/Makefile.am:
5371           Better not dist files that don't exist any longer (lrint*m4).
5372
5373 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5374
5375         * configure.ac:
5376         * m4/lrint.m4:
5377         * m4/lrintf.m4:
5378         Remove lrint/lrintf checks. We don't use it anywhere.
5379
5380 2008-03-18  Andy Wingo  <wingo@pobox.com>
5381
5382         * sys/osxvideo/osxvideosink.m
5383         (gst_osx_video_sink_osxwindow_destroy)
5384         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5385         task, whoopdee.
5386         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5387         2 ms.
5388
5389 2008-03-18  Andy Wingo  <wingo@pobox.com>
5390
5391         * sys/osxvideo/osxvideosink.m
5392         (gst_osx_video_sink_osxwindow_destroy)
5393         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5394         task, whoopdee.
5395         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5396         2 ms.
5397         
5398 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         Patch by: William M. Brack <wbrack at mmm com hk>
5401
5402         * sys/v4l2/v4l2src_calls.c:
5403           (gst_v4l2src_probe_caps_for_format_and_size),
5404           (gst_v4l2src_probe_caps_for_format):
5405           Make sure the probed frame sizes are reversed in the resulting
5406           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5407           highest resolution first); also remove unused variable.
5408           (Partly fixes #520092)
5409
5410 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5411
5412         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5413
5414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5415         (gst_rtspsrc_finalize):
5416         Call WSAStartup() and WSACleanup before using the Winsock API.
5417         See #520808.
5418
5419 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5420
5421         * gst/avi/gstavidemux.c:
5422           Erm, the buffer-size is just guint, no need for the special format
5423           specifier.
5424
5425 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5426
5427         * gst/goom/plugin_info.c:
5428         * gst/goom/ppc_zoom_ultimate.h:
5429           Small fixes to build more on PPC: ifdef out code that uses unknown
5430           define; add newline at end of header file to avoid compiler warning.
5431           Assembler code still doesn't build though.
5432
5433 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5434
5435         * gst/avi/gstavidemux.c:
5436           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5437           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5438
5439 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5440
5441         * gst/avi/gstavidemux.c:
5442           Chunksize is uint32. Fix format specifier.
5443
5444 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5445
5446         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5447         mistake. Return file to pure MIT text.
5448
5449 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5450
5451         * gst/audiofx/audiofx.c:
5452         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5453         of hardcoding values.
5454
5455 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         Patch by: Mark Nauwelaerts <manauw skynet be>
5458
5459         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5460           (gst_oss_src_close):
5461         * sys/oss/gstosssrc.h:
5462           Cache probed caps, so _get_caps() during recording doesn't cause
5463           ioctl calls which may disrupt the recording (fixes #521875).
5464
5465 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5466
5467         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5468         (gst_qtdemux_activate_segment),
5469         (gst_qtdemux_prepare_current_sample),
5470         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5471         Make sure we always send a DISCONT after a seek by setting the sample
5472         index to an undefined value after a seek.
5473
5474 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5477           (GST_IS_AVI_SUBTITLE_CLASS):
5478           Fix up IS_FOO macros, which makes gtk-doc much happier.
5479
5480 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * tests/icles/Makefile.am:
5483           Move the -lgstfoo where it belongs.
5484
5485 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * gst/matroska/ebml-ids.h:
5488         Add ID for EBML CRC32 elements.
5489
5490         * gst/matroska/Makefile.am:
5491         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5492         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5493         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5494         (gst_ebml_read_header):
5495         Support reading 80bit floats, add finalize method to clean up
5496         in any case, support reading length/id elements with any length
5497         as long as it's smaller than our supported maximum, don't leak
5498         buffers if reading as much data as we wanted failed and some
5499         smaller cleanup.
5500
5501 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         Patch by: Olivier Crete <tester at tester dot ca>
5504
5505         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5506         Check that a buffer is large enough before reading from it.
5507         Fixes bug #521102.
5508         
5509 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5510
5511         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5512         Fix compilation after removing the GstPollMode from the
5513         constructor.
5514
5515 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         * configure.ac:
5518         * gst/audiofx/Makefile.am:
5519         * gst/audiofx/audiochebband.c:
5520         * gst/audiofx/audiocheblimit.c:
5521         * gst/audiofx/math_compat.h:
5522         Check for sinh(), cosh() and asinh() and define our own
5523         implementations if they're not available. Fixes bug #520880.
5524
5525 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5526
5527         Patch by: Olivier Crete <tester at tester dot ca>
5528
5529         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5530         Unref the buffers only once when handling not-negotiated errors.
5531         Fixes bug #520764.
5532
5533 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5534
5535         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5536
5537         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5538         (gst_udpsrc_stop):
5539         Properly balance WSA_Cleanup with WSA_Startup.
5540         Also make the poll controllable on windows. Fixes #520888.
5541
5542 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5543
5544         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5545         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5546         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5547         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5548         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5549         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5550         (gst_ebml_read_date), (gst_ebml_read_master),
5551         (gst_ebml_read_binary), (gst_ebml_read_header):
5552         * gst/matroska/ebml-read.h:
5553         * gst/matroska/matroska-demux.c:
5554         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5555         (gst_matroska_demux_read_track_encodings),
5556         (gst_matroska_demux_add_stream),
5557         (gst_matroska_demux_handle_src_query),
5558         (gst_matroska_demux_handle_seek_event),
5559         (gst_matroska_demux_init_stream),
5560         (gst_matroska_demux_parse_tracks),
5561         (gst_matroska_demux_parse_index_cuetrack),
5562         (gst_matroska_demux_parse_index_pointentry),
5563         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5564         (gst_matroska_demux_parse_metadata_id_simple_tag),
5565         (gst_matroska_demux_parse_metadata_id_tag),
5566         (gst_matroska_demux_parse_metadata),
5567         (gst_matroska_demux_sync_streams),
5568         (gst_matroska_demux_push_hdr_buf),
5569         (gst_matroska_demux_push_flac_codec_priv_data),
5570         (gst_matroska_demux_push_xiph_codec_priv_data),
5571         (gst_matroska_demux_add_wvpk_header),
5572         (gst_matroska_demux_check_subtitle_buffer),
5573         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5574         (gst_matroska_demux_parse_cluster),
5575         (gst_matroska_demux_parse_contents_seekentry),
5576         (gst_matroska_demux_parse_contents),
5577         (gst_matroska_demux_loop_stream_parse_id),
5578         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5579         * gst/matroska/matroska-demux.h:
5580         * gst/matroska/matroska-ids.h:
5581         Handle return values from pull_range in a more granular way to properly
5582         shut down on seeks.
5583         Combine return values from push.
5584         Implement proper error handling.
5585         Prepare for handling seeking correctly.
5586
5587 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5588
5589         * gst/matroska/ebml-read.c:
5590         Use GINT64 formatting constants from GLIB.
5591
5592         * gst/matroska/matroska-demux.c:
5593         Add some guards to avoid a possible division by 0 and crashing
5594         with NULL events on some systems.
5595         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5596         conversion. 
5597
5598         * gst/matroska/matroska-mux.c:
5599         Check for invalid timestamps in a bunch of places to avoid
5600         writing bogus durations into the output file.
5601         Fix some double<->gint64 conversions that weren't using
5602         gst_guint64_to_gdouble
5603
5604 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5605
5606         * configure.ac:
5607         Move the checks for bison, flex and as to the program section and the
5608         check for gcc inline asm to the compiler characteristics section.
5609
5610 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5611
5612         * configure.ac:
5613         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5614         plug-ins are included/excluded. (#498222)
5615
5616 2008-02-29  Michael Smith <msmith@fluendo.com>
5617
5618         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5619           Don't call gst_object_sync_values() unless we have a valid timestamp.
5620
5621 2008-02-28  David Schleef  <ds@schleef.org>
5622
5623         * gst/matroska/matroska-demux.c:
5624         * gst/matroska/matroska-ids.h:
5625         * gst/matroska/matroska-mux.c:
5626           Fix Dirac mapping.  I had previously added a VfW-type
5627           mapping, but it looks like Dirac will get a native Matroska
5628           mapping, and this is the most likely method.
5629
5630 2008-02-28  David Schleef  <ds@schleef.org>
5631
5632         * gst/avi/gstavimux.c: Add Dirac encoding
5633
5634 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5635
5636         Patch by: Peter Kjellerstedt <pkj at axis com>
5637
5638         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5639         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5640         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5641         * gst/udp/gstudpsrc.h:
5642         Port to GstPoll. See #505417.
5643
5644 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5645
5646         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5647         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5648         yet on the srcpad. We need rate and channels before we
5649         can do any processing. Fixes bug #519088.
5650
5651 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5652
5653         * configure.ac:
5654         Detect and indicate if GCC inline assembly syntax is
5655         available.
5656
5657         * gst/goom/Makefile.am:
5658         * gst/goom/convolve_fx.c:
5659         * gst/goom/flying_stars_fx.c:
5660         * gst/goom/goom_config.h:
5661         * gst/goom/goom_core.c:
5662         * gst/goom/goomsl.c:
5663         * gst/goom/ifs.c:
5664         * gst/goom/mmx.c:
5665         * gst/goom/plugin_info.c:
5666         * gst/goom/xmmx.c:
5667         Fix various GCC-isms, and only build the inline assembly
5668         with compilers that support GCC inline assembly.
5669
5670         Fix a couple of other warnings shown with Forte.
5671
5672 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5673
5674         * gst/goom/xmmx.c:
5675           Use 'emms' instead of 'femms' to not crash on cpus that do not
5676           implement this 3dnow specific instruction.
5677
5678 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5679
5680         * gst/goom/plugin_info.c: (setOptimizedMethods):
5681         Use extended MMX for draw_line() too if available, not only
5682         normal MMX.
5683
5684 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5685
5686         * ext/jpeg/gstjpeg.c: (plugin_init):
5687         Remove (commented out) smoke typefinder. This is in base now.
5688
5689 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5690
5691         * gst/goom2k1/Makefile.am:
5692         * gst/goom2k1/gstgoom.c:
5693
5694         Rename the installed library, and don't register the same 
5695         GType name as the new goom.
5696
5697 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * configure.ac:
5700         * ext/taglib/Makefile.am:
5701           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5702           when building C++ code (#516509).
5703
5704 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5707         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5708           (setOptimizedMethods):
5709           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5710           anything useful. Export goom debug category so we can get
5711           rid of the VERBOSE define and the printfs.
5712
5713 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * gst/goom/goomsl_heap.c: (align_it):
5716         * gst/goom/plugin_info.c: (setOptimizedMethods):
5717           Compile fixes for x86-64.
5718
5719 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5720
5721         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5722         with warnings, but add other CFLAGS
5723
5724         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5725         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5726         (calculate_labels), (gsl_read_file):
5727         * gst/goom/goomsl_lex.l:
5728         * gst/goom/goomsl_yacc.y:
5729         * gst/goom/plugin_info.c: Remove a few live printf, and
5730         fprintf, replace exit() calls with g_assert_not_reached()
5731         if it not optimal for a library
5732
5733 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5734
5735         * gst/goom/Makefile.am: Remove the warnings being disabled,
5736         fix linkage on x86, spotted by Sebastian Dröge
5737         <slomo@circular-chaos.org>
5738
5739         * gst/goom/convolve_fx.c (convolve_init),
5740         (create_output_with_brightness), (convolve_apply):
5741         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5742         * gst/goom/goomsl.c:
5743         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5744         * gst/goom/plugin_info.c:
5745         * gst/goom/tentacle3d.c (tentacle_fx_create):
5746         Fix warnings, and disable the motifs in the convolve_fx
5747         plugin (they were causing warnings, and they were just
5748         "Goom" in funny letterring)
5749
5750 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5751
5752         * configure.ac: Add checks for Flex/Yacc/Bison and other
5753         furry animals, for the new goom 2k4 based plugin
5754
5755         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5756         CPU optimisations (not working yet), move the old plugin to...
5757
5758         * gst/goom2k1/*: ... here, in case somebody is sick enough
5759
5760         Fixes #515073
5761
5762 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5763
5764         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5765         Post the server response code in an error message instead of a generic
5766         'error' message. Fixes #517237.
5767
5768 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5769
5770         * tests/check/Makefile.am:
5771         Ignore gconfaudiosrc for the states unit test too. It will fallback
5772         to alsasrc if the gconf settings can't be read and not everybody has
5773         alsa.
5774
5775 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5778         (gst_wavpack_parse_create_src_pad):
5779         * ext/wavpack/gstwavpackparse.h:
5780         Always report the duration if we know it in push mode and don't
5781         return 0 just to make totem believe we can't seek in push mode.
5782         Newer totem version use the SEEKING query which properly reports
5783         if we can seek or not.
5784
5785 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5786
5787         Patch by: Jens Granseuer <jensgr at gmx dot net>
5788
5789         * tests/examples/equalizer/demo.c: (main):
5790         C89 fix, moving variable declarations to the beginning of
5791         the block. Fixes bug #517933.
5792
5793 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5794
5795         * configure.ac:
5796         Back to development...
5797
5798 === release 0.10.7 ===
5799
5800 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5801
5802         * configure.ac:
5803           releasing 0.10.7, "Red Door Black"
5804
5805 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5806
5807         * gst/alpha/Makefile.am:
5808         Link alpha plugin with libgstbase. Fixes bug #517386.
5809
5810 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5811
5812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5813         Init values to -1 instead of the default 0 value.
5814         Fixes #516524.
5815
5816 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5817
5818         * tests/examples/spectrum/spectrum-example.c:
5819         Add missing include to fix compilation when libxml usage is disabled.
5820         Fixes: #516371
5821
5822 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5823
5824         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5825         fixes: #514889
5826
5827         * gst/rtp/gstrtph264pay.c:
5828         * gst/rtp/gstrtpmp4gdepay.c:
5829         * gst/rtp/gstrtpmp4gpay.c:
5830         * gst/rtp/gstrtpmp4gpay.h:
5831         * gst/rtp/gstrtptheorapay.c:
5832         * gst/rtp/gstrtpvorbispay.c:
5833
5834         Fix various leaks shown up in valgrind
5835         - free sprops and buffer in error cases in H264 payloader
5836         - fix leak in mp4g depayloader when construction the caps
5837         - don't leak config string in the mp4g payloader
5838         - don't leak buffers and headers in theora and vorbis payloaders
5839
5840         * tests/check/elements/rtp-payloading.c:
5841
5842         Fix the RTP data test
5843         - Actually send valid amr data to the payloader instead of 20
5844         zero-bytes
5845         - The mp4g payloader expects codec_data on the caps
5846
5847 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5848
5849         * win32/MANIFEST:
5850         Add libgstpng.dsp to MANIFEST.
5851         * win32/vs6/libgstaudiofx.dsp:
5852         Add new source files to VS project file.
5853
5854 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5855
5856         * sys/ximage/gstximagesrc.c:
5857         Initialise variables when opening the X display rather
5858         than in _start(), as the display can be opened before that.
5859
5860         Fixes: #515985
5861
5862 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5863
5864         * sys/directdraw/gstdirectdrawsink.c:
5865         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5866         (gst_directdraw_sink_finalize):
5867         Properly chain up finalize functions. Fixes bug #515980.
5868
5869 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5870
5871         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5872         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5873         (gst_v4l2_buffer_pool_class_init):
5874         Chain up the finalize functions. Fixes bug #515984.
5875
5876 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5877
5878         * sys/ximage/ximageutil.c:
5879         Chain up in the finalize function for our custom
5880         buffer sub-class.
5881         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5882         Fixes: #515706
5883
5884 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5885
5886         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5887         (gst_fenced_buffer_class_init):
5888         Properly chain up finalize method. Fixes bug #515979.
5889
5890 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5891
5892         * sys/ximage/gstximagesrc.c:
5893         Free allocated Damage memory before closing our connection to the
5894         X server. Partially fixes: #515706
5895
5896 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5897
5898         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5899         * tests/check/Makefile.am:
5900         * tests/check/gst-plugins-good.supp:
5901         Add a few libjpeg suppressions and initialize a variable to
5902         make smokeenc valgrind clean. Fixes bug #515701.
5903
5904 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5905
5906         * gst/avi/gstavidemux.c:
5907         Revert patch which sends timestamps only on keyframes, as it
5908         breaks playback with current gst-ffmpeg.
5909
5910         Fixes: #515562
5911
5912 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5913
5914         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5915         * tests/check/elements/multifile.c: (GST_START_TEST):
5916         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5917
5918 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5919
5920         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5921         Use and unset the GError when pipeline creation fails instead of
5922         simply leaking it. Fixes bug #515704.
5923
5924 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5925
5926         * gst/audiofx/audioamplify.c:
5927         * gst/audiofx/audiochebband.c:
5928         * gst/audiofx/audiocheblimit.c:
5929         * gst/audiofx/audiodynamic.c:
5930         * gst/audiofx/audioinvert.c:
5931         * gst/audiofx/audiopanorama.c:
5932         * gst/audiofx/audiowsincband.c:
5933         * gst/audiofx/audiowsinclimit.c:
5934         Fix long description of audiofx elements. Fixes bug #515457.
5935
5936 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5937
5938         * docs/plugins/Makefile.am:
5939         * gst/spectrum/gstspectrum.c:
5940         * tests/examples/spectrum/.cvsignore:
5941         * tests/examples/spectrum/Makefile.am:
5942         * tests/examples/spectrum/spectrum-example.c:
5943
5944         Add a simple example application for the spectrum element, include it
5945         in the docs, and fix some documentation ambiguities.
5946
5947         Fixes: #348085
5948
5949 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5950
5951         * gst/equalizer/Makefile.am:
5952         * gst/spectrum/Makefile.am:
5953         Fix includes order
5954
5955         * tests/check/Makefile.am:
5956         Exclude v4l2src from the states test - it takes too long to start.
5957
5958         * tests/check/elements/spectrum.c:
5959         Make the test run properly with CK_FORK=no
5960
5961 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5962
5963         * gst/audiofix/Makefile.am: add missing header files 
5964
5965 2008-02-08  Julien Moutte  <julien@fluendo.com>
5966
5967         * gst/matroska/matroska-demux.c:
5968         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5969         keyframe and delta units correctly when dealign with a BlockGroup.
5970         Fixes: #514397
5971
5972 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5973
5974         * tests/check/elements/.cvsignore:
5975         Spell the new tests correctly in .cvsignore
5976
5977 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5978
5979         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5980           Need to use gsize here for the size, fixes compiler warning.
5981
5982         * tests/examples/equalizer/.cvsignore:
5983         * tests/examples/equalizer/Makefile.am:
5984         * tests/examples/spectrum/.cvsignore:
5985         * tests/examples/spectrum/Makefile.am:
5986           Add missing files to fix the build.
5987
5988 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5989
5990         * configure.ac:
5991         * docs/plugins/Makefile.am:
5992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5994         * docs/plugins/gst-plugins-good-plugins.args:
5995         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5996         * docs/plugins/inspect/plugin-multifile.xml:
5997         * tests/check/Makefile.am:
5998         * tests/check/elements/.cvsignore:
5999
6000         Move multifile plugin from -bad.
6001         Fixes: #490283
6002
6003 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6004
6005         * configure.ac:
6006         * docs/plugins/Makefile.am:
6007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6009         * docs/plugins/gst-plugins-good-plugins.args:
6010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6011         * docs/plugins/inspect/plugin-spectrum.xml:
6012         * gst/spectrum/Makefile.am:
6013         * tests/check/Makefile.am:
6014         * tests/check/elements/.cvsignore:
6015         * tests/examples/Makefile.am:
6016
6017         Move spectrum plugin from -bad.
6018         Move examples into tests/examples/spectrum.
6019
6020 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6021
6022         * configure.ac:
6023         * docs/plugins/Makefile.am:
6024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6026         * docs/plugins/gst-plugins-good-plugins.args:
6027         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6028         * docs/plugins/gst-plugins-good-plugins.interfaces:
6029         * docs/plugins/inspect/plugin-equalizer.xml:
6030         * gst/equalizer/Makefile.am:
6031         * tests/check/Makefile.am:
6032         * tests/examples/Makefile.am:
6033         Move the equalizer plugin across from -bad
6034
6035         * tests/check/elements/.cvsignore:
6036         Add equalizer, audiosincwband and audiosincwlimit
6037
6038         * tests/check/elements/equalizer.c:
6039         Fix compiler warnings
6040
6041         Fixes: #415627
6042
6043 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6044
6045         * configure.ac:
6046         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6047         are treated like releases and build without it.
6048
6049 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6050
6051         * docs/plugins/Makefile.am:
6052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6054         * docs/plugins/gst-plugins-good-plugins.args:
6055         * docs/plugins/inspect/plugin-audiofx.xml:
6056         * gst/audiofx/Makefile.am:
6057         * gst/audiofx/audiofx.c:
6058         * gst/audiofx/audiowsincband.c:
6059         * gst/audiofx/audiowsincband.h:
6060         * gst/audiofx/audiowsinclimit.c:
6061         * gst/audiofx/audiowsinclimit.h:
6062         * tests/check/Makefile.am:
6063         * tests/check/elements/audiowsincband.c:
6064         * tests/check/elements/audiowsinclimit.c:
6065
6066         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6067         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6068         respectively.
6069
6070         Fixes: #467666
6071
6072 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6073
6074         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6075         * tests/check/elements/icydemux.c:
6076           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6077           caps, and add a somewhat useful debug message. Plus test.
6078
6079 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6080
6081         * gst/rtsp/gstrtspsrc.c:
6082         Include unistd.h only if HAVE_UNISTD_H is defined
6083         * win32/common/config.h.in:
6084         * win32/common/config.h:
6085         Define socklen_t as it seems it's not defined in default 
6086         Visual Studio headers.
6087         * win32/vs6/libgstalpha.dsp:
6088         * win32/vs6/libgstapetag.dsp:
6089         * win32/vs6/libgstavi.dsp:
6090         * win32/vs6/libgstrtp.dsp:
6091         * win32/vs6/libgstrtsp.dsp:
6092         * win32/vs6/libgstvideomixer.dsp:
6093         Update project file dependencies and add new source files       
6094
6095 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6096
6097         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6098
6099         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6100         Don't leak buffers when we don't push them downstream.
6101         Fixes bug #514965.
6102
6103 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * configure.ac:
6106           Bump requirements to (good) released versions to avoid
6107           confusion and make implicit core requirement explicit.
6108
6109 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6110
6111         * docs/plugins/Makefile.am:
6112         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6113         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6114         * docs/plugins/gst-plugins-good-plugins.args:
6115         * docs/plugins/inspect/plugin-audiofx.xml:
6116         * gst/audiofx/Makefile.am:
6117         * gst/audiofx/audiochebband.c:
6118         * gst/audiofx/audiochebband.h:
6119         * gst/audiofx/audiocheblimit.c:
6120         * gst/audiofx/audiocheblimit.h:
6121         * gst/audiofx/audiochebyshevfreqband.c:
6122         * gst/audiofx/audiochebyshevfreqband.h:
6123         * gst/audiofx/audiochebyshevfreqlimit.c:
6124         * gst/audiofx/audiochebyshevfreqlimit.h:
6125         * gst/audiofx/audiofx.c:
6126         * tests/check/Makefile.am:
6127         * tests/check/elements/.cvsignore:
6128         * tests/check/elements/audiochebband.c:
6129         * tests/check/elements/audiocheblimit.c:
6130         * tests/check/elements/audiochebyshevfreqband.c:
6131         * tests/check/elements/audiochebyshevfreqlimit.c:
6132
6133         Rename audiochebyshevfreqband -> audiochebband and
6134         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6135         surgery.
6136
6137         Closes: #491811
6138
6139 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6140
6141         Patch by: Orjan Friberg <orjanf at axis dot com>
6142
6143         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6144         Fix caps memory leak. Fixes #514573.
6145
6146 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6147
6148         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6149         If there's no entries in the subindex, don't try to do anything stupid,
6150         just return.
6151
6152 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         Patch by: John Millikin <jmillikin at gmail dot com>
6155
6156         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6157           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6158           Fix extraction of picture blocks with newer libflac versions again:
6159           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6160
6161 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * tests/check/Makefile.am:
6164           Add rtp-payloading test to VALGRIND_TO_FIX.
6165
6166         * tests/check/elements/rtp-payloading.c:
6167           Add semicolons after GST_TEST_END so gst-indent gets the
6168           formatting right; make test less verbose in general, but
6169           more verbose in the error case (which should probably
6170           make the test fail anyway).
6171
6172 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6173
6174         * docs/plugins/Makefile.am:
6175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6176         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6177         * gst/avi/gstavisubtitle.c:
6178         Add documentation for avisubtitle and change class to
6179         Codec/Parser/Subtitle
6180
6181 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6182
6183         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6184         Treat ENOTTY (driver does not implement ioctl) the same as
6185         EINVAL since it implies there are no available standards.
6186
6187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6188         (gst_v4l2src_get_nearest_size):
6189         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6190         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6191         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6192         reason, and if we aren't yet actively capturing.
6193
6194         * sys/v4l2/v4l2src_calls.h:
6195         Remove replaced function declaration.
6196
6197 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6198
6199         * configure.ac:
6200         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6201         API.
6202
6203 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6204
6205         * configure.ac:
6206         Fix typo.
6207
6208 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6209
6210         * gst/alpha/Makefile.am:
6211         * gst/alpha/gstalpha.c:
6212
6213         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6214         some stuff, and making buffer-alloc and resizing work automatically.
6215         No longer crashes on odd frame widths and heights, although there
6216         seems to be a disagreement with ffmpegcolorspace about what size
6217         an AYUV frame with odd height should be.
6218
6219 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6220
6221         Patch by: Alessandro Decina <alessandro at nnva dot org>
6222
6223         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6224         * ext/libpng/gstpngenc.h:
6225         Preallocate the output buffer so that g_memdup() and
6226         gst_buffer_merge() aren't needed anymore. This greatly improves
6227         performances and fixes #512544.
6228
6229 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6230
6231         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6232         (gst_avi_demux_stream_data):
6233         GStreamer timestamps are PTS values while AVI only knows about DTS
6234         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6235         we are dealing with a key frame.
6236
6237 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * tests/check/Makefile.am:
6240         * tests/check/elements/.cvsignore:
6241         * tests/check/elements/rtp-payloading.c:
6242           Add add testsuite for the rtp-payloader that tries simulating
6243           dataflow. Needs more test data.
6244
6245 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * tests/check/elements/alphacolor.c:
6248           Remove two unused variables.
6249
6250 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6251
6252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6253           Use g_ascii_strtoll() instead of atoll, which is only
6254           available in C99.
6255
6256 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6257
6258         * gst/rtp/Makefile.am:
6259         * gst/rtp/gstrtp.c:
6260         * gst/rtp/gstrtpmpvpay.c:
6261         * gst/rtp/gstrtpmpvpay.h:
6262         Add MPEG2 video payloader
6263
6264 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6265
6266         * gst/level/gstlevel.c:
6267         Use #include <math.h> instead of #include "math.h".
6268
6269 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6270
6271         * tests/check/Makefile.am:
6272         Fix up some CFLAGS sets.
6273         Don't include gconfvideosrc in the states test.
6274
6275         * tests/check/elements/autodetect.c: (GST_START_TEST):
6276         Add some error strings to fail_unless arguments to fix some weird
6277         compiler errors on Solaris.
6278
6279 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6280
6281         * configure.ac:
6282         Detect video4linux headers on Solaris too.
6283         * sys/v4l2/gstv4l2colorbalance.h:
6284         * sys/v4l2/gstv4l2object.h:
6285         * sys/v4l2/v4l2_calls.c:
6286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6287         (gst_v4l2_buffer_new):
6288
6289         Make v4l2 build on Solaris.
6290         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6291         Fixes: #510505
6292
6293 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6296           Update list from (still local) scanning script.
6297
6298 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6299
6300         Based on a patch by:
6301             Victor STINNER <victor dot stinner at haypocalc dot com>
6302
6303         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6304         Set variable to NULL after freeing it to prevent double frees
6305         or make failures by another use of it afterwards more obvious
6306         and fix use of it after the freeing. Fixes bug #510592.
6307
6308 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6309
6310         * gst/udp/gstmultiudpsink.c:
6311         use GST_WARNING for logging
6312
6313 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6314
6315         * gst/udp/gstmultiudpsink.c:
6316         Don't try to leave a multicast group with an invalid socket
6317
6318 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6319
6320         * ext/flac/gstflacdec.c:
6321           Fix compilation against flac 1.1.2 (as on debian stable), where
6322           the picture metadata defines and structs don't exist yet.
6323           Fixes #509301.
6324
6325 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6326
6327         Patch by: Olivier Crete <tester at tester dot ca>
6328
6329         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6330         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6331         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6332         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6333         * gst/udp/gstmultiudpsink.h:
6334         Add property to automatically join a multicast group or not. This can be
6335         useful when sharing a socket between multiple elements.
6336         Fixes #509531.
6337
6338 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * gst/videomixer/Makefile.am:
6341           Add controller flags.
6342
6343 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6344
6345         * gst/videomixer/videomixer.c:
6346           Also commit the missing gst_object_sync_values().
6347
6348 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6349
6350         * docs/plugins/Makefile.am:
6351           Remove duplicate entry.
6352
6353 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * docs/plugins/Makefile.am:
6356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6358         * docs/plugins/inspect/plugin-gamma.xml:
6359         * docs/plugins/inspect/plugin-monoscope.xml:
6360         * docs/plugins/inspect/plugin-video4linux2.xml:
6361           Add 3 more plugins to docs.
6362
6363 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6366         * sys/osxvideo/osxvideosink.h:
6367           Revert previous change caused by a file that got stuck on an old
6368           revision.
6369
6370 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6371
6372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6373         * gst/multipart/Makefile.am:
6374         * gst/multipart/multipartdemux.c:
6375         * gst/multipart/multipartdemux.h:
6376         * gst/multipart/multipartmux.c:
6377         * gst/multipart/multipartmux.h:
6378           Re-add multipartdemux to the docs. Last round of section cleanup.
6379
6380 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * docs/plugins/Makefile.am:
6383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6384         * sys/osxaudio/gstosxaudiosink.h:
6385         * sys/osxvideo/osxvideosink.h:
6386           Managed to resolve most unused declarations. Filed a bug for one left.          
6387
6388 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6391           Cleanup section file.
6392
6393 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6394
6395         * docs/plugins/Makefile.am:
6396         * docs/plugins/gst-plugins-good-plugins.args:
6397         * docs/plugins/gst-plugins-good-plugins.signals:
6398         * docs/plugins/inspect/plugin-alaw.xml:
6399         * docs/plugins/inspect/plugin-alpha.xml:
6400         * docs/plugins/inspect/plugin-alphacolor.xml:
6401         * docs/plugins/inspect/plugin-annodex.xml:
6402         * docs/plugins/inspect/plugin-apetag.xml:
6403         * docs/plugins/inspect/plugin-audiofx.xml:
6404         * docs/plugins/inspect/plugin-auparse.xml:
6405         * docs/plugins/inspect/plugin-autodetect.xml:
6406         * docs/plugins/inspect/plugin-avi.xml:
6407         * docs/plugins/inspect/plugin-cairo.xml:
6408         * docs/plugins/inspect/plugin-cdio.xml:
6409         * docs/plugins/inspect/plugin-cutter.xml:
6410         * docs/plugins/inspect/plugin-debug.xml:
6411         * docs/plugins/inspect/plugin-dv.xml:
6412         * docs/plugins/inspect/plugin-efence.xml:
6413         * docs/plugins/inspect/plugin-effectv.xml:
6414         * docs/plugins/inspect/plugin-flac.xml:
6415         * docs/plugins/inspect/plugin-flxdec.xml:
6416         * docs/plugins/inspect/plugin-gconfelements.xml:
6417         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6418         * docs/plugins/inspect/plugin-goom.xml:
6419         * docs/plugins/inspect/plugin-halelements.xml:
6420         * docs/plugins/inspect/plugin-icydemux.xml:
6421         * docs/plugins/inspect/plugin-id3demux.xml:
6422         * docs/plugins/inspect/plugin-jpeg.xml:
6423         * docs/plugins/inspect/plugin-ladspa.xml:
6424         * docs/plugins/inspect/plugin-level.xml:
6425         * docs/plugins/inspect/plugin-matroska.xml:
6426         * docs/plugins/inspect/plugin-mulaw.xml:
6427         * docs/plugins/inspect/plugin-multipart.xml:
6428         * docs/plugins/inspect/plugin-navigationtest.xml:
6429         * docs/plugins/inspect/plugin-png.xml:
6430         * docs/plugins/inspect/plugin-quicktime.xml:
6431         * docs/plugins/inspect/plugin-rtp.xml:
6432         * docs/plugins/inspect/plugin-rtsp.xml:
6433         * docs/plugins/inspect/plugin-shout2send.xml:
6434         * docs/plugins/inspect/plugin-smpte.xml:
6435         * docs/plugins/inspect/plugin-speex.xml:
6436         * docs/plugins/inspect/plugin-taglib.xml:
6437         * docs/plugins/inspect/plugin-udp.xml:
6438         * docs/plugins/inspect/plugin-videobalance.xml:
6439         * docs/plugins/inspect/plugin-videobox.xml:
6440         * docs/plugins/inspect/plugin-videocrop.xml:
6441         * docs/plugins/inspect/plugin-videoflip.xml:
6442         * docs/plugins/inspect/plugin-videomixer.xml:
6443         * docs/plugins/inspect/plugin-wavenc.xml:
6444         * docs/plugins/inspect/plugin-wavpack.xml:
6445         * docs/plugins/inspect/plugin-wavparse.xml:
6446           Update plugin docs.
6447
6448         * gst/videomixer/Makefile.am:
6449         * gst/videomixer/videomixer.c:
6450         * gst/videomixer/videomixer.h:
6451         * gst/videomixer/videomixerpad.h:
6452           Split out header to fix warnings from the doc-build.
6453
6454 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6455
6456         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6457
6458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6459         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6460
6461 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6462
6463         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6465           Initialise variables to work around (false) 'foo might be used
6466           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6467
6468 2008-01-11  David Schleef  <ds@schleef.org>
6469
6470         * docs/plugins/.cvsignore:
6471         * tests/check/pipelines/.cvsignore:
6472           Ignore more files for the buildbot.
6473
6474 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6475
6476         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6477         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6478         Generate the image-type values correctly. Leave them out of the caps
6479         when outputting a "preview image" tag, since it only makes sense
6480         to have one of those - the type is irrelevant.
6481
6482         * sys/sunaudio/gstsunaudiomixerctrl.c:
6483         (gst_sunaudiomixer_ctrl_open):
6484         If we can, mark the mixer multiple open when we use it, in case
6485         (for some reason) the process wants to open it again elsewhere.
6486
6487 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6488
6489         Patch by: Olivier Crete <tester at tester dot ca>
6490
6491         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6492         * gst/rtp/gstrtptheorapay.c:
6493         Fix the clock rate to 90000 as required by the RFC.
6494         Fixes #508644.
6495
6496 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6499           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6500
6501 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6502
6503         * autogen.sh:
6504           Add -Wno-portability to the automake parameters to stop warnings
6505           about GNU make extensions being used. We require GNU make in almost
6506           every Makefile anyway.
6507           
6508         * configure.ac:
6509           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6510           at the same time is required for per target flags.
6511
6512 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6513
6514         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6515         Fix error from my last commit.
6516
6517 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6518
6519         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6520
6521         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6522           Make sure the ISO 639-X language code in ID3v2 COMM frames
6523           is actually valid UTF-8 (or rather: ASCII), so we don't end
6524           up with non-UTF8 strings in tags if there's garbage in the
6525           language field. Also make sure the language code is always
6526           lower case. Fixes: #508291.
6527
6528 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6529
6530         * ChangeLog:
6531           Fix ChangeLog typo.
6532
6533 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6534
6535         * Makefile.am:
6536           Include lcov.mak to allow building coverage reports. Guard
6537           check-torture target like in the other packages.
6538
6539 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6540
6541         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6542
6543         * gst/videomixer/videomixer.c:
6544         (gst_videomixer_set_master_geometry), (_do_init),
6545         (gst_videomixer_child_proxy_get_child_by_index),
6546         (gst_videomixer_child_proxy_get_children_count),
6547         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6548         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6549         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6550         Implement GstChildProxy interface.
6551         Send newsegment at the right moment
6552         Fixes #488879
6553
6554 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6555
6556         * gst/alpha/Makefile.am:
6557         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6558         (gst_alpha_sink_event), (gst_alpha_chain),
6559         (gst_alpha_change_state), (plugin_init):
6560         Make the various properties of 'alpha' controllable. This allows doing
6561         niceties like fade-in/fade-out.
6562
6563 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6564
6565         * gst/rtp/gstasteriskh263.c:
6566         * gst/rtp/gstrtpL16depay.c:
6567         * gst/rtp/gstrtpac3depay.c:
6568         * gst/rtp/gstrtpamrpay.c:
6569         * gst/rtp/gstrtpdepay.c:
6570         * gst/rtp/gstrtpgsmdepay.c:
6571         * gst/rtp/gstrtph263depay.c:
6572         * gst/rtp/gstrtph263pdepay.c:
6573         * gst/rtp/gstrtph263ppay.c:
6574         * gst/rtp/gstrtph264depay.c:
6575         * gst/rtp/gstrtph264pay.c:
6576         * gst/rtp/gstrtpmp2tdepay.c:
6577         * gst/rtp/gstrtpmp4adepay.c:
6578         * gst/rtp/gstrtpmp4gdepay.c:
6579         * gst/rtp/gstrtpmp4gpay.c:
6580         * gst/rtp/gstrtpmp4vdepay.c:
6581         * gst/rtp/gstrtpmpadepay.c:
6582         * gst/rtp/gstrtpmpvdepay.c:
6583         * gst/rtp/gstrtpsv3vdepay.c:
6584         * gst/rtp/gstrtptheoradepay.c:
6585         * gst/rtp/gstrtptheorapay.c:
6586         * gst/rtp/gstrtpvorbisdepay.c:
6587         * gst/rtp/gstrtpvorbispay.c:
6588           Remove copy/paste unused code (property setters and getter) found by
6589           the coverage suite (yay, saves ~20k on disk).
6590
6591 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6592
6593         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6594           (videosink_templ):
6595           Also fix up pad templates to indicate that image/jpeg doesn't
6596           absolutely require the framerate property to be set (#504081).
6597
6598 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         Based on patch by: Wouter Cloetens  <wouter at mind be>
6601
6602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6603           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6604           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6605         * gst/matroska/matroska-mux.h:
6606           Keep track of first and last timestamps for each incoming stream,
6607           so we can calculate the total duration for live sources and other
6608           input where we can't query the duration from the start or where
6609           there's no constant framerate from which we can deduce the
6610           duration; also use calculated/observed duration if it is bigger
6611           than the previously queried duration. Furthermore, use
6612           gst_pad_query_peer_duration() and take into account that it may
6613           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6614           screws up comparisons when using unsigned integers. Fixes #504081.
6615
6616 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6617
6618         * configure.ac:
6619         * gst/audiofx/audioamplify.c:
6620         (gst_audio_amplify_clipping_method_get_type),
6621         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6622         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6623         (gst_audio_dynamic_transform_ip):
6624         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6625         (gst_audio_invert_transform_ip):
6626         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6627         (gst_audio_panorama_transform):
6628         * gst/level/gstlevel.c: (gst_level_init):
6629         Make elements GST_BUFFER_FLAG_GAP aware and call
6630         gst_base_transform_set_gap_aware for this.
6631         Bump core requirement to CVS.
6632         
6633         * gst/audiofx/audiochebyshevfreqband.c:
6634         (gst_audio_chebyshev_freq_band_transform_ip):
6635         * gst/audiofx/audiochebyshevfreqlimit.c:
6636         (gst_audio_chebyshev_freq_limit_transform_ip):
6637         Also sync GObject properties to the controller if operating
6638         in passthrough mode.
6639
6640 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6641
6642         * sys/directdraw/gstdirectdrawsink.c:
6643           (gst_directdraw_sink_window_thread):
6644           FALSE is not a gpointer.
6645
6646 2008-01-05  Julien Moutte  <julien@fluendo.com>
6647
6648         * sys/directdraw/gstdirectdrawsink.c:
6649         (gst_directdraw_sink_set_window_id),
6650         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6651         (gst_directdraw_sink_buffer_alloc),
6652         (gst_directdraw_sink_draw_borders),
6653         (gst_directdraw_sink_show_frame),
6654         (gst_directdraw_sink_setup_ddraw),
6655         (gst_directdraw_sink_window_thread),
6656         (gst_directdraw_sink_get_ddrawcaps),
6657         (gst_directdraw_sink_surface_create): Make sure we create our
6658         internal window only when we need it. That will give a chance to
6659         the application to get the prepare-xwindow-id bus message. Draw
6660         black borders when keeping aspect ratio. Handle the case where our
6661         rendering window disappears (closed or errors) like other sinks
6662         do. Various 80 columns fixes, improve state change order. That
6663         element could need some more love.
6664
6665 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6666
6667         * ext/taglib/gstapev2mux.h:
6668         * ext/taglib/gstid3v2mux.h:
6669         Remove useless typedefs without new type name. Fixes a warning with
6670         gcc 4.3.
6671
6672 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6673
6674         Patch by: John Millikin <jmillikin at gmail dot com>
6675
6676         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6677         (gst_flac_dec_setup_stream_decoder),
6678         (gst_flac_normalize_picture_mime_type),
6679         (gst_flac_extract_picture_buffer),
6680         (gst_flac_dec_metadata_callback):
6681         Emit metadata messages when a PICTURE block is encountered.
6682         Fixes #506715.
6683
6684 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6685
6686         * gst/avi/gstavi.c:
6687         increase rank because no known issues anymore ...
6688         * gst/avi/gstavisubtitle.c:
6689         send subtitle name to the srcpad
6690
6691 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6692
6693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6694         * gst/rtsp/gstrtspsrc.h:
6695         Implement redirect for the DESCRIBE reply. Fixes #506025.
6696
6697 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6698
6699         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6700         Fix 'xyz may be used uninitialized' compiler warnings caused
6701         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6702         abort() in any case but properly report the error.
6703
6704 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6707         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6708         * sys/ximage/gstximagesrc.c: (composite_pixel):
6709           Fix 'xyz may be used uninitialized' compiler warnings caused
6710           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6711           not really nice to abort in any case). Fixes #505745.
6712
6713 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6714
6715         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6716           Small unit test fix (has no practical impact at the moment,
6717           since we're only feeding utf8 and hence just create a sub-
6718           buffer for the output).
6719
6720 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6721
6722         * gst/avi/gstavisubtitle.c:
6723         * tests/check/elements/avisubtitle.c:
6724         Add seeking support for avi subtitle
6725
6726 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6727
6728         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6729         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6730         (gst_flac_dec_write):
6731         * ext/flac/gstflacdec.h:
6732         Remove some unused vars.
6733         Do more cleanup of leftover events and tags.
6734         Output tags after the segment event. Fixes #504018.
6735
6736 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6739           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6740           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6741           Detect other UTF byte order markers and convert to UTF-8 as
6742           appropriate.
6743
6744 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * gst/avi/gstavisubtitle.c: (src_template),
6747           (gst_avi_subtitle_extract_utf8_file),
6748           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6749           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6750           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6751         * gst/avi/gstavisubtitle.h:
6752           Refactor a bit; fix name extraction; don't assume all the data
6753           in the chunk is actually subtitle data, there may be padding at
6754           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6755           file so it's there to send again after a seek (for future use).
6756
6757 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6758
6759         * gst/avi/Makefile.am:
6760         * gst/avi/gstavi.c:
6761         * gst/avi/gstavisubtitle.c:
6762         * gst/avi/gstavisubtitle.h:
6763         * tests/check/Makefile.am:
6764         * tests/check/elements/avisubtitle.c:
6765         * win32/common/config.h:
6766                 Add avi subtitle element for bug #442034. Need seeking support
6767                 and more support for character conversion.
6768
6769 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6770
6771         * Makefile.am:
6772           Include common/win32.mak for CRLF check of win32 project
6773           files (see #393626).
6774
6775         * win32/vs6/libgstpng.dsp:
6776           Fix line endings and do cvs admin -kb.
6777
6778 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6779
6780         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6781         Actually drop the buffers which are outside the currently configured
6782         segment instead of just emitting a WARNING.
6783
6784 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6785
6786         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6787         (gst_flac_dec_write):
6788         * ext/flac/gstflacdec.h:
6789         Send segments from the streaming thread. Fixes #502187.
6790         Fix segment seeking and a bunch of other seeking cases.
6791
6792 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6795           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6796           which is where it would end up if the same information was
6797           put in a vorbis comment (don't think it's worth adding a
6798           new URI tag for this). Fixes #488112.
6799
6800 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         * configure.ac:
6803           We need core/base 0.10.15 or later.
6804
6805 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6806
6807         Patch by: Mark Nauwelaerts <manauw skynet be>
6808
6809         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6810         Fix regression in stream numbering. Fixes #502655.
6811
6812 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6813
6814         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6815
6816         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6817         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6818         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6819         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6820         (gst_rtp_h264_pay_handle_buffer):
6821         * gst/rtp/gstrtph264pay.h:
6822         Use higher performance start-code searching.
6823         Parse NALs and store SPS, PPS and profile in the caps so that they can
6824         be used in the SDP. Fixes #502814.
6825
6826 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6829         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6830           Init some structs to zero before we pass them to ioctl, which
6831           avoids valgrind warnings.  Also fix a small memory leak.
6832
6833 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6834
6835         Patch by: Wouter Cloetens <wouter at mind dot be>
6836
6837         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6838         Copy timestamp from input to output. Not very perfect yet but better
6839         than nothing. Fixes #503023.
6840
6841 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6842
6843         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6844           Also print a useful error message with the old Wavpack API
6845           if possible.
6846
6847 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6848
6849         * ext/wavpack/gstwavpackdec.c:
6850           More build fixes for old libwavpack versions: include config.h so
6851           that WAVPACK_OLD_API is actually defined as detected; only use
6852           WavpackGetErrorMessage if it is available. This fixes the build
6853           on debian stable for me.
6854
6855 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6856
6857         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6858         * ext/wavpack/gstwavpackparse.c:
6859           (gst_wavpack_parse_create_src_pad):
6860           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6861           versions below 4.40.0.
6862
6863 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6864
6865         * configure.ac:
6866           And now do it right for real...
6867
6868 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         * configure.ac:
6871           Correctly reset $LIBS to not contain -lm.
6872
6873 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6874
6875         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6876
6877         * configure.ac:
6878         * ext/cairo/gsttimeoverlay.c:
6879           (gst_cairo_time_overlay_print_smpte_time):
6880           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6881           and checking for rint() and implementing it ourself if it doesn't
6882           exist. Fixes #497293.
6883
6884 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6885
6886         * configure.ac:
6887           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6888
6889 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6890
6891         * sys/oss/gstosshelper.c:
6892         Verify that the format returned after the ioctl is the one
6893         we requested. It is valid for the ioctl to succeed while
6894         substituting an alternate 'supported' sample format.
6895
6896 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6897
6898         * sys/oss/gstossaudio.c: (plugin_init):
6899         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6900         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6901           Post decent (and translated) error message when we can't
6902           open the audio device for some reason.
6903
6904 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6905
6906         * sys/oss/gstosssink.c:
6907         * sys/oss/gstosssrc.c:
6908         Allow the AUDIODEV environment variable to redirect us
6909         to a different default OSS device, like sunaudiosink does
6910         on Solaris (makes audio play automatically on SunRays).
6911
6912 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6913
6914         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6915         * gst/audiofx/audiochebyshevfreqband.c:
6916         (gst_audio_chebyshev_freq_band_transform_ip):
6917         * gst/audiofx/audiochebyshevfreqlimit.c:
6918         (gst_audio_chebyshev_freq_limit_transform_ip):
6919         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6920         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6921         The transform_ip() methods should do nothing if in passthrough mode.
6922         It might get non-writable buffers in that case but the buffer might
6923         as well be writable.
6924
6925         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6926         The transform() methods won't be called in passthrough mode and
6927         otherwise the buffer is always writable so don't check here.
6928
6929 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6930
6931         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6932           Fix seeking in .wav files again (#501775).  Some people seem to think
6933           they don't need to test their changes when they're just 'reflowing'
6934           some code.
6935
6936 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6937
6938         * gst/autodetect/gstautovideosink.c:
6939         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6940         (gst_auto_video_sink_init),
6941         (gst_auto_video_sink_create_element_with_pretty_name),
6942         (gst_auto_video_sink_find_best),
6943         (gst_auto_video_sink_set_property),
6944         (gst_auto_video_sink_get_property):
6945         * gst/autodetect/gstautovideosink.h:
6946         Fix docs.
6947         Use same error reporting code as autoaudiosink.
6948         Add property to filter sinks based on caps. Only select raw video sinks
6949         by default for backwards compat.
6950         API: GstAutoVideoSink::filter-caps
6951
6952 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6953
6954         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6955
6956         * gst/autodetect/gstautoaudiosink.c:
6957         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6958         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6959         (gst_auto_audio_sink_set_property),
6960         (gst_auto_audio_sink_get_property):
6961         * gst/autodetect/gstautoaudiosink.h:
6962         Add property to filter sinks based on caps. Only select raw audio sinks
6963         by default for backwards compat.  Fixes #417420.
6964         API: GstAutoAudioSink::filter-caps
6965
6966 2007-11-29  Michael Smith <msmith@fluendo.com>
6967
6968         Patch by: Arek Korbik <arkadini@gmail.com>
6969
6970         * gst/videobox/gstvideobox.c: (plugin_init):
6971           Initialise liboil in plugin_init()
6972
6973 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6974
6975         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6976         Post error before sending EOS. Fixes #499178.
6977
6978 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6979
6980         * win32/vs6/gst_plugins_good.dsw:
6981         * win32/vs6/libgstpng.dsp:
6982         Add a project file for libgstpng
6983
6984 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6985
6986         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6987         (gst_rtp_h263_depay_process):
6988         Code beautification.
6989         Added debug statements.
6990         Don't bit-shift everything, just do operations on last/first byte
6991         instead.
6992
6993 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6994
6995         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6996
6997         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6998         Fix wrong comparison in overrun check. Fixes #499239 some more.
6999
7000 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7001
7002         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7003         (gst_rtp_h263_depay_process):
7004         * gst/rtp/gstrtph263depay.h:
7005         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7006         stream.
7007
7008 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7009
7010         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7011
7012         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7013         (gst_rtp_mp4a_depay_process):
7014         * gst/rtp/gstrtpmp4adepay.h:
7015         Fix depayloading when multiple frames are inside one RTP packet.
7016         Fixes #499239.
7017
7018 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7019
7020         * gst/level/gstlevel.c:
7021           Add GAP-flag support.
7022
7023 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7024
7025         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7026         Read the I flag for Mode A h263 rtp stream and set the
7027         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7028         Fixes #499383
7029
7030 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * gst/level/gstlevel.c:
7033           Remove some dead code and do cleanups.
7034
7035 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7036
7037         * tests/check/pipelines/simple-launch-lines.c:
7038           Improve the tests by allowing to set a target state.
7039
7040 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7041
7042         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7043         Don't check the caps of the output buffer if they're equal some
7044         other caps. The caps can change in a backward compatible way
7045         and did at this point.
7046
7047 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7048
7049         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7050         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7051         (gst_qtdemux_seek_to_previous_keyframe),
7052         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7053         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7054         reverse playback support.
7055
7056 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7057
7058         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7059         Also set the channel layout on the Wavpack caps if we're having
7060         a mono layout. Of course only do it for "audio/x-wavpack".
7061
7062 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7063
7064         * ext/wavpack/gstwavpackcommon.c:
7065         (gst_wavpack_get_default_channel_mask),
7066         (gst_wavpack_set_channel_layout),
7067         (gst_wavpack_get_default_channel_positions),
7068         (gst_wavpack_get_channel_mask_from_positions),
7069         (gst_wavpack_set_channel_mapping):
7070         * ext/wavpack/gstwavpackcommon.h:
7071         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7072         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7073         * ext/wavpack/gstwavpackdec.h:
7074         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7075         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7076         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7077         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7078         (gst_wavpack_enc_rewrite_first_block),
7079         (gst_wavpack_enc_sink_event):
7080         * ext/wavpack/gstwavpackenc.h:
7081         * ext/wavpack/gstwavpackparse.c:
7082         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7083         (gst_wavpack_parse_scan_to_find_sample),
7084         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7085         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7086         * ext/wavpack/gstwavpackparse.h:
7087         Add support for encoding, parsing and decoding multichannel
7088         files with up to 8 channels. This also improves the robustness
7089         of parsing quite a bit.
7090
7091         * ext/wavpack/gstwavpackstreamreader.c:
7092         (gst_wavpack_stream_reader_read_bytes),
7093         (gst_wavpack_stream_reader_get_pos),
7094         (gst_wavpack_stream_reader_set_pos_abs),
7095         (gst_wavpack_stream_reader_set_pos_rel),
7096         (gst_wavpack_stream_reader_push_back_byte),
7097         (gst_wavpack_stream_reader_get_length),
7098         (gst_wavpack_stream_reader_can_seek),
7099         (gst_wavpack_stream_reader_write_bytes):
7100         Improve debugging.
7101
7102 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7103
7104         * ext/libpng/gstpngdec.c:
7105         * ext/libpng/gstpngdec.h:
7106           Don't release the png-memory from within the callback.
7107
7108 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7109
7110         Patch by: René Stadler <mail at renestadler dot de>
7111
7112         * ext/libpng/gstpngenc.c:
7113           Don't leak buffer data memory. Fixes #498395.
7114
7115 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7116
7117         Patch by: René Stadler <mail at renestadler dot de>
7118
7119         * tests/check/pipelines/simple-launch-lines.c:
7120           Tests for #498395.
7121
7122 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7123
7124         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7125         (gst_tag_lib_mux_adjust_event_offsets):
7126         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7127         * sys/osxaudio/Makefile.am:
7128         * sys/osxvideo/cocoawindow.h:
7129         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7130
7131 2007-11-15  David Schleef  <ds@schleef.org>
7132
7133         * ext/cairo/gsttextoverlay.c:
7134           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7135
7136 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7137
7138         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7139
7140         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7141         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7142         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7143         * gst/rtp/gstrtpmp2tpay.h:
7144         Fill the MTU with as many packets as possible. Fixes #491323.
7145
7146 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7147
7148         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7149
7150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7151         Fix some more leaks. Fixes #497007.
7152
7153 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7154
7155         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7156
7157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7158         (gst_rtspsrc_stream_configure_tcp):
7159         Fix 3 pad leaks. Fixes #496983.
7160
7161 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7162
7163         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7164
7165         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7166         Fix small leak. Fixes #497017.
7167
7168 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7171         (gst_qtdemux_prepare_current_sample),
7172         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7173         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7174         * gst/qtdemux/qtdemux_fourcc.h:
7175         * gst/qtdemux/qtdemux_types.c:
7176         Add suppport for theora in quicktime according to XiphQT.
7177
7178 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7179
7180         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7181         (gst_v4l2src_init), (gst_v4l2src_set_property),
7182         (gst_v4l2src_get_property):
7183         * sys/v4l2/gstv4l2src.h:
7184         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7185           Always copy buffers by default (handle safer with bugged drivers)
7186           and added a property to make it possible to use mmap effectively (no
7187           copy if possible) when application wants to. Fixes: #480557.
7188
7189 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7190
7191         * gst/id3demux/id3tags.c:
7192         * gst/id3demux/id3tags.h:
7193         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7194           We don't want the same string multiple times in a tag list for the
7195           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7196           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7197
7198 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7201           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7202           into ID3v2 TXXX frames (fixes #347848).
7203
7204 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7207           Don't leak sdp message contents (fixes #496773).
7208
7209         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7210           Don't leak URI string.
7211
7212 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         Patch by: Julien Puydt <julien dot puydt at laposte net>
7215
7216         * ext/raw1394/Makefile.am:
7217         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7218           (gst_1394_property_probe_get_properties),
7219           (gst_1394_property_probe_probe_property),
7220           (gst_1394_property_probe_needs_probe),
7221           (gst_1394_property_probe_get_values),
7222           (gst_1394_property_probe_interface_init),
7223           (gst_1394_type_add_property_probe_interface):
7224         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7225         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7226           (gst_dv1394src_init), (gst_dv1394src_dispose),
7227           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7228           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7229           (gst_dv1394src_update_device_name):
7230         * ext/raw1394/gstdv1394src.h:
7231           Implement GstPropertyProbe interface and add "device-name" property,
7232           so applications can use this to probe for available devices in the
7233           same way they can already with v4lsrc and v4l2src (however horrible
7234           this property probe interface may be). Fixes #358841.
7235
7236 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7239
7240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7241           (gst_rtspsrc_parse_range):
7242           Don't leak event, don't leak range (fixes #496752).
7243
7244 2007-11-14  Michael Smith <msmith@fluendo.com>
7245
7246         Patch by: Arek Korbik <arkadini@gmail.com>
7247
7248         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7249           Detect RGBA/BGRA correctly on little endian systems.
7250
7251 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7254           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7255           corresponding ioctl() call fails even though the driver claims to
7256           support this format, just fall back to the pre-2.6.19 kernel
7257           routine that creates caps with suitable height and width ranges
7258           (see #448278).
7259
7260 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         Patch by: Mark Nauwelaerts <manauw skynet be>
7263
7264         * gst/matroska/matroska-demux.c:
7265           (gst_matroska_demux_push_dvd_clut_change_event),
7266           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7267           (gst_matroska_demux_subtitle_caps):
7268         * gst/matroska/matroska-ids.h:
7269           Extract palette data for dvd subpicture streams and send it
7270           downstream as custom gstreamer dvd event (fixes #453417).
7271
7272 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7273
7274         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7275           Implement minimal parsing of the passed pango font description
7276           string, so passing a font size works the same as with the
7277           pango textoverlay plugin; fixes #455086.
7278           (Maybe we could just use pangocairo here at some point).
7279
7280 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7281
7282         * gst/avi/gstavidemux.c:
7283         * gst/wavparse/gstwavparse.c:
7284           Return the result in _activate_pull(). Don't ref element there.
7285
7286 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7287
7288         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7289         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7290         (gst_wavparse_srcpad_event):
7291           Ref the element when we should, but not when we its not needed. Reflow
7292           the event_handling to not leak the event.       
7293
7294 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7295
7296         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7297         (qtdemux_parse_samples):
7298         Properly free QTDemuxSamples array.
7299         Protect table write with a sensible check, some files apparently DO contain
7300         stts values starting with 0 :(
7301
7302 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7303
7304         * gst/avi/gstavidemux.c:
7305         * gst/qtdemux/qtdemux.c:
7306           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7307           previous commit messed up.
7308
7309 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7310
7311         * gst/avi/gstavidemux.c:
7312         * gst/qtdemux/qtdemux.c:
7313           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7314           element when we should, but not when we its not needed.
7315
7316 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7317
7318         * gst/wavparse/gstwavparse.c:
7319           Return FALSE if we can't handle a query instead of changing the
7320           format. Ignore fact when dealing with mpeg audio.
7321
7322 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7325
7326         * configure.ac:
7327         * gst/udp/gstdynudpsink.c:
7328         * gst/udp/gstdynudpsink.h:
7329         * gst/udp/gstmultiudpsink.c:
7330         * gst/udp/gstmultiudpsink.h:
7331         * gst/udp/gstudpsink.c:
7332         * gst/udp/gstudpsink.h:
7333           Fix includes for MSVC and GLib-2.14.0 (#492388).
7334
7335         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7336           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7337
7338 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7339
7340         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7341         (gst_mulawdec_chain):
7342         * gst/law/mulaw-decode.h:
7343         Calculate outgoing buffer duration if incoming buffer didn't have a
7344         valid duration.
7345
7346 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7347
7348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7349         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7350         Smarter combine_flow code that also deals with downstream elements
7351         returning UNEXPECTED when they receive data out of the segment
7352         boundaries. Fixes #491305.
7353
7354 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * sys/v4l2/v4l2src_calls.c:
7357           Fix 'unused variable' compiler warning when compiling against
7358           older kernel headers.
7359
7360 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * ext/taglib/gstid3v2mux.cc (add_funcs):
7363           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7364
7365 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7366
7367         * tests/check/pipelines/simple-launch-lines.c:
7368            Improve the tests a little more.
7369
7370 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7371
7372         patch by: Yun Zheng Hu
7373
7374         * sys/osxaudio/gstosxaudiosrc.c:
7375         Use default input device instead of default output device and
7376         only memcpy actual available bytes.
7377
7378 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7379
7380         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7381           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7382           early. It is temporary until we find something better.
7383
7384 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7385
7386         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7387
7388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7389         Fix race when pausing a RTSP stream in interleaved.
7390         Fixes #475784.
7391
7392 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7393
7394         Patch by: Peter Kjellerstedt <pkj at axis com>
7395
7396         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7397         Use correct unref function for buffers. #488844.
7398
7399 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7400
7401         * gst/avi/gstavimux.c:
7402         * tests/check/elements/avimux.c:
7403           Add some debug and sync tests with the fix.     
7404
7405 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7406
7407         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7408
7409         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7410         When the socket is used by the app for other purposes, don't generate an
7411         error if there is activaty on the socket that is not data related.
7412         Fixes #487488.
7413
7414 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7415
7416         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7417         (gst_v4l2src_grab_frame):
7418         Add some more debug info. Generate an error when we run out of buffers
7419         for some reason. See #480557.
7420
7421 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7424
7425         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7426         Set marker bit correctly.
7427
7428 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7429
7430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7431         Use allowed name for the GstStructure.
7432
7433 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * ext/gconf/gstswitchsink.c:
7436         * gst/autodetect/gstautoaudiosink.c:
7437           Use new gst_bus_pop_filtered().
7438
7439 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7440
7441         * sys/v4l2/gstv4l2src.c:
7442         * sys/v4l2/v4l2src_calls.c:
7443           When probing the formats and sizes a camera supports, make
7444           sure the best ones (highest resolution, prefered format)
7445           end up at the beginning of the probed caps and the less
7446           desirable ones at the end.  This is important because the
7447           order within the caps matters for things like fixation and
7448           negotiation, ie. what format is chosen in the end.
7449           With recent kernels, the current probing code will end up
7450           querying the supported sizes from lowest resolution to
7451           highest resolution, adding them to the probed caps in that
7452           order, resulting to v4l2src fixating to the lowest possible
7453           resolution if downstream does not express a size preference.
7454           Also make up a somewhat random ranking of prefered output
7455           formats for the same reason. Fixes #485828.
7456         
7457 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7460
7461         * gst/id3demux/id3v2frames.c:
7462           Extract license/copyright URIs from ID3v2 WCOP frames
7463           (Fixes #447000).
7464
7465         * tests/check/elements/id3demux.c:
7466         * tests/files/Makefile.am:
7467         * tests/files/id3-447000-wcop.tag:
7468           Add simple unit test.
7469
7470 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * ext/taglib/gstid3v2mux.cc:
7473           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7474           Prerequisite for #447000.
7475
7476 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7477
7478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7479         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7480         a GstClockTime.
7481
7482 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7483
7484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7485         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7486         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7487         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7488         (gst_rtspsrc_change_state):
7489         More seeking fixes, mostly passing around the new playback segment in
7490         order to configure it properly.
7491         Also reset base_time of udp sources when setting them back to PLAYING as
7492         a temporary hack until core supports seek in live sources properly.
7493
7494 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7495
7496         * gst/rtp/gstrtpmp4adepay.c:
7497         Fix caps as to not confuse autopluggers.
7498
7499 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * gst/id3demux/gstid3demux.c:
7502         * gst/id3demux/gstid3demux.h:
7503         * gst/id3demux/id3tags.c:
7504         * gst/id3demux/id3tags.h:
7505         * gst/id3demux/id3v2frames.c:
7506           Port ID3 tag demuxer over to the new GstTagDemux in -base
7507           (now would be a good time to test re-importing your music
7508           collection).
7509
7510 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * gst/apetag/Makefile.am:
7513         * gst/apetag/gstapedemux.c:
7514         * gst/apetag/gstapedemux.h:
7515         * gst/apetag/gsttagdemux.c:
7516         * gst/apetag/gsttagdemux.h:
7517           Port APE tag demuxer over to the new GstTagDemux in -base.
7518
7519 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7520
7521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7522         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7523         (gst_rtspsrc_handle_internal_src_query),
7524         (gst_rtspsrc_handle_src_query), (new_session_pad),
7525         (gst_rtspsrc_stream_configure_tcp),
7526         (gst_rtspsrc_stream_configure_transport),
7527         (gst_rtspsrc_loop_send_cmd):
7528         Improve flushing behaviour.
7529         Set state of the udp sources to PAUSE/PLAYING correctly.
7530         Handle events and queries for UDP and TCP transport now.
7531
7532 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7533
7534         * gst/rtp/gstrtpgsmdepay.c:
7535         * gst/rtp/gstrtpgsmpay.c:
7536           Add log category.
7537
7538 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7539
7540         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7541
7542         * tests/check/Makefile.am:
7543         * tests/check/pipelines/simple-launch-lines.c:
7544           Add unit tests for payloaders/depayloaders.
7545
7546 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7547
7548         * gst/avi/gstavimux.c:
7549         * gst/avi/gstavimux.h:
7550           Also save codec data for audio streams. Fixes #482495.
7551
7552 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * gst/avi/gstavimux.c:
7555           Fix "Index entry has invalid stream nr 1".
7556           Add support for muxing aac - work in progress (see #482495).
7557
7558 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7559
7560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7561         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7562         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7563         * gst/rtsp/gstrtspsrc.h:
7564         Parse bandwidth modifiers, they are not yet configured in the session
7565         manager because we don't have an API for that yet.
7566
7567 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7570         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7571         Use shiny new function in -base to get the default clock-rate.
7572         Update some docs.
7573
7574 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7575
7576         * win32/MANIFEST:
7577         Add files to win32 manifest.
7578         * win32/vs6/libgstaudiofx.dsp:
7579         * win32/vs6/libgstqtdemux.dsp:
7580         * win32/vs6/libgstrtp.dsp:
7581         * win32/vs6/libgstrtsp.dsp:
7582         Update project files.
7583
7584 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7585
7586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7587         (gst_rtspsrc_play):
7588         * gst/rtsp/gstrtspsrc.h:
7589         In TCP mode, only timestamp the first buffer. TCP is not real time and
7590         it does not make sense to try to skew compensate, also some servers send
7591         the first batch of data in a burst.
7592
7593 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7594
7595         * gst/matroska/matroska-demux.c:
7596           Fix setting the discont flag on the first buffer
7597           pushed downstream for formats with private codec
7598           data that needs to be deserialised into buffers
7599           (such as vorbis and FLAC when in a matroska container).
7600
7601 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7602
7603         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7604
7605         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7606         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7607         (gst_rtp_mp4v_pay_handle_buffer):
7608         * gst/rtp/gstrtpmp4vpay.h:
7609         Free the config string. Fixes #480707.
7610         Clean up the timestamp code a little.
7611
7612 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7613
7614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7615         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7616         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7617         * gst/rtsp/gstrtspsrc.h:
7618         Set timestamps on RTP buffers in interleaved mode.
7619         Mark first buffers with a DISCONT.
7620         Remove flush hack now that sync for live sources has been figured out.
7621
7622 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7625         Update documentation.
7626
7627 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7628
7629         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7630         (gst_rtp_xqt_depay_change_state):
7631         * gst/qtdemux/gstrtpxqtdepay.h:
7632         Fail if we don't know the quicktime format.
7633
7634 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * ext/flac/gstflacenc.c:
7637         * ext/flac/gstflacenc.h:
7638           Save the flow return from the last gst_pad_push() and
7639           make sure we pass the right flow return value upstream
7640           in the case of failure; minor clean-ups.
7641
7642 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * ext/taglib/gstapev2mux.cc:
7645         * ext/taglib/gstid3v2mux.cc:
7646         * gst/apetag/gstapedemux.c:
7647           Add support for the new GST_TAG_COMPOSER (#459809).
7648
7649 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         * gst/law/alaw-decode.c:
7652         * gst/law/alaw-decode.h:
7653         * gst/law/alaw-encode.c:
7654         * gst/law/alaw-encode.h:
7655         * gst/law/alaw.c:
7656         * gst/law/mulaw-conversion.h:
7657           Compulsive clean-ups: use boilerplate macros, add debug
7658           categories, fix up things to conform to symbol nomenklatura,
7659           etc.
7660
7661 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7664
7665         * gst/law/alaw-decode.c:
7666         * gst/law/alaw-encode.c:
7667           Use static tables for A-Law decoding and encoding; this makes
7668           A-Law decoding and encoding less CPU-intensive, but increases
7669           the binary size a bit. Leaving old code around for now,
7670           selectable by a define in the code. Fixes #435435.
7671
7672 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7673
7674         * configure.ac:
7675         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7676         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7677         in configure.ac.
7678
7679 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7680
7681         Patch by: Jan Gerber <j at bootlab dot org>
7682
7683         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7684         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7685
7686 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * sys/oss/gstosshelper.c:
7689           Use GST_WARNING instead of a g_critical. This situation is not caused
7690           by the application.
7691
7692 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7693
7694         * po/LINGUAS:
7695         * po/nl.po:
7696           Updated translations.
7697
7698 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7699
7700         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7701
7702         * po/eu.po:
7703           Added Basque translation.
7704
7705 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7706
7707         translated by: Abel Cheung <abelcheung@gmail.com>
7708
7709         * po/zh_HK.po:
7710         * po/zh_TW.po:
7711           Added Chinese (traditional and Hong Kong) translation.
7712
7713 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7714
7715         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7716
7717         * po/pl.po:
7718           Added Polish translation.
7719
7720 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7721
7722         translated by: Ilkka Tuohela <hile@iki.fi>
7723
7724         * po/fi.po:
7725           Added Finnish translation.
7726
7727 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7728
7729         translated by: Jorge González González <aloriel@gmail.com>
7730
7731         * po/es.po:
7732           Added Spanish translation.
7733
7734 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7735
7736         translated by: Mogens Jaeger <mogens@jaeger.tf>
7737
7738         * po/da.po:
7739           Added Danish translation.
7740
7741 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7742
7743         translated by: Funda Wang <fundawang@linux.net.cn>
7744
7745         * po/zh_CN.po:
7746           Added Chinese (simplified) translation.
7747
7748 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7749
7750         translated by: Alexander Shopov <ash@contact.bg>
7751
7752         * po/bg.po:
7753           Added Bulgarian translation.
7754
7755 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7756
7757         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7758         Set outgoing packet duration because we can. Fixes #478244 some more.
7759
7760 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7761
7762         * ext/cairo/gsttextoverlay.c:
7763           Add info about static leak.
7764         
7765         * tests/check/Makefile.am:
7766         * tests/check/generic/states.c:
7767           Improved state change unit test.
7768
7769 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7770
7771         * docs/plugins/.cvsignore:
7772         * tests/check/.cvsignore:
7773           Ignore registries in any format.
7774
7775 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7776
7777         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7778         Removed some unused code.
7779
7780         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7781         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7782         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7783         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7784         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7785         (gst_rtp_theora_pay_flush_packet):
7786         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7787         Try to preserve the incomming buffer duration on the outgoing
7788         packets. Fixes #478244.
7789
7790 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7791
7792         * ext/taglib/gstapev2mux.cc:
7793         * ext/taglib/gstid3v2mux.cc:
7794           Work around compiler warnings with g++-4.2 when assigning a
7795           string constant to a gchar * (partially fixes #478092).
7796
7797 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7798
7799         * configure.ac:
7800           We require core CVS now for gst_base_src_set_do_timestamp().
7801
7802 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7803
7804         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7806         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7807         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7808         (gst_rtspsrc_handle_message):
7809         Fix compiler warnings shown with Forte.
7810
7811 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7812
7813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7814         (gst_rtspsrc_dup_printf):
7815         Give meaningfull error when all streams failed to configure for some
7816         reason.
7817
7818 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         * gst/rtp/README:
7821         Update README with the design for synchronisation rules of RTP on
7822         sender and receiver.
7823
7824 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7825
7826         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7827         (gst_wavparse_chain):
7828         Don't push EOS from the chain function, the element
7829         driving the pipeline is responsible for this. The bug
7830         this was meant to fix seems to be queue not forwarding
7831         EOS in all cases (see #476514).
7832
7833 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7836         (gst_level_transform_ip):
7837         * gst/level/gstlevel.h:
7838         Use basetransform segment so that it is correctly managed on flushes and
7839         start/stop.
7840         Report message timestamp as stream time, which is what an application
7841         can understand.
7842
7843 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7844
7845         * ext/taglib/gstapev2mux.cc:
7846         * ext/taglib/gstapev2mux.h:
7847         * ext/taglib/gsttaglibmux.c:
7848         * tests/check/elements/apev2mux.c:
7849         Update my mail address.
7850
7851 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7852
7853         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7854         (gst_wavparse_loop), (gst_wavparse_chain):
7855         Add EOS logic for the push-based mode too. Fixes #476514.
7856
7857 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7858
7859         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7860         * gst/law/alaw-encode.h:
7861         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7862         (gst_mulawenc_chain):
7863         * gst/law/mulaw-encode.h:
7864         Fix law encoder timestamps.
7865
7866 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7867
7868         * ext/gconf/gstgconfaudiosink.c:
7869           Fix warning when building without debug.
7870
7871         * sys/oss/gstossmixertrack.c:
7872           Use const like in alsamixertrack.c (fixes warnings).
7873
7874 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7875
7876         * sys/v4l2/v4l2src_calls.c:
7877         (gst_v4l2src_probe_caps_for_format_and_size):
7878         Fix framerate detection code some more.
7879         Handle the case where there is a weird step in the stepwise framerates.
7880         Don't overwrite the min interval with the framerate, use a temp variable
7881         instead.
7882         Use max in the Continuous framerate intervals instead of step, which is
7883         1 according to the docs. Fixes #475424.
7884
7885 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7886
7887         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7888         Make udpsrc timestamp outgoing buffers based on when they were received.
7889         Also make it output a segment in time.
7890
7891 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7892
7893         * gst/avi/gstavidemux.c:
7894           Plug a little leak. Little code cleanups.
7895
7896 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7897
7898         * configure.ac:
7899           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7900           flac versions, 's good for cross-compilation karma.
7901
7902 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7905
7906         * gst/rtp/gstrtph263pay.c:
7907           Fix up header structure so that compilers don't add padding
7908           between the structure fields, since that would lead to us
7909           sending RTP packets with broken headers (as is currently the
7910           case when compiling with MSVC). Also see similar fixes in
7911           libgstrtp in gst-plugins-base. (#474616; #471194)
7912
7913 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7914
7915         * sys/v4l2/v4l2src_calls.c:
7916         (gst_v4l2src_probe_caps_for_format_and_size):
7917         Don't overwrite our GValue with 0 but instead use the previously
7918         computed value. Fixes #471823 some more.
7919
7920 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7923           No tabs in this file please, or gtk-doc will end up documenting
7924           rather absurd class hierarchies.
7925
7926 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * ext/gconf/gstswitchsink.c:
7929           If the new kid element fails to change state for some reason
7930           (e.g. esdsink not being able to connect to the sound server),
7931           forward the error message it posted on the bus instead of just
7932           posting a generic 'Internal state change error: please file a
7933           bug' error message. Fixes #471364.
7934
7935 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7936
7937         * gst/qtdemux/Makefile.am:
7938         * gst/qtdemux/qtdemux.c:
7939           Don't assume tags are encoded as UTF-8 (#473670).
7940
7941 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * sys/v4l2/gstv4l2src.c:
7944         * sys/v4l2/gstv4l2src.h:
7945         * sys/v4l2/v4l2src_calls.c:
7946           Implement LATENCY queries in the crudest way possible so I don't
7947           have to use sync=false any longer when testing with videosinks.
7948
7949 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7950
7951         * configure.ac:
7952           Fix build.
7953
7954 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7955
7956         * sys/v4l2/v4l2src_calls.c:
7957         (gst_v4l2src_probe_caps_for_format_and_size):
7958         Add some more debugging in the framerate function.
7959         Iterate stepwise framerate up to and _including_ the max and if nothing
7960         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7961         don't end up with an empty list. Fixes #471823
7962
7963 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7964
7965         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7966         (gst_multiudpsink_set_clients_string),
7967         (gst_multiudpsink_get_clients_string),
7968         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7969         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7970         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7971         (gst_multiudpsink_clear):
7972         Add property do configure destination address/port pairs
7973         API:GstMultiUDPSink::clients
7974
7975 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7976
7977         * tests/examples/Makefile.am:
7978         * tests/examples/rtp/Makefile.am:
7979         * tests/examples/rtp/client-H263p-AMR.sh:
7980         * tests/examples/rtp/client-H263p-PCMA.sdp:
7981         * tests/examples/rtp/client-H263p-PCMA.sh:
7982         * tests/examples/rtp/client-H264-PCMA.sdp:
7983         * tests/examples/rtp/client-H264-PCMA.sh:
7984         * tests/examples/rtp/client-PCMA.sh:
7985         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7986         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7987         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7988         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7989         Added some RTP example scripts for sending and receiving RTP streams.
7990
7991 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7992
7993         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7994         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7995         Restructure the setcaps function so that we can also compute the
7996         expected GStreamer output size of the video frames.
7997         Set frame_byte_size correctly so that read-based devices have a chance
7998         of working correctly.
7999         When grabbing a frame, discard frames that are not of the expected size.
8000         Some cameras don't output the right framesize for the first buffer.
8001         Try only a couple of times to get a valid frame, else error out.
8002
8003         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8004         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8005         Add some more debug info when scanning the device.
8006
8007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8008         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8009         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8010         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8011         Add some more debug info when dequeing a frame.
8012
8013 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8014
8015         * gst/wavparse/gstwavparse.c:
8016           More code cleanups. Add some more comment and improve debugs logs.
8017
8018 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8019
8020         * gst/wavparse/gstwavparse.c:
8021         * gst/wavparse/gstwavparse.h:
8022           Implement seek-query. Refactor duration calculations. Appropriate use
8023           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8024           out of loops.
8025
8026 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8027
8028         * gst/avi/gstavidemux.c:
8029           Implement seek-query.
8030
8031 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8032
8033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8034         (gst_rtspsrc_dup_printf):
8035         Use new basesink async property to make sparse RTCP packet not wait for
8036         preroll.
8037
8038 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8039
8040         * gst/audiofx/Makefile.am:
8041         Dist the right file.
8042
8043 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8044
8045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8046         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8047         Make sure we generate and parse floating point values in the POSIX
8048         locale instead of the current locale. 
8049
8050 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8051
8052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8053         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8054         (gst_rtspsrc_play):
8055         * gst/rtsp/gstrtspsrc.h:
8056         Fix method detection again.
8057         Keep track of when we must send a Range header.
8058         Use segment values for Range, Speed and Scale headers.
8059         Parse Speed and Scale headers to update the segment values.
8060
8061 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8062
8063         patch by: Mark Nauwelaerts <manauw@skynet.be>
8064
8065         * sys/v4l2/v4l2src_calls.c:
8066           Handle optional v4l2 ioctls gracefully.
8067
8068 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8069
8070         * gst/rtp/Makefile.am:
8071         * gst/rtp/gstrtp.c: (plugin_init):
8072         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8073         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8074         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8075         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8076         (gst_rtp_h263_depay_get_property),
8077         (gst_rtp_h263_depay_change_state),
8078         (gst_rtp_h263_depay_plugin_init):
8079         * gst/rtp/gstrtph263depay.h:
8080         Added an H263 depayloader. Fixes #369392.
8081
8082         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8083         (gst_rtp_h263p_depay_process):
8084         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8085         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8086         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8087         payloads.
8088         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8089
8090 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8091
8092         * gst/audiofx/audiochebyshevfreqband.c:
8093         * gst/audiofx/audiochebyshevfreqlimit.c:
8094         Add small comparision with the windowed sinc filters in the docs.
8095
8096 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8097
8098         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8099         (audiochebyshevfreqband_suite):
8100         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8101         (audiochebyshevfreqlimit_suite):
8102         Also test 32 bit float mode and the type 2 variants of the filters.
8103
8104 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8105
8106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8107         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8108         (gst_rtspsrc_loop):
8109         Refactor the udp and interleaved loop function a bit.
8110
8111 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8112
8113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8114         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8115         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8116         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8117         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8118         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8119         * gst/rtsp/gstrtspsrc.h:
8120         Protect connection activity with a new lock, avoids deadlocks when going
8121         to PAUSED. Fixes #455808.
8122
8123 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8124
8125         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8126         Fix debug statement.
8127
8128 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8129
8130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8131         Fix stray %u in debug line as spotted by Saur on IRC.
8132
8133 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8134
8135         * gst/audiofx/audiochebyshevfreqband.c:
8136         (gst_audio_chebyshev_freq_band_class_init):
8137         * gst/audiofx/audiochebyshevfreqlimit.c:
8138         (gst_audio_chebyshev_freq_limit_class_init):
8139         Use generator macros for the process functions for the different
8140         sample types, add lower upper boundaries for the GObject properties
8141         so automatically generated UIs can use sliders and add a note about
8142         the number of poles as a too high number of poles combined with
8143         very low or very high frequencies will produce only noise.
8144         * docs/plugins/gst-plugins-good-plugins.args:
8145         Regenerated for the property changes.
8146
8147 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8148
8149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8150         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8151         (gst_rtspsrc_stream_configure_udp_sink),
8152         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8153         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8154         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8155         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8156         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8157         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8158         * gst/rtsp/gstrtspsrc.h:
8159         Improve timeout handling.
8160         Use the same socket for sending and receiving RTCP packets so that some
8161         servers can track clients better.
8162         Improve connection closed handling. Try to reconnect.
8163         Don't overwrite our content base with NULL.
8164         Improve debugging.
8165         Improve range parsing and handling.
8166         Remove flushing hack now that core does the right thing.
8167
8168 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8169
8170         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8171         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8172         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8173         (gst_multiudpsink_close), (gst_multiudpsink_add):
8174         * gst/udp/gstmultiudpsink.h:
8175         Add support for getting and setting the socket to use.
8176
8177         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8178         (gst_udpsrc_create), (gst_udpsrc_get_property):
8179         Add support for getting the currently used socket.
8180
8181 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8182
8183         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8184
8185         * gst/audiofx/Makefile.am:
8186         * gst/audiofx/audiochebyshevfreqband.c:
8187         (gst_audio_chebyshev_freq_band_mode_get_type),
8188         (gst_audio_chebyshev_freq_band_base_init),
8189         (gst_audio_chebyshev_freq_band_dispose),
8190         (gst_audio_chebyshev_freq_band_class_init),
8191         (gst_audio_chebyshev_freq_band_init),
8192         (generate_biquad_coefficients), (calculate_gain),
8193         (generate_coefficients),
8194         (gst_audio_chebyshev_freq_band_set_property),
8195         (gst_audio_chebyshev_freq_band_get_property),
8196         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8197         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8198         (gst_audio_chebyshev_freq_band_start):
8199         * gst/audiofx/audiochebyshevfreqband.h:
8200         * gst/audiofx/audiochebyshevfreqlimit.c:
8201         (gst_audio_chebyshev_freq_limit_mode_get_type),
8202         (gst_audio_chebyshev_freq_limit_base_init),
8203         (gst_audio_chebyshev_freq_limit_dispose),
8204         (gst_audio_chebyshev_freq_limit_class_init),
8205         (gst_audio_chebyshev_freq_limit_init),
8206         (generate_biquad_coefficients), (calculate_gain),
8207         (generate_coefficients),
8208         (gst_audio_chebyshev_freq_limit_set_property),
8209         (gst_audio_chebyshev_freq_limit_get_property),
8210         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8211         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8212         (gst_audio_chebyshev_freq_limit_start):
8213         * gst/audiofx/audiochebyshevfreqlimit.h:
8214         * gst/audiofx/audiofx.c: (plugin_init):
8215         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8216         Fixes #464800.
8217
8218         * tests/check/Makefile.am:
8219         * tests/check/elements/.cvsignore:
8220         * tests/check/elements/audiochebyshevfreqband.c:
8221         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8222         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8223         * tests/check/elements/audiochebyshevfreqlimit.c:
8224         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8225         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8226         Add unit tests for the chebyshev filters.
8227
8228         * docs/plugins/Makefile.am:
8229         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8231         * docs/plugins/gst-plugins-good-plugins.args:
8232         * docs/plugins/inspect/plugin-1394.xml:
8233         * docs/plugins/inspect/plugin-audiofx.xml:
8234         * docs/plugins/inspect/plugin-dv.xml:
8235         * docs/plugins/inspect/plugin-flac.xml:
8236         * docs/plugins/inspect/plugin-jpeg.xml:
8237         * docs/plugins/inspect/plugin-png.xml:
8238         * docs/plugins/inspect/plugin-rtp.xml:
8239         * docs/plugins/inspect/plugin-shout2send.xml:
8240         * docs/plugins/inspect/plugin-wavpack.xml:
8241         And add docs for the chebyshev filters. While doing
8242         that also run make update in docs/plugins.
8243
8244 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8245
8246         * ext/annodex/gstcmmltag.c:
8247         * gst/rtp/gstrtpvorbispay.c:
8248           Make ro memory to share.
8249
8250 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8251
8252         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8253         Improve UDP performance by avoiding a select() when we have data
8254         available immediatly.
8255
8256 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8257
8258         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8259         (gst_rtp_dec_class_init):
8260         * gst/rtsp/gstrtpdec.h:
8261         Add (dummy) SSRC management signals.
8262
8263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8264         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8265         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8266         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8267         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8268         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8269         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8270         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8271         * gst/rtsp/gstrtspsrc.h:
8272         Add connection-speed property.
8273         Add find_stream helper functions.
8274         Handle stream EOS based on BYE messages or SSRC timeout.
8275         Returns SUCCESS from the state change function as we hide our async
8276         elements from the parent.
8277
8278 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8279
8280         * gst/debug/rndbuffersize.c:
8281           Fix da leak.
8282
8283 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * gst/debug/Makefile.am:
8286         * gst/debug/breakmydata.c:
8287         * gst/debug/gstdebug.c:
8288         * gst/debug/negotiation.c:
8289         * gst/debug/progressreport.c:
8290         * gst/debug/rndbuffersize.c:
8291         * gst/debug/testplugin.c:
8292           Add new test element and clean-up the others a little.
8293
8294 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8295
8296         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8297         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8298
8299 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8300
8301         * gst/rtp/gstrtpilbcdepay.c:
8302           Include stdlib.
8303
8304 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8305
8306         * gst/rtp/gstrtpmpvdepay.c:
8307         Set the mpegversion in the caps so that autoplugging does not get
8308         confused.
8309
8310 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8311
8312         * po/hu.po:
8313         * po/uk.po:
8314         * po/vi.po:
8315           Updated translations.
8316
8317 2007-08-08  Michael Smith <msmith@fluendo.com>
8318
8319         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8320           Render right border in the correct location.
8321
8322 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8323
8324         Patch by: Olivier Crete <tester at tester dot ca>
8325
8326         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8327         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8328         Make mode property a string. Fixes #464475.
8329
8330 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8331
8332         * ext/flac/gstflacenc.c:
8333           Widen caps to match decoder a bit and add more FIXMEs.
8334
8335 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8336
8337         patch by: Mark Nauwelaerts <manauw@skynet.be>
8338
8339         * gst/avi/gstavimux.c:
8340           Fix ODML index tag numbering. Fixes #463624.
8341
8342 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8343
8344         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8345         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8346         (gst_rtspsrc_stream_configure_tcp),
8347         (gst_rtspsrc_stream_configure_udp_sink):
8348         Fix default clock-rate for realmedia.
8349         Fix parsing of transport.
8350         Don't try to link NULL pads.
8351
8352 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * po/POTFILES.skip:
8355           Add POTFILES.skip with list of source files that aren't disted at the
8356           moment but contain translatable strings. Should hopefully pacify
8357           broken tools and make it clearer that these files are left out
8358           intentionally (#461600).
8359
8360 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8361
8362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8363         If the buffer was entirely clipped ... don't try sending it :)
8364
8365 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8366
8367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8368         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8369         (gst_rtspsrc_create_transports_string),
8370         (gst_rtspsrc_prepare_transports):
8371         If we don't hav a session manager, set the caps on outgoing buffers
8372         ourselves.
8373         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8374         Append final bit of the transport string even when it does not contain a
8375         placeholder.
8376
8377 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8378
8379         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8380         (gst_rtsp_ext_list_connect):
8381         * gst/rtsp/gstrtspext.h:
8382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8383         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8384         Clean up the interface list.
8385         Allow connecting to interface signals for the extensions.
8386         Remove old extension code.
8387         Free list on cleanup.
8388         Allow extensions to send additional RTSP messages.
8389
8390 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8391
8392         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8393         Handle a NULL gconf key gracefully by rendering the default element.
8394
8395 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8396
8397         * gst/rtsp/gstrtspext.h:
8398         Fix include path for extension interface.
8399
8400 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8401
8402         * gst/audiofx/audioamplify.h:
8403         Also remove a now unecessary variable here.
8404
8405 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8406
8407         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8408         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8409         * gst/audiofx/audiodynamic.c:
8410         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8411         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8412         * gst/audiofx/audiodynamic.h:
8413         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8414         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8415         * gst/audiofx/audioinvert.h:
8416         Don't save format information ourselves, this is already saved in
8417         GstAudioFilter.
8418
8419 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8420
8421         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8422         (gst_rtsp_ext_list_stream_select):
8423         * gst/rtsp/gstrtspext.h:
8424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8425         Use rank to filter out extensions.
8426         Add url to stream_select interface call.
8427
8428 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8429
8430         * gst/rtsp/Makefile.am:
8431         * gst/rtsp/base64.c:
8432         * gst/rtsp/base64.h:
8433         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8434         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8435         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8436         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8437         (gst_rtsp_ext_list_setup_media),
8438         (gst_rtsp_ext_list_configure_stream),
8439         (gst_rtsp_ext_list_get_transports),
8440         (gst_rtsp_ext_list_stream_select):
8441         * gst/rtsp/gstrtspext.h:
8442         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8443         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8444         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8445         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8446         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8447         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8448         (gst_rtspsrc_stream_configure_tcp),
8449         (gst_rtspsrc_stream_configure_mcast),
8450         (gst_rtspsrc_stream_configure_udp),
8451         (gst_rtspsrc_stream_configure_udp_sink),
8452         (gst_rtspsrc_stream_configure_transport),
8453         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8454         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8455         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8456         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8457         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8458         (gst_rtspsrc_parse_methods),
8459         (gst_rtspsrc_create_transports_string),
8460         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8461         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8462         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8463         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8464         * gst/rtsp/gstrtspsrc.h:
8465         * gst/rtsp/rtsp.h:
8466         * gst/rtsp/rtspconnection.c:
8467         * gst/rtsp/rtspconnection.h:
8468         * gst/rtsp/rtspdefs.c:
8469         * gst/rtsp/rtspdefs.h:
8470         * gst/rtsp/rtspext.h:
8471         * gst/rtsp/rtspextwms.c:
8472         * gst/rtsp/rtspextwms.h:
8473         * gst/rtsp/rtspmessage.c:
8474         * gst/rtsp/rtspmessage.h:
8475         * gst/rtsp/rtsprange.c:
8476         * gst/rtsp/rtsprange.h:
8477         * gst/rtsp/rtsptransport.c:
8478         * gst/rtsp/rtsptransport.h:
8479         * gst/rtsp/rtspurl.c:
8480         * gst/rtsp/rtspurl.h:
8481         * gst/rtsp/sdp.h:
8482         * gst/rtsp/sdpmessage.c:
8483         * gst/rtsp/sdpmessage.h:
8484         * gst/rtsp/test.c:
8485         Use shiny new RTSP and SDP library.
8486         Implement RTSP extensions using the new interface.
8487         Remove a lot of old code.
8488
8489 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8490
8491         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8492         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8493
8494 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8495
8496         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8497         Don't unref the outgoing buffer twice when dropping it because it's
8498         outside of the segment.
8499
8500 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8501
8502         * configure.ac:
8503         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8504         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8505         Use the new buffer clipping function from gstaudio here and
8506         require gst-plugins-base CVS.
8507         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8508         For framed Wavpack buffers we require a valid timestamp.
8509
8510 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8511
8512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8513         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8514         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8515         Clip raw audio and video when we can, keep track of current output
8516         segment.
8517         Don't leak buffers and events when there is no output pad.
8518         Improve debugging here and there.
8519
8520 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8521
8522         * configure.ac:
8523           Sync liboil check with plugins-base.
8524
8525 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8526
8527         * ext/annodex/Makefile.am:
8528           Fix CFLAGS/LIBS.
8529
8530         * ext/cdio/gstcdiocddasrc.c:
8531         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8532           Include stdlib
8533
8534         * ext/cairo/Makefile.am:
8535         * gst/videofilter/Makefile.am:
8536         * tests/examples/level/Makefile.am:
8537           Use $(LIBM) instead of -lm
8538
8539 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8540
8541         * sys/v4l2/gstv4l2src.c:
8542           Add another example pipeline.
8543
8544 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8545
8546         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8547
8548         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8549           Use define here.
8550
8551         * sys/v4l2/gstv4l2tuner.c:
8552         (gst_v4l2_tuner_set_frequency_and_notify):
8553           Don't touch the property - its still disabled.
8554
8555         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8556         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8557         * sys/v4l2/v4l2src_calls.h:
8558           Improve fallback format negotionation. Fixes #451388
8559
8560 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * tests/check/elements/videocrop.c: (GST_START_TEST):
8563           Fix the test.
8564
8565 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8566
8567         * docs/plugins/Makefile.am:
8568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8570         * docs/plugins/inspect/plugin-jpeg.xml:
8571         * docs/plugins/inspect/plugin-png.xml:
8572         * ext/jpeg/gstjpegdec.c:
8573         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8574         (gst_pngdec_sink_setcaps):
8575           More docs. More logs in pngdec.
8576
8577 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8578
8579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8580           Initialize num_buffers with minimum value.
8581
8582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8583         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8584           Handle frame-size query failure gracefully.
8585
8586 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8587
8588         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8589         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8590         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8591         of qt/aac files.
8592
8593 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8594
8595         * ext/wavpack/gstwavpackdec.c:
8596         (gst_wavpack_dec_clip_outgoing_buffer):
8597         Fix buffer clipping to correctly clip to the segment stop.
8598
8599 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8600
8601         * configure.ac:
8602         * tests/Makefile.am:
8603         Remove bogus check for libcheck, since we check for
8604         gstreamer-check and it pulls in the required info from there,
8605         and we weren't actually _using_ the information for libcheck
8606         ourselves anyway.
8607
8608 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8609
8610         * configure.ac:
8611           Use pkg-config to locate check.
8612
8613 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8616         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8617         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8618         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8619         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8620         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8621         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8622         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8623         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8624         * gst/effectv/gstrev.c: (gst_revtv_transform):
8625         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8626         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8627         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8628         * gst/matroska/matroska-demux.c:
8629         (gst_matroska_demux_add_wvpk_header),
8630         (gst_matroska_demux_check_subtitle_buffer),
8631         (gst_matroska_decode_buffer):
8632         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8633           Fix build against core CVS.
8634
8635 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8636
8637         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8638         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8639         don't have enough granularity to convert that boolean into a
8640         GstFlowReturn.
8641
8642 2007-07-06  Michael Smith <msmith@fluendo.com>
8643
8644         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8645         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8646         (gst_alawdec_change_state):
8647         * gst/law/alaw-decode.h:
8648         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8649         (gst_mulawdec_class_init), (gst_mulawdec_init),
8650         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8651         * gst/law/mulaw-decode.h:
8652           Fix capsnego bogosity in *law decoders. 
8653
8654 2007-07-06  Michael Smith <msmith@fluendo.com>
8655
8656         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8657         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8658         (gst_smokeenc_change_state):
8659         * ext/jpeg/gstsmokeenc.h:
8660           Remove stupidity in get/set caps functions.
8661           Fix some refcounting problems.
8662
8663 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8664
8665         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8666         Remove endianness-flipping hack that seems to have been required
8667         only because of a bug in ffmpegcolorspace.
8668         Partially Fixes: #451908
8669
8670 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8671
8672         * docs/plugins/Makefile.am:
8673           Simplify --extra-dir as gtkdoc scans recursively.
8674
8675 2007-07-03  Wim Taymans  <wim@fluendo.com>
8676
8677         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8678
8679         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8680         Set the encoding-name in the rtp caps to all uppercase, as required by
8681         the caps spec.
8682         Some small cleanups in the error paths. Fixes #453037.
8683
8684 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8685
8686         * ext/wavpack/gstwavpackparse.c:
8687         (gst_wavpack_parse_index_get_last_entry),
8688         (gst_wavpack_parse_index_get_entry_from_sample),
8689         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8690         (gst_wavpack_parse_scan_to_find_sample):
8691         * ext/wavpack/gstwavpackparse.h:
8692         Use a GSList for the GArray that is used like a list anyway.
8693
8694 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8695
8696         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8697         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8698         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8699           Add state change function where we set 0/1 as default framerate in
8700           case our setcaps function isn't called, like it might not in a
8701           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8702           gdkpixbufdec trying to create caps with a 0/0 framerate.
8703           Also post an error message on the bus if gst_pad_push() fails when
8704           called from our sink event handler (+1 for flow returns for event
8705           functions in 0.11) instead of failing silently.
8706
8707 2007-06-27  Wim Taymans  <wim@fluendo.com>
8708
8709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8710         Cast stack args to the proper types. Fixes #451249.
8711
8712 2007-06-27  Wim Taymans  <wim@fluendo.com>
8713
8714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8715         (new_session_pad), (gst_rtspsrc_setup_streams):
8716         * gst/rtsp/gstrtspsrc.h:
8717         For container formats we only need to activate one of the streams so
8718         that we correctly signal no-more-pads. Fixes #451015.
8719
8720 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8721
8722         * docs/plugins/gst-plugins-good-plugins.args:
8723         * docs/plugins/inspect/plugin-aasink.xml:
8724         * docs/plugins/inspect/plugin-alaw.xml:
8725         * docs/plugins/inspect/plugin-alpha.xml:
8726         * docs/plugins/inspect/plugin-alphacolor.xml:
8727         * docs/plugins/inspect/plugin-annodex.xml:
8728         * docs/plugins/inspect/plugin-apetag.xml:
8729         * docs/plugins/inspect/plugin-audiofx.xml:
8730         * docs/plugins/inspect/plugin-auparse.xml:
8731         * docs/plugins/inspect/plugin-autodetect.xml:
8732         * docs/plugins/inspect/plugin-avi.xml:
8733         * docs/plugins/inspect/plugin-cacasink.xml:
8734         * docs/plugins/inspect/plugin-cairo.xml:
8735         * docs/plugins/inspect/plugin-cdio.xml:
8736         * docs/plugins/inspect/plugin-cutter.xml:
8737         * docs/plugins/inspect/plugin-debug.xml:
8738         * docs/plugins/inspect/plugin-efence.xml:
8739         * docs/plugins/inspect/plugin-effectv.xml:
8740         * docs/plugins/inspect/plugin-esdsink.xml:
8741         * docs/plugins/inspect/plugin-flac.xml:
8742         * docs/plugins/inspect/plugin-flxdec.xml:
8743         * docs/plugins/inspect/plugin-gconfelements.xml:
8744         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8745         * docs/plugins/inspect/plugin-goom.xml:
8746         * docs/plugins/inspect/plugin-halelements.xml:
8747         * docs/plugins/inspect/plugin-icydemux.xml:
8748         * docs/plugins/inspect/plugin-id3demux.xml:
8749         * docs/plugins/inspect/plugin-jpeg.xml:
8750         * docs/plugins/inspect/plugin-ladspa.xml:
8751         * docs/plugins/inspect/plugin-level.xml:
8752         * docs/plugins/inspect/plugin-matroska.xml:
8753         * docs/plugins/inspect/plugin-mulaw.xml:
8754         * docs/plugins/inspect/plugin-multipart.xml:
8755         * docs/plugins/inspect/plugin-navigationtest.xml:
8756         * docs/plugins/inspect/plugin-ossaudio.xml:
8757         * docs/plugins/inspect/plugin-png.xml:
8758         * docs/plugins/inspect/plugin-quicktime.xml:
8759         * docs/plugins/inspect/plugin-rtp.xml:
8760         * docs/plugins/inspect/plugin-rtsp.xml:
8761         * docs/plugins/inspect/plugin-smpte.xml:
8762         * docs/plugins/inspect/plugin-speex.xml:
8763         * docs/plugins/inspect/plugin-taglib.xml:
8764         * docs/plugins/inspect/plugin-udp.xml:
8765         * docs/plugins/inspect/plugin-videobalance.xml:
8766         * docs/plugins/inspect/plugin-videobox.xml:
8767         * docs/plugins/inspect/plugin-videocrop.xml:
8768         * docs/plugins/inspect/plugin-videoflip.xml:
8769         * docs/plugins/inspect/plugin-videomixer.xml:
8770         * docs/plugins/inspect/plugin-wavenc.xml:
8771         * docs/plugins/inspect/plugin-wavparse.xml:
8772         * docs/plugins/inspect/plugin-ximagesrc.xml:
8773           Update docs with caps info.
8774
8775 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8776
8777         * po/POTFILES.in:
8778           Add more files with translatable strings (#450878).
8779
8780 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8781
8782         * MAINTAINERS:
8783         Updating all the maintainers files
8784
8785 2007-06-22  Edward Hervey  <edward@fluendo.com>
8786
8787         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8788         * gst/interleave/deinterleave.c: (deinterleave_init),
8789         (deinterleave_sink_link):
8790         * gst/interleave/interleave.c: (interleave_init):
8791         * gst/median/gstmedian.c: (gst_median_init):
8792         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8793         Fix memory leaks.
8794         * tests/check/elements/id3demux.c: (pad_added_cb):
8795         Remove unused variable.
8796
8797 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8798
8799         * ext/gconf/gconf.h:
8800         Make the prototype of gst_gconf_get_key_for_sink_profile
8801         match the implementation.
8802         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8803         Fixes: #449747
8804
8805 2007-06-20  Michael Smith <msmith@fluendo.com>
8806
8807         * gst/rtp/gstrtpdepay.c:
8808           Fix description - rtpdepay is not a payloader.
8809
8810 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8811
8812         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8813         (qtdemux_video_caps):
8814         * gst/qtdemux/qtdemux_fourcc.h:
8815           Add MJPG to the variants of motion jpeg.
8816
8817 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8818
8819         * tests/check/Makefile.am:
8820         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8821         * tests/check/elements/videocrop.c: (GST_START_TEST):
8822         * tests/check/elements/videofilter.c:
8823         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8824         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8825           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8826           error flags are included and it errors out on compiler warnings
8827           for CVS builds; remove unused variables in various unit tests.
8828
8829 2007-06-19  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8832         (rtsp_connection_close), (rtsp_connection_free):
8833         Use threadsafe inet_ntop to convert an ip number to a string. 
8834         Fixes #447961.
8835         Don't leak fd (and ip) when freeing a connection without first closing
8836         it.
8837
8838 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8839
8840         * configure.ac:
8841         Back to CVS
8842
8843         * gst-plugins-good.doap:
8844         Add 0.10.6 to the doap file.
8845
8846 === release 0.10.6 ===
8847
8848 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8849
8850         * configure.ac:
8851           releasing 0.10.6, "Wobble Board"
8852
8853 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8854
8855         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8856         (rtsp_connection_free):
8857           Revert previous commit again, since we are frozen (sorry).
8858
8859 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         Patch by: Peter Kjellerstedt <pkj at axis com>
8862
8863         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8864         (rtsp_connection_free):
8865           inet_ntoa() uses a static buffer internally, so we need to copy the
8866           returned string if we want to store it for later (#447961).
8867
8868 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8869
8870         * win32/vs6/autogen.dsp:
8871         * win32/vs6/gst_plugins_good.dsw:
8872         * win32/vs6/libgstalaw.dsp:
8873         * win32/vs6/libgstalpha.dsp:
8874         * win32/vs6/libgstalphacolor.dsp:
8875         * win32/vs6/libgstapetag.dsp:
8876         * win32/vs6/libgstaudiofx.dsp:
8877         * win32/vs6/libgstauparse.dsp:
8878         * win32/vs6/libgstautodetect.dsp:
8879         * win32/vs6/libgstavi.dsp:
8880         * win32/vs6/libgstcutter.dsp:
8881         * win32/vs6/libgstdirectdraw.dsp:
8882         * win32/vs6/libgstdirectsound.dsp:
8883         * win32/vs6/libgsteffectv.dsp:
8884         * win32/vs6/libgstflx.dsp:
8885         * win32/vs6/libgstgoom.dsp:
8886         * win32/vs6/libgsticydemux.dsp:
8887         * win32/vs6/libgstid3demux.dsp:
8888         * win32/vs6/libgstinterleave.dsp:
8889         * win32/vs6/libgstjpeg.dsp:
8890         * win32/vs6/libgstlevel.dsp:
8891         * win32/vs6/libgstmatroska.dsp:
8892         * win32/vs6/libgstmedian.dsp:
8893         * win32/vs6/libgstmonoscope.dsp:
8894         * win32/vs6/libgstmulaw.dsp:
8895         * win32/vs6/libgstmultipart.dsp:
8896         * win32/vs6/libgstqtdemux.dsp:
8897         * win32/vs6/libgstrtp.dsp:
8898         * win32/vs6/libgstrtsp.dsp:
8899         * win32/vs6/libgstsmpte.dsp:
8900         * win32/vs6/libgstspeex.dsp:
8901         * win32/vs6/libgstudp.dsp:
8902         * win32/vs6/libgstvideobalance.dsp:
8903         * win32/vs6/libgstvideobox.dsp:
8904         * win32/vs6/libgstvideocrop.dsp:
8905         * win32/vs6/libgstvideoflip.dsp:
8906         * win32/vs6/libgstvideomixer.dsp:
8907         * win32/vs6/libgstwaveform.dsp:
8908         * win32/vs6/libgstwavenc.dsp:
8909         * win32/vs6/libgstwavparse.dsp:
8910         Mark *.dsp & *.dsw as binary files and convert to DOS line
8911         endings, as they don't load into VS6 correctly otherwise.
8912
8913 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8914
8915         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8916         (rtsp_connection_connect):
8917         Fix the MingW build. 
8918         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8919         Fixes: #446981
8920
8921 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8922
8923         * tests/check/elements/.cvsignore:
8924         * tests/icles/.cvsignore:
8925         Hush the buildbots up
8926
8927 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8928
8929         * configure.ac:
8930         * sys/Makefile.am:
8931         * sys/directdraw/Makefile.am:
8932         * sys/directsound/Makefile.am:
8933         * sys/waveform/Makefile.am:
8934         Make sure to dist everything needed for win32 builds.
8935
8936 2007-06-14  Edward Hervey  <edward@fluendo.com>
8937
8938         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8939         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8940         caps.
8941         Fixes #447458
8942
8943 2007-06-13  Wim Taymans  <wim@fluendo.com>
8944
8945         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8946         Make sure we allocate enough memory for the codec_data.
8947         Fixes #447210.
8948
8949 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8950
8951         * win32/MANIFEST:
8952         Add videocrop project file to the win32 manifest.
8953         * win32/vs6/gst_plugins_good.dsw:
8954         Add qtdemux,videocrop and waveform projects to the workspace.
8955         * win32/vs6/libgstqtdemux.dsp:
8956         Add zlib to the link list of qtdemux.
8957         * win32/vs6/libgstvideocrop.dsp:
8958         Add a project file for videocrop.
8959
8960 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8961
8962         * po/POTFILES.in:
8963         Add qtdemux for translation
8964
8965 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8966
8967         * configure.ac:
8968         * docs/plugins/Makefile.am:
8969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8971         * docs/plugins/inspect/plugin-videocrop.xml:
8972         * gst-plugins-good.spec.in:
8973         * sys/Makefile.am:
8974         * tests/check/Makefile.am:
8975         * tests/icles/Makefile.am:
8976         * tests/icles/videocrop-test.c:
8977         Move videocrop and osxvideo from -bad.
8978
8979 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8980
8981         * configure.ac:
8982         * docs/plugins/Makefile.am:
8983         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8984         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8985         * docs/plugins/gst-plugins-good-plugins.args:
8986         * docs/plugins/inspect/plugin-qtdemux.xml:
8987         * docs/plugins/inspect/plugin-quicktime.xml:
8988         * win32/MANIFEST:
8989         Move qtdemux from -bad.
8990
8991         * gst-plugins-good.spec.in:
8992         Update spec file to reflect moving of qtdemux and wavpack
8993
8994 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8995         
8996         * win32/MANIFEST:
8997         * docs/plugins/Makefile.am:
8998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9000         * docs/plugins/inspect/plugin-directdraw.xml:
9001         * docs/plugins/inspect/plugin-directsound.xml:
9002         * docs/plugins/inspect/plugin-waveform.xml:
9003         Move the waveform plugin from -bad too. Update the inspect xml
9004         files to mention Plugins Good instead of Plugins Bad.
9005
9006 2007-06-12  Andy Wingo  <wingo@pobox.com>
9007
9008         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9009         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9010         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9011         finalization and resuscitation. No longer public.
9012         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9013         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9014         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9015         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9016         miniobject semantics, and be threadsafe.
9017         (gst_v4l2src_queue_frame): Remove this function, as we just call
9018         the ioctls directly in the two places where we queue buffers.
9019         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9020         directly.
9021         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9022         to allocate the pool, which also preallocates the GstBuffers.
9023         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9024         queueing the frames directly.
9025         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9026         mmap buffers have been dequeued.
9027
9028         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9029         real MiniObject instead of rolling our own refcounting and
9030         finalizing. Give it a lock.
9031         (struct _GstV4l2Buffer): Remove one intermediary object, having
9032         the buffers hold the struct v4l2_buffer directly.
9033
9034         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9035         capture_init so that it can set them on the buffers that it will
9036         create.
9037         (gst_v4l2src_get_read): For better or for worse, include the
9038         timestamping and offsetting code here; really we should be using
9039         bufferalloc though.
9040         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9041         preallocated, mmap'd buffers.
9042
9043 2007-06-11  Wim Taymans  <wim@fluendo.com>
9044
9045         Patch by: daniel fischer <dan at f3c dot com>
9046
9047         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9048         (gst_ximage_src_get_caps):
9049         Actually use the display_name property so that we can dump any
9050         available X display. Fixes #445905.
9051
9052 2007-06-11  Wim Taymans  <wim@fluendo.com>
9053
9054         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9055
9056         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9057         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9058         Add missing rate fields to caps. Fixes #441118.
9059
9060 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9061
9062         * win32/vs6/gst_plugins_good.dsw:
9063         * win32/vs8/gst-plugins-good.sln:
9064         Add DirectSound and DirectDraw sinks project files to
9065         workspace and solution files.
9066
9067 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9068
9069         Patch by: Josh Coalson <xflac at yahoo dot com>,
9070         updated by Alexis Ballier <aballier at gentoo dot org>:
9071
9072         * configure.ac:
9073         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9074         (gst_flac_dec_setup_seekable_decoder),
9075         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9076         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9077         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9078         * ext/flac/gstflacdec.h:
9079         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9080         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9081         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9082         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9083         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9084         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9085         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9086         * ext/flac/gstflacenc.h:
9087         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9088         
9089 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9090
9091         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9092         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9093         not necessary anymore as we need at least that core version. 
9094
9095 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9096
9097         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9098         (gst_wavpack_dec_chain):
9099         * ext/wavpack/gstwavpackdec.h:
9100         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9101         (gst_wavpack_parse_push_buffer):
9102         * ext/wavpack/gstwavpackparse.h:
9103         Improve discont handling by checking if the next Wavpack block has
9104         the expected, following block index.
9105
9106 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9109           Fix element description.
9110
9111 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9112
9113         * configure.ac:
9114         * docs/plugins/Makefile.am:
9115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9117         * docs/plugins/gst-plugins-good-plugins.args:
9118         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9119         * docs/plugins/gst-plugins-good-plugins.signals:
9120         * docs/plugins/inspect/plugin-autodetect.xml:
9121         * docs/plugins/inspect/plugin-gconfelements.xml:
9122         * docs/plugins/inspect/plugin-ladspa.xml:
9123         * docs/plugins/inspect/plugin-rtp.xml:
9124         * docs/plugins/inspect/plugin-wavpack.xml:
9125         * ext/Makefile.am:
9126         * tests/check/Makefile.am:
9127           move wavpack plugin.  See #352605.
9128
9129 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9130
9131         * configure.ac:
9132         * docs/plugins/Makefile.am:
9133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9135         * docs/plugins/gst-plugins-good-plugins.args:
9136         * sys/Makefile.am:
9137         * win32/MANIFEST:
9138         Add DirectDraw & DirectSound plugins to the build and docs.
9139
9140 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9141
9142         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9143         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9144           When operating in pull mode, error out correct on not-linked.
9145
9146 2007-06-06  Andy Wingo  <wingo@pobox.com>
9147
9148         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9149         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9150         format and size if the ioctls are defined; should fix compilation
9151         on Linux < 2.16.19.
9152
9153 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9156           Printf fixes in debug statements; use LOG level for debug statements
9157           that are printed for each and every frame; convert c++ comments to
9158           C-style comments; not much point using g_try_malloc() if we then not
9159           even check the return value.
9160
9161 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9162
9163         * configure.ac:
9164           Bump requirements to released versions (core and base 0.10.13).
9165
9166         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9167           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9168           own implementation.
9169
9170 2007-06-05  Andy Wingo  <wingo@pobox.com>
9171
9172         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9173         some useless comments.
9174
9175         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9176         frames before calling STREAMON, that might leave them in a state
9177         where they can't be dequeued if we go back to NULL without calling
9178         STREAMON, according to the docs.
9179         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9180         before we call STREAMON.
9181         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9182         failures. (For me this code hung.) The pool refcounting is still
9183         crack; added a note to that effect.
9184
9185 2007-06-05  Wim Taymans  <wim@fluendo.com>
9186
9187         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9188         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9189         Add support for mapping gst structure names to the MIME type equivalent.
9190         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9191
9192 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9193
9194         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9195         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9196         (gst_wavenc_chain), (gst_wavenc_change_state):
9197         * gst/wavenc/gstwavenc.h:
9198         Properly write wav files with width!=depth by having the depth most
9199         significant bytes set and all others zero. Fixes #442535.
9200
9201 2007-06-01  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/rtsp/rtspconnection.c:
9204         Add include to make buildbot happy.
9205
9206 2007-06-01  Wim Taymans  <wim@fluendo.com>
9207
9208         Patch by: Peter Kjellerstedt  <pkj at axis com>
9209
9210         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9211         (rtsp_connection_connect), (add_date_header),
9212         (rtsp_connection_send), (parse_response_status),
9213         (parse_request_line), (parse_line), (rtsp_connection_receive):
9214         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9215         * gst/rtsp/rtspdefs.h:
9216         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9217         (rtsp_message_init_request), (rtsp_message_init_response),
9218         (rtsp_message_remove_header), (rtsp_message_append_headers),
9219         (rtsp_message_dump):
9220         * gst/rtsp/rtspmessage.h:
9221         Improves version checking, allowing an RTSP server to reply with "505
9222         RTSP Version not supported.
9223         Adds a Date header to all messages.
9224         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9225         want to be able to send a response even if something in the request was
9226         invalid. EINVAL is only used when passing wrong arguments to functions.
9227         Do not handle an invalid method in parse_request_line(). Defer this to
9228         the caller so it can respond with "405 Method Not Allowed".
9229         Improves parsing of the timeout parameter to the Session header,
9230         allowing whitespace after the semicolon. 
9231         Avoids a compiler warning due to variables shadowing a function argument.
9232
9233 2007-06-01  Wim Taymans  <wim@fluendo.com>
9234
9235         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9236
9237         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9238         (gst_rtp_amr_depay_process):
9239         * gst/rtp/gstrtpamrdepay.h:
9240         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9241         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9242         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9243         * gst/rtp/gstrtpamrpay.h:
9244         Add support for AMR-WB.
9245         Small cleanups such as using BOILERPLATE.
9246
9247 2007-05-31  Wim Taymans  <wim@fluendo.com>
9248
9249         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9250         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9251
9252 2007-05-30  Andy Wingo  <wingo@pobox.com>
9253
9254         * sys/v4l2/gstv4l2object.h: 
9255         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9256         unintended changes.
9257
9258         * sys/v4l2/v4l2src_calls.h: 
9259         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9260         the format list in the order that the driver gives it to us.
9261         (gst_v4l2src_probe_caps_for_format_and_size)
9262         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9263         based on the capabilities of the device.
9264         (gst_v4l2src_grab_frame): Update for object variable renaming.
9265         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9266         as in the set_caps below.
9267         (gst_v4l2src_capture_init): Update for object variable renaming,
9268         and reflow.
9269         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9270         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9271         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9272         (gst_v4l2src_get_fps): Remove; these functions don't have much
9273         meaning outside of an atomic set_caps method.
9274         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9275         known.
9276
9277         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9278         call to update_fps; not sure about this change.
9279         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9280         moment we don't have an update_fps_func.
9281
9282         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9283         structures in the object, just store what we need. Do store the
9284         probed caps of the device. Don't store the current frame rate.
9285
9286         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9287         update_fps_function, for now. Update for new object variable
9288         naming.
9289         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9290         new object variable naming.
9291         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9292         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9293         (gst_v4l2src_get_caps): Rework to probe the device for supported
9294         frame sizes and frame rates.
9295         (gst_v4l2src_set_caps): Rework to be strict in the given
9296         parameters: if someone asks us to have a certain size and rate,
9297         that is what we configure.
9298         (gst_v4l2src_get_read): Update for object variable naming. Don't
9299         leak buffers on short reads.
9300         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9301         comments.
9302         (gst_v4l2src_create): Update for object variable naming.
9303
9304 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9307         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9308         * gst/avi/gstavidemux.h:
9309           Parse subtitle text streams instead of erroring out (#442034). Still
9310           needs a parser for the subtitles to actually show up.
9311
9312 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9315         (gst_avi_demux_loop):
9316           Make _push_event() return TRUE if the event could be pushed on at
9317           least one pad and not only if it could be pushed on all pads,
9318           otherwise we'll end up posting an error message on EOS if one or
9319           more source pads are not connected.
9320
9321 2007-05-28  Wim Taymans  <wim@fluendo.com>
9322
9323         * gst/rtsp/rtsptransport.c:
9324         Use renamed RTP bin.
9325
9326 2007-05-28  Wim Taymans  <wim@fluendo.com>
9327
9328         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9329
9330         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9331         (gst_video_box_set_property), (gst_video_box_transform_caps),
9332         (video_box_recalc_transform), (gst_video_box_set_caps),
9333         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9334         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9335         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9336         (gst_video_box_i420_i420), (gst_video_box_transform),
9337         (plugin_init):
9338         Add AYUV->AYUV and AYUV->I420 formats. 
9339         Fix negotiation and I420->AYUV conversion.
9340         Fixes #429329.
9341
9342 2007-05-26  Wim Taymans  <wim@fluendo.com>
9343
9344         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9345         Use different variables for nested for loops so that the outer loop
9346         functions properly and speex files with multiple frames per buffer work
9347         properly.
9348         Fixes #441408.
9349
9350 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9351
9352         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9353           Don't leak newsegment events.
9354
9355 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         * gst/wavparse/Makefile.am:
9358           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9359           drags it in.
9360
9361 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9362
9363         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9364         (notgst_value_array_append_buffer),
9365         (gst_flac_enc_process_stream_headers),
9366         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9367         (gst_flac_enc_change_state):
9368         * ext/flac/gstflacenc.h:
9369           Collect headers, add "streamheader" field to output caps and set
9370           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9371           produces output according to the official FLAC-to-Ogg mapping
9372           instead of completely broken files. Fixes #426044.
9373
9374 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9375
9376         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9377         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9378         (gst_id3demux_sink_event):
9379         * gst/id3demux/gstid3demux.h:
9380         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9381         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9382         (gst_tag_demux_send_new_segment):
9383         Handle and adjust new-segment events so that downstream really
9384         sees a stream with the tag pieces stripped off the front and back.
9385         Fixes strangeness in seeking when mp3 decoders use the new-segment
9386         byte position to estimate their current playback position timestamp
9387         and then the arriving buffers don't match up.
9388
9389 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9392           Don't unnecessarily perform a READY->NULL->READY transition on the
9393           detected audio sink when starting up. Fixes: #440127
9394
9395 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9396
9397         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9398         (gst_flac_enc_chain):
9399           Don't crash in chain function if setcaps hasn't been called.
9400
9401 2007-05-24  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9404         Init value to avoid infinte loops.
9405
9406 2007-05-24  Wim Taymans  <wim@fluendo.com>
9407
9408         Patch by: Peter Kjellerstedt  <pkj at axis com>
9409
9410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9411         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9412         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9413         (gst_rtspsrc_play):
9414         (rtsp_connection_send), (rtsp_connection_receive):
9415         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9416         Fix for new API.
9417
9418         * gst/rtsp/rtspconnection.c: (add_auth_header),
9419         Only add authorisation and session headers when sending messages.
9420
9421         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9422         (rtsp_message_init_request), (rtsp_message_init_response),
9423         (rtsp_message_unset), (rtsp_message_add_header),
9424         (rtsp_message_remove_header), (rtsp_message_get_header),
9425         (rtsp_message_append_headers), (dump_key_value),
9426         (rtsp_message_dump):
9427         * gst/rtsp/rtspmessage.h:
9428         Add support for multiple headers of the same type by storing the parsed
9429         headers in a GArray instaed of a hashtable.
9430
9431 2007-05-21  Wim Taymans  <wim@fluendo.com>
9432
9433         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9434         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9435         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9436         safer shutdown.
9437
9438 2007-05-21  Wim Taymans  <wim@fluendo.com>
9439
9440         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9441         * gst/rtsp/gstrtpdec.h:
9442         Added signal for backwards compat.
9443
9444 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9445         
9446         Patch by: René Stadler <mail at renestadler dot de>
9447
9448         * configure.ac:
9449         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9450         (gst_au_parse_parse_header), (gst_au_parse_chain):
9451         * gst/auparse/gstauparse.h:
9452         Use audioconvert for converting from non-native endianness floats
9453         in auparse instead of doing it ourself. Fixes #424527.
9454         This needs the audioconvert from plugins-base CVS.
9455         
9456 2007-05-21  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9459         (gst_rtp_h263p_pay_flush):
9460         Fix enum registration.
9461
9462 2007-05-21  Wim Taymans  <wim@fluendo.com>
9463
9464         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9465
9466         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9467         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9468         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9469         (gst_rtp_h263p_pay_flush):
9470         * gst/rtp/gstrtph263ppay.h:
9471         Add new fragmentation mode base on GOB headers. Fixes #438940.
9472
9473 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9476           Printf format fix.
9477
9478 2007-05-18  Wim Taymans  <wim@fluendo.com>
9479
9480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9481         Don't crash when an unsupported transport error was returned by the
9482         server, just try to configure the next stream. Fixes #439255.
9483
9484 2007-05-18  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9487         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9488         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9489         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9490         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9491         * gst/rtsp/gstrtspsrc.h:
9492         Add TCP timeout property and use it for all TCP connection.
9493
9494         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9495         (rtsp_connection_write), (rtsp_connection_next_timeout),
9496         (rtsp_connection_reset_timeout):
9497         Make connect and writes cancelable and make them use the timeout.
9498
9499 2007-05-18  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9502         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9503         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9504         (gst_rtspsrc_setup_streams):
9505         Refactor timeout handling.
9506         Also send keep-alive when dealing with TCP transport.
9507
9508         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9509         (rtsp_connection_free), (rtsp_connection_next_timeout),
9510         (rtsp_connection_reset_timeout):
9511         * gst/rtsp/rtspconnection.h:
9512         Use a timer to handle the session timeouts, add some methods to deal
9513         with timeouts.
9514
9515 2007-05-17  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9518         (gst_rtspsrc_setup_streams):
9519         Ignore streams that fail the setup command, we will retry with a
9520         different transport later on.
9521
9522         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9523         (rtsp_ext_wms_configure_stream):
9524         Fix encoding name case.
9525
9526 2007-05-16  Edward Hervey  <edward@fluendo.com>
9527
9528         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9529         Fix build on macosx.
9530
9531 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9532
9533         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9534         Replace direct comparison of a string with the string literal "" with
9535         a comparison of the first character with '\0'. Fixes #438926.
9536
9537 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * gst/debug/breakmydata.c (gst_break_my_data_init):
9540           One more try. This should be the proper fix now.
9541
9542 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9543
9544         * gst/debug/breakmydata.c:
9545           Ooops, no // comments please.
9546
9547 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9548
9549         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9550         (gst_break_my_data_init):
9551           Fix gst_buffer_is_writable() assertion.
9552
9553 2007-05-14  David Schleef  <ds@schleef.org>
9554
9555         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9556           video/x-raw-bayer.  Fixes #314160.
9557
9558 2007-05-14  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9561         (gst_rtp_theora_depay_parse_configuration):
9562         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9563         (gst_rtp_theora_pay_finish_headers),
9564         (gst_rtp_theora_pay_handle_buffer):
9565         Update theora pay/depayloader in a similar to vorbis.
9566
9567         * gst/rtp/gstrtpvorbisdepay.c:
9568         (gst_rtp_vorbis_depay_parse_configuration):
9569         Update docs.
9570
9571 2007-05-14  Wim Taymans  <wim@fluendo.com>
9572
9573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9574         When we try to execute a method that is not supported by the server,
9575         don't error out but remove the method from the accepted methods so that
9576         we never try to perform this method again.
9577
9578 2007-05-14  Wim Taymans  <wim@fluendo.com>
9579
9580         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9581         Remove annoying _dump_mem.
9582
9583 2007-05-14  Wim Taymans  <wim@fluendo.com>
9584
9585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9586         Parse range correctly.
9587
9588         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9589         The baseurl now always has a '/' at the start.
9590
9591 2007-05-14  Wim Taymans  <wim@fluendo.com>
9592
9593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9594         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9595         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9596         Factor out caps configuration and configure more stuff such as the time
9597         ranges and speed/scale values.
9598
9599         * gst/rtsp/rtsptransport.c:
9600         Add Copyright after non-trival fixes.
9601
9602 2007-05-12  Wim Taymans  <wim@fluendo.com>
9603
9604         Patch by: Peter Kjellerstedt  <pkj at axis com>
9605
9606         * gst/rtsp/gstrtspsrc.h:
9607         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9608         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9609         (rtsp_message_get_header):
9610         * gst/rtsp/rtspmessage.h:
9611         Make channel guint8 where possible.
9612         Make rtsp_message_init_data() take the channel as a guint8.
9613
9614         * gst/rtsp/rtspdefs.c:
9615         Fixed a typo: Timout -> Timeout
9616
9617         * gst/rtsp/rtspdefs.h:
9618         Make RTSP_CHECK() behave as a statement.
9619
9620         * gst/rtsp/sdpmessage.c:
9621         Avoid a compiler warning in INIT_ARRAY().
9622         Fixes #437692.
9623
9624 2007-05-12  Wim Taymans  <wim@fluendo.com>
9625
9626         Patch by: Peter Kjellerstedt  <pkj at axis com>
9627
9628         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9629         (rtsp_url_get_request_uri):
9630         * gst/rtsp/rtspurl.h:
9631         Add support for query parameters to RTSP URLs.
9632
9633 2007-05-12  Wim Taymans  <wim@fluendo.com>
9634
9635         Patch by: Peter Kjellerstedt  <pkj at axis com>
9636
9637         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9638         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9639         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9640         (rtsp_transport_parse), (rtsp_transport_as_text):
9641         * gst/rtsp/rtsptransport.h:
9642         Add validation to rtsp_transport_parse().
9643         Add rtsp_transport_as_text() to generate an RTSP header from an
9644         RTSPTransport.
9645         Change ssrc to guint (was a string) since that is what it is, even
9646         though it is sent as a hex string.
9647         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9648         incorrect, which can be seen when looking at the examples in the RFC).
9649         Fixes #437670.
9650
9651 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9652
9653         Patch by: Eric Anholt
9654
9655         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9656           gst_ximage_src_ximage_get):
9657         Use union of all damage between frames to make it faster.
9658         Fixes bug #342463.
9659         Also fix crasher when cursor is at bottom right of window.
9660
9661 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9664           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9665           streaming mode regression for file from #343837 with 'bext' chunk
9666           before the 'fmt' chunk.
9667
9668 2007-05-11  Wim Taymans  <wim@fluendo.com>
9669
9670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9671         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9672         (gst_rtspsrc_handle_src_event),
9673         (gst_rtspsrc_stream_configure_manager),
9674         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9675         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9676         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9677         * gst/rtsp/gstrtspsrc.h:
9678         * gst/rtsp/rtspdefs.h:
9679         Preliminary seek support.
9680         Activate internal pads so that we can receive events on them.
9681         Don't try to parse a range string when it's NULL.
9682
9683 2007-05-11  Wim Taymans  <wim@fluendo.com>
9684
9685         * gst/rtp/README:
9686         Update README with new RTP variables that will be used for
9687         synchronisation.
9688
9689         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9690         (gst_rtp_vorbis_depay_parse_configuration),
9691         (gst_rtp_vorbis_depay_process):
9692         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9693         (gst_rtp_vorbis_pay_finish_headers),
9694         (gst_rtp_vorbis_pay_handle_buffer):
9695         Update vorbis pay and depayloader to draft-04.
9696
9697 2007-05-11  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/rtsp/rtsptransport.c:
9700         UDP MCAST is actually the default for RTP/AVP.
9701 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9702
9703         * gst/level/gstlevel.c: (gst_level_transform_ip):
9704         Use guint8 * instead of gpointer then vs6 can build 
9705         in_data += (filter->width / 8).
9706
9707 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9708
9709         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9710           gst_ximage_src_ximage_get):
9711         * sys/ximage/gstximagesrc.h (last_ximage):
9712         When using Damage actually keep the last frame, and not assume
9713         that the buffer we get already has the last frame on it.
9714         Copy the cursor over if we specify a non-zero start x and
9715         start y.
9716
9717 2007-05-11  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/rtsp/rtsptransport.c:
9720         Make UDP the default transport when not specified.
9721
9722 2007-05-09  David Schleef  <ds@schleef.org>
9723
9724         * gst/level/gstlevel.c:
9725           Revert last change.
9726
9727 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9728
9729         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9730         (gst_level_transform_ip):
9731         Use guint8 * instead of gpointer then vs6 know the size of data
9732         pointed when moving the pointer.
9733         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9734         Move instructions after variables declaration.
9735         * win32/vs6/autogen.dsp:
9736         * win32/vs6/libgstrtp.dsp:
9737         * win32/vs6/libgstrtsp.dsp:
9738         Update vs6 project files.
9739
9740 2007-05-09  Wim Taymans  <wim@fluendo.com>
9741
9742         * gst/rtsp/Makefile.am:
9743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9744         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9745         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9746         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9747         (rtsp_range_free):
9748         * gst/rtsp/rtsprange.h:
9749         Add code to parse time ranges.
9750         Report DURATION on the stream when possible.
9751
9752 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9753
9754         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9755         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9756         (gst_videomixer_collected):
9757           Fix strides calculation for AYUV (it's just width*4) (#436910).
9758
9759 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9760
9761         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9762         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9763         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9764         Sync the GObject properties before each processing step to properly
9765         work with the controller.
9766
9767 2007-05-04  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9770         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9771         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9772         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9773         (gst_rtspsrc_change_state):
9774         Let more error state trickle down so that we can catch more error
9775         cases.
9776         Handle keep-alive a little smarter by selecting a method the server
9777         actually supports.
9778         Fix a race in UDP streaming shutdown.
9779
9780 2007-05-04  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9783         Ignore errors when trying to use the keep-alive messages.
9784
9785 2007-05-04  Wim Taymans  <wim@fluendo.com>
9786
9787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9788         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9789         (gst_rtspsrc_stream_configure_manager),
9790         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9791         (gst_rtspsrc_stream_configure_mcast),
9792         (gst_rtspsrc_stream_configure_udp),
9793         (gst_rtspsrc_stream_configure_udp_sink),
9794         (gst_rtspsrc_stream_configure_transport):
9795         Send RTCP messages back to the server over the TCP connection.
9796
9797         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9798         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9799         (rtsp_connection_receive):
9800         * gst/rtsp/rtspconnection.h:
9801         Factor out and expose lowlevel _write and _read methods.
9802         Implement sending data messages to the server.
9803
9804 2007-05-03  Wim Taymans  <wim@fluendo.com>
9805
9806         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9807         (gst_multipart_mux_collected):
9808         Fix timestamps on outgoing buffers.
9809
9810 2007-05-03  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/multipart/multipartmux.c:
9813         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9814         (gst_multipart_mux_change_state):
9815         Emit NEWSEGMENT events before pushing the first buffer.
9816
9817 2007-05-03  Wim Taymans  <wim@fluendo.com>
9818
9819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9820         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9821         (gst_rtspsrc_handle_src_query),
9822         (gst_rtspsrc_stream_configure_manager),
9823         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9824         (gst_rtspsrc_stream_configure_mcast),
9825         (gst_rtspsrc_stream_configure_udp),
9826         (gst_rtspsrc_stream_configure_udp_sink),
9827         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9828         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9829         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9830         (gst_rtspsrc_pause):
9831         Refactor transport configuration code.
9832         Create internal pads for TCP transport so that we can implement events
9833         and queries.
9834         Handle events and queries.
9835         Parse range from the SDP.
9836         Fix race in pause handler where the connection could still be flushing.
9837
9838 2007-05-02  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9841         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9842         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9843         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9844         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9845         (gst_rtspsrc_change_state):
9846         * gst/rtsp/gstrtspsrc.h:
9847         Fix race when multiple udp sources post timeouts, just act on the first
9848         received timeout.
9849         Protect stream list with a recursive lock to fix some races.
9850         Flush connection when we need to do a reconnect or stop.
9851         Make state lock recursive.
9852
9853         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9854         (rtsp_connection_close):
9855         Some small cleanups.
9856
9857 2007-05-02  Wim Taymans  <wim@fluendo.com>
9858
9859         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9860         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9861         Only set DISCONT when there actually is a discont or when we just
9862         started.
9863
9864 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9865
9866         * ext/flac/gstflac.c: (plugin_init):
9867         Call bindtextdomain() to get localized strings.
9868
9869 2007-05-02  Wim Taymans  <wim@fluendo.com>
9870
9871         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9872         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9873         (gst_wavparse_stream_data):
9874         * gst/wavparse/gstwavparse.h:
9875         Be a bit more clever when dealing with VBR files with FACT tags, we
9876         don't want to timestamp buffers in that case but the estimated BPS can
9877         be used for seeking.
9878         Only send close segment in the streaming thread.
9879
9880 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9881
9882         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9883         Correctly post an error on the bus if something went wrong in the loop
9884         function. This fixes a few cases where the task was paused and nothing
9885         happened anymore.
9886
9887 2007-05-02  Wim Taymans  <wim@fluendo.com>
9888
9889         * gst/rtsp/test.c: (main):
9890         Fix compilation of deprecated test just because I'm too lazy to delete
9891         it.
9892
9893 2007-05-02  Wim Taymans  <wim@fluendo.com>
9894
9895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9896         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9897         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9898         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9899         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9900         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9901         * gst/rtsp/gstrtspsrc.h:
9902         Fix sending RTCP to the right place.
9903         Fix bug in reffing the wrong UDP element.
9904         Use new pad names for the session manager.
9905         Implement handling server requests in interleaved and UDP modes.
9906         Handle session keep-alive in UDP modes.
9907         Remove GCond for handling UDP timeouts.
9908
9909         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9910         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9911         (rtsp_connection_receive), (rtsp_connection_close):
9912         * gst/rtsp/rtspconnection.h:
9913         Store connection IP address for later.
9914         Add timeout args to all operations that might block forever.
9915         Parse session timeout.
9916         Only close sockets when not already closed.
9917
9918         * gst/rtsp/rtspdefs.c:
9919         * gst/rtsp/rtspdefs.h:
9920         Add timeout return value and error string.
9921
9922         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9923         Add small comment.
9924
9925 2007-05-01  Wim Taymans  <wim@fluendo.com>
9926
9927         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9928
9929         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9930         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9931         * gst/rtp/gstrtpmp4vpay.h:
9932         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9933
9934 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9937           Remove v4l2src from docs, since it breaks the docs build, and the
9938           plugin is only built if --enable-experimental is used anyway.
9939
9940         * docs/plugins/Makefile.am:
9941           Spaces => tab.
9942
9943 2007-04-29  Wim Taymans  <wim@fluendo.com>
9944
9945         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9946         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9947         Add code to drop membership of a multicast group.
9948
9949         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9950         (gst_udpsink_set_uri):
9951         Implement URI handler.
9952
9953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9954         (gst_rtspsrc_parse_rtpinfo):
9955         Use URI handler to make udpsink instace.
9956         Improve code to configure port and destination.
9957
9958 2007-04-29  Wim Taymans  <wim@fluendo.com>
9959
9960         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9961         Fix multicast detection.
9962         Don't try to join a multicast group if the address is not multicast.
9963
9964         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9965         Small debug improvement.
9966
9967 2007-04-27  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9970         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9971         (gst_rtspsrc_handle_message):
9972         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9973         parent.
9974
9975 2007-04-27  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst/rtp/gstrtpilbcdepay.h:
9978         Fix mode property when specified as an arg.
9979
9980 2007-04-26  Edward Hervey  <edward@fluendo.com>
9981
9982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9984         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9985         * docs/plugins/inspect/plugin-osxaudio.xml:
9986         Add documentation for osxaudio plugin.
9987
9988 2007-04-26  Wim Taymans  <wim@fluendo.com>
9989
9990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9991         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9992         (gst_rtspsrc_open), (gst_rtspsrc_close),
9993         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9994         (gst_rtspsrc_pause):
9995         * gst/rtsp/gstrtspsrc.h:
9996         Protect state changes with a lock.
9997
9998         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9999         (parse_line):
10000         * gst/rtsp/rtspconnection.h:
10001         Remove some unused stuff.
10002
10003 2007-04-26  Wim Taymans  <wim@fluendo.com>
10004
10005         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10006         Handle the case where there are exactly 0 bytes to read and the ioctl
10007         did not report an error. Fixes #433530.
10008
10009 2007-04-26  Wim Taymans  <wim@fluendo.com>
10010
10011         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10012         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10013         * gst/wavparse/gstwavparse.h:
10014         Apply DISCONT to buffers.
10015         Only apply timestamp to the first sample after a DISCONT, too many VBR
10016         files cause random jitter in the timestamps. Fixes #433119.
10017
10018 2007-04-25  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10021         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10022         (gst_rtp_dec_get_property):
10023         * gst/rtsp/gstrtpdec.h:
10024         Add dummy latency property to be backwards compat with rtpbin.
10025
10026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10027         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10028         (gst_rtspsrc_stream_configure_transport),
10029         (gst_rtspsrc_parse_rtpinfo):
10030         * gst/rtsp/gstrtspsrc.h:
10031         Add latency property and configure in the session manager.
10032         Don't set invalid clock-base and seqnum-base on caps, some servers
10033         sometimes don't send them.
10034
10035 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10038         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10039           Double-check that RGB input caps are really RGBA caps (apparently
10040           the core doesn't always catch it if those caps aren't a subset of
10041           our template caps, also see #421543). Fixes #429319 in a way.
10042           Also, don't leak the pad template in the transform_caps function.
10043
10044         * tests/check/Makefile.am:
10045         * tests/check/elements/.cvsignore:
10046         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10047         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10048         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10049         (GST_START_TEST), (alphacolor_suite):
10050           Add some basic unit tests for alphacolor.
10051
10052 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10055           If we get a fatal flow return in the loop function, first post the
10056           error message and only then send the EOS event downstream, otherwise
10057           applications might get an eos message before the error message and
10058           think everything was ok (related to #429319).
10059
10060 2007-04-25  Wim Taymans  <wim@fluendo.com>
10061
10062         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10063         Read the channel byte as an unsigned byte.
10064
10065 2007-04-25  Wim Taymans  <wim@fluendo.com>
10066
10067         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10068         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10069         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10070         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10071         (gst_rtp_gsm_depay_setcaps):
10072         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10073         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10074         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10075         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10076         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10077         (gst_ilbc_depay_get_property):
10078         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10079         * gst/rtp/gstrtpmp4adepay.c:
10080         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10081         (gst_rtp_pcma_depay_setcaps):
10082         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10083         (gst_rtp_pcmu_depay_setcaps):
10084         Make sure we configure the clock_rate in the baseclass in the setcaps
10085         function. Fixes #431282.
10086
10087 2007-04-25  Wim Taymans  <wim@fluendo.com>
10088
10089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10090         (gst_rtspsrc_stream_free), (request_pt_map),
10091         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10092         * gst/rtsp/gstrtspsrc.h:
10093         Parse server address from SDP.
10094         Hook up a udpsink to send RTCP back to the server.
10095
10096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10097         * gst/rtsp/rtsptransport.h:
10098         Add some docs.
10099
10100 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10101
10102         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10103           Make header field check conditional. Fixes #433135
10104
10105 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10106
10107         * docs/plugins/Makefile.am:
10108         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10110         * docs/plugins/inspect/plugin-alphacolor.xml:
10111         * gst/alpha/Makefile.am:
10112         * gst/alpha/gstalphacolor.c:
10113         * gst/alpha/gstalphacolor.h:
10114           Add minimal docs blurb to alphacolor; split out headers into
10115           separate header file for gtk-doc.
10116
10117 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/debug/progressreport.c: (gst_progress_report_report):
10120           Don't try to post NULL message (in case we can't query upstream
10121           position or duration).
10122
10123 2007-04-18  Michael Smith  <msmith@fluendo.com>
10124
10125         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10126         (gst_cutter_get_caps):
10127         * gst/cutter/gstcutter.h:
10128           Fix some of the most obvious bugs in cutter. Now doesn't leak
10129           everything if input is silent.
10130
10131 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10132
10133         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10134         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10135         * gst/wavenc/gstwavenc.h:
10136         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10137         else results in a invalid block align and invalid files.
10138
10139 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10140
10141         Patch by: Snaik <snaik32 gmail com>
10142
10143         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10144           Add missing break statement for BOX_HORIZONTAL case.
10145
10146 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10147
10148         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10149
10150         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10151         Use correct format strings for integer types.
10152
10153 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10154
10155         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10156         (gst_wavparse_create_sourcepad):
10157         Use gst_riff_create_audio_template_caps () instead of the local caps.
10158         This makes updates of the local caps unecessary whenever libgstriff
10159         gets support for new formats.
10160
10161 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10164
10165         * sys/sunaudio/gstsunaudio.c:
10166         * sys/sunaudio/gstsunaudiomixer.c:
10167         * sys/sunaudio/gstsunaudiomixer.h:
10168         * sys/sunaudio/gstsunaudiomixerctrl.c:
10169         * sys/sunaudio/gstsunaudiomixerctrl.h:
10170         * sys/sunaudio/gstsunaudiomixertrack.h:
10171         * sys/sunaudio/gstsunaudiosink.c:
10172         * sys/sunaudio/gstsunaudiosink.h:
10173         * sys/sunaudio/gstsunaudiosrc.c:
10174         * sys/sunaudio/gstsunaudiosrc.h:
10175           Fix and/or update copyright attributions (#430228).
10176
10177 2007-04-13  Wim Taymans  <wim@fluendo.com>
10178
10179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10180         Fix docs.
10181
10182         * gst/rtsp/URLS:
10183         Add some more example urls.
10184
10185         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10186         (gst_rtp_dec_chain_rtp):
10187         Better debugging.
10188
10189         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10190         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10191         (gst_rtspsrc_parse_rtpinfo):
10192         Remove unused code.
10193
10194 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10195
10196         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10197         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10198         (gst_wavparse_stream_data):
10199           Relax the audio/mpeg caps again and add FIXME: comment.
10200
10201 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10202
10203         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10204         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10205         (gst_wavparse_stream_data):
10206         * gst/wavparse/gstwavparse.h:
10207           More sanity check for the header fields. Fix type for 'rate' header
10208           field.
10209
10210 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10213         (gst_icydemux_unicodify):
10214           If the metadata strings we get in the stream are not UTF-8, try to
10215           interpret them according to the character encodings specified in the
10216           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10217           only fall back to locale/ISO-8859-1 if those aren't set or don't
10218           work. Should fix #428901.
10219
10220 2007-04-12  Wim Taymans  <wim@fluendo.com>
10221
10222         * gst/rtp/gstrtph264depay.c:
10223         Use the proper sync word for SPS and PPS.
10224
10225 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10226
10227         * gst/rtp/Makefile.am:
10228         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10229           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10230         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10231           Add a simple hashing implementation that we can use to generate
10232           a 24-bit ident value based on the codebooks for vorbis and theora.
10233         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10234           gst_rtp_theora_pay_handle_buffer):
10235         * gst/rtp/gstrtpvorbisdepay.c
10236           (gst_rtp_vorbis_depay_parse_configuration,
10237           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10238         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10239           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10240           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10241           Use the hashing function, ensuring that the same codebooks result
10242           in the same ident and thus the same SDP description.
10243           Various log fixes/changes.
10244
10245 2007-04-12  Wim Taymans  <wim@fluendo.com>
10246
10247         Patch by: jerry tan <jerry dot tan at sun dot com>
10248
10249         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10250         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10251         application's responsibility to make sure it open the device once.
10252         Remove a careless error if AUDIODEV is set. Fixes #392620.
10253
10254 2007-04-12  Wim Taymans  <wim@fluendo.com>
10255
10256         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10257         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10258         * gst/rtsp/gstrtpdec.h:
10259         Make backward compat with rtpbin by adding the request-pt-map signals.
10260
10261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10262         (new_session_pad), (request_pt_map),
10263         (gst_rtspsrc_stream_configure_transport),
10264         (gst_rtspsrc_stream_configure_caps),
10265         (gst_rtspsrc_activate_streams):
10266         * gst/rtsp/gstrtspsrc.h:
10267         Implement request-pt-map signals instead of setting caps on the buffers
10268         for the session manager.
10269
10270 2007-04-11  Wim Taymans  <wim@fluendo.com>
10271
10272         * gst/udp/gstudp.c: (plugin_init):
10273         Register GstNetBuffer in plugin_init so that the type can be used from
10274         multiple threads without races.
10275
10276 2007-04-10  Wim Taymans  <wim@fluendo.com>
10277
10278         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10279         (gst_rtp_amr_depay_process):
10280         Fix depayloader clock_rate and some cleanups.
10281
10282         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10283         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10284         * gst/rtp/gstrtph264depay.h:
10285         Don't push codec_data in the adapter because it might get flushed when
10286         we get a discont.
10287
10288         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10289         Handle multiple AU per packet.
10290
10291         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10292         (gst_rtp_sv3v_depay_plugin_init):
10293         Disable rank, this one does not work.
10294         Remove timestamping, base class does that.
10295
10296 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10297
10298         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10299           limit caps to the formats we announce in the template
10300
10301         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10302         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10303         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10304           fix some crashers/asserts when dealing with broken files
10305
10306 2007-04-10  Wim Taymans  <wim@fluendo.com>
10307
10308         Patch by: Peter Kjellerstedt  <pkj at axis com>
10309
10310         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10311         * gst/rtp/gstrtpL16depay.c:
10312         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10313         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10314         (gst_rtp_speex_depay_setcaps):
10315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10316         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10317         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10318         Fix some compiler warnings. Fixes #428182.
10319
10320 2007-04-06  Wim Taymans  <wim@fluendo.com>
10321
10322         * gst/rtsp/Makefile.am:
10323         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10324         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10325         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10326         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10327         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10328         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10329         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10330         (create_rtcp), (gst_rtp_dec_request_new_pad),
10331         (gst_rtp_dec_release_pad):
10332         * gst/rtsp/gstrtpdec.h:
10333         * gst/rtsp/gstrtsp.c: (plugin_init):
10334         Morph RTPDec into something compatible with RTPBin as a fallback.
10335         Various other style fixes.
10336
10337         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10338         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10339         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10340         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10341         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10342         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10343         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10344         * gst/rtsp/gstrtspsrc.h:
10345         Implement RTPBin session manager handling.
10346         Don't try to add empty properties to caps.
10347         Implement fallback session manager, handling.
10348         Don't combine errors from RTCP streams, just ignore them.
10349
10350         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10351         * gst/rtsp/rtsptransport.h:
10352         Implement fallback session manager.
10353         Make RTPBin the default one when available.
10354
10355 2007-04-05  Wim Taymans  <wim@fluendo.com>
10356
10357         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10358         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10359         This element is ready to be autoplugged.
10360
10361 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10362
10363         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10364         Don't leave the offsets defined by upstream element on the
10365         compressed data buffer we are pushing downstream. Make them
10366         GST_BUFFER_OFFSET_NONE.
10367
10368 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10369
10370         * gst/avi/README:
10371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10372         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10373         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10374         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10375         (gst_avi_demux_calculate_durations_from_index),
10376         (gst_avi_demux_stream_header_push),
10377         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10378         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10379           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10380
10381 2007-04-03  Wim Taymans  <wim@fluendo.com>
10382
10383         * gst/smpte/barboxwipes.c:
10384         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10385
10386 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10387
10388         * gst/wavparse/gstwavparse.c:
10389         Support audio/x-raw-float in wav files. This only works with
10390         plugins-base CVS, using an older version doesn't have any
10391         disadvantages though.
10392
10393 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10394
10395         * configure.ac:
10396         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10397         (gst_au_parse_parse_header), (gst_au_parse_chain):
10398         * gst/auparse/gstauparse.h:
10399         Revert last change as we don't want plugins-good to depend on
10400         plugins-base CVS now.
10401
10402 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10403
10404         * configure.ac:
10405         Require gst-plugins-base CVS for audioconvert with non-native
10406         float support and width/depth fix in libgstriff.
10407
10408         Patch by: René Stadler <mail at renestadler dot de>
10409
10410         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10411         (gst_au_parse_parse_header), (gst_au_parse_chain):
10412         * gst/auparse/gstauparse.h:
10413         Don't swap the floats ourself if they're not in native endianness.
10414         Instead let audioconvert handle this. Fixes #339838.
10415
10416 2007-03-29  Wim Taymans  <wim@fluendo.com>
10417
10418         * gst/rtp/gstasteriskh263.h:
10419         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10420         (gst_rtp_h263p_depay_change_state):
10421         * gst/rtp/gstrtph263pdepay.h:
10422         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10423         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10424         (gst_rtp_h264_depay_change_state):
10425         * gst/rtp/gstrtph264depay.h:
10426         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10427         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10428         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10429         Flush adapter on disconts.
10430
10431 2007-03-29  Wim Taymans  <wim@fluendo.com>
10432
10433         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10434         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10435         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10436         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10437         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10438         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10439         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10440         (gst_rtp_mp4v_depay_process):
10441         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10442         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10443         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10444         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10445         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10446         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10447         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10448         Use more efficient adapter and rtpbuffer methods when possible.
10449
10450 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10451
10452         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10453         (gst_wavenc_sink_setcaps):
10454         Correctly handle width!=depth input.
10455         * gst/wavparse/gstwavparse.c:
10456         Already export in the caps that width==8 uses unsigned samples and
10457         everything else uses signed samples.
10458
10459 2007-03-29  Wim Taymans  <wim@fluendo.com>
10460
10461         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10462
10463         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10464         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10465         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10466         (gst_dynudpsink_close):
10467         * gst/udp/gstdynudpsink.h:
10468         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10469         (gst_udpsrc_create), (gst_udpsrc_set_property),
10470         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10471         * gst/udp/gstudpsrc.h:
10472         Rework the socket allocation a bit based on the sockfd argument so that
10473         it becomes usable.
10474         Add a closefd property to instruct the udp elements to close the custom
10475         file descriptors when going to READY. Fixes #423304.
10476         API:GstUDPSrc::closefd property
10477         API:GstDynUDPSink::closefd property
10478
10479 2007-03-29  Wim Taymans  <wim@fluendo.com>
10480
10481         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10482
10483         * gst/rtp/Makefile.am:
10484         * gst/rtp/gstrtp.c: (plugin_init):
10485         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10486         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10487         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10488         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10489         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10490         (gst_rtp_h264_pay_plugin_init):
10491         * gst/rtp/gstrtph264pay.h:
10492         Added H264 payloader. Fixes #423782.
10493
10494         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10495         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10496         Small fixes.
10497
10498 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10499
10500         * gst/wavparse/gstwavparse.c:
10501         Actually support depths from 1 to 32, not only 8 to 32.
10502
10503 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10504
10505         * gst/wavparse/gstwavparse.c:
10506         Add support for wav files containing audio/x-raw-int with random
10507         depths between 1 and 32 bits.
10508
10509 2007-03-28  Wim Taymans  <wim@fluendo.com>
10510
10511         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10512
10513         * gst/rtp/Makefile.am:
10514         * gst/rtp/gstrtp.c: (plugin_init):
10515         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10516         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10517         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10518         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10519         (gst_rtp_mp4a_depay_get_property),
10520         (gst_rtp_mp4a_depay_change_state),
10521         (gst_rtp_mp4a_depay_plugin_init):
10522         * gst/rtp/gstrtpmp4adepay.h:
10523         Added MP4A-LATM depayloader. Fixes #417792.
10524
10525         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10526         (gst_rtp_mp4v_depay_process):
10527         Fixup depayloader, setting codec_data, using more efficient adaptor and
10528         rtpbuffer handling.
10529
10530         * gst/rtsp/URLS:
10531         Add url to test above.
10532
10533 2007-03-25  Wim Taymans  <wim@fluendo.com>
10534
10535         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10536         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10537         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10538         (gst_rtspsrc_media_to_caps),
10539         (gst_rtspsrc_stream_configure_transport),
10540         (gst_rtspsrc_stream_configure_caps),
10541         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10542         * gst/rtsp/gstrtspsrc.h:
10543         Handle default clock-rates for static payload types, rearrange stuff so
10544         that the rtpmap field in the sdp can override the defaults.
10545         Parse RTP-Info field to get the seqnum and timebase fields that should
10546         go in the caps.
10547         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10548         the server. 
10549
10550 2007-03-22  Wim Taymans  <wim@fluendo.com>
10551
10552         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10553
10554         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10555         Accept complex pipeline descriptions as an audio profile instead of just
10556         a single element. Fixes #420658.
10557
10558 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10561           Rename registered type in preparation of GstTagDemux moving to
10562           -base at some point in the future.
10563
10564 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10567           Streaming mode fixes: don't unref buffer we don't own any longer;
10568           remove bogus adapter flush. Fixes #419338.
10569
10570 2007-03-17  David Schleef  <ds@schleef.org>
10571
10572         * REQUIREMENTS: Change the format to key/value, add a bunch of
10573           information, remove a bunch of requirements that are for
10574           other GStreamer packages.
10575
10576 2007-03-17  David Schleef  <ds@schleef.org>
10577
10578         * REQUIREMENTS: Fix a few things.  This file really needs a
10579         good once-over.
10580
10581 2007-03-15  Edward Hervey  <edward@fluendo.com>
10582
10583         * sys/Makefile.am:
10584         Don't forget to distribute the sys/osxaudio/ directory.
10585
10586 2007-03-15  Edward Hervey  <edward@fluendo.com>
10587
10588         * configure.ac:
10589         * sys/Makefile.am:
10590         * sys/osxaudio/Makefile.am:
10591         * sys/osxaudio/gstosxaudio.c:
10592         * sys/osxaudio/gstosxaudiosink.c:
10593         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10594         (gst_osx_audio_sink_getcaps),
10595         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10596         * sys/osxaudio/gstosxaudiosrc.c:
10597         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10598         (gst_osx_audio_src_create_ringbuffer):
10599         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10600         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10601         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10602         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10603         * sys/osxaudio/gstosxringbuffer.h:
10604         Activate osxaudio in gst-plugins-good with proper build setup.
10605         Add inlined documentation.
10606         Fix debug statements
10607         Fix ringbuffer when pausing.
10608         Fixes #323471
10609
10610 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10611         * gst/rtp/gstrtppcmapay.c:
10612         * gst/rtp/gstrtppcmapay.h:
10613         * gst/rtp/gstrtppcmupay.c:
10614         * gst/rtp/gstrtppcmupay.h:
10615         Ported mulaw and alaw payloaders to use new base class
10616
10617 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10618
10619         * po/af.po:
10620         * po/az.po:
10621         * po/cs.po:
10622         * po/en_GB.po:
10623         * po/it.po:
10624         * po/nl.po:
10625         * po/or.po:
10626         * po/sq.po:
10627         * po/sr.po:
10628         * po/sv.po:
10629         * po/uk.po:
10630         * po/vi.po:
10631           Update translations.
10632
10633 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10634
10635         * configure.ac:
10636           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10637
10638 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10641           Fix handling of -1 values for start and stop values when seeking,
10642           and SEEK_CUR+SEEK_END here as well.
10643
10644 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10645
10646         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10647           Fix handling of -1 values for start and stop values when seeking, 
10648           and SEEK_CUR+SEEK_END.
10649
10650 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10653           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10654           the image format a variable-length NUL-terminated string; in
10655           versions before that the image format is a fixed-length string of
10656           3 characters (see #348644 for a sample tag).
10657           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10658
10659 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10660
10661         * win32/MANIFEST:
10662         Add new project files to MANIFEST.
10663         * win32/vs6/libgstaudiofx.dsp:
10664         * win32/vs6/libgstrtp.dsp:
10665         * win32/vs6/libgstrtsp.dsp:
10666         Update project files.
10667         
10668 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10671         (gst_avi_demux_parse_index):
10672         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10674           Printf format fixes; also add some missing quotes in translated
10675           strings. Fixes #416728 and #416727.
10676
10677 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10678
10679         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10680           Tim and I can't think of any reason the child audio sink needs to 
10681           be set back to NULL after successfully determining that it can 
10682           reach READY - it gets immediately set back to READY by the caller
10683           anyway, causing an unnecessary close/open of any audio devices
10684           involved.
10685
10686 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         * po/LINGUAS:
10689         * po/ja.po:
10690           Add ja.po file from #377306.
10691
10692 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10693
10694         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10695         * sys/sunaudio/gstsunaudiomixertrack.c:
10696         (gst_sunaudiomixer_track_new):
10697           Actually translate sunaudio mixer track labels instead of just
10698           marking the strings as translatable (#377306); clean up weird
10699           label string mapping code that serves no apparent purpose. Also
10700           set the 'untranslated-label' property when creating mixer tracks
10701           if the GstMixerTrack base class supports this.
10702
10703         * tests/check/Makefile.am:
10704         * tests/check/elements/.cvsignore:
10705         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10706         (sunaudio_suite):
10707           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10708           actually tested on a system where sunaudiomixer is available).
10709
10710 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         * tests/check/Makefile.am:
10713         Re-enable the states test and see if it works on the buildbots.
10714
10715 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10716
10717         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10718         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10719         (gst_dvdec_change_state):
10720         * ext/dv/gstdvdec.h:
10721         Infer pixel-aspect-ratio from the video frame format if it isn't
10722         provided by the container, as happens when playing DV from AVI
10723         or Quicktime containers.
10724
10725         Patch by: Wim Taymans <wim@fluendo.com>
10726         Fixes #380944
10727
10728 2007-03-09  Wim Taymans  <wim@fluendo.com>
10729
10730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10731         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10732         will later be handled by the jitterbuffer.
10733
10734 2007-03-09  Wim Taymans  <wim@fluendo.com>
10735
10736         * ext/taglib/gstid3v2mux.cc:
10737         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10738         Fixes #414496.
10739         
10740         Patch by: Alex Lancaster <alexl at users sourceforge net>
10741
10742 2007-03-09  Wim Taymans  <wim@fluendo.com>
10743
10744         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10745         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10746         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10747         (gst_avi_demux_chain):
10748         Fix stream position reporting after a seek. Fixes #416445.
10749
10750 2007-03-08  Wim Taymans  <wim@fluendo.com>
10751
10752         Patch by: René Stadler <mail at renestadler dot de>
10753
10754         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10755         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10756         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10757         Make avidemux accept optional header chunks in any order.
10758         Fixes #415446.
10759
10760 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10761
10762         * tests/check/Makefile.am:
10763         Disable the states check until the remaining Valgrind errors
10764         are fixed or suppressed.
10765
10766 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10767
10768         * tests/check/elements/.cvsignore:
10769           Add audiodynamic check to .cvsignore
10770
10771 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10772
10773         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10774
10775         * gst/audiofx/Makefile.am:
10776         * gst/audiofx/audiodynamic.c:
10777         (gst_audio_dynamic_characteristics_get_type),
10778         (gst_audio_dynamic_mode_get_type),
10779         (gst_audio_dynamic_set_process_function),
10780         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10781         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10782         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10783         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10784         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10785         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10786         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10787         (gst_audio_dynamic_transform_hard_knee_expander_int),
10788         (gst_audio_dynamic_transform_hard_knee_expander_float),
10789         (gst_audio_dynamic_transform_soft_knee_expander_int),
10790         (gst_audio_dynamic_transform_soft_knee_expander_float),
10791         (gst_audio_dynamic_transform_ip):
10792         * gst/audiofx/audiodynamic.h:
10793         * gst/audiofx/audiofx.c: (plugin_init):
10794         Add new audiodynamic element which can act as a compressor or
10795         expander. Supported are hard-knee and soft-knee operation modes with
10796         user-specified ratio and threshold.
10797         Attack and release parameters are not yet implemented but will follow.
10798         * docs/plugins/Makefile.am:
10799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10801         * docs/plugins/gst-plugins-good-plugins.args:
10802         * docs/plugins/inspect/plugin-audiofx.xml:
10803         Integrate audiodynamic into the docs.
10804         * tests/check/Makefile.am:
10805         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10806         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10807         Add unit test for audiodynamic.
10808
10809 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10810
10811         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10812         Free handles that we allocated when exiting via the error paths.
10813
10814 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10815
10816         * gst/level/gstlevel.c: (gst_level_class_init),
10817         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10818         (gst_level_transform_ip):
10819         * gst/level/gstlevel.h:
10820           Resolve message timestamps against the playback segment.
10821
10822 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10823
10824         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10825         (gst_id3demux_sink_activate):
10826           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10827           caps passed to it (previously one code path assumed it took ownership
10828           while another one assumed it didn't, while in fact it sometimes did and
10829           sometimes didn't ...).
10830
10831         * configure.ac:
10832         * tests/files/Makefile.am:
10833         * tests/files/id3-407349-1.tag:
10834         * tests/files/id3-407349-2.tag:
10835           Add directory where data for unit tests can be stored.
10836
10837         * tests/Makefile.am:
10838         * tests/check/Makefile.am:
10839         * tests/check/elements/.cvsignore:
10840         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10841         (read_tags_from_file), (run_check_for_file),
10842         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10843           Add unit test for id3demux, and in particular for bug #407349. Only
10844           testing pull-mode for now; push mode doesn't work yet because the test
10845           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10846
10847 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * tests/check/Makefile.am:
10850           Add missing backslash at end of line.
10851
10852 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10853
10854         Trigger rebuild.
10855
10856 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10859         * gst/id3demux/id3tags.h:
10860         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10861         (parse_obsolete_tdat_frame):
10862           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10863           the four-digit number will be interpreted as a year, whereas it is
10864           month and day in DDMM format. Instead, parse TDAT frames and fix up
10865           the date in the GST_TAG_DATE tag later if we also extracted a year.
10866           Fixes #407349.
10867
10868 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10869
10870         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10871         (gst_switch_commit_new_kid):
10872         Fix up the dispose logic so it doesn't leak, and fix setting of 
10873         the child state so that we don't set a child to our current state 
10874         just as we are changing it to something else.
10875
10876 2007-03-06  Wim Taymans  <wim@fluendo.com>
10877
10878         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10879         (gst_goom_chain):
10880         * gst/goom/gstgoom.h:
10881         Document, fix and improve goom adapter behaviour.
10882         Fixes #407006.
10883
10884 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10885
10886         * ext/esd/esdsink.c: (gst_esdsink_open):
10887         Unref static pad template after using it.
10888
10889 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10890
10891         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10892         (gst_switch_commit_new_kid):
10893         Fix up the reference counting of the child elements.
10894
10895 2007-03-05  Wim Taymans  <wim@fluendo.com>
10896
10897         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10898         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10899         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10900         Fix encoding-name case.
10901
10902 2007-03-05  Wim Taymans  <wim@fluendo.com>
10903
10904         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10905         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10906         (gst_rtp_speex_depay_process):
10907         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10908         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10909         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10910         (gst_rtp_speex_pay_change_state):
10911         * gst/rtp/gstrtpspeexpay.h:
10912         Fix speex (de)payloader. Fixes #358040.
10913
10914 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10915
10916         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10917         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10918         Install fakesink in NULL by fixing some broken logic. This obviates
10919         the need to manually set _IS_SINK.
10920         Add some comments and remove a little cruft while I'm at it.
10921
10922 2007-03-05  Wim Taymans  <wim@fluendo.com>
10923
10924         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10925         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10926
10927 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * po/POTFILES.in:
10930           Update.
10931
10932 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10933
10934         * tests/check/Makefile.am:
10935         Gah! Also disable gconfvideosink from the tests, otherwise
10936         it will instantiate autovideosink, and dfbvideosink and
10937         leak on the buildbots.
10938
10939 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10940
10941         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10942         (gst_cdio_cdda_src_finalize):
10943         Make sure we always destroy our libcdio handle.
10944
10945 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10946
10947         * tests/check/Makefile.am:
10948         Disable autovideosink so the buildbots don't barf over memory
10949         leaked in the directfb sink.
10950
10951 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10952
10953         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10954         Chain up in dispose
10955
10956 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10957
10958         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10959         (gst_multipart_find_pad_by_mime):
10960         Use gst_pad_new_from_static_template instead of
10961         static_pad_template_get+pad_new.
10962
10963 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10964
10965         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10966         Catch the case where no clock has been set.
10967
10968 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10969
10970         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10971         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10972         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10973         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10974         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10975         (gst_gconf_audio_src_finalize), (do_toggle_element):
10976         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10977         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10978         (do_toggle_element):
10979         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10980         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10981         (gst_gconf_video_src_finalize), (do_toggle_element):
10982         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10983         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10984         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10985         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10986         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10987         (gst_shout2send_init), (gst_shout2send_finalize):
10988         * gst/debug/testplugin.c: (gst_test_class_init),
10989         (gst_test_finalize):
10990         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10991         (gst_flxdec_dispose):
10992         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10993         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10995         (gst_rtspsrc_finalize):
10996         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10997         * gst/rtsp/rtspextwms.h:
10998         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10999         (gst_smpte_finalize):
11000         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11001         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11002         (gst_udpsink_finalize):
11003         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11004         (gst_wavparse_sink_activate):
11005         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11006         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11007         (gst_oss_src_finalize):
11008         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11009         * sys/v4l2/gstv4l2object.h:
11010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11011         (gst_v4l2src_finalize):
11012         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11013
11014         Fix a bunch of leaks shown by the newly-added states test.
11015
11016 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11017
11018         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11019         Use gst_pad_new_from_static_template instead of 
11020         static_pad_template_get+pad_new.
11021
11022 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11025
11026         * ext/libcaca/Makefile.am:
11027         * gst/debug/Makefile.am:
11028           Don't mix tabs and spaces (#414168).
11029
11030 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11031
11032         * tests/check/generic/.cvsignore:
11033           Ignore files to please buildbot.
11034
11035 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11036
11037         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11038         (gst_wavparse_stream_data):
11039           Unbreak my previous commit (swapped nominator & denominator). Tim,
11040           thanks for spotting.
11041
11042 2007-03-02  Wim Taymans  <wim@fluendo.com>
11043
11044         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11045         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11046         (gst_cdio_cdda_src_finalize):
11047         Small code cleanups.
11048         Don't use pad_alloc as the base class cannot deal with the error codes.
11049
11050 2007-03-02  Wim Taymans  <wim@fluendo.com>
11051
11052         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11053         (gst_udpsrc_create):
11054         Fix doc.
11055
11056 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11057
11058         Patch by: René Stadler <mail@renestadler.de>
11059
11060         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11061         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11062         (gst_wavparse_stream_data):
11063           Handle rounding better to not drop last sample frame. Fixes #356692
11064
11065 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11066
11067         * tests/check/Makefile.am:
11068         Disable cacasink from the states check too - it also calls exit(1)
11069         on us when it can't find a terminal to talk to.
11070
11071 2007-03-02  Wim Taymans  <wim@fluendo.com>
11072
11073         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11074
11075         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11076         (gst_udpsrc_create), (gst_udpsrc_set_property),
11077         (gst_udpsrc_get_property):
11078         * gst/udp/gstudpsrc.h:
11079         Add support to strip proprietary headers. Fixes #350296.
11080
11081 2007-03-02  Wim Taymans  <wim@fluendo.com>
11082
11083         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11084         Fix compilation.
11085
11086 2007-03-02  Wim Taymans  <wim@fluendo.com>
11087
11088         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11089
11090         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11091         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11092         (gst_rtp_mp2t_depay_set_property),
11093         (gst_rtp_mp2t_depay_get_property):
11094         * gst/rtp/gstrtpmp2tdepay.h:
11095         Add support to strip off proprietary headers. Fixes #350278.
11096
11097 2007-03-02  Wim Taymans  <wim@fluendo.com>
11098
11099         * ext/hal/hal.c:
11100         Fix compilation.
11101
11102 2007-03-02  Wim Taymans  <wim@fluendo.com>
11103
11104         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11105         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11106         (gst_sunaudiosrc_open):
11107         * sys/sunaudio/gstsunaudiosrc.h:
11108         Remove device-name from GstSunAudioSrc. Fixes #412597.
11109
11110 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11111
11112         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11113         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11114         Having NULL as UDI previously selected the default sink/src. Change
11115         this back but mention it in the debug output.
11116         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11117         (gst_hal_get_oss_element), (gst_hal_get_string),
11118         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11119         (gst_hal_get_audio_src):
11120         * ext/hal/hal.h:
11121         Refactor a bit, check all error conditions, greatly improve debugging
11122         and fix some possible memory leaks. Also implement OSS support
11123         and allow specifying an UDI that points to a real device. For this the
11124         child device which supports ALSA (preferred) or OSS is used.
11125         As a side effect this makes it impossible now to get a alsasink in
11126         halaudiosrc and a alsasrc in halaudiosink.
11127
11128 2007-03-01  Wim Taymans  <wim@fluendo.com>
11129
11130         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11131         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11132         Errors from the udp sources are not fatal unless all of them are in
11133         error.
11134
11135 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11136
11137         * tests/check/Makefile.am:
11138         Disable aasink in the states test. I suspect this is the element that
11139         is calling exit(1) when it can't proceed.
11140
11141 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11142
11143         * tests/check/Makefile.am:
11144         Draw plugins in from the build tree sys/ dir, rather than picking
11145         up the already installed versions.
11146
11147 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11148
11149         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11150         Error out correctly when getting xcontext fails.
11151
11152 2007-03-01  Wim Taymans  <wim@fluendo.com>
11153
11154         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11155         Make state change to PAUSED NO_PREROLL because that's what it will be in
11156         the future and rtspsrc relies on it.
11157
11158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11159         (gst_rtspsrc_change_state):
11160         Don't error out when we don't get an error from the state change
11161         function.
11162
11163 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11164
11165         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11166         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11167           Check if the device UDI is set before trying to query HAL
11168           about it and give a useful error message if it wasn't set.
11169         * ext/hal/hal.c: (gst_hal_get_string):
11170           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11171           gives an assertion failure in D-Bus when running with
11172           DBUS_FATAL_WARNINGS=1.
11173
11174 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11175
11176         * configure.ac:
11177           Convert to new AG_GST style.
11178
11179 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         * tests/check/Makefile.am:
11182         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11183           add test for states
11184
11185 2007-02-28  Wim Taymans  <wim@fluendo.com>
11186
11187         * tests/check/elements/.cvsignore:
11188         Add new videofilter check to .cvsignore.
11189
11190 2007-02-28  Wim Taymans  <wim@fluendo.com>
11191
11192         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11193         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11194         (gst_avi_demux_loop), (gst_avi_demux_chain):
11195         Fix combined flow return. Fixes #412608.
11196
11197 2007-02-28  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/videofilter/Makefile.am:
11200         Dist header..
11201
11202 2007-02-28  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst/videofilter/gstgamma.h:
11205         Add header too.
11206
11207 2007-02-28  Wim Taymans  <wim@fluendo.com>
11208
11209         Patch by: Mark Nauwelaerts <manauw at skynet be>
11210
11211         * gst/videofilter/Makefile.am:
11212         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11213         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11214         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11215         (oil_tablelookup_u8), (gst_gamma_set_caps),
11216         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11217         Port gamma filter to 0.10. Fixes #412704.
11218
11219         * tests/check/Makefile.am:
11220         * tests/check/elements/videofilter.c: (setup_filter),
11221         (cleanup_filter), (check_filter), (GST_START_TEST),
11222         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11223         Add unit tests for videofilters.
11224
11225 2007-02-28  Wim Taymans  <wim@fluendo.com>
11226
11227         * gst/rtsp/URLS:
11228         Add another interesting test url.
11229
11230         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11231         Don't allow getting header fields from data packets.
11232
11233 2007-02-28  Michael Smith  <msmith@fluendo.com>
11234
11235         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11236         (gst_shout2send_init), (gst_shout2send_start),
11237         (gst_shout2send_set_property), (gst_shout2send_get_property):
11238         * ext/shout2/gstshout2.h:
11239           Add a property for username.
11240
11241 2007-02-27  Christian Schallerr <christian@fluendo.com>
11242
11243         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11244
11245 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11246
11247         * gst/rtsp/Makefile.am:
11248         Fix make check too.
11249
11250 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11251
11252         * gst/rtsp/base64.c: (util_base64_encode):
11253         * gst/rtsp/base64.h:
11254         Commit missing files for base64 encoding.
11255
11256 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11259
11260         * configure.ac:
11261         * ext/annodex/Makefile.am:
11262         * ext/jpeg/Makefile.am:
11263         * ext/speex/Makefile.am:
11264         * gst/alpha/Makefile.am:
11265         * gst/cutter/Makefile.am:
11266         * gst/debug/Makefile.am:
11267         * gst/effectv/Makefile.am:
11268         * gst/goom/Makefile.am:
11269         * gst/level/Makefile.am:
11270         * gst/smpte/Makefile.am:
11271         * gst/videofilter/Makefile.am:
11272           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11273
11274 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11275
11276         * gst/rtsp/Makefile.am:
11277         * gst/rtsp/rtspconnection.c: (append_auth_header),
11278         (rtsp_connection_send), (rtsp_connection_set_auth):
11279         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11280         from icecast to replace it. Relicensed from GPL courtesy of Mike
11281         Smith.
11282
11283 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11284
11285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11286         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11287         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11288         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11289         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11290         (gst_rtspsrc_uri_set_uri):
11291         * gst/rtsp/gstrtspsrc.h:
11292         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11293         (append_auth_header), (rtsp_connection_send),
11294         (rtsp_connection_free), (rtsp_connection_set_auth):
11295         * gst/rtsp/rtspconnection.h:
11296         * gst/rtsp/rtspdefs.h:
11297         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11298         * gst/rtsp/rtspurl.h:
11299
11300         Implement simple Basic Authentication support so that urls like
11301         rtsp://user:pass@hostname/rtspstream work on hosts that require
11302         authentication.
11303
11304 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11305
11306         * sys/v4l2/gstv4l2object.c:
11307         * sys/v4l2/gstv4l2tuner.c:
11308         * sys/v4l2/v4l2_calls.c:
11309         Fix segfault when oppening a radio device.
11310         
11311 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11312
11313         * gst/level/gstlevel.c: (gst_level_set_caps),
11314         (gst_level_transform_ip):
11315         * sys/v4l2/README:
11316         * tests/check/elements/level.c: (GST_START_TEST):
11317           Fix level for multi-channel case.
11318
11319 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11320
11321         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11322         (gst_level_transform_ip):
11323         * gst/level/gstlevel.h:
11324           Use function pointer for process function and add process functions
11325           for float audio.
11326
11327 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11328
11329         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11330         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11331         (gst_v4l2src_capture_init):
11332           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11333           fixes #407369
11334
11335 2007-02-18  Wim Taymans  <wim@fluendo.com>
11336
11337         * gst/rtp/Makefile.am:
11338         * gst/rtp/gstrtp.c: (plugin_init):
11339         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11340         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11341         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11342         (gst_rtp_mp2t_pay_plugin_init):
11343         * gst/rtp/gstrtpmp2tpay.h:
11344         Added simple mpeg transport stream payloader.
11345
11346 2007-02-16  Wim Taymans  <wim@fluendo.com>
11347
11348         * gst/rtsp/URLS:
11349         Add example H264 rtsp url.
11350
11351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11352         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11353         Don't convert values to lowercase or we might mess up base64 encoded
11354         properties.
11355
11356 2007-02-16  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/rtp/README:
11359         Fix case of string params.
11360
11361         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11362         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11363         Fix depayloader, support more packet types.
11364         Add sync codes to make sure the packetizer can do its job.
11365
11366         * gst/rtp/gstrtpmp4gdepay.c:
11367         * gst/rtp/gstrtpmp4gpay.c:
11368         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11369         Fix caps case again.
11370
11371 2007-02-15  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11374         Set right caps on output buffers.
11375
11376 2007-02-14  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11379         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11380         Clear stack allocated SDPMedia struct before calling _init() on it.
11381         Clarify this in the docs as well.
11382
11383 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11384
11385         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11386         (do_change_child):
11387         Don't reset the profile when going switching states, as it makes
11388         the element non-reusable.
11389
11390 2007-02-14  Wim Taymans  <wim@fluendo.com>
11391
11392         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11393         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11394         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11395         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11396         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11397         (sdp_parse_line):
11398         * gst/rtsp/sdpmessage.h:
11399         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11400         Fix memory management of SDP messages. Fixes #407793.
11401
11402 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11403
11404         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11405
11406         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11407         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11408
11409 2007-02-14  Wim Taymans  <wim@fluendo.com>
11410
11411         Patch by: jp.liu <jp_liu at astrocom dot cn>
11412
11413         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11414         Fix parsing of password field in url. Fixes #407797.
11415
11416 2007-02-14  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11419         (gst_wavparse_reset), (gst_wavparse_init),
11420         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11421         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11422         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11423         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11424         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11425         (gst_wavparse_loop), (gst_wavparse_chain),
11426         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11427         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11428         (plugin_init):
11429         * gst/wavparse/gstwavparse.h:
11430         Update docs.
11431         Use boilerplate.
11432         Various code cleanups.
11433         When the bitrate is not known (bps == 0 or compressed formats) let
11434         downstream element guestimate the duration and position and don't
11435         generate timestamps or durations. Fixes #405213.
11436         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11437         error flowreturn upstream.
11438
11439 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11440
11441         * ext/gconf/Makefile.am:
11442         * ext/gconf/gconf.c: (gst_gconf_get_string),
11443         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11444         (gst_gconf_render_bin_with_default):
11445         * ext/gconf/gconf.h:
11446         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11447         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11448         (gst_gconf_audio_sink_dispose), (do_change_child),
11449         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11450         (cb_change_child), (gst_gconf_audio_sink_change_state):
11451         * ext/gconf/gstgconfaudiosink.h:
11452         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11453         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11454         (gst_switch_sink_init), (gst_switch_sink_dispose),
11455         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11456         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11457         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11458         * ext/gconf/gstswitchsink.h:
11459         * gst/autodetect/gstautoaudiosink.c:
11460         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11461         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11462         (gst_auto_audio_sink_detect):
11463         * gst/autodetect/gstautovideosink.c:
11464         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11465         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11466         (gst_auto_video_sink_detect):
11467         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11468         and a child that implements the GConf key monitoring. The end goal of
11469         this is an audio sink that can be changed on the fly, but at the 
11470         moment it still only changes on the next READY transition.
11471
11472 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11473
11474         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11475         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11476         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11477         (gst_avi_demux_calculate_durations_from_index),
11478         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11479         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11480         (gst_avi_demux_loop):
11481           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11482
11483 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11484
11485         * configure.ac:
11486         * docs/plugins/Makefile.am:
11487           Add crossreferences to glib/gobject/gstream docs.
11488
11489 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * gst/monoscope/Makefile.am:
11492         * gst/monoscope/gstmonoscope.c:
11493           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11494           (but no LIBS, since we only use defines from the headers).
11495
11496 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11499
11500         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11501         (gst_wavparse_stream_data):
11502           Fix massive memory leak when operating in streaming mode due to
11503           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11504           Fixes #407057.
11505
11506 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11507
11508         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11509         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11510         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11511         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11512         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11513         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11514         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11515         (gst_avi_demux_calculate_durations_from_index),
11516         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11517         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11518         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11519         * gst/avi/gstavidemux.h:
11520           Save some memory (8%) by repacking the index entry structure (more to
11521           come). Add more FIXMEs to questionable parts.
11522
11523 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11524
11525         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11526         (gst_v4l2src_get_caps):
11527         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11528         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11529         (gst_v4l2src_capture_init):
11530           More FIXME comments and messaging changes.
11531
11532 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11533
11534         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11535         (gst_goom_change_state):
11536         * gst/goom/gstgoom.h:
11537           Improved docs and use GST_DEBUG_FUNCPTR.
11538
11539         * gst/level/gstlevel.c: (gst_level_class_init):
11540           Use GST_DEBUG_FUNCPTR.
11541
11542         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11543         (gst_monoscope_chain), (gst_monoscope_change_state):
11544           Improved docs source cleanups.
11545
11546 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/debug/Makefile.am:
11549         * gst/debug/gstdebug.c: (plugin_init):
11550         * gst/debug/gstpushfilesrc.c:
11551         * gst/debug/gstpushfilesrc.h:
11552           Add code for a pushfilesrc element that implements a pushfile:// URI
11553           handler, to make debugging push-mode operation of demuxer/decoders
11554           that support both easier in connection with seek/playbin/etc.
11555           The element isn't registered at the moment.
11556
11557 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11558
11559         * gst/avi/gstavimux.c:
11560           Comment a #if 0 in caps template definition as VS6 seems to 
11561         do not support it.
11562         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11563           Use gst_guint64_to_gdouble for conversion.
11564         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11565           Move variables declaration before the first instruction.
11566         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11567           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11568           And don't include netdb.h for G_OS_WIN32
11569         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11570           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11571           by VS6 then use an other way to initialize SDPMedia structure.
11572         * gst/udp/gstdynudpsink.h:
11573         * gst/udp/gstdynudpnetutils.h:
11574           Do not include <sys/time.h> for G_OS_WIN32
11575         * gst/udp/gstudpsrc.c:
11576           Define socklen_t as int for G_OS_WIN32
11577         * win/common/config.h.in:
11578           Undef HAVE_NETINET_IN_H
11579         * win32/vs6/gst_plugins_good.dsw:
11580         * win32/vs6/libgstrtp.dsp:
11581         * win32/vs6/libgstrtsp.dsp:
11582         * win32/vs6/libgstautogen.dsp:
11583         * win32/vs6/libgstaudiofx.dsp:
11584         * win32/vs6/libgstudp.dsp:
11585           Add and update project files.
11586         * win32/common/gstudp-enumtypes.c:
11587         * win32/common/gstudp-enumtypes.h:
11588           Add a copy of udp enumtypes to win32/common as in core 
11589           and base.
11590         
11591 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * configure.ac:
11594           Activate monoscope when building with --enable-experimental. Fix
11595           --enable-external configure switch description.
11596
11597         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11598         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11599           Help gst-indent.
11600
11601 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11602
11603         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11604           Explicitly cast result of pointer arithmetic to integer in order to
11605           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11606
11607 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * gst/debug/progressreport.c:
11610           Some more docs.
11611
11612 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11613
11614         * docs/plugins/inspect/plugin-rtp.xml:
11615           Update for new elements.
11616
11617         * gst/debug/progressreport.h:
11618           Commit newly-created header file as well.
11619
11620 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11621
11622         * docs/plugins/Makefile.am:
11623         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11625         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11626         * gst/debug/Makefile.am:
11627         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11628         (gst_progress_report_do_query), (gst_progress_report_report):
11629           Make progressreport element post messages with the current progress
11630           on the bus. Also add some basic docs for it.
11631
11632 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * ext/hal/hal.c: (gst_hal_get_string):
11635         * ext/hal/hal.h:
11636           Some small cleanups; deal with errors when parsing the HAL ALSA
11637           capabilities a bit better.
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           Let's try this again and use the right cast this time.
11643
11644 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11647           Add cast to avoid compiler warnings with older GLib versions
11648           where the nick/name members in GEnumValue are not declared as
11649           constant strings.
11650
11651 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11654         (gst_gconf_render_bin_from_key),
11655         (gst_gconf_get_default_audio_sink):
11656         * ext/gconf/gconf.h:
11657         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11658         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11659         (gst_gconf_audio_sink_get_property):
11660           In gconfaudiosink, get the right key as the old key in do_toggle
11661           (ie. one dependent on the profile selected). Log some more stuff so
11662           we can see what's actually going on.
11663
11664 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11665
11666         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11667         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11668         (gst_audio_amplify_set_process_function),
11669         (gst_audio_amplify_setup):
11670         * gst/audiofx/audioamplify.h:
11671         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11672         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11673         * gst/audiofx/audioinvert.h:
11674         Some small cleanups and port both elements to the new GstAudioFilter
11675         base class to save a few lines of common code.
11676         * gst/audiofx/Makefile.am:
11677         Link against libgstaudio for the above changes
11678
11679 2007-01-29  Wim Taymans  <wim@fluendo.com>
11680
11681         * tests/check/elements/.cvsignore:
11682         Some more ignores.
11683
11684 2007-01-26  Wim Taymans  <wim@fluendo.com>
11685
11686         Patch by: charles <charlesg3 at gmail dot com>
11687
11688         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11689         (set_shout_metadata), (gst_shout2send_event):
11690         * ext/shout2/gstshout2.h:
11691         Properly handle tags in shout2send. Fixes #399825.
11692
11693 2007-01-25  Wim Taymans  <wim@fluendo.com>
11694
11695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11696         (gst_rtspsrc_activate_streams):
11697         Convert SDP fields to upper/lowercase following the rules in the SDP to
11698         caps document. 
11699
11700 2007-01-25  Wim Taymans  <wim@fluendo.com>
11701
11702         * gst/rtp/README:
11703         * gst/rtp/gstrtpilbcdepay.c:
11704         * gst/rtp/gstrtpilbcpay.c:
11705         * gst/rtp/gstrtpmp4gdepay.c:
11706         * gst/rtp/gstrtpmp4gpay.c:
11707         * gst/rtp/gstrtpspeexdepay.c:
11708         * gst/rtp/gstrtpspeexpay.c:
11709         * gst/rtp/gstrtpsv3vdepay.c:
11710         * gst/rtp/gstrtptheoradepay.c:
11711         * gst/rtp/gstrtptheorapay.c:
11712         * gst/rtp/gstrtpvorbisdepay.c:
11713         * gst/rtp/gstrtpvorbispay.c:
11714         Fix case of encoding-name and key/value pairs to match the document.
11715         This is to make interoperation with SDP case-insensitive as required by
11716         the relevant RFCs.
11717
11718 2007-01-25  Wim Taymans  <wim@fluendo.com>
11719
11720         * configure.ac:
11721         Bump required -core/-base to CVS
11722
11723 2007-01-25  Wim Taymans  <wim@fluendo.com>
11724
11725         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11726         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11727         * gst/rtp/gstrtpL16pay.h:
11728         Fill up to MTU using adapter.
11729         Timestamp rtp packets.
11730
11731 2007-01-25  Edward Hervey  <edward@fluendo.com>
11732
11733         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11734         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11735         Use G_GSIZE_FORMAT in print statements for portability.
11736         Fixes build on macosx.
11737
11738 2007-01-24  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst/rtp/Makefile.am:
11741         * gst/rtp/gstrtp.c: (plugin_init):
11742         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11743         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11744         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11745         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11746         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11747         (gst_rtp_L16_depay_plugin_init):
11748         * gst/rtp/gstrtpL16depay.h:
11749         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11750         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11751         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11752         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11753         (gst_rtp_L16_pay_plugin_init):
11754         * gst/rtp/gstrtpL16pay.h:
11755         Port and enable raw audio payloader/depayloader. Needs a bit more work
11756         on the payloader side.
11757
11758 2007-01-24  Wim Taymans  <wim@fluendo.com>
11759
11760         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11761         (gst_rtspsrc_stream_configure_transport),
11762         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11763         * gst/rtsp/gstrtspsrc.h:
11764         Only unblock the udp pads when we linked and activated them all.
11765         Fixes #395688.
11766
11767 2007-01-24  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst/rtp/Makefile.am:
11770         * gst/rtp/gstrtp.c: (plugin_init):
11771         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11772         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11773         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11774         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11775         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11776         * gst/rtp/gstrtpac3depay.h:
11777         Added simple AC3 depayloader (RFC 4184).
11778
11779         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11780         Fix a leak.
11781
11782 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11783
11784         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11785
11786         * gst/audiofx/Makefile.am:
11787         * gst/audiofx/audioamplify.c:
11788         (gst_audio_amplify_clipping_method_get_type),
11789         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11790         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11791         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11792         (gst_audio_amplify_set_caps),
11793         (gst_audio_amplify_transform_int_clip),
11794         (gst_audio_amplify_transform_int_wrap_negative),
11795         (gst_audio_amplify_transform_int_wrap_positive),
11796         (gst_audio_amplify_transform_float_clip),
11797         (gst_audio_amplify_transform_float_wrap_negative),
11798         (gst_audio_amplify_transform_float_wrap_positive),
11799         (gst_audio_amplify_transform_ip):
11800         * gst/audiofx/audioamplify.h:
11801         * gst/audiofx/audiofx.c: (plugin_init):
11802         Add new element "audioamplify". This allows scaling of raw audio
11803         samples, similar to the "volume" element, but provides different modes
11804         for clipping and allows unlimited amplification. It's mainly targeted
11805         for creative sound design and not as a replacement of the "volume"
11806         element. Fixes #397162
11807         * docs/plugins/Makefile.am:
11808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11810         * docs/plugins/gst-plugins-good-plugins.args:
11811         * docs/plugins/inspect/plugin-audiofx.xml:
11812         Add docs for audioamplify and integrate them into the build system
11813         * tests/check/Makefile.am:
11814         * tests/check/elements/audioamplify.c: (setup_amplify),
11815         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11816         Add fairly extensive unit test suite for audioamplify
11817
11818 2007-01-24  Wim Taymans  <wim@fluendo.com>
11819
11820         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11821         Unblock pads after adding the pads to the element so that autopluggers
11822         get a change to link something. Possibly fixes #395688.
11823
11824 2007-01-24  Wim Taymans  <wim@fluendo.com>
11825
11826         * gst/rtp/gstrtpamrdepay.c:
11827         * gst/rtp/gstrtpgsmdepay.c:
11828         * gst/rtp/gstrtph263pdepay.c:
11829         * gst/rtp/gstrtph263ppay.c:
11830         * gst/rtp/gstrtph264depay.c:
11831         * gst/rtp/gstrtpilbcdepay.c:
11832         * gst/rtp/gstrtpmp2tdepay.c:
11833         * gst/rtp/gstrtpmp4gdepay.c:
11834         * gst/rtp/gstrtpmp4gpay.c:
11835         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11836         * gst/rtp/gstrtpmp4vpay.c:
11837         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11838         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11839         (gst_rtp_mpa_depay_process):
11840         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11841         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11842         * gst/rtp/gstrtppcmadepay.c:
11843         * gst/rtp/gstrtppcmudepay.c:
11844         * gst/rtp/gstrtpspeexdepay.c:
11845         * gst/rtp/gstrtpspeexpay.c:
11846         * gst/rtp/gstrtpsv3vdepay.c:
11847         * gst/rtp/gstrtptheoradepay.c:
11848         * gst/rtp/gstrtptheorapay.c:
11849         * gst/rtp/gstrtpvorbisdepay.c:
11850         * gst/rtp/gstrtpvorbispay.c:
11851         Fix caps with payload numbers.
11852         Add some fixed payload numbers to caps when possible.
11853
11854 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11855
11856         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11857
11858         * gst/audiofx/Makefile.am:
11859         * gst/audiofx/audiofx.c: (plugin_init):
11860         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11861         (gst_audio_invert_class_init), (gst_audio_invert_init),
11862         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11863         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11864         (gst_audio_invert_transform_float),
11865         (gst_audio_invert_transform_ip):
11866         * gst/audiofx/audioinvert.h:
11867         Add new audiofx element "audioinvert". This element swaps the upper
11868         and lower half of samples and can be used for example for a
11869         wide-stereo effect. Fixes #396057
11870         * docs/plugins/Makefile.am:
11871         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11873         * docs/plugins/gst-plugins-good-plugins.args:
11874         * docs/plugins/inspect/plugin-audiofx.xml:
11875         Add docs for the audioinvert element and add them to the build system.
11876         * tests/check/Makefile.am:
11877         * tests/check/elements/audioinvert.c: (setup_invert),
11878         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11879         Add unit test suite for the audioinvert element.
11880
11881 2007-01-23  Wim Taymans  <wim@fluendo.com>
11882
11883         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11884         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11885         Parse config params as string and int.
11886         Parse and use AU header length
11887
11888 2007-01-23  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11891         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11892         * gst/smpte/gstmask.c: (_gst_mask_register):
11893         * gst/smpte/gstmask.h:
11894         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11895         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11896         (gst_smpte_paint_triangle_clock):
11897         constify some static structs.
11898         Don't update the mask if nothing changed to the params.
11899         Make sure we never draw outside of the picture. Fixes #398325.
11900
11901 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11904           Error out properly when pull_range fails while we're reading the
11905           headers, instead of just pausing the task silently. Fixes #399338.
11906
11907 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11910           Some more sanity checks to make sure the input formats match and the
11911           input pads are actually negotiated, in case someone tries to feed
11912           buffers from fakesrc or filesrc. Fixes #398299.
11913           Also const-ify an array, just because we can.
11914
11915 2007-01-19  Edward Hervey  <edward@fluendo.com>
11916
11917         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11918         Ignore previous commit, that was only valid for widths and heights
11919         that are multiples of 4.
11920         Copy over size/stride macros from jpegdec. This allows the element
11921         to work with any width,height...
11922         ... but puts in evidence that the actual transformations only work
11923         with width/height that are multiples of 4.
11924
11925 2007-01-19  Edward Hervey  <edward@fluendo.com>
11926
11927         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11928         Allocate buffers of the right size.
11929         The proper size of a I420 buffer in bytes is:
11930         
11931             width * height * 3
11932             ------------------
11933                     2
11934
11935 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11936
11937         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11938           Proxy getcaps on sink pads too, so that we either end up with the
11939           same dimensions on all pads or error out if that's not possible
11940           (seems to work even!). Fixes #398086, I think.
11941
11942 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11945         * docs/plugins/gst-plugins-good-plugins.args:
11946         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11947           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11948           fix integer properties with -1 as minimum value.
11949
11950         * docs/plugins/inspect/plugin-1394.xml:
11951         * docs/plugins/inspect/plugin-aasink.xml:
11952         * docs/plugins/inspect/plugin-alaw.xml:
11953         * docs/plugins/inspect/plugin-alpha.xml:
11954         * docs/plugins/inspect/plugin-alphacolor.xml:
11955         * docs/plugins/inspect/plugin-annodex.xml:
11956         * docs/plugins/inspect/plugin-apetag.xml:
11957         * docs/plugins/inspect/plugin-audiofx.xml:
11958         * docs/plugins/inspect/plugin-auparse.xml:
11959         * docs/plugins/inspect/plugin-autodetect.xml:
11960         * docs/plugins/inspect/plugin-avi.xml:
11961         * docs/plugins/inspect/plugin-cacasink.xml:
11962         * docs/plugins/inspect/plugin-cairo.xml:
11963         * docs/plugins/inspect/plugin-cdio.xml:
11964         * docs/plugins/inspect/plugin-cutter.xml:
11965         * docs/plugins/inspect/plugin-debug.xml:
11966         * docs/plugins/inspect/plugin-dv.xml:
11967         * docs/plugins/inspect/plugin-efence.xml:
11968         * docs/plugins/inspect/plugin-effectv.xml:
11969         * docs/plugins/inspect/plugin-esdsink.xml:
11970         * docs/plugins/inspect/plugin-flac.xml:
11971         * docs/plugins/inspect/plugin-flxdec.xml:
11972         * docs/plugins/inspect/plugin-gconfelements.xml:
11973         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11974         * docs/plugins/inspect/plugin-goom.xml:
11975         * docs/plugins/inspect/plugin-halelements.xml:
11976         * docs/plugins/inspect/plugin-icydemux.xml:
11977         * docs/plugins/inspect/plugin-id3demux.xml:
11978         * docs/plugins/inspect/plugin-jpeg.xml:
11979         * docs/plugins/inspect/plugin-level.xml:
11980         * docs/plugins/inspect/plugin-matroska.xml:
11981         * docs/plugins/inspect/plugin-mulaw.xml:
11982         * docs/plugins/inspect/plugin-multipart.xml:
11983         * docs/plugins/inspect/plugin-navigationtest.xml:
11984         * docs/plugins/inspect/plugin-ossaudio.xml:
11985         * docs/plugins/inspect/plugin-png.xml:
11986         * docs/plugins/inspect/plugin-rtp.xml:
11987         * docs/plugins/inspect/plugin-rtsp.xml:
11988         * docs/plugins/inspect/plugin-shout2send.xml:
11989         * docs/plugins/inspect/plugin-smpte.xml:
11990         * docs/plugins/inspect/plugin-speex.xml:
11991         * docs/plugins/inspect/plugin-taglib.xml:
11992         * docs/plugins/inspect/plugin-udp.xml:
11993         * docs/plugins/inspect/plugin-videobalance.xml:
11994         * docs/plugins/inspect/plugin-videobox.xml:
11995         * docs/plugins/inspect/plugin-videoflip.xml:
11996         * docs/plugins/inspect/plugin-videomixer.xml:
11997         * docs/plugins/inspect/plugin-wavenc.xml:
11998         * docs/plugins/inspect/plugin-wavparse.xml:
11999         * docs/plugins/inspect/plugin-ximagesrc.xml:
12000           Update to CVS.
12001
12002 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12003
12004         Patch by: Sebastian Dröge <slomo circular-chaos org>
12005
12006         * gst/audiofx/audiopanorama.c:
12007           Fix doc section name (Fixes #397946)
12008
12009 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12010
12011         * sys/v4l2/gstv4l2object.c:
12012         (gst_v4l2_object_install_properties_helper),
12013         (gst_v4l2_object_set_property_helper),
12014         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12015         * sys/v4l2/gstv4l2object.h:
12016         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12017         (gst_v4l2src_init), (gst_v4l2src_set_property),
12018         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12020         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12021         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12022         (gst_v4l2src_capture_deinit):
12023           Fix EIO handing when capturing. Add new property to specify the number of
12024           buffers to enque (and remove the borked num-buffers usage).
12025
12026 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12027
12028         Patch by: Sebastian Dröge <slomo circular-chaos org>
12029
12030         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12031         (gst_audio_panorama_set_process_function):
12032           Use a function array for process methods, add more docs and define the
12033           startindex of enums.
12034
12035 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         Patch by: Mark Nauwelaerts <manauw at skynet be>
12038
12039         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12040         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12041         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12042         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12043         (gst_avi_mux_riff_get_avi_header),
12044         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12045         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12046         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12047         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12048         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12049         (gst_avi_mux_change_state):
12050         * gst/avi/gstavimux.h:
12051         * tests/check/elements/avimux.c: (teardown_src_pad):
12052           Add support for more than one audio stream; write better AVIX
12053           header; refactor code a bit; don't announce vorbis caps on our audio
12054           sink pads since we don't support it anyway. Closes #379298.
12055
12056 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         Patch by: Sebastian Dröge <slomo circular-chaos org>
12059
12060         * gst/audiofx/audiopanorama.c:
12061         (gst_audio_panorama_method_get_type),
12062         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12063         (gst_audio_panorama_set_process_function),
12064         (gst_audio_panorama_set_property),
12065         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12066         (gst_audio_panorama_transform_m2s_int_simple),
12067         (gst_audio_panorama_transform_s2s_int_simple),
12068         (gst_audio_panorama_transform_m2s_float_simple),
12069         (gst_audio_panorama_transform_s2s_float_simple):
12070         * gst/audiofx/audiopanorama.h:
12071           Add 'method' property and provide a simple (non-psychoacustic)
12072           processing method (#394859).
12073
12074         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12075         (panorama_suite):
12076           Tests for new method.
12077
12078 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12081         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12082           Set correct caps on outgoing pulled buffers, or things blow up
12083           after recent core changes.
12084
12085 2007-01-11  Wim Taymans  <wim@fluendo.com>
12086
12087         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12088
12089         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12090         (gst_multipart_mux_request_new_pad),
12091         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12092         (gst_multipart_mux_change_state):
12093         Return FLOW errors ASAP. Fixes #394977.
12094         Misc cleanups.
12095
12096 2007-01-11  Wim Taymans  <wim@fluendo.com>
12097
12098         Patch by: Lutz Mueller <lutz at topfrose dot de>
12099
12100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12101         Check for stream pad before activating. 
12102
12103 2007-01-10  Wim Taymans  <wim@fluendo.com>
12104
12105         Patch by: Peter Kjellerstedt  <pkj at axis com>
12106
12107         * gst/rtsp/COPYING.MIT:
12108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12109         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12110         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12111         (gst_rtspsrc_stream_configure_transport),
12112         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12113         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12114         (gst_rtspsrc_parse_methods),
12115         (gst_rtspsrc_create_transports_string),
12116         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12117         (gst_rtspsrc_open), (gst_rtspsrc_close):
12118         * gst/rtsp/gstrtspsrc.h:
12119         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12120         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12121         (parse_request_line), (parse_line), (rtsp_connection_read),
12122         (rtsp_connection_close):
12123         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12124         (rtsp_method_as_text), (rtsp_header_as_text),
12125         (rtsp_status_as_text), (rtsp_find_header_field),
12126         (rtsp_find_method):
12127         * gst/rtsp/rtspdefs.h:
12128         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12129         (rtsp_ext_wms_configure_stream):
12130         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12131         (rtsp_message_new_request), (rtsp_message_init_request),
12132         (rtsp_message_new_response), (rtsp_message_init_response),
12133         (rtsp_message_init_data), (rtsp_message_unset),
12134         (rtsp_message_free), (rtsp_message_add_header),
12135         (rtsp_message_get_header), (rtsp_message_set_body),
12136         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12137         * gst/rtsp/rtspmessage.h:
12138         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12139         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12140         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12141         (sdp_message_dump):
12142         Allow url to be NULL to be able to use it for server connections.
12143         Can now send responses as well as requests.
12144         No longer hangs in an endless loop if EOF is received.
12145         Can now convert a status code to a text string.
12146         Return RTSP_HDR_INVALID for unknown headers.
12147         Return RTSP_INVALID for unknown methods.
12148         Copy CSeq and Session headers from the request.
12149         Only free memory corresponding to the currently set message type.
12150         Added const to function arguments as appropriate.
12151         Avoid a compiler warning when initializing nmedia.
12152         Use guint rather than gint to avoid compiler warnings.
12153         Fix crasher in wms extension.
12154         Factor out stream setup from open_connection.
12155         Delay activation of streams when actual data is received from the
12156         server, this prepares us to do proper protocol switching.
12157         Added new license.
12158         Fixes #380895.
12159
12160
12161 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         Patch by: Sebastian Dröge <slomo ubuntu com>
12164
12165         * docs/plugins/Makefile.am:
12166         * gst/audiofx/audiopanorama.c:
12167           Some small docs fixes (#394851).
12168
12169 2007-01-09  Wim Taymans  <wim@fluendo.com>
12170
12171         * gst/avi/gstavidemux.c:
12172         Fix docs.
12173
12174 2007-01-09  Wim Taymans  <wim@fluendo.com>
12175
12176         * gst/rtp/Makefile.am:
12177         * gst/rtp/gstrtp.c: (plugin_init):
12178         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12179         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12180         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12181         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12182         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12183         * gst/rtp/gstrtpmpvdepay.h:
12184           Added RFC 2250 MPEG Video Depayloader.
12185
12186         * gst/rtp/gstrtpL16depay.h:
12187         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12188         (gst_rtp_h263p_depay_process):
12189         Fix Header file. Small cleanups.
12190
12191         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12192         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12193         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12194         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12195         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12196         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12197         (gst_rtp_mp4v_depay_change_state):
12198         Remove usused code. Remove Adapter from state Change. Added debug.
12199
12200         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12201         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12202         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12203         * gst/rtp/gstrtpmpadepay.h:
12204         Subclass base depayloader.
12205         Added debug.
12206         Support static payload type assignment as well.
12207
12208         * gst/rtp/gstrtpmpapay.c:
12209         Fix caps.
12210
12211 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12214
12215         * ext/jpeg/gstjpegdec.c:
12216         * ext/jpeg/gstjpegenc.c:
12217         * ext/jpeg/smokecodec.c:
12218           These libjpeg callbacks should return a 'boolean' (unsigned char
12219           apparently) and not a 'gboolean' (which maps to gint). Fixes
12220           warnings when compiling with MingW (#393427).
12221
12222         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12223           Use ioctlsocket on win32.
12224
12225         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12226           Some printf format fixes for win32.
12227
12228 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12229
12230         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12231           Use gst_guint64_to_gdouble for conversion.
12232         * win32/vs6/libgstmatroska.dsp:
12233           Add zlib to the link.
12234         * win32/vs6/libgstvideobox.dsp:
12235           Update liboil library name (project is linked to 
12236           liboil-0.3-0.lib now).
12237           
12238 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * gst/matroska/Makefile.am:
12241           If zlib is available and used, we must link it explicitly for
12242           things to work on MingW (fixes #392855).
12243
12244 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * ext/esd/esdsink.c: (gst_esdsink_delay):
12247           Don't return bogus values when esd_get_delay() fails for some
12248           reason (#392189).
12249
12250 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * sys/ximage/gstximagesrc.c: (composite_pixel):
12253           Fix presumably copy'n'pasto for 16bpp depth.
12254
12255 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12256
12257         * gst/matroska/matroska-mux.c:
12258         (gst_matroska_mux_audio_pad_setcaps):
12259           The "signed" field in audio caps is of boolean type, trying to use
12260           gst_structure_get_int() to extract it will fail. Fixing this makes
12261           matroskamux accept raw audio input (#387121) (use at your own risk
12262           though, due to the matroska spec being not entirely useful in this
12263           respect).
12264           Also fix up raw audio structures in template caps so that they
12265           represent what our setcaps function will actually accept, so that
12266           converters know what to convert to.
12267           Finally, don't fail if there isn't an "endianness" field in 8-bit
12268           PCM caps.
12269
12270 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12271
12272         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12273         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12274         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12275         (teardown_cmmldec):
12276         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12277         (teardown_cmmlenc):
12278         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12279           reapply consistent pad (de)activation
12280
12281 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12282
12283         * configure.ac:
12284         Back to CVS
12285
12286         * gst-plugins-good.doap:
12287         Add 0.10.5 doap entry
12288
12289 === release 0.10.5 ===
12290
12291 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12292
12293         * configure.ac:
12294           releasing 0.10.5, "The Path of Thorns"
12295
12296 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12297
12298         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12299         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12300         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12301         (teardown_cmmldec):
12302         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12303         (teardown_cmmlenc):
12304         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12305           revert my freeze breakage
12306
12307 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12308
12309         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12310         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12311         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12312         (teardown_cmmldec):
12313         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12314         (teardown_cmmlenc):
12315         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12316           consistent pad (de)activation
12317
12318 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12319
12320         * configure.ac:
12321         * ext/Makefile.am:
12322         Disable LADPSA, as it has moved to the -bad module for the duration.
12323
12324 2006-12-18  Wim Taymans  <wim@fluendo.com>
12325
12326         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12327         (gst_signal_processor_event):
12328         Reset flow_state back to _OK after a flush stop so that we exit our
12329         error state after the flush. Fixes #374213
12330
12331 2006-12-16  David Schleef  <ds@schleef.org>
12332
12333         * sys/osxvideo/osxvideosink.h:
12334         * sys/osxvideo/osxvideosink.m:
12335           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12336
12337 2006-12-16  David Schleef  <ds@schleef.org>
12338
12339         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12340
12341         * sys/osxvideo/Makefile.am:
12342         * sys/osxvideo/osxvideosink.h:
12343         * sys/osxvideo/osxvideosink.m:
12344           Preliminary patch for porting osxvideosink
12345
12346 2006-12-16  Wim Taymans  <wim@fluendo.com>
12347
12348         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12349
12350         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12351         (gst_videomixer_set_master_geometry),
12352         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12353         (gst_videomixer_reset), (gst_videomixer_init),
12354         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12355         (gst_videomixer_release_pad), (gst_videomixer_collected),
12356         (gst_videomixer_change_state):
12357         Introduce some locking around the videomixer state so that it does not
12358         crash when adding/removing pads. Fixes #383043.
12359
12360 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * configure.ac:
12363           Make sure libcaca can actually be used instead of just checking for
12364           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12365           cross-compiling (fixes #384587).
12366
12367 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * Makefile.am:
12370         * gst-plugins-good.doap:
12371         * gst-plugins-good.spec.in:
12372           adding doap file
12373
12374 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * configure.ac:
12377           libflac-1.1.3 changed API again, but we can't build against it yet,
12378           so make sure our check doesn't use libflac-1.1.3 and add a comment
12379           to this effect.
12380
12381 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12384         (gst_quarktv_planetable_clear):
12385           Add some NULL pointer checks (possibly related to #385623).
12386
12387 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12390         (gst_tag_demux_chain):
12391         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12392           In streaming mode, if the first buffer we get doesn't have an
12393           offset, fix it up to be 0, otherwise trimming won't work later on
12394           and we'll be typefinding application/x-id3, which may result in
12395           decodebin plugging an endless number of id3demux elements as a
12396           consequence. Fixes #385031.
12397           
12398 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12399
12400         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12401           Ignore the buffer_time the sound device reports. Turns out it is 
12402           sometimes completely bogus and we're better off without it.
12403
12404 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12407         (gst_matroska_demux_video_caps):
12408         * gst/matroska/matroska-ids.c:
12409         (gst_matroska_track_init_video_context):
12410         * gst/matroska/matroska-ids.h:
12411           Try harder to extract the framerate for video tracks correctly and
12412           save it directly instead of converting it back and forth a few
12413           times. Mostly makes a difference for very small framerates (<1).
12414           Fixes #380199.
12415
12416 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12419         (gst_gconf_audio_src_dispose), (do_toggle_element):
12420         * ext/gconf/gstgconfaudiosrc.h:
12421           Remove gconf notify hook when the gconfaudiosrc element is
12422           destroyed, otherwise the callback may be called on an
12423           already-destroyed instance and bad things happen. Should fix
12424           #378184.
12425           Also ignore gconf key changes when the source is already running.
12426
12427 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         Patch by: Sebastian Dröge  <mail at slomosnail de>
12430
12431         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12432           We need to be able to read and parse any possible floating point string
12433           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12434           will parse the former only in certain locales though, so we really need
12435           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12436           make sure we can parse either version at all times.
12437           Fixes #382982 for real.
12438
12439 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12440
12441         * sys/sunaudio/gstsunaudiomixerctrl.c:
12442         * sys/sunaudio/gstsunaudiosrc.c:
12443
12444         Use the sunaudio debug category.
12445
12446         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12447         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12448         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12449         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12450         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12451         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12452         (gst_sunaudiosink_reset):
12453         * sys/sunaudio/gstsunaudiosink.h:
12454
12455         Uses the sunaudio debug category for all debug output
12456         Implements the _delay() callback to synchronise video playback better
12457         Change the segtotal and segsize values back to the parent class 
12458           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12459           respectively)
12460         Measure the samples written to the device vs. played.
12461         Keep track of segments in the device by writing empty eof frames, and
12462         sleep using a GCond when we get too far ahead and risk overrunning the
12463         sink's ringbuffer.
12464
12465         Fixes: #360673
12466
12467 2006-12-08  Wim Taymans  <wim@fluendo.com>
12468
12469         Patch by: Sebastian Dröge  <mail at slomosnail de >
12470
12471         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12472         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12473         * gst/audiofx/audiopanorama.h:
12474         Fix audiopanorame with float samples. Fixes #383726.
12475
12476 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12477
12478         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12479         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12480         (gst_sunaudiosrc_reset):
12481
12482         Implement reset functions to unblock the src/sink more quickly on 
12483         state change requests.
12484         Patch by: Brian Cameron <brian dot cameron at sun com>
12485
12486 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12487
12488         * sys/sunaudio/gstsunaudiomixer.c:
12489         (gst_sunaudiomixer_change_state):
12490         Construct the correct mixer device name when the AUDIODEV env var
12491         is set.
12492
12493         Patch by: Jerry Tan <jerry.tan at sun dot com>
12494         Fixes: #383596
12495
12496 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12497
12498         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12499         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12500         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12501         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12502         Patch by: Jerry Tan <jerry.tan at sun dot com>
12503         Fixes: #349015
12504
12505 2006-12-07  Wim Taymans  <wim@fluendo.com>
12506
12507         * gst/smpte/gstmask.h:
12508         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12509         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12510         (gst_smpte_collected), (gst_smpte_set_property),
12511         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12512         * gst/smpte/gstsmpte.h:
12513         Port to 0.10 some more. 
12514         Added duration property to specify the duration of the transition.
12515         Make framerate a fraction.
12516         Deprecate fps property, we only use negotiated fps.
12517         Added docs.
12518         Fix collectpad usage.
12519         Reset state in READY.
12520         Send NEWSEGMENT event.
12521         Fix racy updates of object properties.
12522         Added debug category.
12523         Fixes #383323.
12524
12525 2006-12-06  Wim Taymans  <wim@fluendo.com>
12526
12527         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12528
12529         * gst/videomixer/videomixer.c:
12530         (gst_videomixer_set_master_geometry),
12531         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12532         Don't reset xpos and ypos in the setcaps function because causes
12533         unexpected behaviour.
12534         Fixes #382179.
12535
12536 2006-12-06  Wim Taymans  <wim@fluendo.com>
12537
12538         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12539         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12540         Keep track of the buffer timestamp in the collectdata member instead
12541         of modifying the buffer without making the metadata writable first.
12542         Fixes #382277.
12543
12544 2006-12-06  Wim Taymans  <wim@fluendo.com>
12545
12546         Patch by: Rob Taylor <robtaylor at floopily dot org>
12547
12548         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12549         If using multicast in udpsrc, bind to the multicast address rather than
12550         IN_ADDR_ANY.
12551         This allows the simultanous use of multiple udpsrcs listening on
12552         different multicat addresses. Without this all udpsrcs will receive all
12553         packets from all subscribed multicast addresses.
12554         Fixes #383001.
12555
12556 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12557
12558         * ext/taglib/gstid3v2mux.cc:
12559         Don't attempt to write a NULL frame into the ID3 tag set when the 
12560         createFrame method returned NULL.
12561         Fixes: #381857
12562         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12563
12564 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12565
12566         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12567         Use g_strtod() instead of sscanf to parse doubles, so that it will
12568         try parsing in the C locale if the current locale fails.
12569         Fixes: #382982
12570         Patch by: Sebastian Dröge  <mail at slomosnail de >
12571
12572 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12573
12574         * win32/MANIFEST:
12575         Fix compilation on win32 under VS8
12576         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12577         Partially fixes #381175
12578
12579 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12580
12581         * gst/avi/gstavimux.c:
12582           accept all mpegversions,fixes #380825
12583           spotted by: Jerome Alet  
12584
12585 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12586
12587         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12588         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12589         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12590         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12591           cleanup the error message a bit more
12592
12593 2006-11-28  Wim Taymans  <wim@fluendo.com>
12594
12595         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12596         Fix width and height properties.
12597
12598         * ext/libcaca/gstcacasink.h:
12599         Fix compilation on newer libcaca that require us to include a new
12600         header. Fixes #379918.
12601
12602 2006-11-28  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12605         * gst/rtsp/gstrtspsrc.h:
12606         * gst/rtsp/rtspext.h:
12607         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12608         (rtsp_ext_wms_get_context):
12609         Add method so that extensions can choose to disable the setup of
12610         a stream.
12611         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12612
12613 2006-11-27  Wim Taymans  <wim@fluendo.com>
12614
12615         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12616
12617         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12618         Push header in a separate buffer instead of memcpy:ing all data.
12619         Change LF => CRLF in headers.
12620         Move trailing LF to header. Fixes #379792.
12621
12622 2006-11-27  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12625         Small buffer overflow fix and improve debugging.
12626
12627 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * ext/esd/esdmon.h:
12630         * ext/esd/esdsink.h:
12631           remove obsolete _factory_init protos
12632
12633 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12634
12635         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12636         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12637         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12638         (gst_avi_demux_read_subindexes_push),
12639         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12640         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12641         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12642         (gst_avi_demux_massage_index),
12643         (gst_avi_demux_calculate_durations_from_index),
12644         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12645         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12646         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12647           remove dead code, tweak debugs statements, add comments, use
12648           _uint64_scale instead _uint64_scale_int when using guint64 values,
12649           small optimizations, reflow some error handling
12650
12651 2006-11-22  Edward Hervey  <edward@fluendo.com>
12652
12653         * po/.cvsignore:
12654         We never put .pot files in cvs. Let's ignore them all.
12655
12656 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * po/POTFILES.in:
12659           ... but better exclude files that aren't disted.
12660
12661 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * po/POTFILES.in:
12664           Add v4l2 source files to list of files with translations, so the
12665           strings are actually extracted (however bad they still may be).
12666
12667 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12670           Minor clean-ups: const-ify static array, remove trailing comma from
12671           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12672
12673 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12674
12675         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12676         Make sure that g_free always gets called on the same pointer that was 
12677         returned by g_malloc.  Fixes #376594.
12678         Do not leak memory if decompressed size is wrong.
12679         Remove unneeded check of return value of g_malloc.
12680         Patch by: René Stadler <mail@renestadler.de>
12681
12682 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12685           Add missing curly brackets.
12686
12687 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12688
12689         * sys/v4l2/v4l2src_calls.c:
12690         Fix capture_deinit.
12691
12692 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12695         (gst_matroska_mux_request_new_pad):
12696           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12697
12698         * tests/check/elements/matroskamux.c: (setup_src_pad),
12699         (setup_sink_pad), (GST_START_TEST):
12700         Activate pads before using them.
12701
12702 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12705           Initialise variable to get rid of bogus compiler warning.
12706
12707 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12708
12709         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12710
12711         * gst/rtp/gstrtph263pay.c:
12712         * gst/rtp/gstrtph263pdepay.c:
12713         * gst/rtp/gstrtph263ppay.c:
12714           Specify H.263 variant and version in the caps (fixes #361637)
12715
12716 2006-11-15  Wim Taymans  <wim@fluendo.com>
12717
12718         * gst/rtsp/rtspconnection.c: (read_body):
12719         Don't set a data pointer to NULL and a size > 0 when we deal
12720         with empty packets.
12721
12722         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12723         (rtsp_message_init_response), (rtsp_message_init_data),
12724         (rtsp_message_unset), (rtsp_message_free),
12725         (rtsp_message_take_body):
12726         Check that we can't create invalid empty packets. 
12727
12728 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12731
12732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12733         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12734         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12735         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12736         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12737         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12738         * gst/matroska/matroska-mux.h:
12739           Add basic tag writing support; implement releasing pads (#374658).
12740
12741 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12744         (gst_matroska_demux_audio_caps):
12745           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12746
12747 2006-11-14  David Schleef  <ds@schleef.org>
12748
12749         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12750
12751 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12752
12753         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12754
12755         * win32/vs8/gst-plugins-good.sln:
12756         * win32/vs8/libgst1394.vcproj:
12757         * win32/vs8/libgstaasink.vcproj:
12758         * win32/vs8/libgstalaw.vcproj:
12759         * win32/vs8/libgstalpha.vcproj:
12760         * win32/vs8/libgstalphacolor.vcproj:
12761         * win32/vs8/libgstannodex.vcproj:
12762         * win32/vs8/libgstapetag.vcproj:
12763         * win32/vs8/libgstaudiofx.vcproj:
12764         * win32/vs8/libgstauparse.vcproj:
12765         * win32/vs8/libgstautodetect.vcproj:
12766         * win32/vs8/libgstavi.vcproj:
12767         * win32/vs8/libgstcacasink.vcproj:
12768         * win32/vs8/libgstcdio.vcproj:
12769         * win32/vs8/libgstcutter.vcproj:
12770         * win32/vs8/libgstdv.vcproj:
12771         * win32/vs8/libgsteffectv.vcproj:
12772         * win32/vs8/libgstflac.vcproj:
12773         * win32/vs8/libgstflxdec.vcproj:
12774         * win32/vs8/libgstgoom.vcproj:
12775         * win32/vs8/libgsticydemux.vcproj:
12776         * win32/vs8/libgstid3demux.vcproj:
12777         * win32/vs8/libgstjpeg.vcproj:
12778         * win32/vs8/libgstladspa.vcproj:
12779         * win32/vs8/libgstlevel.vcproj:
12780         * win32/vs8/libgstmatroska.vcproj:
12781         * win32/vs8/libgstmikmod.vcproj:
12782         * win32/vs8/libgstmng.vcproj:
12783         * win32/vs8/libgstmonoscope.vcproj:
12784         * win32/vs8/libgstmulaw.vcproj:
12785         * win32/vs8/libgstmultipart.vcproj:
12786         * win32/vs8/libgstpng.vcproj:
12787         * win32/vs8/libgstrtp.vcproj:
12788         * win32/vs8/libgstrtsp.vcproj:
12789         * win32/vs8/libgstshout2.vcproj:
12790         * win32/vs8/libgstsmpte.vcproj:
12791         * win32/vs8/libgstspeex.vcproj:
12792         * win32/vs8/libgsttaglib.vcproj:
12793         * win32/vs8/libgstudp.vcproj:
12794         * win32/vs8/libgstvideobalance.vcproj:
12795         * win32/vs8/libgstvideobox.vcproj:
12796         * win32/vs8/libgstvideoflip.vcproj:
12797         * win32/vs8/libgstvideomixer.vcproj:
12798         * win32/vs8/libgstwavenc.vcproj:
12799         * win32/vs8/libgstwavparse.vcproj:
12800           Make end-of-line returns unixy, so that when the files are checked
12801           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12802           Hopefully fixes #366492.
12803
12804 2006-11-14  Wim Taymans  <wim@fluendo.com>
12805
12806         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12807         Disable init_frames delay timestamp adjustment, it does not
12808         seem to be needed at all. Fixes #369621.
12809
12810 2006-11-13  Wim Taymans  <wim@fluendo.com>
12811
12812         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12813
12814         * gst/videomixer/videomixer.c:
12815         (gst_videomixer_set_master_geometry),
12816         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12817         (gst_videomixer_collect_free), (gst_videomixer_reset),
12818         (gst_videomixer_init), (gst_videomixer_finalize),
12819         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12820         (gst_videomixer_collected), (gst_videomixer_change_state):
12821         Fix memleak by unref'ing collectpads instance (when finalizing)
12822         Implement releasing a request pad. Fixes #374479.
12823
12824 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12825
12826         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12827
12828         * win32/vs8/gst-plugins-good.sln:
12829         * win32/vs8/libgst1394.vcproj:
12830         * win32/vs8/libgstaasink.vcproj:
12831         * win32/vs8/libgstalaw.vcproj:
12832         * win32/vs8/libgstalpha.vcproj:
12833         * win32/vs8/libgstalphacolor.vcproj:
12834         * win32/vs8/libgstannodex.vcproj:
12835         * win32/vs8/libgstapetag.vcproj:
12836         * win32/vs8/libgstaudiofx.vcproj:
12837         * win32/vs8/libgstauparse.vcproj:
12838         * win32/vs8/libgstautodetect.vcproj:
12839         * win32/vs8/libgstavi.vcproj:
12840         * win32/vs8/libgstcacasink.vcproj:
12841         * win32/vs8/libgstcdio.vcproj:
12842         * win32/vs8/libgstcutter.vcproj:
12843         * win32/vs8/libgstdv.vcproj:
12844         * win32/vs8/libgsteffectv.vcproj:
12845         * win32/vs8/libgstflac.vcproj:
12846         * win32/vs8/libgstflxdec.vcproj:
12847         * win32/vs8/libgstgoom.vcproj:
12848         * win32/vs8/libgsticydemux.vcproj:
12849         * win32/vs8/libgstid3demux.vcproj:
12850         * win32/vs8/libgstjpeg.vcproj:
12851         * win32/vs8/libgstladspa.vcproj:
12852         * win32/vs8/libgstlevel.vcproj:
12853         * win32/vs8/libgstmatroska.vcproj:
12854         * win32/vs8/libgstmikmod.vcproj:
12855         * win32/vs8/libgstmng.vcproj:
12856         * win32/vs8/libgstmonoscope.vcproj:
12857         * win32/vs8/libgstmulaw.vcproj:
12858         * win32/vs8/libgstmultipart.vcproj:
12859         * win32/vs8/libgstpng.vcproj:
12860         * win32/vs8/libgstrtp.vcproj:
12861         * win32/vs8/libgstrtsp.vcproj:
12862         * win32/vs8/libgstshout2.vcproj:
12863         * win32/vs8/libgstsmpte.vcproj:
12864         * win32/vs8/libgstspeex.vcproj:
12865         * win32/vs8/libgsttaglib.vcproj:
12866         * win32/vs8/libgstudp.vcproj:
12867         * win32/vs8/libgstvideobalance.vcproj:
12868         * win32/vs8/libgstvideobox.vcproj:
12869         * win32/vs8/libgstvideoflip.vcproj:
12870         * win32/vs8/libgstvideomixer.vcproj:
12871         * win32/vs8/libgstwavenc.vcproj:
12872         * win32/vs8/libgstwavparse.vcproj:
12873           Add VS8 project files (note that many of the plugins in ext are
12874           disabled by default). Fixes #366492.
12875
12876 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12877
12878         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12879           we do not translate debug messages
12880
12881 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12882
12883         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12884           fix categorisation, make short desc more explicit, remove unused code
12885           Fixes #372021
12886
12887 2006-11-08  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst/rtp/gstrtpL16depay.c:
12890         * gst/rtp/gstrtpamrdepay.c:
12891         * gst/rtp/gstrtpamrpay.c:
12892         * gst/rtp/gstrtpgsmdepay.c:
12893         * gst/rtp/gstrtph263pay.c:
12894         * gst/rtp/gstrtph263pdepay.c:
12895         * gst/rtp/gstrtph263ppay.c:
12896         * gst/rtp/gstrtph264depay.c:
12897         * gst/rtp/gstrtpmp2tdepay.c:
12898         * gst/rtp/gstrtpmp4gdepay.c:
12899         * gst/rtp/gstrtpmp4gpay.c:
12900         * gst/rtp/gstrtpmp4vdepay.c:
12901         * gst/rtp/gstrtpmp4vpay.c:
12902         * gst/rtp/gstrtpmpadepay.c:
12903         * gst/rtp/gstrtpmpapay.c:
12904         * gst/rtp/gstrtppcmadepay.c:
12905         * gst/rtp/gstrtppcmapay.c:
12906         * gst/rtp/gstrtppcmudepay.c:
12907         * gst/rtp/gstrtppcmupay.c:
12908         * gst/rtp/gstrtpspeexdepay.c:
12909         * gst/rtp/gstrtpspeexpay.c:
12910         * gst/rtp/gstrtpsv3vdepay.c:
12911         Fix element descriptions.
12912
12913 2006-11-08  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst/rtp/gstrtpvorbisdepay.c:
12916         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12917         Fix description.
12918         Small cleanup in the payloader.
12919
12920 2006-11-08  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/rtp/Makefile.am:
12923         * gst/rtp/gstrtp.c: (plugin_init):
12924         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12925         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12926         (gst_rtp_theora_depay_finalize),
12927         (gst_rtp_theora_depay_parse_configuration),
12928         (gst_rtp_theora_depay_setcaps),
12929         (gst_rtp_theora_depay_switch_codebook),
12930         (gst_rtp_theora_depay_process),
12931         (gst_rtp_theora_depay_set_property),
12932         (gst_rtp_theora_depay_get_property),
12933         (gst_rtp_theora_depay_change_state),
12934         (gst_rtp_theora_depay_plugin_init):
12935         * gst/rtp/gstrtptheoradepay.h:
12936         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12937         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12938         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12939         (gst_rtp_theora_pay_init_packet),
12940         (gst_rtp_theora_pay_flush_packet),
12941         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12942         (gst_rtp_theora_pay_handle_buffer),
12943         (gst_rtp_theora_pay_plugin_init):
12944         * gst/rtp/gstrtptheorapay.h:
12945         Add theora pay/depayloaders.
12946
12947 2006-11-06  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/rtp/Makefile.am:
12950         We depend on gsttag to generate the vorbis comments.
12951
12952         * gst/rtp/gstrtpvorbisdepay.c:
12953         (gst_rtp_vorbis_depay_parse_configuration),
12954         (gst_rtp_vorbis_depay_setcaps),
12955         (gst_rtp_vorbis_depay_switch_codebook),
12956         (gst_rtp_vorbis_depay_process):
12957         * gst/rtp/gstrtpvorbisdepay.h:
12958         Parse configuration string in the depayloader.
12959         Implement selecting and switching to a new codebook.
12960         Receiving vorbis over RTP now works.
12961
12962         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12963         (gst_rtp_vorbis_pay_init_packet),
12964         (gst_rtp_vorbis_pay_finish_headers),
12965         (gst_rtp_vorbis_pay_handle_buffer):
12966         * gst/rtp/gstrtpvorbispay.h:
12967         Set timestamps on outgoing buffers and RTP packets.
12968         Fix configuration string, prepend number of Packet headers.
12969         Fix encoding of ident string.
12970         Add delivery-method to caps.
12971         Streaming vorbis over RTP now works.
12972
12973 2006-11-06  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12976         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12977         (gst_rtp_vorbis_pay_handle_buffer):
12978         * gst/rtp/gstrtpvorbispay.h:
12979         Generate a valid configuration string in the caps based on the
12980         vorbis headers.
12981
12982 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12983
12984         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12985         * ext/cdio/gstcdio.h:
12986         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12987           Move CD-TEXT utility function into common file so it can also be
12988           used by a future cdioparanoiasrc.
12989
12990 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12991         
12992         * sys/v4l2/Makefile.am:
12993         * sys/v4l2/gstv4l2object.c:
12994         * sys/v4l2/gstv4l2src.c:
12995         * sys/v4l2/gstv4l2xoverlay.c:
12996         * sys/v4l2/v4l2_calls.c:
12997         * sys/v4l2/v4l2src_calls.c:
12998         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12999         xoverlay code that is still not implemented.
13000
13001 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13004           We require a -base more recent than 0.10.9, so it's safe to use
13005           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13006
13007         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13008         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13009           Use _newsegment_full() now that we depend on a recent enough core.
13010
13011         * gst/wavparse/gstwavparse.c:
13012           Remove cruft that we don't need any longer now that we depend on
13013           a recent enough -base.
13014
13015 2006-10-31  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst/rtp/Makefile.am:
13018         * gst/rtp/gstrtp.c: (plugin_init):
13019         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13020         (gst_rtpilbcpay_setcaps):
13021         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13022
13023 2006-10-31  Wim Taymans  <wim@fluendo.com>
13024
13025         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13026         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13027         Some small cleanups, use _scale.
13028
13029 2006-10-31  Wim Taymans  <wim@fluendo.com>
13030
13031         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13032         Use higher precision scale function.
13033
13034 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13035
13036         Patch by: Michal Benes  <michal dot benes at itonis tv>
13037
13038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13039         (gst_matroska_demux_read_track_encodings),
13040         (gst_matroska_decode_buffer):
13041           Fix several issues with encoded/compressed/encrypted/signed tracks;
13042           also, remove superfluous newline characters from some debug
13043           statements. (#366155)
13044
13045 2006-10-30  Wim Taymans  <wim@fluendo.com>
13046
13047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13048         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13049         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13050         (gst_smokedec_change_state):
13051         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13052         (gst_smokeenc_init), (gst_smokeenc_finalize),
13053         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13054         (gst_smokeenc_resync), (gst_smokeenc_chain),
13055         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13056         (gst_smokeenc_change_state):
13057         Various cleanups, capsnego and leak fixes.
13058
13059 2006-10-30  Wim Taymans  <wim@fluendo.com>
13060
13061         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13062
13063         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13064         Fix videomixer so that it can handle any combination of framerates.
13065         Fixes #367221.
13066
13067 2006-10-28  Wim Taymans  <wim@fluendo.com>
13068
13069         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13070         (gst_avi_demux_parse_file_header),
13071         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13072         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13073         (gst_avi_demux_chain):
13074         Fix position query for audio. also fixes timestamps in streaming
13075         mode and bug #364958.
13076         Small cleanups.
13077
13078 2006-10-27  Wim Taymans  <wim@fluendo.com>
13079
13080         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13081         * ext/libpng/gstpngenc.h:
13082         Fix strides. Fixes #364856.
13083         Cleanup capsnego.
13084         Set caps on outgoing buffers.
13085
13086 2006-10-18  Wim Taymans  <wim@fluendo.com>
13087
13088         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13089
13090         * gst/rtp/gstrtpgsmpay.c:
13091         * gst/rtp/gstrtph263pay.c:
13092         * gst/rtp/gstrtpmpapay.c:
13093         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13094         (gst_rtp_pcma_pay_handle_buffer):
13095         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13096         Add static payload numbers in addition to the dynamic ones.
13097         Fixes #361639.
13098
13099 2006-10-18  Wim Taymans  <wim@fluendo.com>
13100
13101         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13102         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13103         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13104         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13105         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13106         * gst/rtsp/rtspdefs.h:
13107         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13108         * gst/rtsp/rtspurl.h:
13109         Reuse already existing enum for lower transport.
13110         Add rtspt and rtspu protocols.
13111         Send redirect to rtspt when udp times out.
13112
13113 2006-10-18  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13116         (gst_wavparse_stream_data):
13117         Fix seeking some more, mostly for speed changes.
13118
13119 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13120
13121         Patch by: Fredrik Persson  <frepe at bredband net>
13122
13123         * sys/v4l2/gstv4l2tuner.c:
13124         * sys/v4l2/gstv4l2tuner.h:
13125           Fix _set_channel(): remove useless g_object_notify() for "channel"
13126           property that doesn't exist any longer and therefore now also
13127           useless redirect (#338818).
13128
13129 2006-10-17  Wim Taymans  <wim@fluendo.com>
13130
13131         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13132         Some drivers do not support unsetting the non-blocking flag once the
13133         device is opened. In those cases, close/open the device in
13134         non-blocking mode. Fixes #362673.
13135
13136 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13137
13138         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13139         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13140         (gst_v4l2src_get_fps):
13141           dear stefan, framespersecond is not frameperiod, reverting but adding
13142           comment
13143
13144 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13145
13146         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13147         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13148         (gst_v4l2src_get_fps):
13149           Numerator is numerator and denominator is denominator. Say that aloud
13150           5 times and retry after next beer.
13151
13152 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         Patch by: Josep Torra Valles  <josep at fluendo com>
13155
13156         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13157         * ext/esd/esdsink.c: (gst_esdsink_write):
13158         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13159         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13160         (gst_flac_dec_send_newsegment):
13161         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13162         (gst_flac_enc_tell_callback):
13163         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13164         (smokecodec_parse_header), (smokecodec_decode):
13165         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13166         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13167         * gst/goom/Makefile.am:
13168         * gst/goom/gstgoom.c:
13169         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13170         * gst/rtsp/gstrtspsrc.c:
13171         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13172         * gst/udp/gstudpsink.c:
13173         * gst/udp/gstudpsrc.c:
13174         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13175         * sys/sunaudio/gstsunaudiomixertrack.h:
13176           Fix a bunch of problems discovered by the Forte compiler, mostly type
13177           mixups and pointer arithmetics with void pointers. Fixes #362603.
13178
13179 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * ext/speex/gstspeex.c: (plugin_init):
13182         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13183         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13184         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13185         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13186         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13187         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13188         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13189         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13190         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13191         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13192         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13193         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13194         * ext/speex/gstspeexenc.h:
13195           Miscellaneous clean-ups, among other things: speexenc => enc to
13196           enhance code readability; change speexenc => speex_enc; in chain
13197           function unref input buffer in case of error; take reference in
13198           event function; use boilerplate macro; use gst_pad_query_peer_*
13199           convenience functions.
13200
13201 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13204         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13205         (gst_speexenc_set_header_on_caps):
13206           Fix some mem leaks.
13207
13208 2006-10-11  Wim Taymans  <wim@fluendo.com>
13209
13210         * gst/rtsp/URLS:
13211         Added some other URL.
13212
13213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13214         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13215         (gst_rtspsrc_open), (gst_rtspsrc_play),
13216         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13217         * gst/rtsp/gstrtspsrc.h:
13218         Work on fallback to TCP connection when the UDP socket times out.
13219         Handler server requests, just reply with OK for now.
13220
13221         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13222         * gst/rtsp/rtspdefs.h:
13223         Added some more Real extension headers.
13224
13225         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13226         Fix parsing of urls with a ':' that is not part of the hostname:port
13227         part of the url.
13228
13229 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13232         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13233         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13234           Activate pad before adding it to the already-running element.
13235
13236         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13237           Activate newly-created pad too.
13238
13239 2006-10-11  Wim Taymans  <wim@fluendo.com>
13240
13241         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13242
13243         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13244         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13245         (gst_udpsrc_start):
13246         Fix some leaks in caps and uris. Fixes #361252.
13247
13248 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * gst/wavparse/Makefile.am:
13251           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13252
13253 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13254
13255         * sys/v4l2/gstv4l2xoverlay.c:
13256         * sys/v4l2/gstv4l2xoverlay.h:
13257         Fix build as per the patch in #338818 comment 36.
13258
13259 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13262           Activate pads before adding them to the source.
13263
13264 2006-10-06  Wim Taymans  <wim@fluendo.com>
13265
13266         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13267         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13268         Activate pads before adding.
13269
13270 2006-10-06  Wim Taymans  <wim@fluendo.com>
13271
13272         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13273         (gst_multipart_find_pad_by_mime):
13274         Activate pads before adding.
13275
13276         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13277         BOILERPLATE sets parent_class for us.
13278
13279 2006-10-06  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13282         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13283         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13284         (gst_rtspsrc_alloc_udp_ports),
13285         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13286         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13287         (gst_rtspsrc_create_transports_string),
13288         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13289         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13290         * gst/rtsp/gstrtspsrc.h:
13291         Rework how the transport string is constructed, try to share channels
13292         and udp ports.
13293         Make most of the stuff less dependant on RTP as we are also going to use
13294         it for RDT.
13295         Add support for transport specific session managers.
13296
13297         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13298         Implement _flush().
13299
13300         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13301         * gst/rtsp/rtspdefs.h:
13302         Add generic error return code.
13303
13304         * gst/rtsp/rtspext.h:
13305         Add support for pluggable tranport strings.
13306
13307         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13308         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13309         (rtsp_ext_wms_get_context):
13310         Detect WMServer and activate the extension.
13311
13312         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13313         (rtsp_transport_get_manager), (rtsp_transport_parse):
13314         * gst/rtsp/rtsptransport.h:
13315         Added methods to get mime/manager for certain transports.
13316
13317 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * ext/cairo/gsttimeoverlay.c:
13320         (gst_cairo_time_overlay_update_font_height):
13321         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13322         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13323         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13324         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13325         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13326         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13327         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13328         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13329         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13330         (gst_avi_demux_stream_data):
13331         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13332         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13333         (gst_fenced_buffer_copy):
13334         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13338         (gst_rtspsrc_handle_message):
13339         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13340         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13341           Printf format fixes.
13342
13343 2006-10-04  Wim Taymans  <wim@fluendo.com>
13344
13345         * gst/rtsp/Makefile.am:
13346         Dist new .h file too.
13347
13348 2006-10-04  Wim Taymans  <wim@fluendo.com>
13349
13350         * gst/rtsp/Makefile.am:
13351         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13352         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13354         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13355         (gst_rtspsrc_parse_rtpmap),
13356         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13357         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13358         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13359         * gst/rtsp/gstrtspsrc.h:
13360         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13361         * gst/rtsp/rtspdefs.h:
13362         * gst/rtsp/rtspext.h:
13363         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13364         (rtsp_ext_wms_get_context):
13365         * gst/rtsp/rtspextwms.h:
13366         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13367         (rtsp_transport_parse):
13368         * gst/rtsp/rtsptransport.h:
13369         Factor out extension in separate module.
13370         Fix getcaps to filter against the padtemplate.
13371         Use Content-Base if the server gives one.
13372         Rework the transport parsing a bit for future extensions.
13373         Added some Real Header field definitions.
13374
13375 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * docs/plugins/Makefile.am:
13378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13380           added v4l2 stubs
13381         * gst-plugins-good.spec.in:
13382           add v4l2
13383
13384 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13385
13386         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13387           Extract disc/album/medium number and count and try harder
13388           to extract track number/count.
13389
13390 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13391
13392         * configure.ac:
13393         * sys/Makefile.am:
13394           add build stuff for v4l2, needs --enable-experimental until
13395           the last bits are resolved
13396
13397 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         * tests/check/Makefile.am:
13400           Disable autodetect test temporarily, so that the build bots
13401           update -bad and the ranks of unreliable video sinks in there.
13402
13403         * tests/check/elements/autodetect.c: (GST_START_TEST):
13404           Skip test if no usable videosink is found.
13405
13406 2006-09-29  Wim Taymans  <wim@fluendo.com>
13407
13408         * gst/rtsp/URLS:
13409         Add some more URLs.
13410
13411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13412         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13413         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13414         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13415         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13416         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13417         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13418         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13419         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13420         * gst/rtsp/gstrtspsrc.h:
13421         Add timeout property to control UDP timeouts.
13422         Fix error messages.
13423         Also start a loop function when operating in UDP mode so that we can
13424         do some more stuff async.
13425         Handle element messages from udpsrc to detect timeouts. If a timeout
13426         happens we currently generate an error.
13427         API: rtspsrc::timeout property.
13428
13429         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13430         (gst_udpsrc_create):
13431         Really implement the timeout in microseconds and not milliseconds.
13432
13433 2006-09-29  Wim Taymans  <wim@fluendo.com>
13434
13435         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13436         (gst_udpsrc_create), (gst_udpsrc_set_property),
13437         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13438         * gst/udp/gstudpsrc.h:
13439         Added property to post a message on timeout.
13440         Updated docs.
13441         When restarting the select, initialize the fdsets again.
13442         Init control sockets so we don't accidentally close a random socket.
13443         API: GstUDPSrc::timeout property
13444
13445 2006-09-29  Wim Taymans  <wim@fluendo.com>
13446
13447         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13448         Fix flag registration.
13449
13450         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13451         Reading 0 also means 'no more commands'
13452
13453 2006-09-29  Wim Taymans  <wim@fluendo.com>
13454
13455         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13456
13457         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13458         Fix possible infinite loop when shutting down, a read can also return
13459         0 to indicate no more messages are available. Fixes #358156.
13460
13461 2006-09-25  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/autodetect/gstautoaudiosink.c:
13464         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13465         (gst_auto_audio_sink_find_best):
13466         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13467         Small cleanups.
13468         don't try to set "sync" property when it is not available.
13469
13470 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         Patch by: Peter Kjellerstedt  <pkj at axis com>
13473
13474         * gst/alpha/gstalpha.c:
13475         * gst/rtp/gstrtpamrdepay.c:
13476         * gst/rtsp/gstrtspsrc.c:
13477         * gst/udp/gstudpsrc.c:
13478         * gst/videomixer/videomixer.c:
13479           Include stdlib.h in some more places, makes things compile
13480           with uClibc and -Werror (#357592).
13481
13482 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13483
13484         * ext/jpeg/gstjpegdec.c:
13485           Set minimum height to 8 (from 16), our code should handle
13486           that fine. Some of the buttons on the apple trailer site
13487           are apparently only 15 pixels high (see #357470).
13488
13489 2006-09-23  Wim Taymans  <wim@fluendo.com>
13490
13491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13492         (gst_rtspsrc_open):
13493         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13494         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13495         (rtsp_connection_receive):
13496         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13497         * gst/rtsp/rtspdefs.h:
13498         Improve error reporting.
13499
13500 2006-09-23  Wim Taymans  <wim@fluendo.com>
13501
13502         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13503         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13504         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13505         * gst/rtp/gstrtpdepay.c:
13506         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13507         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13508         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13509         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13510         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13511         (gst_rtp_mp2t_depay_plugin_init):
13512         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13513         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13514         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13515         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13516         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13517         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13518         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13519         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13520         Fix klass typos.
13521         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13522
13523 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13524
13525         * configure.ac:
13526           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13527
13528 2006-09-22  Wim Taymans  <wim@fluendo.com>
13529
13530         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13531         Don't check for a tag that is never there and check if we read the
13532         correct tag. Fixes seeking again.
13533         We must post an error when all pads are unlinked.
13534
13535 2006-09-22  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/rtp/Makefile.am:
13538         * gst/rtp/gstrtp.c: (plugin_init):
13539         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13540         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13541         (gst_rtp_vorbis_pay_reset_packet),
13542         (gst_rtp_vorbis_pay_init_packet),
13543         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13544         (gst_rtp_vorbis_pay_handle_buffer):
13545         More fixage, set endoder-params correctly in the payloader.
13546
13547 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13548
13549         * gst/autodetect/gstautoaudiosink.c:
13550         (gst_auto_audio_sink_base_init):
13551         * gst/autodetect/gstautovideosink.c:
13552         (gst_auto_video_sink_base_init):
13553           Make static pad templates static to appease valgrind's leak
13554           detector.
13555
13556         * tests/check/Makefile.am:
13557         * tests/check/elements/.cvsignore:
13558         * tests/check/elements/autodetect.c: (GST_START_TEST),
13559         (autodetect_suite):
13560           Add simple test for the ghostpad lockup on shutdown fixed in core
13561           CVS (audio bit disabled because it would need dozens of alsa
13562           suppressions and I'm too lazy to add those now).
13563
13564 2006-09-22  Wim Taymans  <wim@fluendo.com>
13565
13566         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13567         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13568         Small cleanups.
13569
13570         * gst/rtp/Makefile.am:
13571         * gst/rtp/gstrtp.c: (plugin_init):
13572         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13573         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13574         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13575         (gst_rtp_vorbis_depay_process),
13576         (gst_rtp_vorbis_depay_set_property),
13577         (gst_rtp_vorbis_depay_get_property),
13578         (gst_rtp_vorbis_depay_change_state),
13579         (gst_rtp_vorbis_depay_plugin_init):
13580         * gst/rtp/gstrtpvorbisdepay.h:
13581         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13582         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13583         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13584         (gst_rtp_vorbis_pay_flush_packet),
13585         (gst_rtp_vorbis_pay_append_buffer),
13586         (gst_rtp_vorbis_pay_handle_buffer),
13587         (gst_rtp_vorbis_pay_plugin_init):
13588         * gst/rtp/gstrtpvorbispay.h:
13589         Add experimental vorbis pay and depayloaders.
13590
13591 2006-09-21  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13594         Fix profile-level-id parsing and setup.
13595
13596 2006-09-21  Wim Taymans  <wim@fluendo.com>
13597
13598         * gst/udp/README:
13599         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13600         Update README, simple cleanup.
13601
13602 2006-09-21  Wim Taymans  <wim@fluendo.com>
13603
13604         * gst/rtp/README:
13605         Update README with some examples.
13606
13607         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13608         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13609         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13610         (gst_rtp_mp4g_pay_setcaps):
13611         * gst/rtp/gstrtpmp4gpay.h:
13612         Make optional RTP parameters of type STRING, as required by the
13613         application/x-rtp caps specification.
13614
13615 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13616
13617         * gst/rtp/gstrtph263pdepay.c:
13618         * gst/rtp/gstrtph263ppay.c:
13619         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13620         RTP header.
13621
13622 2006-09-20  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/rtp/Makefile.am:
13625         And makefile too.
13626
13627 2006-09-20  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst/rtp/gstrtp.c: (plugin_init):
13630         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13631         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13632         (decode_base64), (gst_rtp_asf_depay_setcaps),
13633         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13634         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13635         (gst_rtp_asf_depay_plugin_init):
13636         * gst/rtp/gstrtpasfdepay.h:
13637         Added preliminary ASF depayloader.
13638
13639         * gst/rtp/gstrtph264depay.c: (decode_base64):
13640         Fix base64 decoding.
13641
13642 2006-09-20  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst/rtsp/URLS:
13645         Added some test URLS.
13646
13647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13648         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13649         * gst/rtsp/gstrtspsrc.h:
13650         When creating streams, give access to the complete SDP.
13651         Fix some leaks.
13652         Collect and merge global stream properties in stream caps.
13653         Preliminary support for WMServer.
13654
13655         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13656         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13657         (rtsp_connection_receive):
13658         * gst/rtsp/rtspconnection.h:
13659         Make connection interruptable.
13660         Refactor to make it reconnectable.
13661         Don't fail on short reads when reading data packets.
13662
13663         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13664         (rtsp_url_get_port):
13665         * gst/rtsp/rtspurl.h:
13666         Add methods for getting/setting the port.
13667
13668         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13669         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13670         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13671         (sdp_media_get_format), (sdp_parse_line),
13672         (sdp_message_parse_buffer):
13673         Fix headers. 
13674         Add methods for getting multiple attributes with the same name.
13675         Increase buffer size when parsing.
13676         Fix parsing of a=foo fields.
13677
13678         * gst/rtsp/test.c: (main):
13679         Update to new connection API.
13680
13681         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13682         (rtsp_message_init_response), (rtsp_message_init_data),
13683         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13684         * gst/rtsp/rtspmessage.h:
13685         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13686         * gst/rtsp/rtsptransport.h:
13687         * gst/rtsp/sdp.h:
13688         * gst/rtsp/sdpmessage.h:
13689         * gst/rtsp/gstrtsp.c:
13690         * gst/rtsp/gstrtsp.h:
13691         * gst/rtsp/gstrtpdec.c:
13692         * gst/rtsp/gstrtpdec.h:
13693         * gst/rtsp/rtsp.h:
13694         * gst/rtsp/rtspdefs.c:
13695         * gst/rtsp/rtspdefs.h:
13696         Dual licensed under MIT and LGPL now.
13697
13698 2006-09-19  Wim Taymans  <wim@fluendo.com>
13699
13700         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13701         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13702         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13703         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13704         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13705         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13706         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13707         * gst/rtsp/gstrtspsrc.h:
13708         Reorganize stream parsing and creation.
13709         Detect container formats in interleaved mode.
13710         Keep more state about the streams.
13711         Assume a server also supports PLAY if it does not say.
13712         Add unicast and interleaved properties to TCP transport requests to make
13713         some servers happy (WMServer).
13714
13715         * gst/rtsp/sdpmessage.h:
13716         Add some defines for the standard Bandwidth types.
13717
13718 2006-09-19  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/rtsp/test.c: (main):
13721         Fix build.
13722
13723 2006-09-19  Wim Taymans  <wim@fluendo.com>
13724
13725         * gst/wavparse/gstwavparse.c:
13726         Add ms-gsm to the src template.
13727
13728 2006-09-18  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13731         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13732         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13733         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13734         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13735         * gst/rtsp/gstrtspsrc.h:
13736         Small cleanups, added documentation.
13737         Try to clean up the requests and responses.
13738         Refactor parsing the supported methods.
13739
13740         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13741         (rtsp_connection_create), (rtsp_connection_send),
13742         (parse_response_status), (parse_request_line),
13743         (rtsp_connection_receive), (rtsp_connection_close),
13744         (rtsp_connection_free):
13745         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13746         (rtsp_transport_init), (rtsp_transport_parse),
13747         (rtsp_transport_free):
13748         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13749         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13750         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13751         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13752         Use g_return_val some more.
13753
13754         * gst/rtsp/rtspdefs.h:
13755         Add more enum values to track initial states.
13756
13757         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13758         (rtsp_message_init_request), (rtsp_message_new_response),
13759         (rtsp_message_init_response), (rtsp_message_init_data),
13760         (rtsp_message_unset), (rtsp_message_free),
13761         (rtsp_message_add_header), (rtsp_message_remove_header),
13762         (rtsp_message_get_header), (rtsp_message_set_body),
13763         (rtsp_message_take_body), (rtsp_message_get_body),
13764         (rtsp_message_steal_body), (rtsp_message_dump):
13765         * gst/rtsp/rtspmessage.h:
13766         Reorder arguments, object goes as the first one.
13767         Use g_return_val some more.
13768
13769 2006-09-18  Wim Taymans  <wim@fluendo.com>
13770
13771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13772         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13773         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13774         * gst/rtsp/gstrtspsrc.h:
13775         Export sometimes source pad with correct caps on the template, create
13776         the ghostpad from the template.
13777         Remove RTCP template as we never expose RTCP.
13778         Protect against invalid body size.
13779         Avoid memcpy when creating the output buffer.
13780         Properly post an error and send EOS when the loop function is shut down.
13781
13782 2006-09-18  Wim Taymans  <wim@fluendo.com>
13783
13784         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13785
13786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13787         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13788         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13789         * gst/rtsp/gstrtspsrc.h:
13790         Make sure we can never set an invalid location.
13791
13792         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13793         * gst/rtsp/rtspmessage.h:
13794         Added _steal_body method for future use.
13795
13796         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13797         Make freeing of NULL url return immediatly.
13798
13799 2006-09-18  Wim Taymans  <wim@fluendo.com>
13800
13801         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13802
13803         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13804         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13805         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13806         (gst_rtspsrc_change_state):
13807         * gst/rtsp/gstrtspsrc.h:
13808         Use boilerplate.
13809         Make rtspsrc subclass GstBin to make state changes easier.
13810         Add Range header field on the PLAY request.
13811
13812 2006-09-18  Wim Taymans  <wim@fluendo.com>
13813
13814         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13815
13816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13817         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13818         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13819         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13820         * gst/rtsp/rtspconnection.c: (inet_aton):
13821         Small cleanups.
13822         when multicast is selected as the transport, create UDP sources and
13823         connect to the multicast group.
13824         Move parsing and setting of caps to a common place.
13825         Fixes #349894.
13826
13827 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13828
13829         * ext/flac/gstflactag.c:
13830         * gst/alpha/gstalpha.c:
13831         * gst/debug/breakmydata.c:
13832         * gst/debug/negotiation.c:
13833         * gst/debug/testplugin.c:
13834         * gst/effectv/gstaging.c:
13835         * gst/effectv/gstdice.c:
13836         * gst/effectv/gstedge.c:
13837         * gst/effectv/gstquark.c:
13838         * gst/effectv/gstrev.c:
13839         * gst/effectv/gstshagadelic.c:
13840         * gst/effectv/gstvertigo.c:
13841         * gst/effectv/gstwarp.c:
13842         * gst/multipart/multipartdemux.c:
13843         * gst/multipart/multipartmux.c:
13844         * gst/videobox/gstvideobox.c:
13845         * gst/videofilter/gstgamma.c:
13846         * gst/videofilter/gstvideotemplate.c:
13847         * gst/videomixer/videomixer.c:
13848         * sys/sunaudio/gstsunaudiosrc.h:
13849         More G_OBJECT macro fixing.
13850
13851 2006-09-16  Wim Taymans  <wim@fluendo.com>
13852
13853         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13854
13855         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13856         Correctly set the dwLength in strh.
13857         With this patch, the file duration is now displayed correctly in window
13858         media player and the AVI plays completely. Fixes #356147
13859
13860 2006-09-15  Wim Taymans  <wim@fluendo.com>
13861
13862         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13863
13864         * sys/sunaudio/gstsunaudiomixerctrl.c:
13865         (gst_sunaudiomixer_ctrl_build_list):
13866         Set the output track as the MASTER so that the gnome-settings-daemon
13867         keybindings for changing the volume using the keyboard works.
13868         Fixes #356142.
13869
13870 2006-09-15  Wim Taymans  <wim@fluendo.com>
13871
13872         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13873         Fix documentation, it is not possible to control the framerate of jpegdec
13874         using filtered caps yet. Fixes #355210.
13875         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13876         stop when there is an error.
13877
13878 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13881         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13882           Don't interpret a first buffer with an offset of NONE as
13883           'from the middle of the stream', but only a first buffer
13884           that has a valid buffer offset that's non-zero (see #345449).
13885
13886 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13889         (gst_icydemux_typefind_or_forward):
13890         * gst/icydemux/gsticydemux.h:
13891           When we merge/collect multiple incoming buffers for typefinding
13892           purposes, keep an initial 0 offset on the first outgoing buffer
13893           as well (otherwise id3demux won't work right). Fixes #345449.
13894           Also Make buffer metadata writable before setting buffer caps.
13895
13896         * tests/check/elements/icydemux.c: (typefind_succeed),
13897         (cleanup_icydemux), (push_data), (GST_START_TEST),
13898         (icydemux_suite):
13899           Small test case for the above.
13900
13901 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13902
13903         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13904         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13905         (gst_avi_demux_stream_header_push),
13906         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13907         (gst_avi_demux_loop):
13908           More code reuse and better logging in _peek_chunk(). Reintroduce check
13909           for chunk sizes before reading them (avoid oom). Better handling for 
13910           invalid chunksizes when streaming.
13911
13912 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13913
13914         * gst/level/gstlevel.c: (gst_level_set_property):
13915         * gst/level/gstlevel.h:
13916           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13917           René Stadler
13918
13919 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13920
13921         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13922         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13923         (gst_avi_demux_stream_data):
13924           Revert one change to fix streaming avi (adapter size != data size).
13925
13926 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13927
13928         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13929
13930         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13931         (gst_matroska_demux_reset),
13932         (gst_matroska_demux_read_track_encodings),
13933         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13934         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13935         (gst_matroska_demux_subtitle_caps):
13936         * gst/matroska/matroska-ids.h:
13937           Add support for VOBSUB subtitle tracks and zlib-compressed
13938           tracks. Make sure we start on a keyframe after a seek. (#343348)
13939
13940 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13943         (gst_matroska_demux_push_flac_codec_priv_data),
13944         (gst_matroska_demux_push_xiph_codec_priv_data),
13945         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13946         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13947         * gst/matroska/matroska-ids.h:
13948           Add basic FLAC support (#311586), not perfect yet though, needs some
13949           tweaking in flacdec; also, seeking could be better.
13950           Do better bounds checking when deserialising vorbis stream headers
13951           to make sure we don't read beyond the end of the buffer on bad input.
13952
13953 2006-09-04  Wim Taymans  <wim@fluendo.com>
13954
13955         Patch by: Alessandro Decina <alessandro at nnva dot org>
13956
13957         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13958         Seeking back in a file containing a CMML stream errors out if the seek
13959         goes back up to the CMML headers. This is because after the seek the xml
13960         processing instruction <?xml ...?> is submitted to the xml parser again, 
13961         which results in an error. The attached patch fixes the problem. 
13962         Fixes #353908.
13963
13964         * ext/annodex/gstcmmlenc.h:
13965         Fix authors name.
13966
13967
13968 2006-08-28  Andy Wingo  <wingo@pobox.com>
13969
13970         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13971         New helper function to lessen the ifdefs.
13972         (GST_INFO_OBJECT): 
13973         (gst_dv1394src_iso_receive): Use it.
13974         (gst_dv1394src_create): Also use the control sockets in iec61883
13975         mode.
13976         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13977         handle for AVC operations; fixes #348233.
13978
13979 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13980
13981         * configure.ac:
13982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13983         * docs/plugins/inspect/plugin-audiofx.xml:
13984         * docs/plugins/inspect/plugin-audiofxgood.xml:
13985         * gst/audiofx/Makefile.am:
13986         * gst/audiofx/audiofx.c:
13987         * gst/audiofxgood/.cvsignore:
13988         * gst/audiofxgood/Makefile.am:
13989         * gst/audiofxgood/audiofx.c:
13990         * gst/audiofxgood/audiopanorama.c:
13991         * gst/audiofxgood/audiopanorama.h:
13992           Rename again (audiofxgood -> audiofx).
13993
13994 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13995
13996         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13997         (gst_avi_demux_stream_scan):
13998           Initialze variables.
13999
14000 2006-08-25  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14003         (gst_avi_demux_init), (gst_avi_demux_finalize),
14004         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14005         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14006         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14007         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14008         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14009         (gst_avi_demux_massage_index),
14010         (gst_avi_demux_calculate_durations_from_index),
14011         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14012         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14013         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14014         (gst_avi_demux_change_state):
14015         * gst/avi/gstavidemux.h:
14016         More attempts to turn this into readable code.
14017         Don't leak adapters.
14018         Calculate duration according to index more efficiently.
14019         Don't try to act like we drive the pipeline in chain mode.
14020
14021 2006-08-25  Wim Taymans  <wim@fluendo.com>
14022
14023         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14024         Fix build.
14025
14026 2006-08-25  Wim Taymans  <wim@fluendo.com>
14027
14028         Patch by: Alessandro Decina <alessandro at nnva dot org>
14029
14030         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14031         Do some extra sanity checks.
14032         Fixes #350340.
14033
14034         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14035         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14036         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14037         Check if clip->start_time is valid before adding the clip to the
14038         track list.
14039         Reset enc->preamble going from PAUSED to READY.
14040         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14041         only used for EOS.
14042         Only post an error message if we were the one that created the fatal
14043         GstFlowReturn value.
14044
14045         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14046         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14047         Parse the seconds field of the npt-sec time format using %llu rather than
14048         %d and check that the value scaled by GST_SECOND doesn't overflow.
14049         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14050         Lookup a clip's track with clip->track rather than clip->id which
14051         makes no sense.
14052         Identify a clip by its track and start time and not its xml id.
14053         do some more input checking and make sure we don't do undefined shifts.
14054
14055         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14056         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14057         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14058         (push_clip), (push_empty_clip), (check_output_clip),
14059         (GST_START_TEST), (cmmldec_suite):
14060         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14061         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14062         (check_headers), (push_clip), (check_clip_times), (check_clip),
14063         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14064         Added some more checks.
14065
14066 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14067
14068         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14069         (gst_audio_panorama_set_property),
14070         (gst_audio_panorama_get_property),
14071         (gst_audio_panorama_transform_m2s_int),
14072         (gst_audio_panorama_transform_s2s_int),
14073         (gst_audio_panorama_transform_m2s_float),
14074         (gst_audio_panorama_transform_s2s_float):
14075         * gst/audiofxgood/audiopanorama.h:
14076         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14077           Make also the pan-property float (saves scaling and yields better
14078           resolution)
14079
14080 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14081
14082         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14083         (gst_audio_panorama_transform_m2s_float),
14084         (gst_audio_panorama_transform_s2s_float):
14085           ChangeLog surgery to add cymax's real name
14086
14087
14088 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14089
14090         Patch by: René Stadler <mail@renestadler.de>
14091
14092         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14093         (gst_audio_panorama_transform_m2s_int),
14094         (gst_audio_panorama_transform_s2s_int),
14095         (gst_audio_panorama_transform_m2s_float),
14096         (gst_audio_panorama_transform_s2s_float),
14097         (gst_audio_panorama_transform):
14098         * gst/audiofxgood/audiopanorama.h:
14099           Added float support
14100
14101 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14102
14103         * gst/audiofxgood/audiopanorama.c:
14104         (gst_audio_panorama_transform_m2s):
14105           Fix docs & debug category. Add Fixme for volume pan levels.
14106
14107 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14108
14109         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14110         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14111         (gst_avi_demux_stream_header_pull),
14112         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14113         (gst_avi_demux_chain):
14114           unbreak AVI index handling, some more debug, remove an obsolete
14115           adapter_flush that caused streaming to wander off in the wild
14116
14117 2006-08-24  Wim Taymans  <wim@fluendo.com>
14118
14119         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14120         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14121         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14122         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14123         (gst_avi_demux_calculate_durations_from_index),
14124         (gst_avi_demux_stream_header_push),
14125         (gst_avi_demux_stream_header_pull):
14126         * gst/avi/gstavidemux.h:
14127         Some more cleanups. 
14128         Fix totalFrames parsing in ODML.
14129         Disable use of index for length calculation in case of ODML as this is
14130         broken now.
14131
14132 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14133
14134         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14135           Use libgsttag helper function here too.
14136
14137 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14138
14139         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14140         (gst_avi_demux_init), (gst_avi_demux_dispose),
14141         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14142         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14143         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14144         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14145         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14146         (gst_avi_demux_parse_subindex),
14147         (gst_avi_demux_read_subindexes_push),
14148         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14149         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14150         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14151         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14152         (gst_avi_demux_stream_header_pull),
14153         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14154         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14155         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14156         (gst_avi_demux_change_state):
14157         * gst/avi/gstavidemux.h:
14158           Initial streaming support for avidemux (fixes #336465)
14159
14160 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14163           There is no taglibmux element ...
14164
14165         * gst/rtsp/gstrtspsrc.c:
14166           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14167           was complaining about unknown entity here.
14168
14169 2006-08-22  Wim Taymans  <wim@fluendo.com>
14170
14171         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14172         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14173         (gst_avi_demux_process_next_entry):
14174         * gst/avi/gstavidemux.h:
14175         Mark DISCONT.
14176         Remove old unused fields and reorder the struct a bit.
14177
14178 2006-08-22  Wim Taymans  <wim@fluendo.com>
14179
14180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14181         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14182         (gst_rtspsrc_pause):
14183         * gst/rtsp/gstrtspsrc.h:
14184         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14185         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14186         Small documentation updates.
14187
14188 2006-08-22  Wim Taymans  <wim@fluendo.com>
14189
14190         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14191         (gst_avi_demux_index_entry_for_time),
14192         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14193         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14194         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14195         (gst_avi_demux_next_data_buffer),
14196         (gst_avi_demux_calculate_durations_from_index),
14197         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14198         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14199         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14200         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14201         * gst/avi/gstavidemux.h:
14202         Precalc most of the duration query for each stream.
14203         Make seeking more correct.
14204         Use GstSegment to track position and duration.
14205         Code cleanups and leak fixes.
14206         Calculate correct total duration based on index length.
14207
14208 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14209
14210         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14211         (parse_insert_string_field):
14212           If strings in text fields are marked ISO8859-1, but contain
14213           valid UTF-8 already, then handle them as UTF-8 and ignore
14214           the encoding. (#351794)
14215
14216 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14219         (gst_flac_dec_write), (gst_flac_dec_loop),
14220         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14221         (gst_flac_dec_src_query):
14222         * ext/flac/gstflacdec.h:
14223           Make flac-in-ogg work (#352100).
14224
14225 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14226
14227         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14228           Don't unref buffers of which we've already given away
14229           ownership to the adapter.
14230
14231 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14232
14233         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14234           Make metadata extraction actually work.
14235
14236         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14237         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14238         (gst_speexenc_chain):
14239           Fix metadata writing: replace old code which wrote completely
14240           broken tags with libgsttag-based code. Plus miscellaneous
14241           code cleanups (use static pad templates etc.) and a bunch
14242           of leak fixes.
14243
14244 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14245
14246         * gst/audiopanorama/.cvsignore:
14247         * gst/audiopanorama/Makefile.am:
14248         * gst/audiopanorama/audiofx.c:
14249         * gst/audiopanorama/audiopanorama.c:
14250         * gst/audiopanorama/audiopanorama.h:
14251           die! die! die! you should never have been there
14252
14253 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14254
14255         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14256         Fix invalid memory access in audiopanorama test suite.
14257
14258 2006-08-21  Edward Hervey  <edward@fluendo.com>
14259
14260         * tests/check/elements/.cvsignore:
14261         ignore built file
14262
14263 2006-08-21  Wim Taymans  <wim@fluendo.com>
14264
14265         * gst/rtp/Makefile.am:
14266         Fix the build again.
14267
14268 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14269
14270         * gst/audiofxgood/.cvsignore:
14271         * gst/audiofxgood/Makefile.am:
14272         * gst/audiofxgood/audiofx.c: (plugin_init):
14273         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14274         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14275         (gst_audio_panorama_set_property),
14276         (gst_audio_panorama_get_property),
14277         (gst_audio_panorama_get_unit_size),
14278         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14279         (gst_audio_panorama_transform_m2s),
14280         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14281         * gst/audiofxgood/audiopanorama.h:
14282           resubmit with the desired name *again*
14283
14284 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14285
14286         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14287         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14288           use g_assert in _get_unit_size
14289
14290 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14291
14292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14294         * docs/plugins/inspect/plugin-audiofxgood.xml:
14295           cleanup -unused.txt to make it useful, add previously missing docs
14296
14297         * ext/Makefile.am:
14298           Quietly (accidentally) enable LADSPA for building by default, 
14299           despite the fact that it doesn't meet the plugin checklist.
14300             -- Added by Jan Schmidt 18 Dec 2006
14301
14302         * ext/esd/esdmon.c:
14303         * ext/esd/esdsink.c:
14304         * ext/esd/gstesd.c: (plugin_init):
14305           reflow to get rid of two external symbols
14306
14307         * gst/audiofxgood/audiofx.c: (plugin_init):
14308           re-add
14309
14310 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14311
14312         * configure.ac:
14313         * gst/audiofxgood/.cvsignore:
14314         * gst/audiofxgood/Makefile.am:
14315         * gst/audiofxgood/audiofx.c
14316         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14317         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14318         (gst_audio_panorama_set_property),
14319         (gst_audio_panorama_get_property),
14320         (gst_audio_panorama_get_unit_size),
14321         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14322         (gst_audio_panorama_transform_m2s),
14323         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14324         * gst/audiofxgood/audiopanorama.h:
14325         * tests/check/Makefile.am:
14326         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14327         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14328         (panorama_suite), (main):
14329         Add audiofxgood plugin with audiopanorama element
14330
14331 2006-08-18  Wim Taymans  <wim@fluendo.com>
14332
14333         * docs/plugins/Makefile.am:
14334         More Oss docs fixage. 
14335
14336 2006-08-18  Wim Taymans  <wim@fluendo.com>
14337
14338         * gst/rtp/Makefile.am:
14339         * gst/rtp/gstrtp.c: (plugin_init):
14340         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14341         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14342         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14343         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14344         (gst_rtp_sv3v_depay_get_property),
14345         (gst_rtp_sv3v_depay_change_state),
14346         (gst_rtp_sv3v_depay_plugin_init):
14347         * gst/rtp/gstrtpsv3vdepay.h:
14348         Added experimental SVQ3 depayloader.
14349
14350 2006-08-18  Edward Hervey  <edward@fluendo.com>
14351
14352         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14353         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14354         * ext/dv/gstdvdemux.h:
14355         When handling seek requests, don't send the newsegment event from the
14356         calling thread. Instead save it so it can be sent from the streaming
14357         thread.
14358
14359 2006-08-17  Wim Taymans  <wim@fluendo.com>
14360
14361         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14362
14363         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14364         Accept leading whitespace before the boundary
14365         This patch makes the demuxer allow some whitespace before the actual
14366         boundary. This makes the demuxer work with the ``old'' gstreamer
14367         multipartmuxer again (which placed an extra \n before the start
14368         of the stream) Fixes #349068.
14369
14370 2006-08-17  Wim Taymans  <wim@fluendo.com>
14371
14372         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14373         Error out on non-implemented stuff.
14374
14375 2006-08-16  Wim Taymans  <wim@fluendo.com>
14376
14377         Patch by: Andy Wingo <wingo at pobox dot com>
14378
14379         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14380         (gst_signal_processor_start), (gst_signal_processor_stop),
14381         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14382         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14383         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14384         (gst_signal_processor_change_state):
14385         Make ladspa elements reusable. Fixes #350006.
14386
14387 2006-08-16  Wim Taymans  <wim@fluendo.com>
14388
14389         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14390         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14391         names as possible. Fixes #349901.
14392
14393 2006-08-16  Wim Taymans  <wim@fluendo.com>
14394
14395         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14396         (gst_signal_processor_do_pushes):
14397         A push() gives away our refcount so we should not use the buffer on the
14398         pen anymore.
14399
14400 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14401
14402         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14403         (gst_oss_mixer_element_finalize):
14404           Don't leak device string.
14405
14406 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14407
14408         * configure.ac:
14409           Require CVS of GStreamer core and -base (for
14410           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14411
14412         * ext/taglib/gstid3v2mux.cc:
14413           Write extended comment tags properly (#348762).
14414
14415         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14416         (parse_comment_frame):
14417           Extract COMM frames into extended comments, which makes it
14418           easier to properly retain the description bit of the tag
14419           and maintain this information when re-tagging (#348762).
14420
14421 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * tests/check/Makefile.am:
14424           Don't try to run annodex unit tests if the annodex
14425           plugin has not been built (Fixes #351116).
14426
14427 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * gst/autodetect/gstautoaudiosink.c:
14430         (gst_auto_audio_sink_find_best):
14431           When we can't find a usable audiosink, don't error out,
14432           but use a fake sink instead and post a warning message
14433           on the bus (#341278).
14434
14435 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14436
14437         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14438         * sys/oss/gstosssink.c:
14439         * sys/oss/gstosssrc.c:
14440           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14441           ossmixer's new device property.
14442
14443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14445           Add docs for OSS elements.
14446
14447         * docs/plugins/inspect/plugin-aasink.xml:
14448         * docs/plugins/inspect/plugin-alaw.xml:
14449         * docs/plugins/inspect/plugin-alpha.xml:
14450         * docs/plugins/inspect/plugin-alphacolor.xml:
14451         * docs/plugins/inspect/plugin-annodex.xml:
14452         * docs/plugins/inspect/plugin-apetag.xml:
14453         * docs/plugins/inspect/plugin-auparse.xml:
14454         * docs/plugins/inspect/plugin-autodetect.xml:
14455         * docs/plugins/inspect/plugin-avi.xml:
14456         * docs/plugins/inspect/plugin-cacasink.xml:
14457         * docs/plugins/inspect/plugin-cairo.xml:
14458         * docs/plugins/inspect/plugin-cdio.xml:
14459         * docs/plugins/inspect/plugin-cutter.xml:
14460         * docs/plugins/inspect/plugin-debug.xml:
14461         * docs/plugins/inspect/plugin-dv.xml:
14462         * docs/plugins/inspect/plugin-efence.xml:
14463         * docs/plugins/inspect/plugin-effectv.xml:
14464         * docs/plugins/inspect/plugin-esdsink.xml:
14465         * docs/plugins/inspect/plugin-flac.xml:
14466         * docs/plugins/inspect/plugin-flxdec.xml:
14467         * docs/plugins/inspect/plugin-gconfelements.xml:
14468         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14469         * docs/plugins/inspect/plugin-goom.xml:
14470         * docs/plugins/inspect/plugin-halelements.xml:
14471         * docs/plugins/inspect/plugin-icydemux.xml:
14472         * docs/plugins/inspect/plugin-id3demux.xml:
14473         * docs/plugins/inspect/plugin-jpeg.xml:
14474         * docs/plugins/inspect/plugin-level.xml:
14475         * docs/plugins/inspect/plugin-matroska.xml:
14476         * docs/plugins/inspect/plugin-mulaw.xml:
14477         * docs/plugins/inspect/plugin-multipart.xml:
14478         * docs/plugins/inspect/plugin-navigationtest.xml:
14479         * docs/plugins/inspect/plugin-ossaudio.xml:
14480         * docs/plugins/inspect/plugin-png.xml:
14481         * docs/plugins/inspect/plugin-rtp.xml:
14482         * docs/plugins/inspect/plugin-rtsp.xml:
14483         * docs/plugins/inspect/plugin-shout2send.xml:
14484         * docs/plugins/inspect/plugin-smpte.xml:
14485         * docs/plugins/inspect/plugin-speex.xml:
14486         * docs/plugins/inspect/plugin-taglib.xml:
14487         * docs/plugins/inspect/plugin-udp.xml:
14488         * docs/plugins/inspect/plugin-videobalance.xml:
14489         * docs/plugins/inspect/plugin-videobox.xml:
14490         * docs/plugins/inspect/plugin-videoflip.xml:
14491         * docs/plugins/inspect/plugin-videomixer.xml:
14492         * docs/plugins/inspect/plugin-wavenc.xml:
14493         * docs/plugins/inspect/plugin-wavparse.xml:
14494         * docs/plugins/inspect/plugin-ximagesrc.xml:
14495           Update to CVS version.
14496           
14497 2006-08-16  Wim Taymans  <wim@fluendo.com>
14498
14499         * gst/rtp/gstrtpamrdepay.c:
14500         * gst/rtp/gstrtpmp4gdepay.c:
14501         Caps extra properties must be defined as strings for
14502         depayloaders because they are generated from an SDP.
14503
14504         * gst/rtp/Makefile.am:
14505         * gst/rtp/gstrtp.c: (plugin_init):
14506         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14507         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14508         (gst_rtp_h264_depay_finalize), (decode_base64),
14509         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14510         (gst_rtp_h264_depay_set_property),
14511         (gst_rtp_h264_depay_get_property),
14512         (gst_rtp_h264_depay_change_state),
14513         (gst_rtp_h264_depay_plugin_init):
14514         * gst/rtp/gstrtph264depay.h:
14515         Added basic, not completely functional RFC 3984 H264 depayloader.
14516
14517 2006-08-16  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14520         Add pads after setting them up.
14521
14522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14523         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14524         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14525         (gst_rtspsrc_stream_setup_rtp),
14526         (gst_rtspsrc_stream_configure_transport),
14527         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14528         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14529         (gst_rtspsrc_pause):
14530         * gst/rtsp/gstrtspsrc.h:
14531         Fix interleaved mode.
14532          - Protect streaming with lock.
14533          - Combine flows
14534          - set caps on outgoing buffers.
14535          - strip trailing \0 from data packets.
14536          - Configure RTP/RTCP in stream.
14537         Use DEBUG_OBJECT more.
14538
14539 2006-08-16  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14542         Turn a g_print into a DEBUG line.
14543
14544 2006-08-13  Wim Taymans  <wim@fluendo.com>
14545
14546         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14547         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14548         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14549         (gst_oss_mixer_element_get_property),
14550         (gst_oss_mixer_element_change_state):
14551         * sys/oss/gstossmixerelement.h:
14552         Small cleanups. Better error reporting.
14553         Add device property for the mixer instead of the hardcoded
14554         /dev/mixer. Fixes #350785.
14555         API: GstOssMixerElement::device property
14556
14557 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14558
14559         Patch by: Jens Granseuer <jensgr at gmx net>
14560
14561         * gconf/Makefile.am:
14562           Make --disable-schemas work right (they still need
14563           to be copied to the installation directory, just not
14564           applied). Fixes #351347 (also #344100).
14565           
14566 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14567
14568         * configure.ac: back to HEAD
14569
14570 === release 0.10.4 ===
14571
14572 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14573
14574         * configure.ac:
14575           releasing 0.10.4, "Dear Leader"
14576
14577 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14578
14579         Patch by: Edward Hervey <edward@fluendo.com>
14580
14581         * configure.ac:
14582         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14583         (gst_wavparse_stream_data):
14584         Send the newsegment event in the streaming thread.
14585         Fixes #347529
14586
14587 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14588
14589         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14591         (gst_smokeenc_resync), (gst_smokeenc_chain):
14592           Refuse sink caps in the encoder if width or height is not a
14593           multiple of 16, the encoder does not support that yet (#349939);
14594           along the same lines, check the return value of the encoder
14595           setup function; also remove some debug log clutter.
14596
14597 2006-08-04  Andy Wingo  <wingo@pobox.com>
14598
14599         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14600         whether a processor can work in place or not, and for keeping
14601         track of its state. Change the FlowReturn instance variable from
14602         "state" to "flow_state", all callers changed.
14603
14604         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14605         (gst_signal_processor_start, gst_signal_processor_stop)
14606         (gst_signal_processor_cleanup): New functions to manage the
14607         processor's state.
14608         (gst_signal_processor_setcaps): start() as well as setup() here.
14609         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14610         (gst_signal_processor_change_state): Stop and cleanup the
14611         processor as we go to NULL.
14612
14613         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14614         INPLACE_BROKEN is not set.
14615
14616         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14617         Do the alloc_buffer in bytes, not frames.
14618         
14619 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14620
14621         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14622         Fix rgb masks when recording in < 24bpp.
14623
14624 2006-08-04  Andy Wingo  <wingo@pobox.com>
14625
14626         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14627         (gst_signal_processor_prepare)
14628         (gst_signal_processor_update_inputs)
14629         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14630         (gst_signal_processor_flush)
14631         (gst_signal_processor_sink_activate_push)
14632         (gst_signal_processor_src_activate_pull)
14633         (gst_signal_processor_change_state): Remove the last of the code
14634         that assumes that we process whole buffers at a time. Fix some
14635         debugging. Seems to work now in some cases.
14636         (gst_signal_processor_src_activate_pull): BPB
14637
14638 2006-08-01  Andy Wingo  <wingo@pobox.com>
14639
14640         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14641         Fix nframes-choosing.
14642         (gst_signal_processor_init): Init pending_in and pending_out.
14643
14644         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14645         more default sample rate, although we never check that the sample
14646         rate actually gets set. Something for the future.
14647         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14648         (gst_signal_processor_event): Refcount fixen.
14649         (gst_signal_processor_process): Pull the number of frames to
14650         process from the sizes of the buffers in the input pens.
14651         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14652         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14653         it instead of buffer_frames.
14654         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14655         to do_pulls.
14656         (gst_signal_processor_chain)
14657         (gst_signal_processor_sink_activate_push)
14658         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14659
14660         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14661
14662 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14663
14664         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14665         (gst_signal_processor_process):
14666           don't query buffer-frames from caps, add lots of debug-log,
14667           try fix for assert (#349189)
14668
14669 2006-07-31  Wim Taymans  <wim@fluendo.com>
14670
14671         * gst/udp/gstudpsrc.c:
14672         Fix docs.
14673
14674 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14675
14676         * ext/ladspa/gstsignalprocessor.c:
14677         (gst_signal_processor_add_pad_from_template),
14678         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14679         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14680         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14681         (gst_signal_processor_sink_activate_push),
14682         (gst_signal_processor_src_activate_pull),
14683         (gst_signal_processor_change_state):
14684          Add debugs logs here and there, add more error handling, add some
14685          FIXME comments, filed #349189
14686
14687 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14688
14689         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14690         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14691         Set caps on buffer correctly.  Fixes bug #349155.
14692
14693 2006-07-28  Wim Taymans  <wim@fluendo.com>
14694
14695         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14696
14697         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14698         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14699         (gst_multipart_demux_finalize), (get_line_end),
14700         (multipart_parse_header), (multipart_find_boundary),
14701         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14702         (gst_multipart_set_property), (gst_multipart_get_property):
14703         Uses GstAdapter instead of own buffering.
14704         Actually parses the mime-type correctly (In tests the mime-type was
14705         always "" with the old version).
14706         Uses the Content-length header if available to speed up things.
14707         Reliably autoscans the boundary name by default.
14708         Fixes #349068.
14709
14710         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14711         Don't start the stream with a \n.
14712
14713 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         Patch by: Brian Cameron <brian dot cameron at sun com>
14716
14717         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14718           Open source with O_NONBLOCK (#349015).
14719
14720 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14721
14722         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14723         (gst_avi_demux_massage_index):
14724         * gst/avi/gstavidemux.h:
14725           Whitespace fixes and more debug
14726
14727 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * gst/autodetect/gstautoaudiosink.c:
14730         (gst_auto_audio_sink_create_element_with_pretty_name),
14731         (gst_auto_audio_sink_find_best),
14732         (gst_auto_audio_sink_change_state):
14733           Get rid of old and unused magic sound-server properties stuff.
14734           Add suffix to child sink's name that makes it easy to see from
14735           the name alone which type it actually is (alsa, oss, esd, etc.).
14736
14737 2006-07-27  Wim Taymans  <wim@fluendo.com>
14738
14739         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14740         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14741         (gst_udpsrc_start):
14742         * gst/udp/gstudpsrc.h:
14743         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14744         not some sort of feature we enable.
14745
14746 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14749           Use CLOSE_SOCKET() here instead of close() to maintain
14750           win32 workiness.
14751
14752 2006-07-27  Wim Taymans  <wim@fluendo.com>
14753
14754         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14755
14756         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14757         (gst_udpsrc_create), (gst_udpsrc_set_property),
14758         (gst_udpsrc_get_property), (gst_udpsrc_start):
14759         * gst/udp/gstudpsrc.h:
14760         Added "buffer-size" property to control the kernel receive buffer size.
14761         Update documentation.
14762         Small cleanups. Fixes #348752.
14763         API: buffer-size property
14764
14765 2006-07-26  Wim Taymans  <wim@fluendo.com>
14766
14767         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14768
14769         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14770         (gst_rtp_pcma_pay_handle_buffer):
14771         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14772         (gst_rtp_pcmu_pay_handle_buffer):
14773         Fix timestamp calculation on outgoing RTP packets.
14774         Fixes #348675.
14775
14776 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14777
14778         * ext/taglib/gstid3v2mux.cc:
14779           Fix writing of comment frames (should be COMM not TCOM),
14780           is still sub-optimal though, since we don't retain or
14781           extract the comment descriptions properly (#334375,
14782           also see #334375).
14783
14784 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst/wavparse/gstwavparse.c:
14787           #define 'fact' RIFF chunk if we are not compiling against
14788           -base CVS (we don't want to depend on -base CVS for this
14789           one define only, and also not for release order reasons).
14790
14791 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * ext/taglib/gstid3v2mux.cc:
14794           Handle multiple tags of the same type properly. Re-inject
14795           unparsed ID3v2 frames that we get as binary blobs from
14796           id3demux into the tag again so we don't lose information
14797           when retagging (#334375).
14798
14799 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14802           Document newly-added properties properly, so that there is a
14803           'Since: 0.10.4' in the plugin docs. Convert some property
14804           names into canonical GObject style (GObject will do that
14805           internally anyway).
14806
14807 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * gst/id3demux/id3tags.c:
14810         (id3demux_add_id3v2_frame_blob_to_taglist):
14811           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14812           well, and add the version to the blob's buffer caps, since that
14813           information will be needed for deserialisation later on (#348644).
14814
14815 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14816
14817         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14818         (gst_avi_demux_parse_stream):
14819          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14820          indentation and spacing.
14821
14822 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * docs/plugins/Makefile.am:
14825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14826         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14827         * docs/plugins/gst-plugins-good-plugins.args:
14828         * docs/plugins/inspect/plugin-1394.xml:
14829         * docs/plugins/inspect/plugin-aasink.xml:
14830         * docs/plugins/inspect/plugin-alaw.xml:
14831         * docs/plugins/inspect/plugin-alpha.xml:
14832         * docs/plugins/inspect/plugin-alphacolor.xml:
14833         * docs/plugins/inspect/plugin-annodex.xml:
14834         * docs/plugins/inspect/plugin-apetag.xml:
14835         * docs/plugins/inspect/plugin-auparse.xml:
14836         * docs/plugins/inspect/plugin-autodetect.xml:
14837         * docs/plugins/inspect/plugin-avi.xml:
14838         * docs/plugins/inspect/plugin-cacasink.xml:
14839         * docs/plugins/inspect/plugin-cairo.xml:
14840         * docs/plugins/inspect/plugin-cdio.xml:
14841         * docs/plugins/inspect/plugin-cutter.xml:
14842         * docs/plugins/inspect/plugin-debug.xml:
14843         * docs/plugins/inspect/plugin-dv.xml:
14844         * docs/plugins/inspect/plugin-efence.xml:
14845         * docs/plugins/inspect/plugin-effectv.xml:
14846         * docs/plugins/inspect/plugin-esdsink.xml:
14847         * docs/plugins/inspect/plugin-flac.xml:
14848         * docs/plugins/inspect/plugin-flxdec.xml:
14849         * docs/plugins/inspect/plugin-gconfelements.xml:
14850         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14851         * docs/plugins/inspect/plugin-goom.xml:
14852         * docs/plugins/inspect/plugin-halelements.xml:
14853         * docs/plugins/inspect/plugin-icydemux.xml:
14854         * docs/plugins/inspect/plugin-id3demux.xml:
14855         * docs/plugins/inspect/plugin-jpeg.xml:
14856         * docs/plugins/inspect/plugin-level.xml:
14857         * docs/plugins/inspect/plugin-matroska.xml:
14858         * docs/plugins/inspect/plugin-mulaw.xml:
14859         * docs/plugins/inspect/plugin-multipart.xml:
14860         * docs/plugins/inspect/plugin-navigationtest.xml:
14861         * docs/plugins/inspect/plugin-ossaudio.xml:
14862         * docs/plugins/inspect/plugin-png.xml:
14863         * docs/plugins/inspect/plugin-rtp.xml:
14864         * docs/plugins/inspect/plugin-rtsp.xml:
14865         * docs/plugins/inspect/plugin-shout2send.xml:
14866         * docs/plugins/inspect/plugin-smpte.xml:
14867         * docs/plugins/inspect/plugin-speex.xml:
14868         * docs/plugins/inspect/plugin-udp.xml:
14869         * docs/plugins/inspect/plugin-videobalance.xml:
14870         * docs/plugins/inspect/plugin-videobox.xml:
14871         * docs/plugins/inspect/plugin-videoflip.xml:
14872         * docs/plugins/inspect/plugin-videomixer.xml:
14873         * docs/plugins/inspect/plugin-wavenc.xml:
14874         * docs/plugins/inspect/plugin-wavparse.xml:
14875         * docs/plugins/inspect/plugin-ximagesrc.xml:
14876           Update files to CVS/Prerelease version, add esdsink docs.
14877
14878         * ext/esd/esdsink.c:
14879           Add gtk-doc blurb.
14880
14881         * gst/rtp/gstrtpmp4vpay.c:
14882           Fix typo in element description.
14883
14884 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * ext/esd/esdsink.c: (gst_esdsink_open),
14887         (gst_esdsink_factory_init):
14888           Prevent libesd from auto-spawning a sound daemon if it
14889           is not already running. Now that we don't do evil stuff
14890           like that any longer we can give esdsink a rank so that
14891           autoaudiosink will try it as well if all other audio
14892           sinks fail (#343051).
14893
14894 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14895
14896         * ext/esd/Makefile.am:
14897           Oops, need to remove README from EXTRA_DIST as well.
14898
14899 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * ext/esd/README:
14902           Remove, it contains nothing useful anyway.
14903
14904         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14905         (gst_esdsink_delay):
14906           Some small clean-ups; use GST_BOILERPLATE etc.
14907
14908 2006-07-24  Wim Taymans  <wim@fluendo.com>
14909
14910         * gst/law/alaw-decode.c: (alawdec_getcaps):
14911         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14912         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14913         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14914         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14915
14916 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14917
14918         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14919         (gst_wavparse_other), (gst_wavparse_perform_seek),
14920         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14921         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14922         (gst_wavparse_pad_query):
14923         * gst/wavparse/gstwavparse.h:
14924           Use information from 'fact' chunk for length calculation of compressed
14925           samples. Calculate bps if bogus value is found in wav header (embeded
14926           mp2/mp3).
14927           
14928
14929 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14932
14933         * configure.ac:
14934         * gst/udp/Makefile.am:
14935         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14936         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14937         * gst/udp/gstdynudpsink.h:
14938         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14939         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14940         * gst/udp/gstmultiudpsink.h:
14941         * gst/udp/gstudp.c: (plugin_init):
14942         * gst/udp/gstudpsink.h:
14943         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14944         (gst_udpsrc_start), (gst_udpsrc_stop):
14945         * gst/udp/gstudpsrc.h:
14946         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14947         (gst_udp_net_utils_win32_wsa_startup):
14948         * gst/udp/gstudpnetutils.h:
14949           Port udp plugin to win32 (#345288).
14950
14951 2006-07-24  Wim Taymans  <wim@fluendo.com>
14952
14953         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14954         Remove unwanted DEBUG line.
14955
14956 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * gst/id3demux/gstid3demux.c: (plugin_init):
14959         * gst/id3demux/id3tags.c:
14960         (id3demux_add_id3v2_frame_blob_to_taglist):
14961         * gst/id3demux/id3tags.h:
14962           On second thought, it might be wiser and more efficient
14963           not to do tag registration from a streaming thread.
14964
14965 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14966
14967         * gst/id3demux/id3tags.c:
14968         (id3demux_add_id3v2_frame_blob_to_taglist),
14969         (id3demux_id3v2_frames_to_tag_list):
14970           Put ID3v2 frames we can't parse as binary blobs into private
14971           tags, so that they are not lost when retagging, at least once
14972           id3v2mux has been taught to re-inject those frames again.
14973           See bug #334375.
14974
14975 2006-07-21  Wim Taymans  <wim@fluendo.com>
14976
14977         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14978         (gst_avi_demux_process_next_entry):
14979         Fix some leaks.
14980
14981         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14982         Don't use \n in debug lines.
14983
14984 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14985
14986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14988           Add annodex and icydemux, cleanup the sections a bit
14989
14990 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14991
14992         Patch by: Alex Lancaster <alexl at users sourceforge net>
14993
14994         * ext/taglib/gstid3v2mux.cc:
14995           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14996           ID3v2 TSSE frames (#347898).
14997
14998 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14999
15000         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15001           Respect mpegversion for "video/mpeg" and give message in case of
15002           unhandled versions.
15003
15004 2006-07-17  Wim Taymans  <wim@fluendo.com>
15005
15006         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15007         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15008         (gst_pngdec_chain), (gst_pngdec_sink_event),
15009         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15010         (gst_pngdec_sink_activate_push):
15011         * ext/libpng/gstpngdec.h:
15012         Use statically allocated segment instead of leaking.
15013         Various cleanups.
15014         Fix flush and seek handling.
15015
15016 2006-07-16  Wim Taymans  <wim@fluendo.com>
15017
15018         * gst/rtp/Makefile.am:
15019         * gst/rtp/gstrtp.c: (plugin_init):
15020         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15021         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15022         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15023         (gst_rtp_mp4g_depay_set_property),
15024         (gst_rtp_mp4g_depay_get_property),
15025         (gst_rtp_mp4g_depay_change_state),
15026         (gst_rtp_mp4g_depay_plugin_init):
15027         * gst/rtp/gstrtpmp4gdepay.h:
15028         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15029         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15030         (gst_rtp_mp4g_pay_flush):
15031         Added simple generic mpeg4 depayloader.
15032         Fix generic mpeg4 payloader.
15033
15034 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15037           Don't try doing state changes on a NULL pointer.
15038
15039 2006-07-14  Wim Taymans  <wim@fluendo.com>
15040
15041         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15042
15043         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15044         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15045         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15046         * gst/rtp/gstrtpamrdepay.h:
15047         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15048         Fixes #321191
15049
15050 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15051
15052         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15053         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15054         Fix segfault when moving mouse pointer to the bottom right corner.
15055
15056 2006-07-12  Wim Taymans  <wim@fluendo.com>
15057
15058         * gst/rtp/Makefile.am:
15059         * gst/rtp/gstrtp.c: (plugin_init):
15060         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15061         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15062         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15063         (gst_rtp_mp2t_depay_set_property),
15064         (gst_rtp_mp2t_depay_get_property),
15065         (gst_rtp_mp2t_depay_change_state),
15066         (gst_rtp_mp2t_depay_plugin_init):
15067         * gst/rtp/gstrtpmp2tdepay.h:
15068         Added mpeg2 TS depayloader. Closing #347234.
15069
15070 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15073           Remove g_assert that shouldn't be there and was triggered
15074           after trying to open a device that doesn't exist or can't
15075           be opened for some other reason (#347972).
15076
15077 2006-07-10  Edward Hervey  <edward@fluendo.com>
15078
15079         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15080         (gst_avi_demux_stream_header), (push_tag_lists):
15081         * gst/avi/gstavidemux.h:
15082         Don't push tag events found by gst_riff_parse_info() before outputting
15083         GST_EVENT_NEWSEGMENT.
15084
15085 2006-07-10  Wim Taymans  <wim@fluendo.com>
15086
15087         * gst/rtsp/Makefile.am:
15088         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15089         (rtsp_connection_close):
15090         * gst/rtsp/rtspdefs.h:
15091         replaced closesocket and close in code with one CLOSE_SOCKET. 
15092         Some more cleanups. Fixes #345301.
15093
15094 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         * gst/autodetect/gstautoaudiosink.c:
15097           Fix example pipeline in docs.
15098
15099 2006-07-10  Wim Taymans  <wim@fluendo.com>
15100
15101         Patch by: Rob Taylor <robtaylor at floopily dot org>
15102
15103         * gst/udp/gstmultiudpsink.c: (join_multicast),
15104         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15105         If a destination is added before the stream is set to PAUSED, the
15106         multicast group is not joined as the socket is not created yet. 
15107         Also TTL and LOOP should also be set. Fixes #346921.
15108
15109 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15110
15111         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15112         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15113         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15114         (gst_ximage_src_init):
15115         * sys/ximage/gstximagesrc.h:
15116         Fix use-damage property to actually work :)
15117         Add startx, starty, endx, endy properties so screencasts other than full
15118         screen ones can work.
15119
15120 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15121
15122         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15123         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15124         (gst_ximage_src_class_init), (gst_ximage_src_init):
15125         * sys/ximage/gstximagesrc.h:
15126         Add use_damage property to offer ability to choose whether to use
15127         XDamage or not.
15128
15129 2006-07-07  Wim Taymans  <wim@fluendo.com>
15130
15131         * gst/goom/filters.c: (zoomFilterSetResolution):
15132         Avoid goom coredumping by clearing memory. 
15133         Fixes 345679.
15134
15135 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15136
15137         * win32/vs6/libgstid3demux.dsp:
15138         Add a link to libgsttag-0.10.lib.
15139
15140 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15141
15142         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15143         (gst_tag_demux_read_range):
15144         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15145         (gst_id3demux_read_range):
15146           Don't return FLOW_UNEXPECTED when a buffer is before
15147           the start of the stream (which might happen with
15148           large ID3v2 tags if the tag reading was done pullrange
15149           based and we then switched to push mode later on).
15150           Fixes regression introduced by commit from June 29th.
15151
15152 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15153
15154         * ext/taglib/gstid3v2mux.cc:
15155           Make UTF-8 the default encoding when writing string
15156           tags (before, our UTF-8 strings would automatically
15157           be converted to ISO-8859-1 by taglib and written as
15158           ISO-8859-1 fields if that was possible).
15159
15160         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15161         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15162         (test_taglib_id3mux_with_tags):
15163           Add test case that makes sure our UTF-8 strings have
15164           actually been written into the tag as UTF-8.
15165
15166 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * configure.ac:
15169           Let's try that again.
15170
15171 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * configure.ac:
15174           Disable monoscope plugin for now until it fulfills
15175           all the requirements.
15176
15177 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * configure.ac:
15180         * gst/monoscope/Makefile.am:
15181         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15182         (gst_monoscope_class_init), (gst_monoscope_init),
15183         (gst_monoscope_finalize), (gst_monoscope_reset),
15184         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15185         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15186         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15187         (gst_monoscope_change_state), (plugin_init):
15188         * gst/monoscope/gstmonoscope.h:
15189           Port monoscope visualisation to 0.10.
15190
15191 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15194         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15195           Return FLOW_UNEXPECTED when at the end of the file, not
15196           FLOW_ERROR. Fixes 'internal stream error' errors that
15197           would sometimes occur in totem when scrubbing to the
15198           end of an ID3v1 tagged mp3 file.
15199
15200 2006-07-03  Edward Hervey  <edward@fluendo.com>
15201
15202         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15203         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15204         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15205         * ext/libpng/gstpngdec.h:
15206         Implement buffer clipping/dropping using GstSegment.
15207         This provides accurate seeking.
15208
15209 2006-07-03  Edward Hervey  <edward@fluendo.com>
15210
15211         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15212         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15213         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15214         (gst_avi_demux_process_next_entry), (push_tag_lists),
15215         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15216         * gst/avi/gstavidemux.h:
15217         Proper aggregation of each stream's GstFlowReturn in order to figure out
15218         whether the task should stop or not.
15219         Don't send inline events before pushing out a NEW_SEGMENT, more
15220         specifically for GST_TAG_EVENT.
15221         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15222         sub-indexes.
15223
15224 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15225
15226         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15227
15228         * sys/sunaudio/gstsunaudiomixerctrl.c:
15229         (gst_sunaudiomixer_ctrl_build_list):
15230           Move "Monitor" slider to input tab so it works more like
15231           sdtaudiocontrol, which is what people on Solaris are used
15232           to using for their mixer program (#346259).
15233
15234 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15235
15236         * tests/check/elements/level.c: (GST_START_TEST):
15237           fix a leak, clean up at the end
15238
15239 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15242         (gst_matroska_demux_send_event),
15243         (gst_matroska_demux_loop_stream_parse_id):
15244         * gst/matroska/matroska-ids.h:
15245           Send tag event after newsegment event.
15246
15247 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15250         (gst_id3demux_read_range):
15251           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15252           certain cases where a read beyond the end of the file is
15253           requested. Fixes #345930.
15254
15255         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15256         (gst_tag_demux_read_range):
15257           Fix same issue here as well.
15258
15259 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15260
15261         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15262         
15263         Fix hypothetical crash.
15264
15265 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15268
15269         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15270           Do not modify the ports value. If the user has turned off the
15271           built-in speakers, then we should not reset it in the prepare
15272           function, since this causes the built-in speakers to turn
15273           back on anytime the user changes a track in totem, rhythmbox,
15274           etc. (#346066).
15275
15276 2006-06-23  Wim Taymans  <wim@fluendo.com>
15277
15278         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15279         Fix double caps unref when negotiation fails.
15280
15281 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * ext/annodex/gstcmmldec.c:
15284         * ext/annodex/gstcmmlenc.c:
15285         * ext/annodex/gstcmmlparser.c:
15286         * ext/dv/gstdvdec.c:
15287         * ext/dv/gstdvdemux.c:
15288         * ext/gdk_pixbuf/pixbufscale.c:
15289         * ext/jpeg/gstjpegenc.c:
15290         * ext/jpeg/gstsmokedec.c:
15291         * ext/jpeg/gstsmokeenc.c:
15292         * ext/libpng/gstpngdec.c:
15293         * ext/libpng/gstpngenc.c:
15294         * ext/speex/gstspeexenc.c:
15295         * gst/alpha/gstalphacolor.c:
15296         * gst/cutter/gstcutter.c:
15297         * gst/debug/gstnavigationtest.c:
15298         * gst/icydemux/gsticydemux.c:
15299         * gst/level/gstlevel.c:
15300         * gst/multipart/multipart.c:
15301         * gst/rtp/gstrtpamrpay.c:
15302         * gst/rtp/gstrtpdepay.c:
15303         * gst/rtp/gstrtpilbcpay.c:
15304         * gst/rtp/gstrtpmp4gpay.c:
15305         * gst/rtp/gstrtpmp4vpay.c:
15306         * gst/rtsp/gstrtpdec.c:
15307         * gst/rtsp/gstrtspsrc.c:
15308         * gst/udp/gstdynudpsink.c:
15309         * gst/udp/gstmultiudpsink.c:
15310         * gst/udp/gstudpsrc.c:
15311         * gst/videobox/gstvideobox.c:
15312         * gst/videofilter/gstvideoflip.c:
15313           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15314           plus two minor macro fixes.
15315
15316 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15317
15318         * gst/matroska/matroska-demux.c:
15319         (gst_matroska_demux_check_subtitle_buffer),
15320         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15321         (gst_matroska_demux_subtitle_caps):
15322         * gst/matroska/matroska-ids.c:
15323         (gst_matroska_track_init_subtitle_context):
15324         * gst/matroska/matroska-ids.h:
15325           Try to fix up broken matroska files containing subtitle
15326           streams with non-UTF8 character encodings (courtesy of
15327           mkvmerge) using either the encoding specified in the
15328           GST_SUBTITLE_ENCODING environment variable or the
15329           current locale's character set if it is non-UTF8.
15330           Fixes #337076.
15331
15332 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15333
15334         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15335           Set image type from APIC frame as "image-type" field
15336           of GST_TAG_IMAGE buffer caps (#344605).
15337
15338 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         * ext/flac/Makefile.am:
15341         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15342         (gst_flac_dec_reset_decoders),
15343         (gst_flac_dec_setup_seekable_decoder),
15344         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15345         (gst_flac_dec_metadata_callback),
15346         (gst_flac_dec_metadata_callback_seekable),
15347         (gst_flac_dec_metadata_callback_stream),
15348         (gst_flac_dec_error_callback),
15349         (gst_flac_dec_error_callback_seekable),
15350         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15351         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15352         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15353         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15354         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15355         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15356         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15357         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15358         (gst_flac_dec_sink_activate_push),
15359         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15360         * ext/flac/gstflacdec.h:
15361           Support chain-based operation, should make flac-over-DAAP
15362           work (#340492).
15363
15364 2006-06-20  Wim Taymans  <wim@fluendo.com>
15365
15366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15367         Doc updates, merge some unused symbols.
15368
15369 2006-06-20  Wim Taymans  <wim@fluendo.com>
15370
15371         * docs/plugins/Makefile.am:
15372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15374         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15375         * gst/rtsp/gstrtspsrc.c:
15376         * gst/rtsp/gstrtspsrc.h:
15377         Added documentation for the rtsp plugin. Fixes #345393.
15378
15379 2006-06-20  Wim Taymans  <wim@fluendo.com>
15380
15381         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15382         (rtsp_connection_close), (rtsp_connection_free):
15383         Use better G_OS_* macros. Fixes #345301 some more.
15384
15385 2006-06-20  Wim Taymans  <wim@fluendo.com>
15386
15387         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15388
15389         * sys/sunaudio/Makefile.am:
15390         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15391         * sys/sunaudio/gstsunaudiomixerctrl.c:
15392         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15393         (gst_sunaudiomixer_ctrl_list_tracks),
15394         (gst_sunaudiomixer_ctrl_get_volume),
15395         (gst_sunaudiomixer_ctrl_set_volume),
15396         (gst_sunaudiomixer_ctrl_set_mute),
15397         (gst_sunaudiomixer_ctrl_set_record):
15398         * sys/sunaudio/gstsunaudiomixerctrl.h:
15399         * sys/sunaudio/gstsunaudiomixertrack.c:
15400         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15401         * sys/sunaudio/gstsunaudiomixertrack.h:
15402         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15403         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15404         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15405         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15406         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15407         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15408         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15409         (gst_sunaudiosrc_reset):
15410         * sys/sunaudio/gstsunaudiosrc.h:
15411         Add a SunAudio source plugin.
15412         Support stereo and right/left channel gain in the mixer plugin.
15413         Support the RECORD flag so that you can switch between line-input and
15414         microphone in gnome-volume-control.
15415         Code cleanups like using an enumerator for track number instead of an 
15416         integer. Fixes #344923.
15417
15418 2006-06-20  Wim Taymans  <wim@fluendo.com>
15419
15420         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15421
15422         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15423         (rtsp_connection_close):
15424         Make RTSP plugin compile on windows. Fixes #345301.
15425         Some changes to original patch to catch errors better.
15426         use ifdef WIN32 instead of ifndef.
15427
15428 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15429
15430         * configure.ac:
15431         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15432
15433 2006-06-18  Edward Hervey  <edward@fluendo.com>
15434
15435         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15436         After a failed buffer alloc, we need to abort the jpeg decoding (it
15437         started when parsing headers to figure out how many bytes we need
15438         to request downstream).
15439
15440 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15441
15442         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15443
15444         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15445           Make sure we don't read beyond the end of the file (#345232).
15446
15447 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * configure.ac:
15450           Fix --disable-external (can't set conditionals conditionally,
15451           #343602).
15452
15453 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * autogen.sh:
15456         * configure.ac:
15457         * docs/Makefile.am:
15458           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15459
15460         * docs/plugins/Makefile.am:
15461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15462         * docs/plugins/inspect/plugin-taglib.xml:
15463           Add/fix apev2mux docs.
15464
15465 2006-06-14  Wim Taymans  <wim@fluendo.com>
15466
15467         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15468         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15469         (gst_dvdec_change_state):
15470         Reset segment info on flush.
15471         Alloc segment in _init, free in _finalize.
15472
15473         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15474         Don't send segments twice.
15475
15476 2006-06-14  Wim Taymans  <wim@fluendo.com>
15477
15478         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15479         Respect segment.stop. Fixes #342592.
15480
15481 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15484           No language specified means the implied language is English
15485           according to the matroska spec (partially fixes #344708);
15486           add some more debug output.
15487
15488 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15491         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15492         (gst_wavparse_chain):
15493           When operating chain-based, don't make any assumptions about the
15494           chunking of the incoming data and make streaming work on days other
15495           than the second Thursday after a full moon. Also fix up debug
15496           messages here and there and make use of the most excellent new
15497           gst_pad_query_peer_duration() utility function.
15498           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15499
15500         * gst/wavparse/gstwavparse.h:
15501           Remove trailing comma after last enum value, some compilers don't
15502           like that.
15503
15504 2006-06-13  Wim Taymans  <wim@fluendo.com>
15505
15506         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15507         Handle premature EOS gracefully.
15508
15509 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15512           Prevent out of bounds array access when scrubbing towards
15513           the end of the file between the last index entry and the
15514           end. Fixes occasional 'start <= stop' newsegment event
15515           assertions when scrubbing in MJPEG files.
15516
15517 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * tests/check/elements/.cvsignore:
15520           And another one.
15521
15522 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15523
15524         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15525         (scan_encoded_string), (parse_picture_frame):
15526           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15527
15528         * configure.ac:
15529           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15530           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15531
15532 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15533
15534         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15535           gratuitous comment changes
15536         * tests/check/elements/level.c: (GST_START_TEST):
15537           fix level test leaks
15538
15539 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15542         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15543           Use gst_pad_query_peer_duration() utility function here.
15544
15545 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * autogen.sh:
15548           require am17
15549         * configure.ac:
15550         * ext/annodex/Makefile.am:
15551         * ext/cdio/Makefile.am:
15552         * ext/dv/Makefile.am:
15553         * ext/esd/Makefile.am:
15554         * ext/flac/Makefile.am:
15555         * ext/gdk_pixbuf/Makefile.am:
15556         * ext/ladspa/Makefile.am:
15557         * ext/libcaca/Makefile.am:
15558         * ext/speex/Makefile.am:
15559         * ext/taglib/Makefile.am:
15560         * sys/oss/Makefile.am:
15561         * sys/sunaudio/Makefile.am:
15562         * sys/ximage/Makefile.am:
15563           clean up build further
15564
15565 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * gconf/Makefile.am:
15568           Honour --disable-schemas-install configure option. Fixes #344100.
15569
15570 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * tests/examples/level/Makefile.am:
15573           Add -lm to LIBS for pow() function, don't assume one of our
15574           dependencies (such as libxml-2.0) drags it in automatically
15575           (#343603).
15576
15577 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15578
15579         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15580
15581         * configure.ac:
15582           We should use $SED and not $(SED) in configure.ac (#343678).
15583
15584 2006-06-09  Wim Taymans  <wim@fluendo.com>
15585
15586         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15587
15588         * sys/sunaudio/gstsunaudiomixerctrl.c:
15589         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15590         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15591         (gst_sunaudiomixer_ctrl_set_mute):
15592         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15593         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15594         (gst_sunaudiosink_write):
15595         Attached find a patch that fixes a number of bugs with the SunAudio
15596         mixer plugin and fixes #344101:
15597         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15598            tracks onto the tracklist causing gnome-volume-control's preferences
15599            dialog to be messed up and would core dump if you checked/unchecked
15600            any item.
15601         2. We weren't previously setting the MUTE flag properly.  Fixing this
15602            makes gnome-volume-control work better.
15603         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15604            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15605            gnome-volume-control look better.
15606         Also some minor cleanup in gstsunaudiosink.c.
15607
15608 2006-06-09  Wim Taymans  <wim@fluendo.com>
15609
15610         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15611         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15612         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15613         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15614         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15615         * ext/jpeg/gstjpegdec.h:
15616         API: Added IDCT method property
15617         Small cleanups.
15618         Avoid dynamic allocation of trivial fixed structure.
15619         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15620
15621 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15622
15623         * configure.ac:
15624         We now require libraw1394 >= 1.1.0 and that version onwards all
15625         have .pc files.
15626
15627 2006-06-02  Edward Hervey  <edward@fluendo.com>
15628
15629         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15630         Trying to get items from an ANY or EMPTY caps is ... stupid.
15631
15632 2006-06-02  Edward Hervey  <edward@fluendo.com>
15633
15634         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15635         (gst_dvdec_chain), (gst_dvdec_change_state):
15636         * ext/dv/gstdvdec.h:
15637         Added GstSegment handling, now implements dropping/clipping.
15638
15639 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15640
15641         * ext/aalib/gstaasink.h:
15642         * ext/annodex/gstcmmldec.h:
15643         * ext/cairo/gsttimeoverlay.h:
15644         * ext/dv/gstdvdec.h:
15645         * ext/dv/gstdvdemux.h:
15646         * ext/esd/esdmon.h:
15647         * ext/esd/esdsink.h:
15648         * ext/flac/gstflacenc.h:
15649         * ext/gconf/gstgconfaudiosink.h:
15650         * ext/gconf/gstgconfaudiosrc.h:
15651         * ext/gconf/gstgconfvideosink.h:
15652         * ext/gconf/gstgconfvideosrc.h:
15653         * ext/gdk_pixbuf/gstgdkanimation.h:
15654         * ext/gdk_pixbuf/pixbufscale.h:
15655         * ext/hal/gsthalaudiosink.h:
15656         * ext/hal/gsthalaudiosrc.h:
15657         * ext/jpeg/gstjpegenc.h:
15658         * ext/jpeg/gstsmokedec.h:
15659         * ext/jpeg/gstsmokeenc.h:
15660         * ext/libcaca/gstcacasink.h:
15661         * ext/libmng/gstmngdec.h:
15662         * ext/libmng/gstmngenc.h:
15663         * ext/libpng/gstpngdec.h:
15664         * ext/libpng/gstpngenc.h:
15665         * ext/raw1394/gstdv1394src.h:
15666         * ext/speex/gstspeexenc.h:
15667         * gst/autodetect/gstautoaudiosink.h:
15668         * gst/autodetect/gstautovideosink.h:
15669         * gst/avi/gstavidemux.h:
15670         * gst/cutter/gstcutter.h:
15671         * gst/debug/efence.h:
15672         * gst/debug/gstnavigationtest.h:
15673         * gst/debug/gstnavseek.h:
15674         * gst/flx/gstflxdec.h:
15675         * gst/goom/gstgoom.h:
15676         * gst/icydemux/gsticydemux.h:
15677         * gst/id3demux/gstid3demux.h:
15678         * gst/law/alaw-decode.h:
15679         * gst/law/alaw-encode.h:
15680         * gst/law/mulaw-decode.h:
15681         * gst/law/mulaw-encode.h:
15682         * gst/matroska/matroska-mux.h:
15683         * gst/median/gstmedian.h:
15684         * gst/oldcore/gstaggregator.h:
15685         * gst/oldcore/gstfdsink.h:
15686         * gst/oldcore/gstmd5sink.h:
15687         * gst/oldcore/gstmultifilesrc.h:
15688         * gst/oldcore/gstpipefilter.h:
15689         * gst/oldcore/gstshaper.h:
15690         * gst/oldcore/gststatistics.h:
15691         * gst/rtp/gstasteriskh263.h:
15692         * gst/rtp/gstrtpL16depay.h:
15693         * gst/rtp/gstrtpL16pay.h:
15694         * gst/rtp/gstrtpamrdepay.h:
15695         * gst/rtp/gstrtpamrpay.h:
15696         * gst/rtp/gstrtpdepay.h:
15697         * gst/rtp/gstrtpgsmdepay.h:
15698         * gst/rtp/gstrtpgsmpay.h:
15699         * gst/rtp/gstrtph263pay.h:
15700         * gst/rtp/gstrtph263pdepay.h:
15701         * gst/rtp/gstrtph263ppay.h:
15702         * gst/rtp/gstrtpmp4gpay.h:
15703         * gst/rtp/gstrtpmp4vdepay.h:
15704         * gst/rtp/gstrtpmp4vpay.h:
15705         * gst/rtp/gstrtpmpadepay.h:
15706         * gst/rtp/gstrtpmpapay.h:
15707         * gst/rtp/gstrtppcmadepay.h:
15708         * gst/rtp/gstrtppcmapay.h:
15709         * gst/rtp/gstrtppcmudepay.h:
15710         * gst/rtp/gstrtppcmupay.h:
15711         * gst/rtp/gstrtpspeexdepay.h:
15712         * gst/rtp/gstrtpspeexpay.h:
15713         * gst/rtsp/gstrtpdec.h:
15714         * gst/rtsp/gstrtspsrc.h:
15715         * gst/smpte/gstsmpte.h:
15716         * gst/udp/gstdynudpsink.h:
15717         * gst/udp/gstmultiudpsink.h:
15718         * gst/udp/gstudpsink.h:
15719         * gst/udp/gstudpsrc.h:
15720         * gst/videofilter/gstvideobalance.h:
15721         * gst/videofilter/gstvideoflip.h:
15722         * sys/oss/gstossdmabuffer.h:
15723         * sys/oss/gstossmixerelement.h:
15724         * sys/oss/gstosssink.h:
15725         * sys/oss/gstosssrc.h:
15726         * sys/osxvideo/osxvideosink.h:
15727         * sys/sunaudio/gstsunaudiomixer.h:
15728         * sys/sunaudio/gstsunaudiosink.h:
15729         * sys/ximage/gstximagesrc.h:
15730         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15731
15732 2006-05-31  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15735         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15736         (gst_goom_src_setcaps), (gst_goom_src_event),
15737         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15738         (gst_goom_change_state):
15739         * gst/goom/gstgoom.h:
15740         Handle QoS.
15741         Handle flushing, discont and events.
15742         Fix timestamps and various other cleanups.
15743
15744 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15745
15746         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15747         Fix bus reset when using libiec61883
15748
15749 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15750
15751         * configure.ac:
15752         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15753         * ext/raw1394/Makefile.am:
15754         Add CFLAGS.
15755         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15756         New method, to receive using libiec61883.
15757         (gst_dv1394src_iso_receive),
15758         #ifdef'd out if libiec61883 is present.
15759         (gst_dv1394src_bus_reset),
15760         Get userdata correctly if using libiec61883. 
15761         (gst_dv1394src_create),
15762         When using libiec61883, only poll one fd and no need to read.
15763         (gst_dv1394src_discover_avc_node),
15764         Replace g_warnings.
15765         (gst_dv1394src_start),
15766         Create new handle when we know which dv port.  More reliable
15767         than setting port on an existing handle.  Initialise libiec61883.
15768         (gst_dv1394src_stop):
15769         If using libiec61883, then cleanup its handle properly.
15770         * ext/raw1394/gstdv1394src.h:
15771         Add libiec61883 handle.
15772
15773 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15774
15775         * gst/avi/gstavidemux.c:
15776           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15777         * win32/MANIFEST:
15778           sort file listing
15779         * win32/vs6/libgstavi.dsp:
15780           add gstavimux.c to the project
15781         * win32/vs6/libgstid3demux.dsp:
15782           add link to zlib library
15783         * win32/vs6/libgstmatroska.dsp:
15784           add matroska-ids.c to the project
15785
15786 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15787
15788         Patch by: Sebastian Dröge  <mail at slomosnail de >
15789
15790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15792         * ext/taglib/Makefile.am:
15793         * ext/taglib/gstapev2mux.cc:
15794         * ext/taglib/gstapev2mux.h:
15795         * ext/taglib/gstid3v2mux.cc:
15796         * ext/taglib/gsttaglibmux.c: (plugin_init):
15797         * ext/taglib/gsttaglibmux.h:
15798           Add apev2mux element (#343122).
15799         
15800         * tests/check/Makefile.am:
15801         * tests/check/elements/apev2mux.c:
15802         (test_taglib_apev2mux_create_tags),
15803         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15804         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15805         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15806         (apev2mux_suite), (main):
15807           Add unit test for apev2mux element.
15808
15809 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15810
15811         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15812         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15813         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15814           GST_PTR_FORMAT should be used to print caps in debug statements.
15815
15816 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15819
15820         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15821         (ape_demux_parse_tags):
15822           Some clean-ups and additions: map APE 'file' tag to
15823           GST_TAG_LOCATION (#343123); add support for extracting
15824           the track count and clean up parsing a bit (#343127).
15825
15826 2006-05-28  Edward Hervey  <edward@fluendo.com>
15827
15828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15829         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15830
15831 2006-05-28  Edward Hervey  <edward@fluendo.com>
15832
15833         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15834         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15835         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15836         * ext/jpeg/gstjpegdec.h:
15837         Clip outgoing buffers according to currently configured segment.
15838
15839 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15840
15841         * ext/taglib/gstid3v2mux.cc:
15842           Handle  writing of track-count or album-volume-count without
15843           track-number or albume-volume-number (in this case the number
15844           will just be set to 0).
15845
15846         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15847           It would be nice if we actually checked the values received for
15848           track/album-volume number/count in  _check_tags(), rather than
15849           setting them again ...
15850
15851 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15854           A track/volume number or count of 0 does not make sense,
15855           just ignore it along with negative numbers (a tag might
15856           only contain a track count without a track number).
15857
15858 2006-05-27  Edward Hervey  <edward@fluendo.com>
15859
15860         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15861         (gst_jpeg_dec_sink_event):
15862         Abort decompression when receiving FLUSH_STOP. This should avoid
15863         issues when interrupting decoding with flushes.
15864
15865 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * ext/flac/gstflac.c:
15868           Don't #include file we don't dist any longer.
15869
15870 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15871
15872         * README:
15873           Replace current README (containing the release notes from
15874           some 0.9.x version) with a proper README taken from the core.
15875
15876 2006-05-24  Wim Taymans  <wim@fluendo.com>
15877
15878         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15879         Implement EOS correctly by either posting
15880         SEGMENT_DONE or pushing an EOS message depending
15881         on the seek type. Fixes #342592
15882
15883 2006-05-24  Wim Taymans  <wim@fluendo.com>
15884
15885         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15886         * gst/law/alaw-decode.h:
15887         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15888         * gst/law/alaw-encode.h:
15889         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15890         * gst/law/mulaw-decode.h:
15891         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15892         * gst/law/mulaw-encode.h:
15893         Some cleanups in the chain functions.
15894         Remove some GStreamer 0.0.2 bits.
15895
15896 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15897
15898         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15899
15900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15901           gst_collect_pads_stop() needs to be called before chaining up
15902           to the parent class (#342734).
15903
15904 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * ext/flac/Makefile.am:
15907         * ext/flac/flac_compat.h:
15908         * ext/flac/gstflac.c:
15909         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15910         * ext/flac/gstflacenc.c:
15911           Remove backwards compatibility cruft for dealing with FLAC API
15912           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15913
15914 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15917         (gst_matroska_demux_push_xiph_codec_priv_data),
15918         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15919         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15920         * gst/matroska/matroska-ids.h:
15921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15922         (gst_matroska_mux_video_pad_setcaps),
15923         (xiph3_streamheader_to_codecdata),
15924         (vorbis_streamheader_to_codecdata),
15925         (theora_streamheader_to_codecdata),
15926         (gst_matroska_mux_audio_pad_setcaps),
15927         (gst_matroska_mux_write_data):
15928           Add support for muxing/demuxing theora video (#342448; too bad
15929           none of the usual linux players can actually play this). Playback
15930           in GStreamer will require additional changes to theoradec in -base.
15931           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15932           cleanups.
15933
15934 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15937         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15938           Fix crashes when the horizontal subsampling is 1.
15939           Fixes #342097.
15940
15941 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15944
15945         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15946         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15947         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15948         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15949         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15950         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15951         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15952         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15953         (gst_avi_mux_change_state):
15954         * gst/avi/gstavimux.h:
15955           Some enhancements for avimux (#342526):
15956            - add odml (large file) index support
15957            - store codec init data (e.g. huffyuv)
15958            - miscellaneous other fixes/cleanups
15959
15960 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15961
15962         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15963         Don't output any tag when we encounter a negative track number - the
15964         tag type is uint, so we end up outputting huge positive numbers
15965         instead. (Fixes: #342029)
15966
15967 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15968
15969         * configure.ac:
15970           update for new GSTPB_PLUGINS_DIR
15971
15972 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15973
15974         * rtp/gst/gstrtph263pay.c:
15975         Properly set static caps for H263 at 34.
15976
15977 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15978
15979         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15980
15981         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15982           Merge event tags and tag setter tags correctly (#339918). Also,
15983           don't leak taglist in case of an error.
15984           
15985 2006-05-17  Edward Hervey  <edward@fluendo.com>
15986
15987         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15988         We can only do caps intersection if the othercaps are non-empty and not
15989         ANY. Else we return the pad template (base_caps).
15990
15991 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15992
15993         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15994           Fix crash when outputting debugging information for certain
15995           pictures (always good to use the right struct member for
15996           the number of records in an array).
15997
15998 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16001
16002         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16003         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16004         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16005         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16006         (gst_ebml_read_float), (gst_ebml_read_ascii),
16007         (gst_ebml_read_binary):
16008           Don't create unnecessary sub-buffers all the time. Dramatically
16009           improves performance with multiple concurrently running
16010           matroskademux instances (#341818) (and avoids doing
16011           unnecessarily inefficient things in the general case).
16012
16013 2006-05-16  Edward Hervey  <edward@fluendo.com>
16014
16015         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16016         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16017         return value of gst_pad_push_event().
16018
16019 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16020
16021         * gst/autodetect/gstautoaudiosink.c:
16022         (gst_auto_audio_sink_find_best):
16023         * gst/autodetect/gstautovideosink.c:
16024         (gst_auto_video_sink_find_best):
16025         Make the name of the child element be based on the name of the
16026         parent, so that debug output is more useful.
16027         
16028         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16029         (parse_insert_string_field), (parse_split_strings):
16030         Rework string parsing to always walk over BOM markers in UTF16
16031         strings, using the endianness indicated by the innermost one,
16032         then trying the opposite endianness if that fails to convert
16033         to valid UTF-8. Fixes #341774
16034
16035 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16036
16037         Patch from: Matthieu <matthieu at fluendo dot com>
16038
16039         * ext/libpng/Makefile.am:
16040         Add LIBPNG_CFLAGS.
16041
16042 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16043
16044         * ext/taglib/gstid3v2mux.cc:
16045           Add support for writing images (APIC frames) into ID3v2
16046           tags (picture type always set to 'other' for now though).
16047
16048 2006-05-14  Michael Smith  <msmith@fluendo.com>
16049
16050         * gst/wavparse/gstwavparse.c:
16051           Update docs; wavparse implements push and pull modes.
16052
16053 2006-05-12  Wim Taymans  <wim@fluendo.com>
16054
16055         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16056         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16057         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16058         Ooops, bitten by the copy-and-paste design paradigm, fixes
16059         seek again.
16060
16061 2006-05-12  Wim Taymans  <wim@fluendo.com>
16062
16063         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16064         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16065         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16066         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16067         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16068         (gst_avi_demux_massage_index),
16069         (gst_avi_demux_calculate_durations_from_index),
16070         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16071         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16072         (gst_avi_demux_loop):
16073         * gst/avi/gstavidemux.h:
16074         Some cleanups, prepare to use GstSegment.
16075         Fix error in entry walking code.
16076         Fix VBR detection.
16077         Smarter timestamp calculation code.
16078         Uniform error/eos handling.
16079
16080 2006-05-12  Michael Smith  <msmith@fluendo.com>
16081
16082         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16083         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16084           Fix use of uninitialised values if we're NOT seeking in ready.
16085           Fix typos.
16086
16087 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16088
16089         * gst/wavparse/Makefile.am:
16090           Add CFLAGS and LIBS for libgstbase, fixes build on
16091           Cygwin (#341489).
16092
16093 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16096           Some more debug info. No need to check whether the string
16097           returned by g_convert() is really UTF-8 - either it is or
16098           we get NULL returned.
16099
16100 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16101
16102         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16103           Fix parsing of numeric genre strings some more, by ensuring that
16104           we only try and parse strings that a) Start with '(' and b) Consist
16105           only of digits.
16106           Also, when finding an escaping '((' sequence, bust it back to '(' by
16107           swallowing the first parenthesis
16108
16109 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16112         (gst_esdsink_open), (gst_esdsink_close):
16113         * ext/esd/esdsink.h:
16114           Move the esd_get_server_info() into gst_esdsink_open() and fail
16115           with a decent error message on errors.
16116
16117 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16118
16119         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16120         (gst_esdmon_channels_get_type):
16121         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16122         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16123         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16124         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16125         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16126         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16127         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16128         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16129         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16130         * gst/videomixer/videomixer.c:
16131         (gst_video_mixer_background_get_type):
16132           Const-ify GEnumValue arrays.
16133
16134 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16137
16138         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16139         (gst_avi_mux_do_video_buffer):
16140           Work around gst_buffer_make_metadata_writable() bug that
16141           results in avimux marking all frames in the index as
16142           keyframes (#340859).
16143           
16144 2006-05-08  Wim Taymans  <wim@fluendo.com>
16145
16146         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16147         Make parsing of urls suck slightly less.
16148
16149 2006-05-08  Edward Hervey  <edward@fluendo.com>
16150
16151         * autogen.sh: (CONFIGURE_DEF_OPT): 
16152         libtoolize on Darwin/MacOSX is called glibtoolize.
16153
16154 2006-05-08  Wim Taymans  <wim@fluendo.com>
16155
16156         Patch by: Jens Granseuer <jensgr at gmx dot net>
16157
16158         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16159         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16160         C89 compliance fixes. Fixes #340980
16161
16162 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16163
16164         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16165         * ext/flac/gstflacdec.h:
16166           Handle segment seeks that include the end of the file as stop point
16167           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16168           message instead of an EOS event in case we're in segment seek
16169           mode (fixes #340699).
16170           
16171 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16172
16173         * ext/cairo/gsttextoverlay.c:
16174         * ext/flac/gstflacdec.c:
16175         * ext/gdk_pixbuf/pixbufscale.c:
16176         * gst/apetag/gstapedemux.c:
16177         * gst/debug/breakmydata.c:
16178         * gst/debug/testplugin.c:
16179         * gst/matroska/ebml-write.c:
16180         * gst/multipart/multipartdemux.c:
16181         * sys/osxaudio/gstosxaudiosink.c:
16182         * sys/osxaudio/gstosxaudiosrc.c:
16183         Add semicolons after GST_BOILERPLATE[_FULL] so that
16184         indent doesn't mess up following lines.
16185
16186 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16189
16190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16191           Don't leak caps when freeing the stream context (#340623).
16192
16193 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16194
16195         * configure.ac:
16196           Back to CVS
16197
16198 === release 0.10.3 ===
16199
16200 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16201
16202         * configure.ac:
16203           releasing 0.10.3, "Desplazado"
16204
16205 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16206
16207         * gst/matroska/matroska-mux.c:
16208         (gst_matroska_mux_stream_is_vorbis_header),
16209         (gst_matroska_mux_write_data):
16210           Don't strcmp() NULL strings.
16211           Only start new clusters on video keyframes, not on any
16212           random audio buffer that doesn't have the DELTA_UNIT
16213           flag set (fixes 'make check' again).
16214
16215 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16218
16219         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16220         (gst_matroska_mux_stream_is_vorbis_header),
16221         (gst_matroska_mux_write_data):
16222           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16223           value and then dead-lock when muxing vorbis audio streams
16224           (the three vorbis header buffers carry no timestamp, and it
16225           would try to mux these after all video buffers). Fixes #340346.
16226
16227           Improve clustering: start a new cluster also whenever we get
16228           a keyframe.     
16229
16230 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * win32/common/config.h:
16233         * win32/MANIFEST
16234           add the generated file as well
16235
16236 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16237
16238         * Makefile.am:
16239         * configure.ac:
16240         * win32/common/config.h.in:
16241           add win32 stuff
16242
16243 2006-05-03  Michael Smith  <msmith@fluendo.com>
16244
16245         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16246           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16247           SUCKS.
16248
16249 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16250
16251         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16252         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16253         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16254           don't leak caps-string
16255
16256 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16259         (gst_id3demux_sink_activate):
16260           Let core insert default error message for TYPE_NOT_FOUND
16261           errors, it's just as good as our own and has the added
16262           bonus of being translated.
16263
16264 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16265
16266         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16267         (gst_tag_demux_sink_event):
16268         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16269         (gst_id3demux_sink_event):
16270           Post an error message when we get an EOS event and were not
16271           able to find out the type of stream.
16272
16273         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16274         (test_taglib_id3mux_with_tags):
16275           Decrease num-buffers to 16 per iteration again, otherwise the
16276           many memcpy()s and reallocations in the test will hammer slow
16277           CPUs completely and make the test timeout.
16278
16279 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * configure.ac:
16282           figure out where plugins-base plugins are
16283         * tests/check/Makefile.am:
16284           use plugins-base plugins, so we have typefind functions
16285         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16286           increase num-buffers, this makes sure the test errors out instead
16287           of timing out when no typefind functions are present
16288
16289 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16290
16291         * docs/plugins/Makefile.am:
16292           also check .cc files for gtk-doc markup
16293         * configure.ac:
16294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16296         * tests/check/Makefile.am:
16297         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16298         * ext/Makefile.am:
16299         * ext/taglib/Makefile.am:
16300         * ext/taglib/gstid3v2mux.h:
16301         * ext/taglib/gsttaglibmux.c:
16302         * ext/taglib/gsttaglibmux.h:
16303           move taglib-based id3v2muxer to -good.  Fixes #336110.
16304
16305 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16306
16307         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16308           ... and fix multichannel/WAVFORMATEX support again.
16309
16310 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16311
16312         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16313         (gst_wavparse_class_init), (gst_wavparse_dispose),
16314         (gst_wavparse_reset), (gst_wavparse_init),
16315         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16316         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16317         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16318         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16319         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16320         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16321         (gst_wavparse_stream_data), (gst_wavparse_loop),
16322         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16323         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16324         (gst_wavparse_change_state), (plugin_init):
16325         * gst/wavparse/gstwavparse.h:
16326           Add push (streaming) mode to wavparse (fixes #337625)
16327
16328 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * configure.ac:
16331         * tests/Makefile.am:
16332           add ximagesrc icles test
16333
16334 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16335
16336         * configure.ac:
16337         * docs/plugins/Makefile.am:
16338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16340         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16341         (gst_cmml_enc_push_clip):
16342         * sys/Makefile.am:
16343         * sys/ximage/Makefile.am:
16344         * sys/ximage/gstximagesrc.c:
16345           Move ximagesrc plug-in to good after review.  Fixes #336756.
16346
16347 2006-04-28  Michael Smith  <msmith@fluendo.com>
16348
16349         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16350         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16351         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16352         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16353         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16354         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16355         * gst/icydemux/gsticydemux.h:
16356           Fix event handling: cache events when typefinding and forward later.
16357
16358 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16359
16360         * sys/osxaudio/gstosxaudiosink.c:
16361         (plugin_init):
16362          Register osxaudiosrc to the plugin.
16363         * sys/osxaudio/gstosxaudiosrc.c:
16364         (gst_osx_audio_src_osxelement_do_init),
16365         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16366         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16367         (gst_osx_audio_src_get_property),
16368         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16369         (gst_osx_audio_src_osxelement_init):
16370         * sys/osxaudio/gstosxaudiosrc.h:
16371           Port of osxaudiosrc to 0.10.
16372         * sys/osxaudio/Makefile.am:
16373           Add osxaudiosrc
16374
16375 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16376
16377         * sys/osxaudio/gstosxringbuffer.c:
16378         * sys/osxaudio/gstosxringbuffer.h:
16379           Forgot to commit earlier, part of the OSX audio plugin port
16380
16381 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16382
16383         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16384         (parse_split_strings):
16385           Recognise and skip any byte order marker (BOM) in
16386           UTF-16 strings.
16387
16388 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         * docs/plugins/Makefile.am:
16391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16393         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16394         * docs/plugins/inspect/plugin-avi.xml:
16395         * gst/avi/gstavidemux.c:
16396         * gst/avi/gstavimux.c:
16397           Add docs for both avidemux and avimux.
16398
16399 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16402
16403         * gst/avi/Makefile.am:
16404         * gst/avi/gstavi.c: (plugin_init):
16405         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16406         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16407         (gst_avi_mux_class_init), (gst_avi_mux_init),
16408         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16409         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16410         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16411         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16412         (gst_avi_mux_riff_get_avix_header),
16413         (gst_avi_mux_riff_get_video_header),
16414         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16415         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16416         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16417         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16418         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16419         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16420         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16421         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16422         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16423         (gst_avi_mux_change_state):
16424         * gst/avi/gstavimux.h:
16425           Port AVI muxer to GStreamer-0.10 (#332031).
16426
16427         * tests/check/Makefile.am:
16428         * tests/check/elements/avimux.c:
16429         * tests/check/elements/.cvsignore:
16430           Add unit test for AVI muxer.
16431
16432 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16433
16434         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16435         (gst_wavparse_class_init), (gst_wavparse_reset),
16436         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16437         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16438         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16439         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16440         (gst_wavparse_stream_data), (gst_wavparse_loop),
16441         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16442         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16443         (plugin_init):
16444         * gst/wavparse/gstwavparse.h:
16445           reverted patch #337625 for the price of 1 hour sleep
16446
16447 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16448
16449         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16450         (gst_wavparse_class_init), (gst_wavparse_reset),
16451         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16452         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16453         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16454         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16455         (gst_wavparse_stream_data), (gst_wavparse_loop),
16456         (gst_wavparse_chain), (plugin_init):
16457         * gst/wavparse/gstwavparse.h:
16458           correct partial implementation of push mode
16459           (from my last commit)
16460
16461 2006-04-26  Wim Taymans  <wim@fluendo.com>
16462
16463         * ext/esd/esdsink.c:
16464         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16465         it is not in esd.h
16466
16467 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16468
16469         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16470         (gst_au_parse_class_init), (gst_au_parse_init),
16471         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16472         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16473         (gst_au_parse_chain), (gst_au_parse_src_convert),
16474         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16475         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16476         (gst_au_parse_change_state):
16477         * gst/auparse/gstauparse.h:
16478           Rewrite auparse to suck a little bit less: make source pad
16479           dynamic, so decodebin/playbin work with non-raw formats
16480           like alaw/mulaw; add query function for duration/position
16481           queries; check whether we have enough data before attempting
16482           to parse the header (instead of crashing when that is not the
16483           case); work around audioconvert sucking by swapping endianness
16484           to the native endianness ourselves for float formats; send
16485           initial newsegment event. Fixes #161712.
16486
16487 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16488
16489         * sys/osxaudio/Makefile.am:
16490         * sys/osxaudio/gstosxaudioelement.c:
16491         (gst_osx_audio_element_get_type),
16492         (gst_osx_audio_element_class_init):
16493         * sys/osxaudio/gstosxaudioelement.h:
16494         * sys/osxaudio/gstosxaudiosink.c:
16495         (gst_osx_audio_sink_osxelement_do_init),
16496         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16497         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16498         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16499         (gst_osx_audio_sink_create_ringbuffer),
16500         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16501         (plugin_init):
16502         * sys/osxaudio/gstosxaudiosink.h:
16503         Port of osxaudiosink to 0.10
16504
16505 2006-04-26  Wim Taymans  <wim@fluendo.com>
16506
16507         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16508         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16509         the size of the ringbuffer. This should fix hangs with older 
16510         esd sound servers.
16511
16512 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16513
16514         * ext/aalib/gstaasink.c:
16515         * ext/annodex/gstcmmldec.c:
16516         * ext/annodex/gstcmmlenc.c:
16517         * ext/cairo/gsttextoverlay.c:
16518         * ext/cairo/gsttimeoverlay.c:
16519         * ext/cdio/gstcdiocddasrc.c:
16520         * ext/dv/gstdvdec.c:
16521         * ext/dv/gstdvdemux.c:
16522         * ext/esd/esdmon.c:
16523         * ext/esd/esdsink.c:
16524         * ext/flac/gstflacenc.c:
16525         * ext/flac/gstflactag.c:
16526         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16527         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16528         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16529         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16530         * ext/gdk_pixbuf/pixbufscale.c:
16531         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16532         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16533         * ext/jpeg/gstjpegdec.c:
16534         * ext/jpeg/gstjpegenc.c:
16535         * ext/jpeg/gstsmokedec.c:
16536         * ext/jpeg/gstsmokeenc.c:
16537         * ext/libcaca/gstcacasink.c:
16538         * ext/libmng/gstmngdec.c:
16539         * ext/libmng/gstmngenc.c:
16540         * ext/libpng/gstpngdec.c:
16541         * ext/libpng/gstpngenc.c:
16542         * ext/mikmod/gstmikmod.c:
16543         * ext/raw1394/gstdv1394src.c:
16544         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16545         * ext/shout2/gstshout2.h:
16546         * ext/speex/gstspeexdec.c:
16547         * ext/speex/gstspeexenc.c:
16548         * gst/alpha/gstalpha.c:
16549         * gst/alpha/gstalphacolor.c:
16550         * gst/apetag/gstapedemux.c:
16551         * gst/auparse/gstauparse.c:
16552         * gst/autodetect/gstautoaudiosink.c:
16553         (gst_auto_audio_sink_base_init):
16554         * gst/autodetect/gstautovideosink.c:
16555         (gst_auto_video_sink_base_init):
16556         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16557         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16558         * gst/cutter/gstcutter.c:
16559         * gst/debug/breakmydata.c:
16560         * gst/debug/efence.c:
16561         * gst/debug/gstnavigationtest.c:
16562         * gst/debug/gstnavseek.c:
16563         * gst/debug/negotiation.c:
16564         * gst/debug/progressreport.c:
16565         * gst/debug/testplugin.c:
16566         * gst/effectv/gstaging.c:
16567         * gst/effectv/gstdice.c:
16568         * gst/effectv/gstedge.c:
16569         * gst/effectv/gstquark.c:
16570         * gst/effectv/gstrev.c:
16571         * gst/effectv/gstshagadelic.c:
16572         * gst/effectv/gstvertigo.c:
16573         * gst/effectv/gstwarp.c:
16574         * gst/flx/gstflxdec.c:
16575         * gst/goom/gstgoom.c:
16576         * gst/icydemux/gsticydemux.c:
16577         * gst/id3demux/gstid3demux.c:
16578         * gst/interleave/deinterleave.c:
16579         * gst/interleave/interleave.c:
16580         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16581         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16582         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16583         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16584         * gst/level/gstlevel.c:
16585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16587         * gst/median/gstmedian.c:
16588         * gst/monoscope/gstmonoscope.c:
16589         * gst/multipart/multipartdemux.c:
16590         * gst/multipart/multipartmux.c:
16591         * gst/oldcore/gstaggregator.c:
16592         * gst/oldcore/gstfdsink.c:
16593         * gst/oldcore/gstmd5sink.c:
16594         * gst/oldcore/gstmultifilesrc.c:
16595         * gst/oldcore/gstpipefilter.c:
16596         * gst/oldcore/gstshaper.c:
16597         * gst/oldcore/gststatistics.c:
16598         * gst/rtp/gstasteriskh263.c:
16599         * gst/rtp/gstrtpL16depay.c:
16600         * gst/rtp/gstrtpL16pay.c:
16601         * gst/rtp/gstrtpamrdepay.c:
16602         * gst/rtp/gstrtpamrpay.c:
16603         * gst/rtp/gstrtpdepay.c:
16604         * gst/rtp/gstrtpgsmpay.c:
16605         * gst/rtp/gstrtph263pay.c:
16606         * gst/rtp/gstrtph263pdepay.c:
16607         * gst/rtp/gstrtph263ppay.c:
16608         * gst/rtp/gstrtpilbcdepay.c:
16609         * gst/rtp/gstrtpmp4gpay.c:
16610         * gst/rtp/gstrtpmp4vdepay.c:
16611         * gst/rtp/gstrtpmp4vpay.c:
16612         * gst/rtp/gstrtpmpadepay.c:
16613         * gst/rtp/gstrtpmpapay.c:
16614         * gst/rtp/gstrtppcmadepay.c:
16615         * gst/rtp/gstrtppcmapay.c:
16616         * gst/rtp/gstrtppcmudepay.c:
16617         * gst/rtp/gstrtppcmupay.c:
16618         * gst/rtp/gstrtpspeexdepay.c:
16619         * gst/rtp/gstrtpspeexpay.c:
16620         * gst/rtsp/gstrtpdec.c:
16621         * gst/rtsp/gstrtspsrc.c:
16622         * gst/smpte/gstsmpte.c:
16623         * gst/udp/gstdynudpsink.c:
16624         * gst/udp/gstmultiudpsink.c:
16625         * gst/udp/gstudpsink.c:
16626         * gst/udp/gstudpsrc.c:
16627         * gst/videobox/gstvideobox.c:
16628         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16629         * gst/videofilter/gstvideobalance.c:
16630         * gst/videofilter/gstvideoflip.c:
16631         * gst/videofilter/gstvideotemplate.c:
16632         (gst_videotemplate_base_init):
16633         * gst/videomixer/videomixer.c:
16634         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16635         (gst_wavparse_class_init), (gst_wavparse_dispose),
16636         (gst_wavparse_reset), (gst_wavparse_init),
16637         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16638         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16639         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16640         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16641         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16642         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16643         (gst_wavparse_change_state):
16644         * gst/wavparse/gstwavparse.h:
16645         * sys/oss/gstossmixerelement.c:
16646         * sys/oss/gstosssink.c:
16647         * sys/oss/gstosssrc.c:
16648         * sys/osxaudio/gstosxaudioelement.c:
16649         * sys/osxaudio/gstosxaudiosink.c:
16650         * sys/osxaudio/gstosxaudiosrc.c:
16651         * sys/sunaudio/gstsunaudiomixer.c:
16652         * sys/sunaudio/gstsunaudiosink.c:
16653           Define GstElementDetails as const and also static (when defined as
16654           global)
16655
16656 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16657
16658         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16659           Source pad has fixed caps. If we don't set this, bad
16660           things happen when the window is resized.
16661
16662 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16663
16664         * gst/matroska/Makefile.am:
16665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16666         (gst_matroska_demux_handle_src_event):
16667         * gst/matroska/matroska-ids.c:
16668         (gst_matroska_track_init_video_context),
16669         (gst_matroska_track_init_audio_context),
16670         (gst_matroska_track_init_subtitle_context),
16671         (gst_matroska_track_init_complex_context):
16672         * gst/matroska/matroska-ids.h:
16673           Handle case where the TrackType ebml chunk does not come before the
16674           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16675           events.
16676
16677 2006-04-25  Wim Taymans  <wim@fluendo.com>
16678
16679         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16680         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16681         It's codec_data, not codec_info.
16682
16683 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16686
16687         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16688           Handle codec_data for VfW compatibility codec IDs (#339451)
16689
16690         * gst/matroska/matroska-mux.c:
16691         (gst_matroska_mux_video_pad_setcaps):
16692           Same here, handle codec_data and add additional caps we can handle
16693           now to the pad template (huffyuv, dv and h263 video) (#339451)
16694
16695 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16696
16697         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16698
16699         * gst/matroska/matroska-mux.c:
16700         (gst_matroska_mux_create_buffer_header),
16701         (gst_matroska_mux_write_data):
16702           Fix timestamping of B-frames, use signed integers, do
16703           some rounding (#339678).
16704
16705 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16706
16707         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16708         just make it compile with --disable-gst-debug.
16709
16710 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16711
16712         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16713         Fix a bad conversion using gst_guint64_to_gdouble.
16714         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16715         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16716         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16717     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16718         mistake.
16719
16720 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16721
16722         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16723         Use gst_guint64_to_gdouble for conversions
16724         * win32/vs6/gst_plugins_good.dsw:
16725         * win32/vs6/libgsticydemux.dsp:
16726         Add a project file for icydemux
16727
16728 2006-04-21  Wim Taymans  <wim@fluendo.com>
16729
16730         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16731
16732         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16733         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16734         When splitting audio chunks, the block alignment is not taken in
16735         consideration, so the smaller chunks could be of size which is 
16736         not a multiple of the block alignment. Fixes #336904
16737
16738 2006-04-21  Wim Taymans  <wim@fluendo.com>
16739
16740         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16741         Use scale functions
16742
16743 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * ext/dv/gstdv.c: (plugin_init):
16746           Fix build.
16747
16748 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16749
16750         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16751         (gst_progress_report_class_init), (gst_progress_report_init),
16752         (gst_progress_report_do_query), (gst_progress_report_report),
16753         (gst_progress_report_set_property),
16754         (gst_progress_report_get_property):
16755           Add 'format' property to force querying to a particular format.
16756
16757 2006-04-21  Andy Wingo  <wingo@pobox.com>
16758
16759         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16760         best, on big endian systems. Drop its rank in that case. OTOH on
16761         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16762
16763 2006-04-21  Michael Smith  <msmith@fluendo.com>
16764
16765         * configure.ac:
16766         * gst/icydemux/Makefile.am:
16767         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16768         (gst_icydemux_base_init), (gst_icydemux_class_init),
16769         (gst_icydemux_reset), (gst_icydemux_init),
16770         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16771         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16772         (unicodify), (gst_icydemux_unicodify),
16773         (gst_icydemux_parse_and_send_tags),
16774         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16775         (gst_icydemux_chain), (gst_icydemux_change_state),
16776         (gst_icydemux_send_tag_event), (plugin_init):
16777         * gst/icydemux/gsticydemux.h:
16778         * tests/check/Makefile.am:
16779         * tests/check/elements/icydemux.c: (typefind_succeed),
16780         (plugin_init), (icydemux_found_pad), (create_icydemux),
16781         (cleanup_icydemux), (push_data), (GST_START_TEST),
16782         (icydemux_suite), (main):
16783           Add icydemux, and tests.
16784
16785 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16786
16787         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16788           Post SEGMENT_DONE message in TIME format.
16789
16790 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16791
16792         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16793
16794         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16795         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16796           Fix index creation when we have to scan the file to create
16797           an index. There may be other types of RIFF 'LIST' chunks than
16798           'movi' and we need to skip them properly as well or we'll end up
16799           reading garbage (#336889). Some other cosmetic changes.
16800           
16801 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16804         (gst_flac_dec_handle_seek_event):
16805           Add support for segment seeks (fixes #338290). Also demote
16806           some recurring debug message from DEBUG to LOG level.
16807
16808 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16809
16810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16811         (gst_matroskademux_do_index_seek),
16812         (gst_matroska_demux_handle_seek_event),
16813         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16814         * gst/matroska/matroska-ids.h:
16815           Set DISCONT flag on first buffer after a discontinuity.
16816           Fix newsegment events sent when seeking and honour KEY_UNIT
16817           seek flag. Create pad with bogus caps if we don't recognise
16818           the stream codec id.
16819
16820         * gst/matroska/matroska-demux.h:
16821           Fix GObject macros.
16822
16823 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16826
16827         * gst/matroska/matroska-demux.c:
16828         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16829           Handle end of segment properly when set; don't dead-lock when
16830           posting start of segment message when doing a segment seek.
16831           Fixes #338810.
16832
16833 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16836         (gst_matroska_demux_plugin_init):
16837           Make mpeg2 aac audio work: create artificial private codec data
16838           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16839           Also call gst_riff_init(). Partially fixes #338767.
16840
16841 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16844         (gst_wavenc_class_init), (gst_wavenc_init),
16845         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16846         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16847         (gst_wavenc_chain), (gst_wavenc_change_state):
16848         * gst/wavenc/gstwavenc.h:
16849           Set caps on first outgoing buffer, so that it doesn't error out
16850           immediately with a non-negotiated error (#338716). Rewrite and
16851           clean up a bit; fix setcaps function to parse things properly;
16852           fix sink caps (8bit audio is unsigned and doesn't have depth);
16853           use boilerplate macros; remove unused properties stuff.
16854
16855 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16858           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16859           handle MJPEG streams and might be autoplugged for those if the
16860           user doesn't have jpegdec installed (resulting in a cryptic error
16861           message about huffman tables). Better to disable JPEG decoding here
16862           and let the user figure out that she needs to install jpegdec.
16863
16864 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16865
16866         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16867         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16868         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16869         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16870           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16871           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16872           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16873           debug messages. Fix boilerplate macros.
16874
16875 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16878         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16879           No need to special-case for Gdk-2.0 any longer, we require
16880           Gdk 2.2 or newer; minor clean-ups.
16881
16882 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16883
16884         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16885         (gst_shout2send_class_init), (gst_shout2send_init),
16886         (set_shout_metadata), (gst_shout2send_set_metadata),
16887         (gst_shout2send_event), (gst_shout2send_start),
16888         (gst_shout2send_connect), (gst_shout2send_stop),
16889         (gst_shout2send_render), (gst_shout2send_set_property),
16890         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16891         (plugin_init):
16892         * ext/shout2/gstshout2.h:
16893         * po/POTFILES.in:
16894           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16895           change function; use GST_ELEMENT_ERROR for error reporting, not
16896           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16897           will cause crashes or assertion failures; remove (unused) "sync"
16898           property, basesink already has such a property; misc. other
16899           minor fixes and cleanups.
16900
16901 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16904         * ext/esd/gstesd.c: (plugin_init):
16905         * po/POTFILES.in:
16906           Add translatable error message for when we cannot
16907           connect to the sound server, as "Cannot open resource
16908           for writing" isn't really an acceptable message to show
16909           to the user in this case.
16910
16911 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * sys/oss/gst-i18n-plugin.h:
16914           Remove bogus file that doesn't belong here.
16915
16916 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         Patch by: Philippe Valembois
16919
16920         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16921         (gst_shout2send_set_metadata), (gst_shout2send_event),
16922         (gst_shout2send_render), (gst_shout2send_change_state):
16923         * ext/shout2/gstshout2.h:
16924           Handle tags being received before the connection to
16925           the server is established properly (see #338636).
16926
16927 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16928
16929         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16930           Don't crash in case the connection to the server fails:
16931           don't set pointer to NULL by assigning FALSE; error out
16932           properly by using GST_ELEMENT_ERROR and returning
16933           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16934           before resetting the pointer.
16935
16936 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16937
16938         * gst/id3demux/id3tags.c:
16939         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16940         (Fixes #338713)
16941
16942 2006-04-12  Wim Taymans  <wim@fluendo.com>
16943
16944         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16945         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16946         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16947         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16948         (gst_gdk_pixbuf_chain):
16949         Some cleanups.
16950         Added RGBA as a possible output format.
16951         Correctly free the supported mimetypes.
16952         deprecate silent arg, it's not used.
16953         Return result from _alloc_buffer to peer.
16954
16955 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16958           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16959           overwriting GST_BUFFER_MALLOCDATA.
16960
16961 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16964         (user_endrow_callback), (user_end_callback),
16965         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16966         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16967         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16968         * ext/libpng/gstpngdec.h:
16969           Handle more than one frame if the content is framed,
16970           like with png-in-quicktime (#331917).
16971
16972 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16973
16974         * sys/oss/Makefile.am:
16975         * sys/oss/common.h:
16976         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16977         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16978         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16979         (gst_oss_src_unprepare):
16980           - the user-visible error strings were in the wrong category
16981           - and the messages were not marked for translation
16982           - which is actually a good thing, because they were exactly
16983             the kind of message you would never want anyone to see
16984           - the macros were using variables that didn't exist in the macro
16985             arguments
16986           - and they were obviously copied from each other and then modified
16987           - so a common header makes sense
16988
16989 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16992           Don't try to modify read-only data.
16993
16994         * gst/matroska/matroska-demux.c:
16995         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16996           Fix comment (won't crash any longer now).
16997
16998 2006-04-10  Michael Smith  <msmith@fluendo.com>
16999
17000         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17001           Use copies of header buffers for caps to avoid circular refcounting
17002           problems (as in theoradec, vorbisdec).
17003
17004         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17005           Fix a typo in test that meant it was testing the wrong thing.
17006
17007         * tests/check/elements/cmmlenc.c: (check_headers):
17008           Fix refcount checks now that we use buffer-copies for caps.
17009
17010 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17011
17012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17013         (gst_matroska_demux_handle_seek_event),
17014         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17015         (gst_matroska_demux_subtitle_caps),
17016         (gst_matroska_demux_plugin_init):
17017           Use static pad templates with ANY caps for audio and video
17018           source pads and get rid of a lot of unnecessary (and partially
17019           broken) code for the template caps. Clean up caps finding
17020           functions. Fixes playback of audio files/streams that do not
17021           contain the sample rate and/or number of channels in the audio
17022           context (happens a lot with vorbis/mp3 .mka files it seems).
17023           Fixes #337183.
17024           Also add myself to copyright holders.
17025
17026 2006-04-10  Michael Smith  <msmith@fluendo.com>
17027
17028         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17029           Use g_list_delete_link () instead of g_list_remove_link () so that
17030           we free the link as well as the contained data.
17031
17032 2006-04-10  Wim Taymans  <wim@fluendo.com>
17033
17034         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17035
17036         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17037         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17038         (gst_avi_demux_stream_header):
17039         Fix some crashers with empty chunks. (Fixes #337749)
17040
17041 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17042
17043         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17044           use G_GINT64_CONSTANT for INT64 constants
17045         * gst/videofilter/gstvideobalance.c:
17046           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17047         * win32/vs6/libgstavi.dsp:
17048          add missing libraries for the link and remove avimux.c from
17049          the project as it isn't ported to 0.10 yet
17050         
17051 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17052
17053         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17054           Even better would be if we actually did the right thing
17055           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17056
17057 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17060           Can't just replace 1LL with 1L here just because MSVC doesn't
17061           support it, as it might lead to incorrect results when doing the
17062           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17063           force a 64-bit constant in a way that all compilers are happy with.
17064
17065 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17066
17067         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17068         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17069         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17071         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17072         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17073         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17074         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17075         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17076         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17077         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17078         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17079         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17080         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17081         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17082         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17083         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17084         * gst/debug/efence.c: (gst_efence_class_init):
17085         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17086         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17087         * gst/goom/gstgoom.c: (gst_goom_class_init):
17088         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17089         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17090         * gst/interleave/interleave.c: (interleave_class_init):
17091         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17092         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17093         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17094         * gst/median/gstmedian.c: (gst_median_class_init):
17095         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17096         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17097         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17098         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17099         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17100         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17101         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17102         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17103         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17104         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17105         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17106         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17107         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17108         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17109         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17110         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17111         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17112         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17113         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17114         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17115         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17116         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17117         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17118         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17119         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17121         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17122         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17124         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17125         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17126         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17127         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17128         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17129         * sys/osxaudio/gstosxaudioelement.c:
17130         (gst_osxaudioelement_class_init):
17131         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17132         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17133         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17134         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17135
17136 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17137
17138         * ext/mikmod/gstmikmod.h:
17139         * gst/level/gstlevel.h:
17140         Fix more broken GObject macros
17141
17142 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17143
17144         * ext/annodex/gstcmmldec.h:
17145         * ext/annodex/gstcmmlenc.h:
17146         * ext/annodex/gstcmmltag.h:
17147         * ext/cairo/gsttextoverlay.h:
17148         * ext/ladspa/gstsignalprocessor.h:
17149         * gst/matroska/ebml-read.h:
17150         * gst/matroska/ebml-write.h:
17151         * sys/osxaudio/gstosxaudioelement.h:
17152         Fix broken GObject macros
17153
17154 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17157           Don't try to seek beyond the end of the file (would
17158           occasionally display error dialogs in totem when seeking
17159           to the end) (#335869). Will still throw an error though
17160           if the file is truncated and the total_samples value in
17161           the stream header is wrong.
17162
17163 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17166         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17167         (gst_flac_dec_metadata_callback):
17168         * ext/flac/gstflacdec.h:
17169           If the stream header doesn't contain the total number of samples,
17170           search for the last flac frame at the end of the file and calculate
17171           the total duration from that frame's offset (fixes #337609).
17172
17173 2006-04-07  Edward Hervey  <edward@fluendo.com>
17174
17175         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17176         Don't unref the GstPadTemplate returned by
17177         gst_element_class_get_pad_template().
17178
17179 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17182
17183         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17184         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17185         * sys/sunaudio/gstsunaudiosink.h:
17186           Use spec->segsize and spec->segtotal in the prepare function
17187           to initialise the ring buffer instead of using the buffer-time
17188           property (#337421).
17189
17190 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * configure.ac:
17193           Bump core requirements to CVS for gst_pad_query_peer_duration()
17194           which is used by speexdec.
17195
17196 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * ext/speex/gstspeex.c: (plugin_init):
17199         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17200         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17201         (speex_get_sink_query_types), (speex_dec_sink_query),
17202         (speex_get_src_query_types), (speex_dec_src_query),
17203         (speex_dec_src_event), (speex_dec_sink_event),
17204         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17205         (speex_dec_chain_parse_data), (speex_dec_chain),
17206         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17207         (speex_dec_change_state):
17208         * ext/speex/gstspeexdec.h:
17209           Fix seeking and duration queries (#337033); clean up and
17210           refactor a bit.
17211
17212 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17213
17214         * ext/raw1394/gstdv1394src.c:
17215           distinguish between device not found and could not open for
17216           reading
17217
17218 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17219
17220         * Makefile.am:
17221         * configure.ac:
17222         * pkgconfig/.cvsignore:
17223         * pkgconfig/Makefile.am:
17224         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17225           add a .pc file so other modules can use good plugins in tests
17226
17227 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17228
17229         * configure.ac:
17230           clean up, use AS_VERSION and AS_NANO
17231         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17232           use PACKAGE_VERSION define
17233         * po/af.po:
17234         * po/az.po:
17235         * po/cs.po:
17236         * po/en_GB.po:
17237         * po/hu.po:
17238         * po/it.po:
17239         * po/nb.po:
17240         * po/nl.po:
17241         * po/or.po:
17242         * po/sq.po:
17243         * po/sr.po:
17244         * po/sv.po:
17245         * po/uk.po:
17246         * po/vi.po:
17247           updated
17248
17249 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17250
17251         * ext\jpeg\smokecodec.c:
17252           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17253         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17254           move first instruction after all variables declarations
17255         * gst\alpha\gstalpha.c:
17256         * gst\effectv\gstshagadelic.c:
17257         * gst\smpte\paint.c:
17258         * gst\videofilter\gstvideobalance.c:
17259           define M_PI if it's not defined (it's not defined on WIN32)
17260         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17261         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17262         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17263         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17264         (gst_matroska_demux_video_caps):
17265         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17266         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17267           use gst_guint64_to_gdouble for conversions
17268         * gst\goom\filters.c: (setPixelRGB_):
17269           fix a debug which was using undefined variable
17270         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17271         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17272           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17273         * win32/vs6:
17274           add vs6 projects files for most of plugins-good
17275         
17276 2006-03-30  j^  <j@bootlab.org>
17277
17278         * ext/aalib/gstaasink.c:
17279         * ext/annodex/gstcmmldec.c:
17280         * ext/annodex/gstcmmlenc.c:
17281         * ext/cairo/gsttextoverlay.c:
17282         * ext/cairo/gsttimeoverlay.c:
17283         * ext/cdio/gstcdiocddasrc.c:
17284         * ext/dv/gstdvdec.c:
17285         * ext/esd/esdmon.c:
17286         * ext/esd/esdsink.c:
17287         * ext/flac/gstflacdec.c:
17288         * ext/flac/gstflacenc.c:
17289         * ext/flac/gstflactag.c:
17290         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17291         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17292         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17293         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17294         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17295         * ext/gdk_pixbuf/pixbufscale.c:
17296         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17297         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17298         * ext/jpeg/gstjpegdec.c:
17299         * ext/jpeg/gstjpegenc.c:
17300         * ext/jpeg/gstsmokedec.c:
17301         * ext/jpeg/gstsmokeenc.c:
17302         * ext/libcaca/gstcacasink.c:
17303         * ext/libmng/gstmngdec.c:
17304         * ext/libmng/gstmngenc.c:
17305         * ext/libpng/gstpngdec.c:
17306         * ext/libpng/gstpngenc.c:
17307         * ext/mikmod/gstmikmod.c:
17308         * ext/raw1394/gstdv1394src.c:
17309         * ext/shout2/gstshout2.c:
17310         * ext/speex/gstspeexdec.c:
17311         * ext/speex/gstspeexenc.c:
17312         * gst/alpha/gstalpha.c:
17313         * gst/alpha/gstalphacolor.c:
17314         * gst/auparse/gstauparse.c:
17315         * gst/autodetect/gstautoaudiosink.c:
17316         (gst_auto_audio_sink_base_init):
17317         * gst/autodetect/gstautovideosink.c:
17318         (gst_auto_video_sink_base_init):
17319         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17320         * gst/cutter/gstcutter.c:
17321         * gst/debug/breakmydata.c:
17322         * gst/debug/efence.c:
17323         * gst/debug/gstnavigationtest.c:
17324         * gst/debug/negotiation.c:
17325         * gst/debug/progressreport.c:
17326         * gst/debug/testplugin.c:
17327         * gst/effectv/gstaging.c:
17328         * gst/effectv/gstdice.c:
17329         * gst/effectv/gstedge.c:
17330         * gst/effectv/gstquark.c:
17331         * gst/effectv/gstrev.c:
17332         * gst/effectv/gstvertigo.c:
17333         * gst/effectv/gstwarp.c:
17334         * gst/flx/gstflxdec.c:
17335         * gst/goom/gstgoom.c:
17336         * gst/interleave/deinterleave.c:
17337         * gst/interleave/interleave.c:
17338         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17339         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17340         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17341         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17342         * gst/level/gstlevel.c:
17343         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17345         * gst/median/gstmedian.c:
17346         * gst/monoscope/gstmonoscope.c:
17347         * gst/multipart/multipartdemux.c:
17348         * gst/multipart/multipartmux.c:
17349         * gst/oldcore/gstmd5sink.c:
17350         * gst/oldcore/gstmultifilesrc.c:
17351         * gst/oldcore/gstpipefilter.c:
17352         * gst/oldcore/gstshaper.c:
17353         * gst/oldcore/gststatistics.c:
17354         * gst/rtp/gstasteriskh263.c:
17355         * gst/rtp/gstrtpL16depay.c:
17356         * gst/rtp/gstrtpL16pay.c:
17357         * gst/rtp/gstrtpamrdepay.c:
17358         * gst/rtp/gstrtpamrpay.c:
17359         * gst/rtp/gstrtpdepay.c:
17360         * gst/rtp/gstrtpgsmpay.c:
17361         * gst/rtp/gstrtph263pay.c:
17362         * gst/rtp/gstrtph263pdepay.c:
17363         * gst/rtp/gstrtph263ppay.c:
17364         * gst/rtp/gstrtpmp4gpay.c:
17365         * gst/rtp/gstrtpmp4vdepay.c:
17366         * gst/rtp/gstrtpmp4vpay.c:
17367         * gst/rtp/gstrtpmpadepay.c:
17368         * gst/rtp/gstrtpmpapay.c:
17369         * gst/rtp/gstrtppcmadepay.c:
17370         * gst/rtp/gstrtppcmapay.c:
17371         * gst/rtp/gstrtppcmudepay.c:
17372         * gst/rtp/gstrtppcmupay.c:
17373         * gst/rtp/gstrtpspeexdepay.c:
17374         * gst/rtp/gstrtpspeexpay.c:
17375         * gst/rtsp/gstrtpdec.c:
17376         * gst/smpte/gstsmpte.c:
17377         * gst/videobox/gstvideobox.c:
17378         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17379         * gst/videofilter/gstvideobalance.c:
17380         * gst/videofilter/gstvideoflip.c:
17381         * gst/videofilter/gstvideotemplate.c:
17382         (gst_videotemplate_base_init):
17383         * gst/videomixer/videomixer.c:
17384         * gst/wavenc/gstwavenc.c:
17385         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17386          better/unified long descriptions
17387          Fixed #336602
17388          Some cleanups to auparse, don't send multiple newsegments.
17389
17390 2006-03-29  Wim Taymans  <wim@fluendo.com>
17391
17392         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17393
17394         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17395         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17396         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17397         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17398         * ext/dv/gstdvdemux.h:
17399         Seek in READY patch. Only works for pull based mode.
17400         Fixes #323880
17401
17402 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17405         (gst_gdk_pixbuf_event):
17406           Fix two crashers: don't unref the same caps twice, and
17407           set pixbuf loader to NULL after freeing it.
17408
17409 2006-03-27  Wim Taymans  <wim@fluendo.com>
17410
17411         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17412         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17413         (gst_speexenc_chain):
17414         * ext/speex/gstspeexenc.h:
17415         Don't leak adapter.
17416         A push *always* takes ownership of the buffer, even on
17417         errors.
17418         Small cleanups.
17419
17420 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17423           Create source pad without leaking.
17424
17425 2006-03-24  Wim Taymans  <wim@fluendo.com>
17426
17427         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17428         * ext/flac/gstflacdec.h:
17429         * ext/flac/gstflacenc.h:
17430         Spifify a bit.
17431         Fix deadly lock order error in seeking code, STREAM_LOCK
17432         cannot be taken within LOCK and the streaming variables are
17433         protected with the STREAM_LOCK anyway.
17434
17435 2006-03-24  Wim Taymans  <wim@fluendo.com>
17436
17437         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17438         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17439         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17440         this patch combines the global init_frames with the stream
17441         init_frames. Rationale being that the global delay should 
17442         be subtracted from any stream delay.
17443         Fixes #335858.
17444
17445 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17446
17447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17448         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17449         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17450         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17451         use DEBUG_FUNCPTR for collectpads
17452
17453 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17454
17455         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17456           Don't crash when encoding images where the number of rows isn't
17457           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17458
17459 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17460
17461         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17462         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17463         * gst/interleave/interleave.c: (interleave_change_state):
17464         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17465           More state change function fixes.
17466
17467 2006-03-23  Wim Taymans  <wim@fluendo.com>
17468
17469         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17470         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17471         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17472         (gst_esdsink_delay), (gst_esdsink_reset):
17473         * ext/esd/esdsink.h:
17474         Fix esd choppy playback by configuring audiosink
17475         correctly. Fixes #325191
17476
17477 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17478
17479         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17480           Make state change function thread-safe.
17481
17482 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17483
17484         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17485         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17486           Don't try to read beyond the end of the file just because
17487           the header claims a bigger size (like with truncated files).
17488
17489 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17490
17491         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17492         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17493         (gst_wavparse_stream_data), (gst_wavparse_loop):
17494         * gst/wavparse/gstwavparse.h:
17495           Delay source pad creation until we have the first chunk of
17496           media data, so the we can examine the data and adjust the
17497           caps accordingly if required. This makes playback of .wav
17498           files with DTS-declared-as-PCM content work (#313266).
17499
17500 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17501
17502         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17503         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17504         Don't attempt typefinding on too-short buffers that have been
17505         completely trimmed away. (Fixes #330239)
17506
17507         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17508         Improve the debug output
17509
17510 2006-03-21  Wim Taymans  <wim@fluendo.com>
17511
17512         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17513         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17514         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17515         (gst_esdsink_set_property), (gst_esdsink_get_property):
17516         Some cleanups.
17517         Reset fd to -1 when we close them.
17518
17519 2006-03-21  Wim Taymans  <wim@fluendo.com>
17520
17521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17522         the OPTIONS request result is optional so don't
17523         fail on it.
17524
17525 2006-03-21  Edward Hervey  <edward@fluendo.com>
17526
17527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17528         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17529         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17530         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17531         (gst_wavparse_change_state):
17532         gcc 4.1 unreferenced pointer fixes.
17533
17534 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17535
17536         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17537
17538         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17539           Fix block alignment calculation. Alignment should be done before
17540           adding the byte offset where the data starts (#335231).
17541
17542 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17543
17544         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17545           Ensure that we set correct caps on buffers that are transferred
17546           direct from the input.
17547
17548 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17549
17550         * gst/goom/filters.c: (zoomFilterDestroy):
17551         * gst/goom/goom_core.c: (goom_close):
17552           Free filter data when cleaning up. (Fixes: #334995)
17553
17554 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17555
17556         * configure.ac:
17557           Don't compile udp and rtsp plugins on win32 (mingw) or other
17558           systems that don't have <sys/socket.h> for some reason (#316203).
17559
17560 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17561
17562         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17563         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17564         * ext/raw1394/gstdv1394src.h:
17565           Change bus reset handler so it reports useful information such as
17566           whether the device being used connected or disconnected
17567
17568 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17569
17570         * gst/id3demux/id3v2frames.c:
17571         (parse_relative_volume_adjustment_two):
17572           We only care about gain and peak data for the master volume.
17573
17574 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17577         (parse_id_string), (parse_unique_file_identifier),
17578         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17579           Read replay gain tags (#323721).
17580
17581 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17582
17583         * configure.ac:
17584           Bump requirements to gst-plugins-base CVS because
17585           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17586
17587 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17588
17589         * rtp/gst/gstrtppcmadepay.c:
17590         Fixed one of the caps in the code from mulaw to alaw.
17591
17592 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17593
17594         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17595           Ensure that we set caps on the buffers we pass.
17596
17597         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17598         (gst_id3demux_sink_activate):
17599           Ensure that we set caps on the buffers we pass.
17600
17601           Use STREAM, TYPE_NOT_FOUND as the error class when
17602           typefinding fails.
17603
17604 2006-03-15  Edward Hervey  <edward@fluendo.com>
17605
17606         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17607         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17608         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17609         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17610         (gst_jpeg_dec_setcaps):
17611         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17612         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17613         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17614         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17615         (gst_mngdec_src_getcaps):
17616         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17617         (gst_pngdec_caps_create_and_set):
17618         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17619         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17620         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17621         * gst/alpha/gstalpha.c: (gst_alpha_init):
17622         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17623         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17624         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17625         * gst/cutter/gstcutter.c: (gst_cutter_init):
17626         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17627         (gst_efence_checkgetrange):
17628         * gst/debug/negotiation.c: (gst_negotiation_init):
17629         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17630         * gst/goom/gstgoom.c: (gst_goom_init):
17631         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17632         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17633         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17634         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17635         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17636         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17637         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17638         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17639         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17640         (gst_wavparse_create_sourcepad):
17641         Fix memleak with gst_static_pad_template_get().
17642         This uses gst_pad_new_from_static_template() instead.
17643         Fixes #333512
17644
17645 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17646
17647         * configure.ac:
17648           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17649           used by id3demux.
17650
17651         * gst/id3demux/gstid3demux.c: (plugin_init):
17652         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17653         (parse_user_text_identification_frame),
17654         (parse_unique_file_identifier):
17655           Add support for UFID and TXXX frames and extract musicbrainz tags.
17656
17657 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17660           Catch short reads, like they might happen with truncated
17661           files (see #305279); remove unnecessary indentation.
17662
17663 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17664
17665         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17666           Fix DIB image inversion for pictures with a
17667           depth != 8 (#305279).
17668
17669 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17672         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17673         * ext/jpeg/gstjpegdec.h:
17674           Fix durations on outgoing buffers after seeking
17675           in MJPEG files (#334083); some minor clean-ups.
17676
17677 2006-03-13  Wim Taymans  <wim@fluendo.com>
17678
17679         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17680         (gst_wavparse_change_state):
17681         Implement seek in READY (re-fixes #327658)
17682
17683 2006-03-13  Wim Taymans  <wim@fluendo.com>
17684
17685         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17686         * ext/esd/esdmon.c: (gst_esdmon_get):
17687         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17688         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17689         (gst_gdk_pixbuf_sink_getcaps):
17690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17691         (gst_jpegenc_setcaps):
17692         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17693         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17694         (gst_smokeenc_setcaps):
17695         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17696         (gst_mngdec_src_getcaps):
17697         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17698         (gst_mngenc_chain):
17699         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17700         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17701         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17702         (speex_dec_src_event), (speex_dec_chain):
17703         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17704         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17705         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17706         (gst_negotiation_pad_link), (gst_negotiation_chain):
17707         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17708         (gst_flxdec_chain):
17709         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17710         (deinterleave_chain):
17711         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17712         * gst/median/gstmedian.c: (gst_median_link):
17713         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17714         (gst_monoscope_chain):
17715         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17716         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17717         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17718         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17719         close #333784 unref the result of gst_pad_get_parent()
17720         by: Christophe Fergeau.
17721
17722 2006-03-09  Wim Taymans  <wim@fluendo.com>
17723
17724         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17725         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17726         Handle events in push mode better, can now do non-flushing
17727         seeks in push mode as well.
17728
17729 2006-03-07  Wim Taymans  <wim@fluendo.com>
17730
17731         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17732         Applied patch from Kai Vehmanen, fixes #333624.
17733
17734 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17735
17736         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17737         Implement paletted and grayscale png files handling.
17738         (#150363).
17739
17740 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17743         (gst_speexenc_chain):
17744           fix a tag list assert
17745           follow gst-plugins-base/ext/ogg/README; set OFFSET
17746           and OFFSET_END.  Muxes correctly with gst-plugins-base
17747           > 0.9.3
17748
17749 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         * gst/id3demux/Makefile.am:
17752         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17753         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17754           Use new typefind helper functions here as well, and
17755           do typefinding in pull-mode if upstream supports that.
17756
17757 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17758
17759         * sys/sunaudio/gstsunaudiomixerctrl.c:
17760         (gst_sunaudiomixer_ctrl_get_volume),
17761         (gst_sunaudiomixer_ctrl_set_volume):
17762         * sys/sunaudio/gstsunaudiomixertrack.c:
17763         (gst_sunaudiomixer_track_new):
17764           Remove unused variables, breaks build from CVS
17765           with -Werror (#333392, patch by: Benjamin Pineau)
17766
17767 2006-03-03  Wim Taymans  <wim@fluendo.com>
17768
17769         * docs/plugins/Makefile.am:
17770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17772         Added wavparse docs.
17773
17774         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17775         (gst_wavparse_reset), (gst_wavparse_init),
17776         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17777         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17778         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17779         (gst_wavparse_stream_data), (gst_wavparse_loop),
17780         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17781         (gst_wavparse_change_state):
17782         * gst/wavparse/gstwavparse.h:
17783         Implement seek in READY (fixes #327658)
17784         Added docs and did some cleanups.
17785
17786 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17789         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17790         (gst_avi_demux_calculate_durations_from_index),
17791         (gst_avi_demux_stream_header):
17792         * gst/avi/gstavidemux.h:
17793           If we have an index, use a duration based on the index instead
17794           of blindly trusting the information in the stream headers
17795           (fixes #331817).
17796
17797 2006-03-03  Wim Taymans  <wim@fluendo.com>
17798
17799         * docs/plugins/Makefile.am:
17800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17801         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17802         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17803         Added smoke and jpeg to the docs.
17804
17805         * ext/jpeg/Makefile.am:
17806         * ext/jpeg/gstjpeg.c: (plugin_init):
17807         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17808         * ext/jpeg/gstjpegenc.h:
17809         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17810         (gst_smokedec_chain):
17811         * ext/jpeg/gstsmokedec.h:
17812         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17813         * ext/jpeg/gstsmokeenc.h:
17814         * ext/jpeg/smokecodec.h:
17815         Port smokedec (fixes #331905).
17816         Added some docs.
17817         Some cleanups.
17818
17819 2006-03-03  Wim Taymans  <wim@fluendo.com>
17820
17821         * docs/plugins/Makefile.am:
17822         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17823         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17824         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17825         Added videobalance and videoflip to the docs.
17826
17827         * gst/videofilter/Makefile.am:
17828         * gst/videofilter/gstvideobalance.c:
17829         (gst_video_balance_update_tables_planar411),
17830         (gst_video_balance_is_passthrough),
17831         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17832         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17833         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17834         (gst_video_balance_finalize), (gst_video_balance_class_init),
17835         (gst_video_balance_init), (gst_video_balance_interface_supported),
17836         (gst_video_balance_interface_init),
17837         (gst_video_balance_colorbalance_list_channels),
17838         (gst_video_balance_colorbalance_set_value),
17839         (gst_video_balance_colorbalance_get_value),
17840         (gst_video_balance_colorbalance_init),
17841         (gst_video_balance_set_property), (gst_video_balance_get_property),
17842         (gst_video_balance_get_type), (plugin_init):
17843         * gst/videofilter/gstvideobalance.h:
17844         Ported to 0.10. (Fixes #326160)
17845         Added docs.
17846
17847         * gst/videofilter/gstvideoflip.c:
17848         * gst/videofilter/gstvideoflip.h:
17849         Added docs.
17850
17851 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17852
17853         * configure.ac:
17854           Bump requirements to current core and -base CVS
17855           (core for new typefind helper API, and -base for the
17856           WAVFORMATEX support that was added to libgstriff and
17857           is needed by wavparse).
17858         
17859         * gst/apetag/Makefile.am:
17860         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17861         (gst_tag_demux_sink_activate):
17862           Use new typefind helpers for typefinding instead of our
17863           home-grown stuff; also, do typefinding in pull-mode if
17864           upstream supports that.
17865
17866 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17867
17868         Reviewed by: Christian Schaller <christian@fluendo.com>
17869
17870         This patch fixes bug: 329107
17871
17872         This Changelog entry is for a commit done on February 17
17873
17874         * ext/gconf/gconf.c
17875         * ext/gconf/gconf.h
17876         * ext/gconf/gstgconfaudiosink.c
17877         * ext/gconf/gstgconfaudiosink.h
17878         * gconf/gstreamer.schemas.in
17879
17880 2006-02-28  Wim Taymans  <wim@fluendo.com>
17881
17882         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17883         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17884         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17885         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17886         Use DEBUG_OBJECT more.
17887
17888 2006-02-28  Wim Taymans  <wim@fluendo.com>
17889
17890         * docs/plugins/Makefile.am:
17891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17893         Added dvdec and dvdemux to docs.
17894
17895         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17896         Added docs.
17897         Check frame sizes so we don't crash when don't have enough
17898         data.
17899         Send nice error messages on error.
17900
17901         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17902         (gst_dvdemux_class_init), (gst_dvdemux_init),
17903         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17904         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17905         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17906         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17907         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17908         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17909         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17910         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17911         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17912         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17913         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17914         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17915         * ext/dv/gstdvdemux.h:
17916         Added docs.
17917         Implement pull mode.
17918         Fix memleaks.
17919         Reduce memcpy for the video demuxing.
17920
17921 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17922
17923         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17924         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17925         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17926         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17927           Add a little extra debug. Make the decoder not return NOT_LINKED,
17928           as we want to continue decoding all CMML and emitting tags.
17929
17930 2006-02-27  Michael Smith  <msmith@fluendo.com>
17931
17932         * ext/annodex/gstskeltag.c:
17933         * ext/annodex/gstskeltag.h:
17934           Deleted; these files aren't used any more either.
17935
17936 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17937
17938         * ext/Makefile.am: Fix dist-check.
17939
17940 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17941
17942         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17943         memleak.
17944
17945 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17946
17947         * ext/annodex/Makefile.am:
17948         * ext/annodex/gstannodex.c:
17949         * ext/annodex/gstcmmldec.c:
17950         * ext/annodex/gstcmmlenc.c:
17951         * ext/annodex/gstcmmlparser.c:
17952         * ext/annodex/gstcmmlparser.h:
17953         * ext/annodex/gstcmmlutils.c:
17954         * tests/check/elements/cmmldec.c:
17955         * tests/check/elements/cmmlenc.c:
17956           Fix a memleak in gst_cmml_track_list_add_clip.
17957           Handle overflows in clip's start and end times.
17958           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17959           Do not parse junk at the end of a CMML preamble buffer.
17960           Register a libxml error handler to not print stuff on stderr.
17961           Check for bad clip start and end times in the testsuites.
17962
17963 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17964
17965         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17966         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17967         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17968         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17969         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17970         possible memleaks.
17971
17972 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17973
17974         * tests/check/Makefile.am:
17975         * tests/check/elements/cmmldec.c:
17976         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17977         the plugins-base tags.
17978
17979 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17980
17981         * ext/Makefile.am: Re-enable module.
17982
17983 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17984
17985         * tests/check/Makefile.am: Forgot to remove that test.
17986
17987 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17988
17989         * ext/annodex/Makefile.am:
17990         * ext/annodex/gstannodex.c: (plugin_init):
17991         * ext/annodex/gstcmmldec.c:
17992         * ext/annodex/gstskeldec.c:
17993         * ext/annodex/gstskeldec.h:
17994         * tests/check/Makefile.am:
17995         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17996
17997 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17998
17999         * tests/check/Makefile.am: Disable those checks as well.
18000
18001 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18002
18003         * ext/Makefile.am: Disable annodex for now until we figure out
18004         how to make it build.
18005         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18006         Add a rule to your checklist : "please try to at least build 
18007         what you are going to commit into -good, or if you are too lazy
18008         to do that, please check that the buildbots are not crying because
18009         of your commit."
18010
18011 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18012
18013         * configure.ac:
18014         * ext/Makefile.am:
18015         * ext/gdk_pixbuf/Makefile.am:
18016         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18017         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18018         * ext/gdk_pixbuf/pixbufscale.c:
18019         * ext/gdk_pixbuf/pixbufscale.h:
18020           Gdkpixbuf ported from 0.8 to 0.10 by
18021           Renato Filho <renato.filho@indt.org.br>.
18022           gst_loader and gdkpixbufanimation still need port.
18023
18024 2006-02-24  Michael Smith  <msmith@fluendo.com>
18025
18026         * configure.ac:
18027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18028         * ext/Makefile.am:
18029         * ext/annodex/Makefile.am:
18030         * ext/annodex/gstannodex.c:
18031         * ext/annodex/gstannodex.h:
18032         * ext/annodex/gstcmmldec.c:
18033         * ext/annodex/gstcmmldec.h:
18034         * ext/annodex/gstcmmlenc.c:
18035         * ext/annodex/gstcmmlenc.h:
18036         * ext/annodex/gstcmmlparser.c:
18037         * ext/annodex/gstcmmlparser.h:
18038         * ext/annodex/gstcmmltag.c:
18039         * ext/annodex/gstcmmltag.h:
18040         * ext/annodex/gstcmmlutils.c:
18041         * ext/annodex/gstcmmlutils.h:
18042         * ext/annodex/gstskeldec.c:
18043         * ext/annodex/gstskeldec.h:
18044         * ext/annodex/gstskeltag.c:
18045         * ext/annodex/gstskeltag.h:
18046         * tests/check/Makefile.am:
18047         * tests/check/elements/cmmldec.c:
18048         * tests/check/elements/cmmlenc.c:
18049         * tests/check/elements/skeldec.c:
18050           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18051           Includes tests & docs, oh my! Passes Thomas's -good checklist
18052           entirely. Wow.
18053
18054 2006-02-24  Michael Smith  <msmith@fluendo.com>
18055
18056         * autogen.sh:
18057           Check for automake 1.9 as well.
18058
18059 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18060
18061         * ext/flac/gstflacenc.c:
18062           Change min. sample rate to 8kHz to match flacdec's.
18063           
18064 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18065
18066         * ext/cdio/Makefile.am:
18067           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18068           required for Cygwin, see #317048)
18069
18070         * gst/rtp/gstasteriskh263.c:
18071           Cygwin has includes for both the unix network socket API
18072           and the windows API, but only one can be included, so fix
18073           includes to only use one or the other, prefering the unxi
18074           one (#317048).
18075
18076 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18077
18078         * rtp/gst/gstrtppcmadepay.c:
18079         * rtp/gst/gstrtppcmadepay.h:
18080         * rtp/gst/gstgstrtppcmapay.c:
18081         * rtp/gst/gstgstrtppcmapay.h:
18082         * rtp/gst/gstrtppcmudepay.c:
18083         * rtp/gst/gstrtppcmudepay.h:
18084         * rtp/gst/gstrtppcmupay.c:
18085         * rtp/gst/gstrtppcmupay.h:
18086         * rtp/gst/Makefile.am:
18087         * rtp/gst/gstrtp.c:
18088         * rtp/gst/README:
18089         Separated the G711 payloaders/depayloaders into separate elements for
18090         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18091
18092 2006-02-22  Wim Taymans  <wim@fluendo.com>
18093
18094         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18095         (gst_dvdec_change_state):
18096         * ext/dv/gstdvdec.h:
18097         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18098         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18099         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18100         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18101         (gst_dvdemux_flush), (gst_dvdemux_chain),
18102         (gst_dvdemux_change_state):
18103         * ext/dv/gstdvdemux.h:
18104         Ueber spiffify some more, added debug category.
18105         Use _scale.
18106         Use segments, respect playback rate from newsegment.
18107         Fix refcount issue.
18108
18109 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18110
18111         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18112         (gst_signal_processor_process):
18113         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18114         enabled for the build, but it helps me win the feature-count
18115         competitions ooh yeah.
18116
18117 2006-02-19  Wim Taymans  <wim@fluendo.com>
18118
18119         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18120         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18121         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18122         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18123         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18124         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18125         Use scaling code for added precission and more correct stop
18126         position in case scale==0.
18127
18128 2006-02-19  Wim Taymans  <wim@fluendo.com>
18129
18130         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18131         (gst_flxdec_chain):
18132         * gst/flx/gstflxdec.h:
18133         Implement DURATION query.
18134
18135 2006-02-19  Wim Taymans  <wim@fluendo.com>
18136
18137         * gst/flx/flx_color.h:
18138         * gst/flx/flx_fmt.h:
18139         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18140         (gst_flxdec_src_query_handler), (flx_decode_color),
18141         (gst_flxdec_chain):
18142         * gst/flx/gstflxdec.h:
18143         Set MALLOCDATA for the temp buffers so we don't leak.
18144         Some debug cleanups.
18145         Consume all data in the adapter before leaving the chain
18146         function. Fixes #330678.
18147
18148 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18149
18150         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18151         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18152          Handle 0 data size in otherwise valid frames.
18153          Handle numeric strings in 2.4.0 even when not in parentheses 
18154
18155 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18156
18157         * gst/matroska/matroska-demux.c:
18158         (gst_matroska_demux_subtitle_caps),
18159         (gst_matroska_demux_plugin_init):
18160         * gst/matroska/matroska-ids.h:
18161           Recognise SSA/ASS and USF subtitle formats and
18162           set proper caps when they are found.
18163
18164 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18165
18166         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18167         (gst_jpeg_dec_chain):
18168           Fix invalid memory access for some odd-sized images
18169           (see image contained in quicktime stream in #327083);
18170           use g_malloc() instead of g_alloca().
18171
18172 2006-02-17  Wim Taymans  <wim@fluendo.com>
18173
18174         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18175         Patch from Sebastien Cote, fixes #319884
18176
18177 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * ext/cdio/gstcdio.c: (plugin_init):
18180           Init debug category (#331253).
18181
18182 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18183
18184         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18185           Pass extra_data to gst_riff_create_audio_caps(), so that
18186           WAVEFORMATEX stuff works. Post audio codec name and post
18187           it as taglist on the bus. Allow up to 8 channesl for raw
18188           PCM in the source pad template caps.
18189
18190 2006-02-16  Wim Taymans  <wim@fluendo.com>
18191
18192         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18193         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18194         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18195         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18196         (gst_multipart_set_property), (gst_multipart_get_property):
18197         Applied #318663. Gives quite a few false positives in
18198         autoscan mode, but it's better than nothing. Not closing yet.
18199
18200 2006-02-16  Wim Taymans  <wim@fluendo.com>
18201
18202         * docs/plugins/Makefile.am:
18203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18204         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18205         * docs/plugins/gst-plugins-good-plugins.args:
18206         * docs/plugins/inspect/plugin-udp.xml:
18207         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18208         (gst_udpsrc_start):
18209         Update documentation.
18210         Fix args.
18211
18212 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18213
18214         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18215         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18216         frame size. (Fixes #331368)
18217
18218 2006-02-16  Wim Taymans  <wim@fluendo.com>
18219
18220         * gst/rtsp/README:
18221         Updated README.
18222
18223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18224         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18225         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18226         * gst/rtsp/gstrtspsrc.h:
18227         Make sure the RTP port is an even port an try to allocate 
18228         another if not.
18229         Added retry property to control max retries for port allocation.
18230         Make sure RTCP port is RTP port+1.
18231         Cleanup when port allocation fails.
18232         Fixes #319183.
18233         
18234 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18237           Don't ignore return value of the parent class's state
18238           change function (#331385, patch by: Wouter Paesen).
18239
18240 2006-02-15  Wim Taymans  <wim@fluendo.com>
18241
18242         * configure.ac:
18243         * docs/plugins/Makefile.am:
18244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18246         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18247         * ext/Makefile.am:
18248         * ext/hal/Makefile.am:
18249         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18250         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18251         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18252         (do_toggle_element), (gst_hal_audio_sink_set_property),
18253         (gst_hal_audio_sink_get_property),
18254         (gst_hal_audio_sink_change_state):
18255         * ext/hal/gsthalaudiosink.h:
18256         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18257         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18258         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18259         (do_toggle_element), (gst_hal_audio_src_set_property),
18260         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18261         * ext/hal/gsthalaudiosrc.h:
18262         * ext/hal/gsthalelements.c: (plugin_init):
18263         * ext/hal/gsthalelements.h:
18264         * ext/hal/hal.c: (gst_hal_get_string),
18265         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18266         (gst_hal_get_audio_src):
18267         * ext/hal/hal.h:
18268         Add HAL sound device wrapper plugins. Closes #329106
18269
18270 2006-02-15  Wim Taymans  <wim@fluendo.com>
18271
18272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18273         Add comment in a fultile attempt to stop the copy-and-paste 
18274         paradigm leading to duplication of bad code.
18275
18276         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18277         Mime parameters have to be checked case insensitive
18278
18279 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18280
18281         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18282           Advance stream time for lagging subtitle streams by sending
18283           newsegment events with the update flag set.
18284
18285 2006-02-14  Edward Hervey  <edward@fluendo.com>
18286
18287         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18288         There can be bogus data before the hdrl LIST tag in the RIFF header.
18289         It's hard to say if it's not respecting the AVI specifications or not,
18290         but since Google Video is producing AVIs like that and the other player
18291         don't seem to complain, I guess we should do the same.
18292
18293 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18294
18295         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18296         (parse_split_strings):
18297         Add more validation to ensure that a char encoding conversion
18298         produced a valid UTF-8 string.
18299
18300 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18301
18302         Reviewed by: Edward Hervey  <edward@fluendo.com>
18303
18304         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18305         Properly handle end of segment. Closes #330885.
18306
18307 2006-02-13  Wim Taymans  <wim@fluendo.com>
18308
18309         * gst/rtp/gstrtpmp4gpay.h:
18310         For got to commit this one.
18311
18312 2006-02-12  Wim Taymans  <wim@fluendo.com>
18313
18314         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18315         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18316         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18317         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18318         * gst/rtp/gstrtpmp4gpay.h:
18319         Make more things work.
18320         Handle ACC config strings.
18321
18322 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18323
18324         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18325           set timestamps if no incoming timestamps set
18326
18327 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18330         (gst_tag_demux_do_typefind):
18331           ... and fix the very same leaks in GstTagDemux.
18332
18333 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18334
18335         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18336         (gst_id3demux_do_typefind):
18337         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18338         <jonathan at kaolin dot wh9 dot net>)
18339
18340 2006-02-10  Wim Taymans  <wim@fluendo.com>
18341
18342         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18343         First set options, then set caps or else the baseclass
18344         will not know about the options, duh.
18345
18346 2006-02-10  Wim Taymans  <wim@fluendo.com>
18347
18348         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18349         (gst_rtp_mp4v_pay_setcaps):
18350         Don't waste time looking for a config string if we have codec_info
18351         on the incomming caps.
18352
18353 2006-02-10  Wim Taymans  <wim@fluendo.com>
18354
18355         * gst/rtp/README:
18356         Say something about case-sensitivity of caps vs mime-attributes.
18357
18358         * gst/rtp/Makefile.am:
18359         * gst/rtp/gstrtp.c: (plugin_init):
18360         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18361         (gst_rtp_amr_pay_handle_buffer):
18362         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18363         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18364         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18365         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18366         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18367         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18368         (gst_rtp_mp4g_pay_plugin_init):
18369         * gst/rtp/gstrtpmp4gpay.h:
18370         Added beginnings of mpeg4-generic payloader (RFC 3640)
18371
18372 2006-02-09  Wim Taymans  <wim@fluendo.com>
18373
18374         * gst/rtsp/Makefile.am:
18375         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18376         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18377         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18378         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18379         (gst_rtpdec_change_state):
18380         * gst/rtsp/gstrtpdec.h:
18381         * gst/rtsp/gstrtsp.c: (plugin_init):
18382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18383         * gst/rtsp/rtspconnection.c: (read_body),
18384         (rtsp_connection_receive):
18385         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18386         Resurected rtpdec to make rtspsrc happy again.
18387         Skip attributes from the session id.
18388         Don't crash when dumping a message with an empty body.
18389
18390
18391 2006-02-09  Wim Taymans  <wim@fluendo.com>
18392
18393         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18394         Added more meaningfull warnings when something goes wrong.
18395         Clear F bit on outgoing AMR packets.
18396
18397         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18398         (gst_rtp_amr_pay_handle_buffer):
18399         Added debugging category
18400         Support payloading of multiple AMR frames.
18401
18402         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18403         Added some debugging.
18404
18405 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18406
18407         * configure.ac:
18408           Back to CVS
18409
18410 === release 0.10.2 ===
18411
18412 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18413
18414         * configure.ac:
18415           releasing 0.10.2, "Papa was a rolling stone"
18416
18417 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18418
18419         * configure.ac:
18420           Bump core and plugins-base requirement to 0.10.2.2
18421           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18422
18423 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18424
18425         * ext/flac/gstflac.c: (plugin_init):
18426         * ext/speex/gstspeex.c: (plugin_init):
18427           Register musicbrainz tags.
18428
18429 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18430
18431         * ext/gconf/gconf.h:
18432           Remove declaration of function that no longer exists.
18433
18434 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18435
18436         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18437         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18438         Make shout2 work for non ogg streams
18439
18440 2006-02-06  Wim Taymans  <wim@fluendo.com>
18441
18442         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18443         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18444         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18445         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18446         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18447         * gst/udp/gstmultiudpsink.h:
18448         Updated docs.
18449         Added properties bytes-served, bytes_to_serve.
18450         Post proper error messages,
18451         Emit client added signal too.
18452
18453 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18454
18455         * docs/plugins/Makefile.am:
18456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18458         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18459         (gst_multiudpsink_get_stats):
18460           adding docs for multiudpsink
18461
18462 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18463
18464         * gst/level/gstlevel.c: (gst_level_transform_ip):
18465           peak below decay is not necessarily an error, so don't ERROR log
18466
18467 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18468
18469         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18470         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18471         (gst_ebml_write_seek):
18472         * gst/matroska/ebml-write.h:
18473           Make sure we send a newsegment event in BYTES format
18474           before sending buffers (#328531).
18475
18476 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18477
18478         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18479         (gst_dvdemux_sink_query):
18480         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18481         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18482         (speex_dec_src_query):
18483         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18484         (gst_speexenc_sink_query):
18485         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18486         * gst/matroska/matroska-demux.c:
18487         (gst_matroska_demux_get_src_query_types),
18488         (gst_matroska_demux_handle_src_query):
18489         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18490         (gst_wavparse_pad_query):
18491           Pass unhandled queries upstream instead of just dropping
18492           them (#326446). Update query type arrays here and there.
18493
18494 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18495
18496         * tests/check/elements/matroskamux.c: (setup_src_pad):
18497           Collectpads in core got changed and now also holds a
18498           reference to any pad that is part of it. Fix refcount
18499           checks in test case accordingly.
18500
18501 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18502
18503         * gst/apetag/gstapedemux.h:
18504           Fix include, for now GstTagDemux is in the apetag dir.
18505
18506 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18507
18508         * docs/plugins/Makefile.am:
18509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18511         * docs/plugins/inspect/plugin-cdio.xml:
18512           Add cdio plugin to docs.
18513
18514         * ext/cdio/gstcdiocddasrc.c:
18515           Add gtk-doc blurb.
18516
18517         * ext/cdio/gstcdio.c:
18518           The plugin is called 'cdio' not 'cddio'.
18519
18520 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18521
18522         * configure.ac:
18523         * docs/plugins/Makefile.am:
18524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18526         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18527         * docs/plugins/inspect/plugin-apetag.xml:
18528         * gst/apetag/Makefile.am:
18529         * gst/apetag/gstapedemux.c:
18530         * gst/apetag/gstapedemux.h:
18531         * gst/apetag/gsttagdemux.c:
18532         * gst/apetag/gsttagdemux.h:
18533           Add APE tag demuxer (#325649).
18534
18535 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18536
18537         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18538         (gst_gconf_get_default_video_sink),
18539         (gst_gconf_get_default_audio_src),
18540         (gst_gconf_get_default_video_src):
18541         * ext/gconf/gconf.h:
18542         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18543         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18544         (do_toggle_element):
18545         * ext/gconf/gstgconfaudiosink.h:
18546         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18547         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18548         (do_toggle_element):
18549         * ext/gconf/gstgconfaudiosrc.h:
18550         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18551         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18552         (do_toggle_element):
18553         * ext/gconf/gstgconfvideosink.h:
18554         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18555         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18556         (do_toggle_element):
18557         * ext/gconf/gstgconfvideosrc.h:
18558           Ignore changing the GConf key to "". Ignore GConf key updates
18559           that don't actually change the string.
18560           For now, ignore the GConf key when the state is > READY, as
18561           it breaks streaming. Sometime it will be nice to bring the
18562           new sink online even mid-stream, by sending NEWSEGMENT info
18563           and possibly prerolling.
18564           (Fixes #326736)
18565
18566 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18567
18568         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18569         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18570         (zoomFilterSetResolution), (zoomFilterDestroy),
18571         (zoomFilterFastRGB), (pointFilter):
18572         * gst/goom/filters.h:
18573         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18574         (goom_update), (goom_close):
18575         * gst/goom/goom_core.h:
18576         * gst/goom/goom_tools.h:
18577         * gst/goom/graphic.c:
18578         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18579         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18580         * gst/goom/gstgoom.h:
18581         * gst/goom/lines.c: (goom_lines):
18582         * gst/goom/lines.h:
18583           Make goom reentrant by moving all important static variables
18584           into instance structures.
18585           (Fixes #329181)
18586
18587 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18588
18589         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18590         (gst_avi_demux_all_source_pads_unlinked),
18591         (gst_avi_demux_process_next_entry):
18592         * gst/avi/gstavidemux.h:
18593           Third attempt, use gst_pad_is_linked() this time.
18594
18595 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18596
18597         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18598         (parse_split_strings):
18599         Adjust for data length indicators when parsing (Fixes #329810)
18600         Fix stupid bug parsing UTF-8 tag text.
18601         Output tag strings with multiple fields as multiple tags, so the
18602         app gets all the data.
18603
18604 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18605
18606         * ext/flac/gstflacenc.c:
18607         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18608         show me.
18609         
18610 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18611
18612         * ext/flac/gstflacenc.c:
18613         * gst/matroska/ebml-read.c:
18614         Just make it compile with --disable-gst-debug.
18615
18616 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18617
18618         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18619         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18620         (id3v2_genre_fields_to_taglist):
18621           Never output a tag with a null contents string.
18622
18623 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18624
18625         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18626           Only pause if all pads are unlinked AND we've tried to send data
18627           on all of them at least once.
18628
18629 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18630
18631         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18632         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18633           Make loop function/task pause itself when all source pads are
18634           unlinked.
18635
18636 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18637
18638         * configure.ac:
18639         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18640           Use new functions from core to render a bin from a
18641           string. Fixes build. Up requirements to core CVS.
18642
18643 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18646           Don't push buffers into the adapter that we are going to
18647           push downstream again without framing anyway. Also, the
18648           adaptor takes ownership of buffers put into it (fixes
18649           auparse pushing invalid buffers for .au files with
18650           ADPCM contents). Finally, set caps on all outgoing buffers.
18651
18652 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18653
18654         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18655         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18656         (gst_id3demux_send_tag_event):
18657         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18658         Someone should kick my butt. Remove ID3v1 tags from the end of the
18659         file.
18660
18661         Improve error messages. Send the TAG message as soon as we complete
18662         typefinding, instead of waiting until we send the first buffer.
18663         Downstream tag event is still sent before the first buffer.
18664
18665 2006-01-27  Jan Gerber  <j@bootlab.org>
18666
18667         Reviewed by: Andy Wingo <wingo@pobox.com>
18668
18669         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18670         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18671         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18672         to not have warings flooding stderr. this is the suggested way
18673         also used in dvgrab and kino. (#328336)
18674
18675 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18676
18677         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18678         (gst_oss_sink_init), (gst_oss_sink_finalise):
18679           Free the device name string when finalised.
18680
18681 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18682
18683         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18684           Don't put function calls in g_return_if_fail() statements,
18685           or they'll be replaced with NOOPs if someone compiles with
18686           G_DISABLE_CHECKS defined.
18687           
18688 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18689
18690         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18691         Never trust ANY information encoded in a media file, especially
18692         when it's giving you sizes. (Fixes #328452)
18693
18694 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18695
18696         * gst/rtp/gstrtpg711pay.c:
18697         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18698         bug #325148.
18699
18700 2006-01-23  Edward Hervey  <edward@fluendo.com>
18701
18702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18703         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18704         * gst/matroska/matroska-ids.h:
18705         Added recognition of Real Audio and Video streams in matroska demuxer.
18706
18707 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18708
18709         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18710           Remove errant break statement, and fix compilation with
18711           older GCC.
18712
18713 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18714
18715         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18716
18717         * sys/sunaudio/gstsunaudiomixerctrl.c:
18718         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18719           Export functions that are needed in other parts of the code,
18720           makes the mixer actually work; adjust magic minimum buffer-time
18721           value from 3ms to 5ms to work around stuttering during mp3
18722           playback (#327765).
18723
18724 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18725
18726         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18729         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18730           Fix possible deadlock in matroska muxer (#327825).
18731
18732 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18733
18734         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18735         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18736         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18737         * gst/rtsp/sdpmessage.h:
18738         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18739         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18740           C89 fixes: declare variables at the beginning of a block and
18741           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18742           <jensgr at gmx dot net>).
18743
18744 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18745
18746         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18747         * gst/id3demux/id3tags.h:
18748         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18749         (parse_comment_frame), (parse_text_identification_frame),
18750         (id3v2_tag_to_taglist), (id3v2_are_digits),
18751         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18752         (parse_split_strings), (free_tag_strings):
18753           Rewrite parsing of text tags to handle multiple NULL terminated
18754           strings. Parse numeric genre strings and ID3v2 type
18755           "(3)(6)Alternative" style genre strings.
18756           Parse dates that are only YYYY or YYYY-mm format.
18757           (Fixes #328241 and #322154)
18758
18759 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18760
18761         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18762           Don't forget to initialize liboil, otherwise our oil functions
18763           will crash (fixes #327871; patch by: Christoph Burghardt
18764           <hawkes at web dot de>).
18765
18766 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * configure.ac:
18769           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18770           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18771           patch by: Brian Cameron <brian dot cameron at sun dot com>
18772
18773 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18776         * ext/cdio/gstcdio.h:
18777         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18778           Fix build for libcdio versions >= 76; give slightly lower rank
18779           than cdparanoia.
18780
18781 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * configure.ac:
18784         * ext/Makefile.am:
18785         * ext/cdio/Makefile.am:
18786         * ext/cdio/gstcdio.c:
18787         * ext/cdio/gstcdio.h:
18788         * ext/cdio/gstcdiocddasrc.c:
18789         * ext/cdio/gstcdiocddasrc.h:
18790           Port libcdio cdda source, formerly known as cddasrc, now known as
18791           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18792           but that's not tested (fixes #317658).
18793
18794 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18797           Fix conversion from TIME to BYTES format (fixes #326864;
18798           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18799
18800 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18801
18802         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18803           Fix compilation of id3demux when zlib is not present.
18804           (Fixes #326602; patch by: Sergey Scobich)
18805
18806 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18807
18808         * ext/esd/Makefile.am:
18809           Add $(ESD_CFLAGS), otherwise build will fail for folks
18810           with libesd in a non-standard prefix (#327009).
18811
18812 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18813
18814         * configure.ac:
18815           back to HEAD
18816
18817 === release 0.10.1 ===
18818
18819 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18820
18821         * configure.ac:
18822           releasing 0.10.1, "Li"
18823
18824 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826           patch by: Wim Taymans
18827
18828         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18829           fix memleak.  Fixes #326618
18830
18831 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18832
18833           patch by: Mike Smith
18834
18835         * gst/level/gstlevel.c: (gst_level_message_new),
18836         (gst_level_message_append_channel):
18837           Fix memleak.  Fixes #326612
18838
18839 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18840
18841         * configure.ac:
18842           prereleasing
18843         * po/af.po:
18844         * po/az.po:
18845         * po/cs.po:
18846         * po/en_GB.po:
18847         * po/hu.po:
18848         * po/it.po:
18849         * po/nb.po:
18850         * po/nl.po:
18851         * po/or.po:
18852         * po/sq.po:
18853         * po/sr.po:
18854         * po/sv.po:
18855         * po/uk.po:
18856         * po/vi.po:
18857           update translations
18858
18859 2006-01-10  Michael Smith  <msmith@fluendo.com>
18860
18861         * gst/level/gstlevel.c: (gst_level_class_init),
18862         (gst_level_dispose):
18863           Don't leak filter arrays.
18864
18865 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18866
18867         reviewed by: Christian Schaller <uraeus@gnome.org>
18868         
18869         * configure.ac:
18870         * gst-plugins-good.spec.in:
18871         * sys/Makefile.am:
18872         * sys/sunaudio/Makefile.am:
18873         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18874         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18875         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18876         (gst_sunaudiomixer_change_state):
18877         * sys/sunaudio/gstsunaudiomixer.h:
18878         * sys/sunaudio/gstsunaudiomixerctrl.c:
18879         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18880         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18881         (gst_sunaudiomixer_ctrl_list_tracks),
18882         (gst_sunaudiomixer_ctrl_get_volume),
18883         (gst_sunaudiomixer_ctrl_set_volume),
18884         (gst_sunaudiomixer_ctrl_set_mute),
18885         (gst_sunaudiomixer_ctrl_set_record):
18886         * sys/sunaudio/gstsunaudiomixerctrl.h:
18887         * sys/sunaudio/gstsunaudiomixertrack.c:
18888         (gst_sunaudiomixer_track_class_init),
18889         (gst_sunaudiomixer_track_init), (fill_labels),
18890         (gst_sunaudiomixer_track_new):
18891         * sys/sunaudio/gstsunaudiomixertrack.h:
18892         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18893         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18894         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18895         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18896         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18897         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18898         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18899         * sys/sunaudio/gstsunaudiosink.h:
18900
18901         Add SunAudio plugin - tested to make sure it doesn't break
18902         the build under GNU/Linux.      
18903
18904 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18905
18906         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18907         * gst-plugins-good/gst/udp/gstudpsrc.c:
18908         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18909         overrides the port or multicast parameters. Fixes bugs #323021.
18910         API addition: adds GstUDPSrc::sockfd property   
18911
18912 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18913
18914         * ext/gconf/Makefile.am:
18915         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18916         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18917         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18918         (do_toggle_element), (cb_toggle_element),
18919         (gst_gconf_audio_src_change_state):
18920         * ext/gconf/gstgconfaudiosrc.h:
18921         * ext/gconf/gstgconfelements.c: (plugin_init):
18922         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18923         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18924         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18925         (do_toggle_element), (cb_toggle_element),
18926         (gst_gconf_video_src_change_state):
18927         * ext/gconf/gstgconfvideosrc.h:
18928           Add new gconfaudiosrc and gconfvideosrc elements
18929           (needed for gnome-sound-recorder).
18930
18931 2006-01-06  Edward Hervey  <edward@fluendo.com>
18932
18933         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18934         Add gst_element_no_more_pads() for proper decodebin behaviour.
18935         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18936         (parse_text_identification_frame), (parse_split_strings):
18937         Failure to decode some tags is not a GST_ERROR() but a
18938         GST_WARNING()
18939         When iterating over a chunk of text, check that we haven't gone too
18940         far.
18941
18942 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18943
18944         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18945         (plugin_init):
18946           call oil_init() when using liboil
18947
18948 2006-01-04  Wim Taymans  <wim@fluendo.com>
18949
18950         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18951         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18952         Fix leaks.
18953
18954 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18955
18956         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18957
18958         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18959         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18960         (gst_flac_dec_change_state):
18961           Don't g_assert() where we should just return FALSE; remove
18962           unnecessary g_assert(); initialize some fields properly in
18963           state change function (fixes #325504). Also, use
18964           GST_DEBUG_OBJECT in two more places.
18965
18966 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18967
18968         * configure.ac:
18969           also remove smoothwave's Makefile.am
18970         * docs/plugins/Makefile.am:
18971           fix plugin docs
18972
18973 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18974
18975         * tests/examples/Makefile.am:
18976           added missing Makefile.am
18977
18978 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18979
18980         * configure.ac:
18981         * gst/level/Makefile.am:
18982         * gst/level/level-example.c:
18983         * tests/Makefile.am:
18984         * tests/examples/level/Makefile.am:
18985         * tests/examples/level/level-example.c: (message_handler), (main):
18986           moved level-example to tests/examples/level-example
18987         * tests/old/examples/level/demo.c: (main):
18988         * tests/old/examples/level/plot.c: (main):
18989           some initial fixes
18990
18991 2005-12-29  Michael Smith  <msmith@fluendo.com>
18992
18993         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18994         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18995         * gst/udp/gstmultiudpsink.h:
18996           Track packets sent per client in addition to bytes sent; provide
18997           this info through get-stats signal
18998
18999 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19002           Can't use gst_object_unref() on a GstAdapter (#325191).
19003
19004 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19005
19006         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19007         If a broken tag has 0 bytes payload, at least still skip
19008         the 10 byte header
19009
19010 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19011
19012         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19013         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19014         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19015         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19016           Making these depayloaders (H263+ and mpeg4 video) inherit from
19017           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19018
19019 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19020
19021         * docs/plugins/gst-plugins-good-plugins.args:
19022         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19023         Regenerate the plugin hiearchy.
19024
19025 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19026
19027         * docs/plugins/Makefile.am:
19028         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19030         * docs/plugins/gst-plugins-good-plugins.args:
19031         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19032         (gst_id3demux_base_init), (gst_id3demux_class_init),
19033         (gst_id3demux_chain):
19034         * gst/id3demux/gstid3demux.h:
19035           Add documentation for id3demux.
19036           Don't fail if the first buffer is not at offset 0, just
19037           attempt to typefind and do pass through
19038           Rename the gst_type function from gst_gst_id3demux..
19039
19040 2005-12-20  Michael Smith  <msmith@fluendo.com>
19041
19042         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19043         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19044         (gst_multiudpsink_get_stats):
19045         * gst/udp/gstmultiudpsink.h:
19046           Collect statistics; return them from get_stats.
19047
19048 2005-12-19  Edward Hervey  <edward@fluendo.com>
19049
19050         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19051         Stupid signedness issue...
19052
19053 2005-12-19  Edward Hervey  <edward@fluendo.com>
19054
19055         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19056         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19057         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19058         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19059         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19060         Construct index for indexless files.
19061         Make sure pad/buffers are correctly reset to NULL once we don't need
19062         them anymore, else we get lovely segfaults/assertions.
19063         * gst/wavparse/gstwavparse.c:
19064         Yes, you can have 96KHz audio and wma in wav :(
19065
19066 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * configure.ac:
19069           Check for optional dependency on zlib for id3demux
19070
19071         * gst/id3demux/Makefile.am:
19072         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19073         (gst_id3demux_base_init), (gst_id3demux_class_init),
19074         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19075         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19076         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19077         (gst_id3demux_set_property), (gst_id3demux_get_property),
19078         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19079         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19080         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19081         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19082         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19083         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19084         (simple_find_peek), (simple_find_suggest),
19085         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19086         (plugin_init):
19087         * gst/id3demux/gstid3demux.h:
19088         * gst/id3demux/id3tags.c: (read_synch_uint),
19089         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19090         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19091         (id3demux_id3v2_frames_to_tag_list):
19092         * gst/id3demux/id3tags.h:
19093         * gst/id3demux/id3v2.4.0-frames.txt:
19094         * gst/id3demux/id3v2.4.0-structure.txt:
19095         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19096         (parse_comment_frame), (parse_text_identification_frame),
19097         (id3v2_tag_to_taglist), (parse_split_strings):
19098           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19099           otherwise it discards them. Works on my test files. 
19100
19101         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19102           Don't send EOS to a non-existing srcpad
19103           The debug category can be static
19104
19105 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19106
19107         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19108         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19109         * gst/multipart/multipartdemux.c:
19110           change some char* into char[]
19111
19112 2005-12-16  Wim Taymans  <wim@fluendo.com>
19113
19114         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19115         (gst_wavparse_other), (gst_wavparse_perform_seek),
19116         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19117         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19118         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19119         * gst/wavparse/gstwavparse.h:
19120         Use GstSegment to implement more seeking features.
19121
19122 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19123
19124         * gst/rtsp/rtspconnection.c:
19125           Add <netinet/in.h> include and move <arpa/inet.h> include
19126           to make things work on OpenBSD as well (fixes #323717;
19127           patch by: Benjamin Pineau)
19128
19129 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19130
19131         * gst/rtp/gstrtpspeexdepay.c:
19132         * gst/rtp/gstrtpspeexpay.c:
19133         Set clock rate to be fixed in 8000. It fixes bug #324012.
19134
19135 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19136
19137         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19138         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19139         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19140         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19141         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19142         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19143         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19144         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19145         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19146         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19147         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19148         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19149         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19150         * gst-plugins-good/gst/rtp/README:
19151         Fixed payload range in payloder caps. Removed payload range completely
19152         from depayloaders as they don't require payload type in their caps.
19153         In effect, there isn't any specific payload type for any given codec,
19154         only suggestions.
19155         Fixes bug #324011.
19156
19157 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19158
19159         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19160         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19161         (gst_videomixer_collected): Code cleanup and re-enabling 
19162         queued time validity check for correct EOS handling.
19163
19164 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19165
19166         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19167         (gst_oss_mixer_element_get_property),
19168         (gst_oss_mixer_element_change_state):
19169         Add 'device-name' property and fix state change function.
19170
19171 2005-12-13  Edward Hervey  <edward@fluendo.com>
19172
19173         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19174         If the speed of the file is null in the header, set the frame_time to
19175         the default setting of GST_SECOND / 70. Which is the default
19176         frame_delay for .fli files as stated in this document :
19177         http://www.compuphase.com/flic.htm
19178         Would be nice to have the time conversion done properly too (duration =
19179         flxh->frames * flxdec->frame_time)
19180
19181 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19182
19183         * docs/plugins/Makefile.am:
19184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19186         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19187         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19188         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19189         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19190         documentation for videomixer on my way with a funny sample
19191         pipeline.
19192
19193 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19194
19195         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19196         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19197         (gst_videomixer_update_queues), (gst_videomixer_collected):
19198         Fix caps negotiation. (#323896)
19199
19200 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19201
19202         * gst/matroska/matroska-demux.c:
19203         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19204           Set correct timestamps on audio laces, fixes playback of mp3 from
19205                 matroska.
19206
19207 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19208
19209         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19210         (gst_au_parse_class_init), (gst_au_parse_init),
19211         (gst_au_parse_dispose), (gst_au_parse_chain),
19212         (gst_au_parse_change_state), (plugin_init):
19213         * gst/auparse/gstauparse.h:
19214           Use gst_object_unref() for GstObjects instead of
19215           g_object_unref() and fix a mem leak in a debug
19216           statement; while we're at it, also borgify, use
19217           boilerplate macros and clean up a little bit.
19218
19219 2005-12-11  Edward Hervey  <edward@fluendo.com>
19220
19221         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19222         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19223         Added pull mode.
19224
19225 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19226
19227         * gst/goom/gstgoom.c:
19228         * gst/level/level-example.c: (main):
19229         * gst/smoothwave/demo-osssrc.c: (main):
19230           Use audiotestsrc instead of sinesrc (#323798).
19231
19232 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19233
19234         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19235           more debug-func-ptr usage
19236
19237 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19238
19239         * gst/flx/flx_color.c: (flx_colorspace_convert):
19240         * gst/flx/flx_color.h:
19241         * gst/flx/flx_fmt.h:
19242         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19243         * gst/flx/gstflxdec.h:
19244           Now flxdec works on big-endian machines as well.
19245
19246 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19247
19248         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19249         (gst_fenced_buffer_copy):
19250           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19251           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19252           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19253           and use GST_DEBUG_FUNCPTR for pad functions.
19254
19255 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19256
19257         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19258         (gst_flac_dec_class_init), (gst_flac_dec_init),
19259         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19260         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19261         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19262         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19263         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19264         (gst_flac_dec_change_state):
19265         * ext/flac/gstflacdec.h:
19266           Rewrite flacdec a bit, so that even seeking might work now. Most
19267           importantly, don't act upon any flow return values we get, just tell
19268           the decoder everything's dandy and act on the flow return values
19269           later on in the loop function. We don't want to mess up the internal
19270           decoder state for non-fatal things like flushing pads etc. Other
19271           than that, use GstSegment (segment seeks don't work yet though, but
19272           should be easy to add), use boilerplate macros, drop the superfluous
19273           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19274           lots of other things.
19275
19276 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19277
19278         * configure.ac:
19279           Update comment in OSS includes check.
19280
19281         * sys/oss/gstossdmabuffer.c:
19282         * sys/oss/gstosshelper.c:
19283         * sys/oss/gstossmixer.c:
19284         * sys/oss/gstossmixertrack.c:
19285         * sys/oss/gstosssink.c:
19286         * sys/oss/gstosssrc.c:
19287         * sys/oss/oss_probe.c:
19288           Don't assume the OSS soundcard.h include is always in
19289           the sys/ directory. Instead, use the existing defines
19290           from config.h to include the right file. Fixes
19291           compilation on OpenBSD 3.8 (#323718).
19292
19293 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19294
19295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19296         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19297         * docs/plugins/inspect/plugin-1394.xml:
19298         * docs/plugins/inspect/plugin-aasink.xml:
19299         * docs/plugins/inspect/plugin-alaw.xml:
19300         * docs/plugins/inspect/plugin-alpha.xml:
19301         * docs/plugins/inspect/plugin-alphacolor.xml:
19302         * docs/plugins/inspect/plugin-auparse.xml:
19303         * docs/plugins/inspect/plugin-autodetect.xml:
19304         * docs/plugins/inspect/plugin-avi.xml:
19305         * docs/plugins/inspect/plugin-cacasink.xml:
19306         * docs/plugins/inspect/plugin-cairo.xml:
19307         * docs/plugins/inspect/plugin-cutter.xml:
19308         * docs/plugins/inspect/plugin-debug.xml:
19309         * docs/plugins/inspect/plugin-dv.xml:
19310         * docs/plugins/inspect/plugin-efence.xml:
19311         * docs/plugins/inspect/plugin-effectv.xml:
19312         * docs/plugins/inspect/plugin-esdsink.xml:
19313         * docs/plugins/inspect/plugin-flac.xml:
19314         * docs/plugins/inspect/plugin-flxdec.xml:
19315         * docs/plugins/inspect/plugin-gconfelements.xml:
19316         * docs/plugins/inspect/plugin-goom.xml:
19317         * docs/plugins/inspect/plugin-jpeg.xml:
19318         * docs/plugins/inspect/plugin-level.xml:
19319         * docs/plugins/inspect/plugin-matroska.xml:
19320         * docs/plugins/inspect/plugin-mulaw.xml:
19321         * docs/plugins/inspect/plugin-multipart.xml:
19322         * docs/plugins/inspect/plugin-navigationtest.xml:
19323         * docs/plugins/inspect/plugin-ossaudio.xml:
19324         * docs/plugins/inspect/plugin-png.xml:
19325         * docs/plugins/inspect/plugin-rtp.xml:
19326         * docs/plugins/inspect/plugin-rtsp.xml:
19327         * docs/plugins/inspect/plugin-shout2send.xml:
19328         * docs/plugins/inspect/plugin-smpte.xml:
19329         * docs/plugins/inspect/plugin-speex.xml:
19330         * docs/plugins/inspect/plugin-udp.xml:
19331         * docs/plugins/inspect/plugin-videobox.xml:
19332         * docs/plugins/inspect/plugin-videoflip.xml:
19333         * docs/plugins/inspect/plugin-videomixer.xml:
19334         * docs/plugins/inspect/plugin-wavenc.xml:
19335         * docs/plugins/inspect/plugin-wavparse.xml:
19336         * ext/flac/gstflac.c: (plugin_init):
19337         * ext/flac/gstflacdec.c: (flacdec_get_type),
19338         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19339         (gst_flac_dec_init), (gst_flac_dec_finalize),
19340         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19341         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19342         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19343         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19344         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19345         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19346         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19347         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19348         * ext/flac/gstflacdec.h:
19349         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19350         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19351         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19352         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19353         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19354         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19355         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19356         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19357         (gst_flac_enc_change_state):
19358         * ext/flac/gstflacenc.h:
19359           borgify and fix up documentation
19360
19361 2005-12-09  Michael Smith  <msmith@fluendo.com>
19362
19363         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19364           Accept a wider range of flac files, more closely matching flac spec.
19365
19366 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19367
19368         * docs/plugins/Makefile.am: Add multipart elements.
19369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19370         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19371         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19372         * gst/multipart/multipartdemux.c:
19373         * gst/multipart/multipartmux.c: Add docs.
19374
19375 2005-12-07  Edward Hervey  <edward@fluendo.com>
19376
19377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19378         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19379         (gst_avi_demux_invert):
19380         Memleak and crasher fixes.
19381         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19382         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19383         Memleak fixes
19384
19385 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19386
19387         * ext/aalib/gstaasink.h:
19388         * ext/cairo/gsttextoverlay.h:
19389         * ext/dv/gstdvdec.h:
19390         * ext/dv/gstdvdemux.c:
19391         * ext/dv/gstdvdemux.h:
19392         * ext/esd/esdsink.h:
19393         * ext/flac/flac_compat.h:
19394         * ext/flac/gstflacdec.h:
19395         * ext/flac/gstflacenc.h:
19396         * ext/gconf/gconf.h:
19397         * ext/gconf/gstgconfaudiosink.h:
19398         * ext/gconf/gstgconfvideosink.h:
19399         * ext/gdk_pixbuf/gstgdkanimation.h:
19400         * ext/jpeg/gstjpegdec.h:
19401         * ext/jpeg/smokecodec.h:
19402         * ext/jpeg/smokeformat.h:
19403         * ext/ladspa/gstsignalprocessor.h:
19404         * ext/ladspa/search.c: (LADSPAPluginSearch):
19405         * ext/ladspa/utils.h:
19406         * ext/libmng/gstmng.c:
19407         * ext/libmng/gstmngdec.h:
19408         * ext/libmng/gstmngenc.c:
19409         * ext/libmng/gstmngenc.h:
19410         * ext/libpng/gstpng.c:
19411         * ext/libpng/gstpngenc.c:
19412         * ext/libpng/gstpngenc.h:
19413         * ext/shout2/gstshout2.h:
19414         * ext/speex/gstspeexdec.h:
19415         * ext/speex/gstspeexenc.c:
19416         * ext/speex/gstspeexenc.h:
19417         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19418         * gst/autodetect/gstautoaudiosink.h:
19419         * gst/autodetect/gstautovideosink.h:
19420         * gst/avi/gstavidemux.h:
19421         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19422         (gst_cutter_set_property), (gst_cutter_get_caps):
19423         * gst/cutter/gstcutter.h:
19424         * gst/debug/tests.c: (md5_process_block):
19425         * gst/debug/tests.h:
19426         * gst/effectv/gstwarp.c:
19427         * gst/flx/flx_fmt.h:
19428         * gst/flx/gstflxdec.h:
19429         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19430         (zoomFilterFastRGB):
19431         * gst/goom/filters.h:
19432         * gst/goom/goom_tools.h:
19433         * gst/law/alaw-encode.c:
19434         * gst/level/gstlevel.c:
19435         * gst/level/gstlevel.h:
19436         * gst/matroska/ebml-write.h:
19437         * gst/matroska/matroska-demux.h:
19438         * gst/matroska/matroska-ids.h:
19439         * gst/matroska/matroska-mux.h:
19440         * gst/monoscope/convolve.c: (convolve_match):
19441         * gst/monoscope/convolve.h:
19442         * gst/multipart/multipartmux.c:
19443         * gst/oldcore/gstaggregator.c:
19444         * gst/oldcore/gstaggregator.h:
19445         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19446         * gst/oldcore/gstmd5sink.h:
19447         * gst/oldcore/gstmultifilesrc.c:
19448         * gst/oldcore/gstmultifilesrc.h:
19449         * gst/oldcore/gstpipefilter.h:
19450         * gst/oldcore/gstshaper.h:
19451         * gst/rtp/gstrtpL16depay.h:
19452         * gst/rtp/gstrtpL16pay.h:
19453         * gst/rtp/gstrtpdepay.h:
19454         * gst/rtp/gstrtpmp4vpay.c:
19455         * gst/rtp/gstrtpmp4vpay.h:
19456         * gst/rtsp/gstrtspsrc.c:
19457         * gst/rtsp/gstrtspsrc.h:
19458         * gst/rtsp/rtspconnection.h:
19459         * gst/rtsp/rtspdefs.h:
19460         * gst/rtsp/rtspmessage.h:
19461         * gst/rtsp/rtsptransport.h:
19462         * gst/rtsp/rtspurl.c:
19463         * gst/rtsp/rtspurl.h:
19464         * gst/rtsp/sdpmessage.c:
19465         * gst/rtsp/sdpmessage.h:
19466         * gst/smpte/barboxwipes.c:
19467         * gst/smpte/gstmask.h:
19468         * gst/smpte/gstsmpte.h:
19469         * gst/smpte/paint.c:
19470         * gst/smpte/paint.h:
19471         * gst/udp/gstdynudpsink.h:
19472         * gst/udp/gstmultiudpsink.h:
19473         * gst/udp/gstudpsink.c:
19474         * gst/udp/gstudpsink.h:
19475         * gst/udp/gstudpsrc.c:
19476         * gst/videomixer/videomixer.c:
19477         * gst/wavenc/riff.h:
19478         * gst/wavparse/gstwavparse.h:
19479         * sys/oss/gstossdmabuffer.h:
19480         * sys/oss/gstossmixer.h:
19481         * sys/oss/gstossmixerelement.h:
19482         * sys/oss/gstossmixertrack.h:
19483         * sys/oss/gstosssink.c:
19484         * sys/oss/gstosssink.h:
19485         * sys/oss/gstosssrc.c:
19486         * sys/oss/gstosssrc.h:
19487         * sys/osxaudio/gstosxaudioelement.h:
19488         * sys/osxaudio/gstosxaudiosink.h:
19489         * sys/osxaudio/gstosxaudiosrc.h:
19490           expand tabs
19491
19492 === release 0.10.0 ===
19493
19494 2005-12-05   <thomas (at) apestaart (dot) org>
19495
19496         * configure.ac:
19497           releasing 0.10.0, "Abondance"
19498
19499 2005-12-05  Andy Wingo  <wingo@pobox.com>
19500
19501         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19502         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19503         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19505         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19506         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19507         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19508         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19509         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19510         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19511         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19512         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19513         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19514         * gst/goom/gstgoom.c: (gst_goom_chain):
19515         * gst/matroska/matroska-demux.c:
19516         (gst_matroska_demux_push_vorbis_codec_priv_data),
19517         (gst_matroska_demux_add_wvpk_header):
19518         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19519         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19520         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19521         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19522         alloc_buffer changes.
19523
19524 2005-12-05  Michael Smith  <msmith@fluendo.com>
19525
19526         * docs/plugins/gst-plugins-good-plugins.args:
19527           Remove args for plugins that aren't in -good.
19528
19529 === release 0.9.7 ===
19530
19531 2005-12-01   <thomas (at) apestaart (dot) org>
19532
19533         * configure.ac:
19534           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19535
19536 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19537
19538         * docs/plugins/.cvsignore:
19539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19540         * docs/plugins/inspect/plugin-multipart.xml:
19541         * docs/plugins/inspect/plugin-rtp.xml:
19542           add multipart plugin to docs
19543
19544 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19545
19546         * configure.ac:
19547         * ext/Makefile.am:
19548         * ext/pango/Makefile.am:
19549         * ext/pango/gstclockoverlay.c:
19550         * ext/pango/gstclockoverlay.h:
19551         * ext/pango/gsttextoverlay.c:
19552         * ext/pango/gsttextoverlay.h:
19553         * ext/pango/gsttextrender.c:
19554         * ext/pango/gsttextrender.h:
19555         * ext/pango/gsttimeoverlay.c:
19556         * ext/pango/gsttimeoverlay.h:
19557           move pango to base
19558
19559 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19560
19561         * gst/rtp/Makefile.am:
19562         * gst/rtp/gstrtpL16depay.c:
19563         * gst/rtp/gstrtpL16depay.h:
19564         * gst/rtp/gstrtpL16parse.c:
19565         * gst/rtp/gstrtpL16parse.h:
19566         * gst/rtp/gstrtpgsmdepay.c:
19567         * gst/rtp/gstrtpgsmdepay.h:
19568         * gst/rtp/gstrtpgsmparse.c:
19569         * gst/rtp/gstrtpgsmparse.h:
19570           parsers are depayers
19571
19572 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19573
19574         * gst/rtp/Makefile.am:
19575         * gst/rtp/gstasteriskh263.c:
19576         * gst/rtp/gstrtp.c:
19577         * gst/rtp/gstrtpL16enc.c:
19578         * gst/rtp/gstrtpL16enc.h:
19579         * gst/rtp/gstrtpL16parse.c:
19580         * gst/rtp/gstrtpL16parse.h:
19581         * gst/rtp/gstrtpL16pay.c:
19582         * gst/rtp/gstrtpL16pay.h:
19583         * gst/rtp/gstrtpamrdec.c:
19584         * gst/rtp/gstrtpamrdec.h:
19585         * gst/rtp/gstrtpamrdepay.c:
19586         * gst/rtp/gstrtpamrdepay.h:
19587         * gst/rtp/gstrtpamrenc.c:
19588         * gst/rtp/gstrtpamrenc.h:
19589         * gst/rtp/gstrtpamrpay.c:
19590         * gst/rtp/gstrtpamrpay.h:
19591         * gst/rtp/gstrtpdec.c:
19592         * gst/rtp/gstrtpdec.h:
19593         * gst/rtp/gstrtpdepay.c:
19594         * gst/rtp/gstrtpdepay.h:
19595         * gst/rtp/gstrtpg711dec.c:
19596         * gst/rtp/gstrtpg711dec.h:
19597         * gst/rtp/gstrtpg711depay.c:
19598         * gst/rtp/gstrtpg711depay.h:
19599         * gst/rtp/gstrtpg711enc.c:
19600         * gst/rtp/gstrtpg711enc.h:
19601         * gst/rtp/gstrtpg711pay.c:
19602         * gst/rtp/gstrtpg711pay.h:
19603         * gst/rtp/gstrtpgsmenc.c:
19604         * gst/rtp/gstrtpgsmenc.h:
19605         * gst/rtp/gstrtpgsmparse.c:
19606         * gst/rtp/gstrtpgsmparse.h:
19607         * gst/rtp/gstrtpgsmpay.c:
19608         * gst/rtp/gstrtpgsmpay.h:
19609         * gst/rtp/gstrtph263enc.c:
19610         * gst/rtp/gstrtph263enc.h:
19611         * gst/rtp/gstrtph263pay.c:
19612         * gst/rtp/gstrtph263pay.h:
19613         * gst/rtp/gstrtph263pdec.c:
19614         * gst/rtp/gstrtph263pdec.h:
19615         * gst/rtp/gstrtph263pdepay.c:
19616         * gst/rtp/gstrtph263pdepay.h:
19617         * gst/rtp/gstrtph263penc.c:
19618         * gst/rtp/gstrtph263penc.h:
19619         * gst/rtp/gstrtph263ppay.c:
19620         * gst/rtp/gstrtph263ppay.h:
19621         * gst/rtp/gstrtpmp4vdec.c:
19622         * gst/rtp/gstrtpmp4vdec.h:
19623         * gst/rtp/gstrtpmp4vdepay.c:
19624         * gst/rtp/gstrtpmp4vdepay.h:
19625         * gst/rtp/gstrtpmp4venc.c:
19626         * gst/rtp/gstrtpmp4venc.h:
19627         * gst/rtp/gstrtpmp4vpay.c:
19628         * gst/rtp/gstrtpmp4vpay.h:
19629         * gst/rtp/gstrtpmpadec.c:
19630         * gst/rtp/gstrtpmpadec.h:
19631         * gst/rtp/gstrtpmpadepay.c:
19632         * gst/rtp/gstrtpmpadepay.h:
19633         * gst/rtp/gstrtpmpaenc.c:
19634         * gst/rtp/gstrtpmpaenc.h:
19635         * gst/rtp/gstrtpmpapay.c:
19636         * gst/rtp/gstrtpmpapay.h:
19637         * gst/rtp/gstrtpspeexdec.c:
19638         * gst/rtp/gstrtpspeexdec.h:
19639         * gst/rtp/gstrtpspeexdepay.c:
19640         * gst/rtp/gstrtpspeexdepay.h:
19641         * gst/rtp/gstrtpspeexenc.c:
19642         * gst/rtp/gstrtpspeexenc.h:
19643         * gst/rtp/gstrtpspeexpay.c:
19644         * gst/rtp/gstrtpspeexpay.h:
19645           Do burger's rename for rtp payloaders and depayloaders
19646
19647 2005-11-30  Wim Taymans  <wim@fluendo.com>
19648
19649         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19650         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19651         * ext/dv/gstdvdemux.h:
19652         Fix seeking in dvdemux again, add some more debug info.
19653
19654 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19655
19656         * configure.ac:
19657           fix tests
19658
19659 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19660
19661         * PORTED_09:
19662         * docs/random/PORTED_09:
19663           move
19664         * tests/Makefile.am:
19665           add
19666         * win32/gst.sln:
19667           remove
19668
19669 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19670
19671         * Makefile.am:
19672         * check/.cvsignore:
19673         * check/Makefile.am:
19674         * check/elements/.cvsignore:
19675         * check/elements/level.c:
19676         * check/elements/matroskamux.c:
19677         * configure.ac:
19678         * examples/Makefile.am:
19679         * examples/capsfilter/Makefile.am:
19680         * examples/capsfilter/capsfilter1.c:
19681         * examples/gob/Makefile.am:
19682         * examples/gob/gst-identity2.gob:
19683         * examples/gstplay/.cvsignore:
19684         * examples/gstplay/Makefile.am:
19685         * examples/gstplay/player.c:
19686         * examples/indexing/.cvsignore:
19687         * examples/indexing/Makefile.am:
19688         * examples/indexing/indexmpeg.c:
19689         * examples/level/Makefile.am:
19690         * examples/level/README:
19691         * examples/level/demo.c:
19692         * examples/level/plot.c:
19693         * examples/stats/Makefile.am:
19694         * examples/stats/mp2ogg.c:
19695         * examples/switch/.cvsignore:
19696         * examples/switch/Makefile.am:
19697         * examples/switch/switcher.c:
19698           move under tests/
19699
19700 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19701
19702         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19703         (gst_text_render_class_init), (resize_bitmap),
19704         (gst_text_render_render_text), (gst_text_render_setcaps),
19705         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19706         (gst_text_render_chain), (gst_text_render_finalize),
19707         (gst_text_render_init), (gst_text_render_set_property):
19708         * ext/pango/gsttextrender.h:
19709           Add missing files.
19710
19711 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19712
19713         * configure.ac:
19714         * ext/Makefile.am:
19715         * ext/pango/Makefile.am:
19716         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19717         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19718         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19719         * ext/pango/gstclockoverlay.h:
19720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19721         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19722         (gst_text_overlay_finalize), (gst_text_overlay_init),
19723         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19724         (gst_text_overlay_text_pad_linked),
19725         (gst_text_overlay_text_pad_unlinked),
19726         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19727         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19728         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19729         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19730         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19731         (gst_text_overlay_change_state), (plugin_init):
19732         * ext/pango/gsttextoverlay.h:
19733         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19734         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19735         (gst_time_overlay_class_init), (gst_time_overlay_init):
19736         * ext/pango/gsttimeoverlay.h:
19737           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19738           and add background shading and text wrapping modes. Make 
19739           timoverlay derive from textoverlay. Also add new clockoverlay
19740           element.
19741
19742 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19743
19744         * gst/udp/Makefile.am: Moved to netbuffer.
19745
19746 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19747
19748         * configure.ac:
19749         * PORTED_O9:
19750         * gst/multipart/Makefile.am:
19751         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19752         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19753         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19754         (gst_multipart_demux_change_state),
19755         (gst_multipart_demux_plugin_init):
19756         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19757         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19758         (gst_multipart_mux_sinkconnect),
19759         (gst_multipart_mux_request_new_pad),
19760         (gst_multipart_mux_handle_src_event),
19761         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19762         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19763         0.9.
19764
19765 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19766
19767         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19768         * gst/debug/gstnavigationtest.h:
19769         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19770         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19771         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19772         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19773         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19774         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19775         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19776         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19777         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19778         (gst_video_flip_get_type):
19779         * gst/videofilter/gstvideoflip.h:
19780           update for symbols change
19781
19782 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19783
19784         * gst/udp/gstdynudpsink.c:
19785         * gst/udp/gstudpsrc.c:
19786           the old gstnet lib was renamed gstnetbuffer (#322257)
19787
19788 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19789
19790         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19791         (gst_text_overlay_collected):
19792           Actually render the text from the text pad.
19793
19794 2005-11-29  Edward Hervey  <edward@fluendo.com>
19795
19796         * gst/debug/gstnavseek.c: (gst_navseek_event):
19797         * gst/debug/progressreport.c: (gst_progress_report_event):
19798         Update for GstBaseTransform event virtual method
19799
19800 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19801
19802         * ext/cairo/Makefile.am:
19803           no need to link to videofilter
19804
19805 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * gst/debug/Makefile.am:
19808         * gst/debug/gstnavigationtest.h:
19809         * gst/effectv/Makefile.am:
19810         * gst/effectv/gstaging.c:
19811         * gst/effectv/gstdice.c:
19812         * gst/effectv/gstedge.c:
19813         * gst/effectv/gstquark.c:
19814         * gst/effectv/gstrev.c:
19815         * gst/effectv/gstshagadelic.c:
19816         * gst/effectv/gstvertigo.c:
19817         * gst/effectv/gstwarp.c:
19818         * gst/videofilter/Makefile.am:
19819         * gst/videofilter/gstvideofilter.c:
19820         * gst/videofilter/gstvideofilter.h:
19821         * gst/videofilter/gstvideoflip.h:
19822           remove the videofilter library and link to the one in base
19823
19824 2005-11-28  Edward Hervey  <edward@fluendo.com>
19825
19826         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19827         Useless check now we're setting the current entry correctly.
19828
19829 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19830
19831         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19832         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19833         (gst_jpegenc_change_state):
19834           Don't leak input buffer in chain function (fixes #322667); make 
19835           state change function thread-safe; don't repeat the current function
19836           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19837           gst_pad_alloc_buffer(); misc. minor cleanups.
19838
19839 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19840
19841         * gst/matroska/matroska-mux.c:
19842         (gst_matroska_mux_video_pad_setcaps):
19843         Look for pixel-aspect-ratio in caps, not pixel_width and
19844         pixel_height (Fixes: #322645)
19845
19846 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19847
19848         * gst/matroska/matroska-mux.c:
19849         (gst_matroska_mux_video_pad_setcaps):
19850         From Michal Benes:
19851         frame duration should be GST_SECOND / framerate, not
19852         GST_SECOND * framerate. (Fixes: #322643)
19853
19854 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * configure.ac:
19857           fix up GST_PLUGIN_LDFLAGS
19858         * gst/rtsp/rtspconnection.c:
19859           fix includes (see #317043)
19860         * gst/videofilter/Makefile.am:
19861           stop installing this library
19862
19863 2005-11-26  Edward Hervey  <edward@fluendo.com>
19864
19865         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19866         Handle the case where the incoming Video dv stream doesn't have
19867         a pixel aspect ratio set.
19868
19869 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19870
19871         * docs/plugins/Makefile.am:
19872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19874         * ext/flac/gstflacdec.c:
19875           document flacdec
19876
19877 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * docs/plugins/Makefile.am:
19880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19882         * docs/plugins/inspect/plugin-autodetect.xml:
19883         * ext/cairo/gstcairo.c: (plugin_init):
19884         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19885         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19886         (gst_text_overlay_init), (gst_text_overlay_font_init),
19887         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19888         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19889         (gst_text_overlay_text_pad_linked),
19890         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19891         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19892         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19893         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19894         (gst_text_overlay_change_state):
19895         * ext/cairo/gsttextoverlay.h:
19896         * ext/cairo/gsttimeoverlay.c:
19897         (gst_cairo_time_overlay_update_font_height),
19898         (gst_cairo_time_overlay_set_caps),
19899         (gst_cairo_time_overlay_get_unit_size),
19900         (gst_cairo_time_overlay_print_smpte_time),
19901         (gst_cairo_time_overlay_transform),
19902         (gst_cairo_time_overlay_base_init),
19903         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19904         (gst_cairo_time_overlay_get_type):
19905         * ext/cairo/gsttimeoverlay.h:
19906           do some name borgifying
19907           document
19908
19909 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * docs/plugins/Makefile.am:
19912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19914         * gst/autodetect/gstautoaudiosink.c:
19915         (gst_auto_audio_sink_base_init):
19916         * gst/autodetect/gstautovideosink.c:
19917         (gst_auto_video_sink_base_init),
19918         (gst_auto_video_sink_factory_filter):
19919           documenting auto*sink
19920           using strstr for the video sink lookup, class field is not ordered
19921         * docs/plugins/inspect/plugin-1394.xml:
19922         * docs/plugins/inspect/plugin-aasink.xml:
19923         * docs/plugins/inspect/plugin-alaw.xml:
19924         * docs/plugins/inspect/plugin-alpha.xml:
19925         * docs/plugins/inspect/plugin-alphacolor.xml:
19926         * docs/plugins/inspect/plugin-auparse.xml:
19927         * docs/plugins/inspect/plugin-autodetect.xml:
19928         * docs/plugins/inspect/plugin-avi.xml:
19929         * docs/plugins/inspect/plugin-cacasink.xml:
19930         * docs/plugins/inspect/plugin-cairo.xml:
19931         * docs/plugins/inspect/plugin-cutter.xml:
19932         * docs/plugins/inspect/plugin-debug.xml:
19933         * docs/plugins/inspect/plugin-dv.xml:
19934         * docs/plugins/inspect/plugin-efence.xml:
19935         * docs/plugins/inspect/plugin-effectv.xml:
19936         * docs/plugins/inspect/plugin-esdsink.xml:
19937         * docs/plugins/inspect/plugin-flac.xml:
19938         * docs/plugins/inspect/plugin-flxdec.xml:
19939         * docs/plugins/inspect/plugin-gconfelements.xml:
19940         * docs/plugins/inspect/plugin-goom.xml:
19941         * docs/plugins/inspect/plugin-jpeg.xml:
19942         * docs/plugins/inspect/plugin-level.xml:
19943         * docs/plugins/inspect/plugin-matroska.xml:
19944         * docs/plugins/inspect/plugin-mulaw.xml:
19945         * docs/plugins/inspect/plugin-navigationtest.xml:
19946         * docs/plugins/inspect/plugin-ossaudio.xml:
19947         * docs/plugins/inspect/plugin-png.xml:
19948         * docs/plugins/inspect/plugin-rtp.xml:
19949         * docs/plugins/inspect/plugin-rtsp.xml:
19950         * docs/plugins/inspect/plugin-shout2send.xml:
19951         * docs/plugins/inspect/plugin-smpte.xml:
19952         * docs/plugins/inspect/plugin-speex.xml:
19953         * docs/plugins/inspect/plugin-udp.xml:
19954         * docs/plugins/inspect/plugin-videobox.xml:
19955         * docs/plugins/inspect/plugin-videoflip.xml:
19956         * docs/plugins/inspect/plugin-videomixer.xml:
19957         * docs/plugins/inspect/plugin-wavenc.xml:
19958         * docs/plugins/inspect/plugin-wavparse.xml:
19959           update for HEAD version
19960
19961 2005-11-25  Michael Smith  <msmith@fluendo.com>
19962
19963         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19964           Patch from Sebastien Cote to close control sockets in udpsrc.
19965
19966 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19967
19968         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19969         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19970         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19971         (gst_quarktv_base_init), (gst_quarktv_class_init),
19972         (gst_quarktv_init): Flush the planes list on reverse caps
19973         negotiation. This was crashing because of differently sized
19974         buffers.
19975
19976 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19977
19978         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19979         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19980         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19981         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19982         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19983         (gst_videoflip_set_property), (gst_videoflip_base_init),
19984         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19985         correctly, fix identity flipping, convert navigation event 
19986         correctly again.
19987
19988 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19989
19990         * configure.ac: back to HEAD
19991
19992 === release 0.9.6 ===
19993
19994 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19995
19996         * configure.ac:
19997           releasing 0.9.6, "Everything's Not Lost"
19998
19999 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20000
20001         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20002         Oops, initialise the framerate GValue
20003
20004 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20005
20006         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20007         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20008         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20009         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20010         (gst_timeoverlay_get_type):
20011         * ext/cairo/gsttimeoverlay.h:
20012         * gst/debug/Makefile.am:
20013         * gst/debug/gstnavigationtest.c:
20014         (gst_navigationtest_handle_src_event),
20015         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20016         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20017         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20018         (gst_navigationtest_init), (gst_navigationtest_get_type),
20019         (plugin_init):
20020         * gst/debug/gstnavigationtest.h:
20021         * gst/effectv/Makefile.am:
20022         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20023         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20024         (gst_agingtv_base_init), (gst_agingtv_class_init),
20025         (gst_agingtv_init), (gst_agingtv_get_type):
20026         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20027         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20028         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20029         (gst_dicetv_get_type):
20030         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20031         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20032         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20033         (gst_edgetv_get_type):
20034         * gst/effectv/gsteffectv.c:
20035         * gst/effectv/gsteffectv.h:
20036         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20037         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20038         (gst_quarktv_change_state), (gst_quarktv_base_init),
20039         (gst_quarktv_class_init), (gst_quarktv_init),
20040         (gst_quarktv_get_type):
20041         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20042         (gst_revtv_get_unit_size), (gst_revtv_transform),
20043         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20044         (gst_revtv_get_type):
20045         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20046         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20047         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20048         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20049         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20050         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20051         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20052         (gst_vertigotv_init), (gst_vertigotv_get_type):
20053         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20054         (gst_warptv_get_unit_size), (gst_warptv_transform),
20055         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20056         (gst_warptv_get_type):
20057         * gst/videofilter/Makefile.am:
20058         * gst/videofilter/gstvideobalance.c:
20059         * gst/videofilter/gstvideobalance.h:
20060         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20061         (gst_videofilter_class_init), (gst_videofilter_init):
20062         * gst/videofilter/gstvideofilter.h:
20063         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20064         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20065         (gst_videoflip_flip), (gst_videoflip_transform),
20066         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20067         (gst_videoflip_base_init), (gst_videoflip_class_init),
20068         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20069         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20070         BaseTransform, it's just a place holder for now and every video
20071         effect plugin has been ported to use BaseTransform features 
20072         directly. QuarkTV was fixed too (was broken), navigationtest works
20073         and best for the end, videoflip converts navigation events depending
20074         on flip method ! Fixes #320953
20075
20076 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20077
20078         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20079         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20080         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20081         (gst_goom_src_negotiate), (gst_goom_chain):
20082         * gst/matroska/matroska-mux.c:
20083         (gst_matroska_mux_video_pad_setcaps):
20084         * sys/osxvideo/osxvideosink.m:
20085           Fixes for API changes
20086
20087 2005-11-23  Michael Smith <msmith@fluendo.com>
20088
20089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20090         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20091         * ext/jpeg/gstjpegdec.h:
20092         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20093         * ext/jpeg/gstjpegenc.h:
20094         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20095         (gst_smokeenc_resync):
20096         * ext/jpeg/gstsmokeenc.h:
20097           JPEG fractiony goodness.
20098
20099 2005-11-22  Michael Smith <msmith@fluendo.com>
20100
20101         * gst/goom/filters.c:
20102         * gst/goom/graphic.h:
20103           Fix compilation by making some functions static inline instead of
20104           extern inline, matching the way they're used.
20105
20106 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20107
20108         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20109         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20110         * ext/cairo/gsttextoverlay.h:
20111         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20112         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20113         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20114         (gst_pngdec_caps_create_and_set):
20115         * ext/libpng/gstpngdec.h:
20116         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20117         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20118         * gst/avi/gstavimux.c: (gst_avimux_init),
20119         (gst_avimux_vidsinkconnect):
20120         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20121         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20122         (gst_goom_src_negotiate), (gst_goom_chain):
20123         * gst/goom/gstgoom.h:
20124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20125         * gst/matroska/matroska-mux.c:
20126         (gst_matroska_mux_video_pad_setcaps):
20127         * sys/osxvideo/osxvideosink.h:
20128         * sys/osxvideo/osxvideosink.m:
20129           More fractional framerate conversions 
20130
20131 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20132
20133         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20134         * gst/debug/gstnavigationtest.c:
20135         (gst_navigationtest_handle_src_event):
20136         * gst/videofilter/gstvideofilter.c:
20137         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20138         (gst_videofilter_init):
20139         * gst/videofilter/gstvideofilter.h:
20140           Convert to fractional framerates.
20141
20142 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * ext/aalib/gstaasink.c:
20145         * ext/dv/gstdvdec.c:
20146         * ext/esd/esdmon.c:
20147         * ext/flac/gstflacenc.c:
20148         * ext/gdk_pixbuf/pixbufscale.c:
20149         * ext/libcaca/gstcacasink.c:
20150         * ext/shout2/gstshout2.c:
20151         * gst/alpha/gstalpha.c:
20152         * gst/oldcore/gstaggregator.c:
20153         * gst/oldcore/gstshaper.c:
20154         * gst/smpte/barboxwipes.c:
20155         * gst/smpte/gstsmpte.c:
20156         * gst/videobox/gstvideobox.c:
20157         * gst/videofilter/gstvideoflip.c:
20158         * gst/videomixer/videomixer.c:
20159           fix up more enums
20160
20161 2005-11-22  Michael Smith <msmith@fluendo.com>
20162
20163         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20164         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20165         (gst_videomixer_update_queues):
20166           Fractional framerates, videomixer.
20167
20168 2005-11-22  Michael Smith <msmith@fluendo.com>
20169
20170         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20171         * ext/dv/gstdvdec.h:
20172         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20173         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20174         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20175         (gst_dvdemux_flush):
20176         * ext/dv/gstdvdemux.h:
20177           Fractional framerates for DV. 
20178
20179 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20180
20181         * gst/autodetect/gstautoaudiosink.c:
20182         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20183         * gst/autodetect/gstautovideosink.c:
20184         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20185           Use gst_plugin_feature_list_free() to free feature list and
20186           in the case of autovideosink free the list at all. Also
20187           miscellaneous cosmetic fixes.
20188
20189 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20192         (gst_cutter_set_property), (gst_cutter_get_caps):
20193           copy calculation code from level; remove use of some audio
20194           functions
20195
20196 2005-11-22  Andy Wingo  <wingo@pobox.com>
20197
20198         * Update for gst_tag_setter API changes.
20199
20200 2005-11-22  Andy Wingo  <wingo@pobox.com>
20201
20202         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20203         (gst_dvdemux_demux_frame)
20204         * ext/flac/gstflacdec.c (gst_flacdec_write)
20205         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20206         (gst_flacenc_sink_event)
20207         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20208         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20209         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20210         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20211         * gst/auparse/gstauparse.c (gst_auparse_chain)
20212         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20213         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20214         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20215         (gst_avi_demux_handle_seek)
20216         * gst/goom/gstgoom.c (gst_goom_event)
20217         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20218         * gst/matroska/matroska-demux.c
20219         (gst_matroska_demux_handle_seek_event)
20220         (gst_matroska_demux_loop_stream_parse_id)
20221         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20222         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20223         (gst_wavparse_stream_headers): Run update-funcnames.
20224
20225 2005-11-22  Edward Hervey  <edward@fluendo.com>
20226
20227         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20228         (gst_dv1394src_init), (gst_dv1394src_dispose),
20229         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20230         (gst_dv1394src_uri_set_uri):
20231         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20232         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20233         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20234         URIHandler interface and element properties are now properly
20235         synchronized for DV1394src and UDPSrc
20236
20237 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20238
20239         * ext/flac/Makefile.am:
20240         * ext/speex/Makefile.am:
20241           libgsttagedit has been renamed to libgsttag.
20242
20243 2005-11-21  Wim Taymans  <wim@fluendo.com>
20244
20245         * gst/rtsp/rtspconnection.c: (read_body):
20246         Apply patch from Sebastien Cote to fix #319184.
20247
20248 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20249
20250         * configure.ac:
20251         * gst/cutter/Makefile.am:
20252         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20253         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20254         (gst_cutter_set_property), (gst_cutter_get_property),
20255         (plugin_init), (gst_cutter_get_caps):
20256           port cutter
20257         * gst/level/gstlevel.c:
20258           fix up plugin details
20259
20260 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20261
20262         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20263         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20264         (gst_flacdec_src_event):
20265         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20266         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20267         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20268         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20269         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20270         (gst_flxdec_sink_event_handler):
20271         * gst/matroska/matroska-demux.c:
20272         (gst_matroska_demux_handle_seek_event):
20273         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20274           Update for stream lock API changes: don't take stream log
20275           in sink event handlers any longer and change GST_STREAM_LOCK
20276           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20277           functions.
20278
20279 2005-11-21  Michael Smith <msmith@fluendo.com>
20280
20281         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20282           gst_object_unref, not g_object_unref
20283
20284 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20285
20286         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20287         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20288           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20289
20290 2005-11-21  Michael Smith <msmith@fluendo.com>
20291
20292         * gst/auparse/Makefile.am:
20293         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20294         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20295         (gst_auparse_change_state):
20296         * gst/auparse/gstauparse.h:
20297           Partially fix #161712. playbin still doesn't work on these files,
20298           (on the bug report, Andy says we aren't typefinding it for some
20299           reason?) but at least auparse isn't totally busted like it was before.
20300
20301 2005-11-21  Andy Wingo  <wingo@pobox.com>
20302
20303         * *.h:
20304         * *.c: Ran scripts/update-macros. Oh yes.
20305
20306 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20307
20308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20309           Filler events are gone for now, comment out section generating
20310           them.
20311
20312 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20313
20314         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20315         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20316         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20317         * sys/osxvideo/osxvideosink.m:
20318           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20319           (#322027)
20320
20321 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20322
20323         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20324         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20325         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20326         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20327         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20328         (gst_avi_demux_stream_data):
20329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20330         * gst/wavenc/gstwavenc.c: (write_metadata):
20331         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20332         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20333         Fixes for GST_FOURCC_FORMAT API change.
20334
20335 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20336
20337         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20338         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20339         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20340         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20341         (gst_text_overlay_change_state):
20342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20343         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20344         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20345         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20346         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20347         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20348         (gst_videomixer_change_state):
20349           Fix for collect pads API change. Also fix textoverlay state
20350           change function.
20351
20352 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20353
20354         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20355         GST_PAD_IS_USABLE by something approaching it.
20356
20357 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20358
20359         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20360         API changes.
20361         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20362         but also fix the code that was not checking return values from
20363         pad_push neither using pad_alloc_buffer.
20364
20365 2005-11-18  Edward Hervey  <edward@fluendo.com>
20366
20367         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20368         (gst_pngenc_chain):
20369         Added debug category
20370         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20371         goes to EOS.
20372
20373 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20374
20375         * gst/rtp/Makefile.am
20376         * gst/rtp/gstrtp.c
20377         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20378         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20379         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20380         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20381         * gst/rtp/gstrtpg711enc.h:
20382         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20383         * gst/rtp/gstrtpspeexenc.c:
20384         * gst/rtp/gstrtpspeexenc.h:
20385         * gst/rtp/gstrtpspeexdec.c:
20386         * gst/rtp/gstrtpspeexdec.h:
20387         Created Speex payloader and depayloader; Optimize G711 payloader to
20388         use adapter and send packets until MTU size.
20389
20390 2005-11-16  Wim Taymans  <wim@fluendo.com>
20391
20392         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20393         Fix leak in check.
20394
20395 2005-11-16  Wim Taymans  <wim@fluendo.com>
20396
20397         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20398         Fix state change.
20399
20400 2005-11-16  Andy Wingo  <wingo@pobox.com>
20401
20402         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20403         (gst_udpsrc_create): Move comment.
20404
20405 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20406
20407         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20408
20409         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20410           When seeking, seek to closest index entry at or before the requested
20411           seek position, not just the closest one (#321001).
20412
20413 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20414
20415         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20416         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20417           Invert DIB images again (see #132341).
20418
20419 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20420
20421         * configure.ac:
20422           rework configure.ac file
20423         * ext/aalib/gstaasink.c:
20424         * ext/cairo/gstcairo.c:
20425         * ext/dv/gstdv.c:
20426         * ext/esd/gstesd.c:
20427         * ext/flac/gstflac.c:
20428         * ext/gconf/gstgconfelements.c:
20429         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20430         * ext/jpeg/gstjpeg.c:
20431         * ext/ladspa/gstladspa.c:
20432         * ext/libcaca/gstcacasink.c:
20433         * ext/libmng/gstmng.c:
20434         * ext/libpng/gstpng.c:
20435         * ext/mikmod/gstmikmod.c:
20436         * ext/pango/gsttextoverlay.c:
20437         * ext/pango/gsttimeoverlay.c:
20438         * ext/raw1394/gst1394.c:
20439         * ext/speex/gstspeex.c:
20440         * gst/alpha/Makefile.am:
20441         * gst/alpha/gstalpha.c:
20442         * gst/alpha/gstalphacolor.c:
20443         * gst/auparse/gstauparse.c:
20444         * gst/autodetect/gstautoaudiosink.c:
20445         (gst_auto_audio_sink_factory_filter),
20446         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20447         * gst/autodetect/gstautodetect.c:
20448         * gst/avi/gstavi.c:
20449         * gst/cutter/gstcutter.c:
20450         * gst/debug/efence.c:
20451         * gst/debug/gstdebug.c:
20452         * gst/debug/gstnavigationtest.c:
20453         * gst/effectv/gsteffectv.c:
20454         * gst/flx/gstflxdec.c:
20455         * gst/goom/gstgoom.c:
20456         * gst/interleave/plugin.c:
20457         * gst/law/alaw.c:
20458         * gst/law/mulaw.c:
20459         * gst/level/gstlevel.c:
20460         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20461         * gst/matroska/matroska.c:
20462         * gst/median/gstmedian.c:
20463         * gst/monoscope/gstmonoscope.c:
20464         * gst/multipart/multipart.c:
20465         * gst/oldcore/gstelements.c:
20466         * gst/rtp/gstrtp.c:
20467         * gst/rtsp/gstrtsp.c:
20468         * gst/smoothwave/gstsmoothwave.c:
20469         * gst/smpte/gstsmpte.c:
20470         * gst/udp/gstudp.c:
20471         * gst/videobox/gstvideobox.c:
20472         * gst/videofilter/gstgamma.c:
20473         * gst/videofilter/gstvideobalance.c:
20474         * gst/videofilter/gstvideoflip.c:
20475         * gst/videofilter/gstvideotemplate.c:
20476         * gst/videomixer/videomixer.c:
20477         * gst/wavenc/gstwavenc.c:
20478         * gst/wavparse/gstwavparse.c:
20479         * sys/oss/gstossaudio.c:
20480         * sys/osxaudio/gstosxaudio.c:
20481           update GST_PLUGIN_DEFINE
20482         * gst/rtp/Makefile.am:
20483         * gst/rtp/gstasteriskh263.c:
20484           check for htons/htonl headers and possibly link to winsock2 lib
20485
20486 2005-11-12  Edward Hervey  <edward@fluendo.com>
20487
20488         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20489         Only GST_DEBUG() information on the valid components.
20490
20491 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20492
20493         * configure.ac: back to HEAD
20494
20495 === release 0.9.5 ===
20496
20497 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20498
20499         * configure.ac:
20500           releasing 0.9.5, "Phone Alarm"
20501
20502 2005-11-11  Edward Hervey  <edward@fluendo.com>
20503
20504         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20505         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20506         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20507         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20508         (gst_avi_demux_loop):
20509         * gst/avi/gstavidemux.h:
20510         Yeah, implement proper seeking. Exact seeking and segment seeking.
20511         Still need to do some checks for segment_stop.
20512
20513 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20514
20515         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20516
20517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20518           Don't try to ready buffer duration from buffer that we don't
20519           own any  longer and that might already have been unreffed.
20520           (#321136)
20521
20522 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20523
20524         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20525         (flx_decode_delta_flc), (gst_flxdec_chain):
20526         Attempting to optimize the code for embedded systems.
20527
20528 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20529
20530         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20533           Don't re-use already closed file descriptor. (#320920)
20534
20535 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20536
20537         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20538         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20539         (gst_oss_sink_prepare):
20540         * sys/oss/gstosssink.h:
20541           Cache probed caps; fix debug output for SET_PARAM macros.
20542
20543 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20544
20545         * ext/cairo/Makefile.am:
20546         * ext/cairo/gstcairo.c: (plugin_init):
20547         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20548         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20549         (gst_text_overlay_init), (gst_text_overlay_font_init),
20550         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20551         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20552         (gst_text_overlay_text_pad_linked),
20553         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20554         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20555         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20556         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20557         (gst_text_overlay_change_state):
20558         * ext/cairo/gsttextoverlay.h:
20559           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20560           property and redo positioning. Doesn't handle upstream renegotiation
20561           yet though.
20562
20563 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20564
20565         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20566         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20567         (gst_avi_demux_loop):
20568           No need to take the STREAM_LOCK in the loop function. Improve
20569           some debug messages. Don't leak pad names in debug messages.
20570
20571 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20572
20573         * gst/matroska/matroska-demux.c:
20574         (gst_matroska_demux_push_vorbis_codec_priv_data),
20575         (gst_matroska_demux_add_wvpk_header):
20576           Don't error out when the source pad isn't linked.
20577
20578 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20581         (gst_gconf_audio_sink_change_state):
20582         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20583         (gst_gconf_video_sink_change_state):
20584           Fix state change functions here as well and set kid
20585           to NULL state before removing it.
20586
20587 2005-11-01  Edward Hervey  <edward@fluendo.com>
20588
20589         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20590         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20591         Added proper event handlind, 
20592         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20593         ignored),
20594         and don't set a duration of 0 for buffers otherwise they are discarded
20595         by GstBaseSink.
20596
20597         GstWavEnc needs some serious loving, after going through the code I'm
20598         really wondering how this can stay in -good ...
20599
20600 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20601
20602         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20603         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20605         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20606         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20607         (gst_matroska_mux_collected):
20608           Fix leaks and invalid memory access as reported by valgrind
20609
20610 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         Patch by: Michal Benes <michal.benes@xeris.cz>
20613
20614         * check/Makefile.am:
20615         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20617         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20618           add a unit test for matroskamux
20619           fix the bugs that the unit test exposed
20620
20621 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20622
20623         * gst/autodetect/gstautoaudiosink.c:
20624         (gst_auto_audio_sink_class_init),
20625         (gst_auto_audio_sink_change_state):
20626         * gst/autodetect/gstautovideosink.c:
20627         (gst_auto_video_sink_class_init),
20628         (gst_auto_video_sink_change_state):
20629           Fix state change function and use GST_DEBUG_FUNCPTR in
20630           class_init.
20631
20632 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20633
20634         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20635
20636         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20637         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20638         * gst/matroska/ebml-write.h:
20639         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20640           Set timestamps on outgoing ebml headers as well, so that the
20641           element after matroskamux can get the timestamp already when
20642           reading the first ebml element and doesn't have to wait for
20643           the actual data buffer for that (#320308).
20644           
20645 2005-10-31  Andy Wingo  <wingo@pobox.com>
20646
20647         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20648         (gst_videomixer_pad_link): Kill some memleaks.
20649         (gst_videomixer_pad_get_property): Style fix.
20650         (gst_videomixer_pad_set_property): Style fix.
20651         (gst_videomixer_pad_init): Style fix.
20652         (gst_videomixer_update_queues): Kill memleak.
20653         (gst_videomixer_loop): Kill memleak.
20654         (gst_videomixer_collected): Kill memleak.
20655
20656 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20657
20658         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20659         gst_auparse_change_state:
20660         Just some cleanup.
20661
20662 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20663
20664         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20665         Add checks to GST_FLOW_NOT_LINKED for values returned
20666         from gst_pad_push.
20667         
20668 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20669
20670         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20671         (gst_rtpg711dec_process):
20672         * gst/rtp/gstrtpgsmenc.c:
20673         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20674         are never set. This is important for the g711 to work with burger's rtpbin
20675         element.
20676
20677 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20678
20679         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20680         (gst_speexenc_push_buffer):
20681         Add checks for return values from gst_pad_push and
20682         gst_pad_alloc_buffer.
20683
20684 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20685
20686         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20687
20688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20689         (gst_matroska_demux_parse_info),
20690         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20691         (gst_matroska_demux_parse_cluster):
20692         * gst/matroska/matroska-ids.h:
20693         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20694         (gst_matroska_mux_init), (gst_matroska_mux_start),
20695         (gst_matroska_mux_create_buffer_header),
20696         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20697         (gst_matroska_mux_get_property):
20698         * gst/matroska/matroska-mux.h:
20699           Add SimpleBlock support to matroska demuxer and muxer (part of
20700           Matroska v2). (#319731)
20701
20702 2005-10-28  Wim Taymans  <wim@fluendo.com>
20703
20704         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20705         (gst_jpeg_dec_change_state):
20706         * ext/jpeg/gstjpegdec.h:
20707         Cleanups. Don't create caps for every chain.
20708
20709 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20710
20711         * gst/law/alaw-encode.c: (gst_alawenc_init),
20712         (alawenc_setcaps), (gst_alawenc_chain)
20713         * gst/law/alaw-encode.h:
20714         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20715         (mulawenc_setcaps), (gst_mulawenc_chain)
20716         * gst/law/mulaw-encode.h:
20717         Set timestamp on buffer and it allows RTP G711 elements
20718         work properly.
20719
20720 2005-10-27  Wim Taymans  <wim@fluendo.com>
20721
20722         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20723         Set correct format on oss instead of a silly value. 
20724
20725 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20726
20727         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20728         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20729         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20730         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20731         I420 rendering as well, doesn't bring much for my platform.
20732         Might help on some other platforms.
20733
20734 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20735
20736         * gst/rtp/gstrtpgsmenc.c:
20737         * gst/rtp/gstrtpgsmparse.c:
20738         Declaring the padtemplate correctly.
20739
20740 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20741
20742         * gst/rtp/gstrtpg711dec.c:
20743         * gst/rtp/gstrtpg711enc.c:
20744         * gst/rtp/gstrtpgsmenc.c:
20745         * gst/rtp/gstrtpgsmparse.c:
20746         Setting the proper copyright notice.
20747
20748 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20749
20750         * gst/videobox/Makefile.am: Use liboil.
20751         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20752         (gst_video_box_set_property), (gst_video_box_transform_caps),
20753         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20754         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20755         using liboil. Will dot the same to I420 border generation
20756         tomorrow.
20757
20758 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20759
20760         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20761         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20762         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20763         * gst/rtp/gstrtpg711dec.h:
20764         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20765         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20766         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20767         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20768         (gst_rtpgsmenc_handle_buffer):
20769         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20770         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20771         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20772         * gst/rtp/gstrtpgsmparse.h:
20773         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20774         inherits from the basertpdepayloader.
20775
20776 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20777
20778         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20779         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20780         (gst_video_box_ayuv): Removing this forgotten debug.
20781
20782 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20783
20784         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20785         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20786         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20787
20788 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20789
20790         * sys/oss/gstossaudio.c:
20791         * sys/oss/gstossdmabuffer.c:
20792         * sys/oss/gstosshelper.c:
20793         * sys/oss/gstossmixer.c:
20794         * sys/oss/gstossmixerelement.c:
20795         * sys/oss/gstossmixertrack.c:
20796         * sys/oss/gstosssink.c:
20797         * sys/oss/gstosssrc.c:
20798           Actually use the 'oss' debug category we register.
20799
20800 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20801
20802         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20803         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20804         Use gst_pad_get_parent and drop the ref that was added through
20805         that call.
20806
20807 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20808
20809         * gst/rtp/gstrtpgsmenc.c:
20810           Fix compilation
20811
20812 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20813
20814         * gst/rtp/gstrtpg711dec.c
20815         Just removed a couple of lines of weird code used during
20816         development/test time.
20817
20818 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20819
20820         * gst/rtp/Makefile.am
20821         * gst/rtp/gstrtp.c
20822         * gst/rtp/gstrtpg711enc.c
20823         * gst/rtp/gstrtpg711enc.h
20824         * gst/rtp/gstrtpg711dec.c
20825         * gst/rtp/gstrtpg711dec.h
20826         Created G711 payloader and depayloader (it supports mulaw and alaw
20827         (dec)encoders)
20828
20829 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20830
20831         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20832         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20833         Doh ! I introduced wingo's bug again ! Sorry...
20834
20835 2005-10-25  Christian Schaller <christian@fluendo.com> 
20836
20837         * gst/rtp/Makefile.am: add missing header files for disting
20838
20839 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20840
20841         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20842         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20843         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20844         (gst_rtpgsmenc_handle_buffer):
20845         * gst/rtp/gstrtpgsmenc.h:
20846         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20847         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20848         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20849         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20850         * gst/rtp/gstrtpgsmparse.h:
20851         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20852
20853 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20854
20855         * ext/libpng/gstpngdec.c: (user_info_callback),
20856         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20857         a newsegment event, move some redundant code in a single place.
20858
20859 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20860
20861         * ext/libpng/gstpngdec.c: (user_info_callback),
20862         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20863         hack to get correct colors order when we have a png image with
20864         alpha channel.
20865
20866 2005-10-24  Edward Hervey  <edward@fluendo.com>
20867
20868         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20869         Call gst_element_no_more_pads when there will be no more pads.
20870
20871 2005-10-24  Wim Taymans  <wim@fluendo.com>
20872
20873         * gst/rtp/Makefile.am:
20874         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20875         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20876         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20877         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20878         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20879         (gst_asteriskh263_plugin_init):
20880         * gst/rtp/gstasteriskh263.h:
20881         * gst/rtp/gstrtp.c: (plugin_init):
20882         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20883         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20884         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20885         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20886         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20887         (gst_rtph263enc_plugin_init):
20888         * gst/rtp/gstrtph263enc.h:
20889         Added two new payloaders, an RFC 2190 payloader for h263 and
20890         a payload convertor for an asterisk server.
20891
20892 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20893
20894         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20895           Set bytes_per_sample correctly (is not always 4, but 
20896           depends on width and number of channels).
20897
20898 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20899
20900         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20901         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20902         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20903         (gst_flacenc_sink_event), (gst_flacenc_chain),
20904         (gst_flacenc_set_property), (gst_flacenc_get_property),
20905         (gst_flacenc_change_state):
20906         * ext/flac/gstflacenc.h:
20907           Fix seeking, so that flacenc can rewrite the header with the
20908           correct duration and amount of samples and all that at EOS;
20909           also set timestamps and granulepos on outgoing buffers; add
20910           debug category; fix state change function.
20911           
20912 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20913
20914         * gst/videomixer/videomixer.c: Don't restrict video geometry
20915         from 16 to 4096.
20916
20917 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20918
20919         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20920         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20921         Fix caps negotiation correctly, add debugging category.
20922
20923 2005-10-24  Christian Schaller  <christian@fluendo.com>
20924
20925         * configure.ac: Port over Thomas's change from base listing all plugins
20926
20927 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20928
20929         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20930         a sink pad.
20931
20932 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20933
20934         * configure.ac:
20935         * docs/upload.mak:
20936           back to HEAD
20937
20938 === release 0.9.4 ===
20939
20940 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20941
20942         * configure.ac:
20943           Releasing 0.9.4, "Dromiceiomimus"
20944
20945 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20946
20947         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20948         (gst_speexenc_src_query):
20949           Add position and duration query, fix query type function.
20950           
20951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20952         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20953           Let's not set non-fixed caps on source pads.
20954
20955 2005-10-21  Wim Taymans  <wim@fluendo.com>
20956
20957         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20958         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20959         (gst_avi_demux_handle_seek):
20960         Set correct stream_time in newsegment event.
20961         avi can also handle a duration query now.
20962
20963 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20964
20965         * gst/matroska/matroska-demux.c:
20966         (gst_matroska_demux_handle_src_query),
20967         (gst_matroska_demux_handle_seek_event),
20968         (gst_matroska_demux_loop_stream_parse_id):
20969           Fix duration query; fix basetime in newsegment event after
20970           seek; fix duration in initial newsegment event.
20971
20972         * gst/matroska/matroska-mux.c:
20973         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20974           Extract number of channels and samplerate from vorbis headers;
20975           add some debug messages when querying the durations of the
20976           input streams.
20977
20978 2005-10-20  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20981         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20982         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20983         Set stream time correctly in newsegment.
20984
20985 2005-10-20  Wim Taymans  <wim@fluendo.com>
20986
20987         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20988         Correctly fill in the stream time.
20989
20990 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20991
20992         * check/elements/level.c: (GST_START_TEST):
20993         * gst/level/gstlevel.c: (gst_level_message_new):
20994         * gst/level/level-example.c: (message_handler):
20995           use ELEMENT messages instead
20996
20997 2005-10-19  Wim Taymans  <wim@fluendo.com>
20998
20999         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21000         (gst_dvdemux_src_query):
21001         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21002         (gst_flacdec_src_query):
21003         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21004         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21005         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21006         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21007         * gst/debug/progressreport.c: (gst_progress_report_report):
21008         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21009         * gst/matroska/matroska-demux.c:
21010         (gst_matroska_demux_handle_src_query):
21011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21012         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21013         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21014         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21015         (gst_wavparse_srcpad_event):
21016         API change fix.
21017
21018 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21019
21020         * gst/goom/filters.c:
21021         * gst/goom/graphic.h:
21022         * gst/goom/lines.c:
21023           Make inline functions either 'static inline' or 'extern inline',
21024           otherwise the Forte compiler apparently won't inline them (#317300).
21025
21026 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21027
21028         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21029         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21030         (user_info_callback), (user_endrow_callback), (user_end_callback),
21031         (user_read_data), (gst_pngdec_caps_create_and_set),
21032         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21033         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21034         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21035         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21036         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21037         very nice and handle push/pull based model. if you have filesrc
21038         connected to it, it will do random access to load the png file.
21039         If you have a network source that can't do _getrange, it does 
21040         progressive loading through the chain function.
21041         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21042         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21043         thanks to Master Wim Taymans ;-)
21044
21045 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21046
21047         * gst/matroska/Makefile.am:
21048         * gst/matroska/ebml-read.c:
21049         * gst/matroska/ebml-read.h:
21050         * gst/matroska/matroska-demux.c:
21051         * gst/matroska/matroska-demux.h:
21052         * gst/matroska/matroska.c: (plugin_init):
21053           Ported matroska demuxer to 0.9.
21054
21055 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21056
21057         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21058
21059         * gst/matroska/matroska-mux.c:
21060         (gst_matroska_mux_video_pad_setcaps),
21061         (gst_matroska_mux_audio_pad_setcaps):
21062           Fix mpeg4 input handling (#318847); also, while we're at it,
21063           fix media type for Motion-JPEG: should be image/jpeg.
21064
21065 2005-10-18  Wim Taymans  <wim@fluendo.com>
21066
21067         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21068         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21069         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21070         Fix for segment-start/stop API change.
21071
21072 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21073
21074         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21075         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21076         way.
21077
21078 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21079
21080         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21081         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21082         output declared in transform_caps.
21083
21084 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21085
21086         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21087
21088 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21089
21090         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21091         (gst_video_box_get_unit_size): Fix wrong size calculations and
21092         implement get_unit_size correctly.
21093
21094 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21095
21096         * configure.ac:
21097           Enable flx plugin.
21098
21099         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21100           Fix gcc4 signedness issue.
21101
21102 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21103
21104         * configure.ac: Adding videomixer.
21105         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21106         (user_read_data), (gst_pngdec_chain): More debugging.
21107         * gst/alpha/Makefile.am: Adding alphacolor
21108         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21109         (gst_alpha_color_class_init), (gst_alpha_color_init),
21110         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21111         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21112         (plugin_init): Ported to 0.9 using in place base tranform.
21113         * gst/videomixer/Makefile.am:
21114         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21115         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21116         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21117         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21118         (gst_videomixer_init), (gst_videomixer_getcaps),
21119         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21120         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21121         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21122         to 0.9 using collectpads.
21123
21124 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21125
21126         * configure.ac:
21127         * gst/flx/Makefile.am:
21128         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21129         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21130         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21131         * gst/flx/gstflxdec.h:
21132         flx plugin ported to 0.9
21133
21134 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21135
21136         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21137           use new gst_version_string()
21138
21139 2005-10-16  Andy Wingo  <wingo@pobox.com>
21140
21141         * configure.ac: GLIB_CHECK.
21142
21143 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21144
21145         * ext/libpng/Makefile.am:
21146         * ext/libpng/gstpng.c: (plugin_init):
21147         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21148         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21149         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21150
21151 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21152
21153         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21154
21155         * configure.ac:
21156         * gst/matroska/Makefile.am:
21157         * gst/matroska/ebml-ids.h:
21158         * gst/matroska/ebml-write.c:
21159         * gst/matroska/ebml-write.h:
21160         * gst/matroska/matroska-ids.h:
21161         * gst/matroska/matroska-mux.c:
21162         * gst/matroska/matroska-mux.h:
21163         * gst/matroska/matroska.c: (plugin_init):
21164           Port matroska muxer to 0.9 (#318847).
21165
21166 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21167
21168         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21169         (comment_init), (comment_add):
21170           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21171           use GST_READ_UINT32_LE() and friends rather than the private
21172           implementation of those same macros.
21173
21174 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21175
21176         * examples/stats/mp2ogg.c:
21177           more typo fixes
21178
21179 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21180
21181         * examples/indexing/indexmpeg.c: (main):
21182         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21183         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21184         * ext/esd/esdmon.h:
21185         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21186         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21187         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21188         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21189         * gst/avi/gstavimux.c: (gst_avimux_init):
21190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21191         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21192         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21193         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21194         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21195         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21196         * gst/oldcore/gstmultifilesrc.h:
21197         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21198         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21199         (gst_pipefilter_change_state):
21200         * gst/oldcore/gstpipefilter.h:
21201         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21202         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21203         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21204         * sys/osxaudio/gstosxaudiosink.h:
21205         * sys/osxaudio/gstosxaudiosrc.h:
21206           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21207           moved bitshift from macro to enum definition
21208
21209 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21210
21211         * ext/Makefile.am:
21212         * ext/cairo/Makefile.am:
21213         * ext/cairo/gstcairo.c: (plugin_init):
21214         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21215         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21216         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21217         * ext/cairo/gsttimeoverlay.h:
21218           update of cairo-based timeoverlay to 1.0 Cairo API
21219           doesn't work yet for resizing of output sink
21220
21221 2005-10-11  Wim Taymans  <wim@fluendo.com>
21222
21223         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21224         newsegment API fix.
21225
21226 2005-10-11  Wim Taymans  <wim@fluendo.com>
21227
21228         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21229         (gst_dvdemux_demux_frame):
21230         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21231         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21232         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21233         (gst_avi_demux_handle_seek):
21234         * gst/goom/gstgoom.c: (gst_goom_event):
21235         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21236         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21237         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21238         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21239         (gst_wavparse_srcpad_event):
21240         newsegment API update.
21241
21242 2005-10-11  Andy Wingo  <wingo@pobox.com>
21243
21244         * ext/speex/gstspeexenc.c: Signedness cleanups.
21245
21246 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21247
21248         * PORTED_09:
21249         * ext/speex/Makefile.am:
21250         * ext/speex/gstspeex.c:
21251         * ext/speex/gstspeexenc.c:
21252         Speexenc ported to 0.9
21253
21254 2005-10-10  Wim Taymans  <wim@fluendo.com>
21255
21256         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21257         (gst_oss_sink_init), (gst_oss_sink_set_property),
21258         (gst_oss_sink_get_property), (gst_oss_sink_open),
21259         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21260         * sys/oss/gstosssink.h:
21261         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21262         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21263         (gst_oss_src_prepare):
21264         Cleanups, make device configurable in the sink, handle and report
21265         errors.
21266
21267 2005-10-10  Wim Taymans  <wim@fluendo.com>
21268
21269         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21270         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21271         Make sure element is NULL before removing from the bin.
21272
21273 2005-10-07  Andy Wingo  <wingo@pobox.com>
21274
21275         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21276         block forever in a read().
21277         (gst_dv1394src_bus_reset): Post a message when the cable is
21278         unplugged.
21279         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21280         (gst_dv1394src_bus_reset): Don't unref the message.
21281
21282         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21283         hacking. The only change should be that the state change stuff was
21284         put into basesrc's start() and stop() routines, which coalesces
21285         some steps.
21286
21287 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21288
21289         * configure.ac:
21290           Add check for mmap
21291           
21292         * gst/debug/Makefile.am:
21293           Only compile efence plugin on systems that have mmap.
21294
21295 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21296
21297         * gst/debug/Makefile.am:
21298         * gst/debug/breakmydata.c:
21299         * gst/debug/gstdebug.c:
21300         * gst/debug/gstnavigationtest.c:
21301         * gst/debug/gstnavseek.c: 
21302         * gst/debug/gstnavseek.h:
21303         * gst/debug/progressreport.c: 
21304         * gst/debug/testplugin.c:
21305           Port progressreport, navseek, navigationtest, testsink and
21306           breakmydata.
21307
21308 2005-10-05  Edward Hervey  <edward@fluendo.com>
21309
21310         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21311         (gst_dvdemux_src_query):
21312         Fixes for better conversion
21313
21314 2005-10-04  Michael Smith <msmith@fluendo.com>
21315
21316         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21317         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21318         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21319         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21320           Set state of elements to NULL before removing from bins.
21321           Set state of test element to NULL if we failed to move it to READY
21322
21323 2005-10-04  Edward Hervey  <edward@fluendo.com>
21324
21325         * ext/dv/Makefile.am:
21326         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21327         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21328         Corrected the query function for position so it doesn't forget what
21329         format was asked, and calls the conversion functions on the correct pad.
21330
21331 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21332
21333         * configure.ac:
21334           back to development
21335
21336 === release 0.9.3 ===
21337
21338 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * configure.ac:
21341           Releasing 0.9.3, "Aramis"
21342
21343 2005-10-03  Andy Wingo  <wingo@pobox.com>
21344
21345         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21346         error returns.
21347
21348 2005-10-02  Andy Wingo  <wingo@pobox.com>
21349
21350         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21351
21352         * ext/flac/gstflacenc.c: Ported to 0.9.
21353
21354         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21355
21356         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21357         and link to gsttagedit. Enable flacenc.
21358
21359         * ext/flac/gstflacdec.c: Re-enable tag reading.
21360
21361 2005-09-30  Wim Taymans  <wim@fluendo.com>
21362
21363         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21364         * gst/rtp/gstrtpgsmparse.c:
21365         * gst/rtp/gstrtph263penc.c:
21366         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21367         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21368         (gst_rtpmp4venc_set_property):
21369         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21370         Various class and caps fixes from Andre Magalhaes (andrunko)
21371
21372 2005-09-29  Wim Taymans  <wim@fluendo.com>
21373
21374         * gst/level/level-example.c: (main):
21375         Update for new bus API.
21376
21377 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21378
21379         * configure.ac:
21380           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21381           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21382
21383 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21384
21385         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21386           Fix playback of mono streams (bytes_per_sample should be set
21387           from the sample width and the number of channels negotiated,
21388           and not just be set to 4) (#317338)
21389
21390 2005-09-26  Wim Taymans  <wim@fluendo.com>
21391
21392         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21393         (gst_rtpmpaenc_handle_buffer):
21394         Set buffer duration correctly.
21395
21396 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21397
21398         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21399         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21400         (gst_avi_demux_change_state):
21401           Don't crash when encountering a stream with an unknown fourcc or
21402           codec id. Instead, create a pad of type video/x-avi-unknown or
21403           audio/x-avi-unknown, which as a side-effect also results in less
21404           confusing error messages in players ('no decoder' vs. 'no streams');
21405           minor fixes to state change function and class_init function.
21406
21407 2005-09-24  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21410         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21411         These are sinks.
21412
21413 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * check/elements/level.c: (GST_START_TEST):
21416           fix test for new GstClockTime use
21417         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21418         (gst_level_transform_ip):
21419         * gst/level/gstlevel.h:
21420           fix up the decay peak, ensuring the decay peak is never lower
21421           than the peak for that interval
21422
21423 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21424
21425         * docs/plugins/gst-plugins-good-plugins.args:
21426         * docs/plugins/inspect/plugin-alpha.xml:
21427         * docs/plugins/inspect/plugin-rtp.xml:
21428         * gst/level/gstlevel.c: (gst_level_set_caps),
21429         (gst_level_transform_ip):
21430           updating docs
21431
21432 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21433
21434         * Makefile.am:
21435         * check/elements/level.c: (GST_START_TEST):
21436         * gst/level/Makefile.am:
21437         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21438         (gst_level_set_property), (gst_level_get_property),
21439         (gst_level_set_caps), (gst_level_message_new),
21440         (gst_level_transform_ip):
21441         * gst/level/gstlevel.h:
21442         * gst/level/level-example.c: (message_handler), (main):
21443           convert to using GstClockTime for all time values, finally.
21444
21445 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21446
21447         * gst/auparse/Makefile.am:
21448         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21449           fix up build
21450         * configure.ac:
21451         * ext/cairo/Makefile.am:
21452         * ext/dv/Makefile.am:
21453         * ext/esd/Makefile.am:
21454         * ext/flac/Makefile.am:
21455         * ext/gconf/Makefile.am:
21456         * ext/gdk_pixbuf/Makefile.am:
21457         * ext/jpeg/Makefile.am:
21458         * ext/ladspa/Makefile.am:
21459         * ext/libcaca/Makefile.am:
21460         * ext/libmng/Makefile.am:
21461         * ext/libpng/Makefile.am:
21462         * ext/mikmod/Makefile.am:
21463         * ext/pango/Makefile.am:
21464         * ext/raw1394/Makefile.am:
21465         * ext/shout2/Makefile.am:
21466         * ext/speex/Makefile.am:
21467         * gst/alpha/Makefile.am:
21468         * gst/autodetect/Makefile.am:
21469         * gst/avi/Makefile.am:
21470         * gst/cutter/Makefile.am:
21471         * gst/debug/Makefile.am:
21472         * gst/effectv/Makefile.am:
21473         * gst/flx/Makefile.am:
21474         * gst/goom/Makefile.am:
21475         * gst/interleave/Makefile.am:
21476         * gst/law/Makefile.am:
21477         * gst/matroska/Makefile.am:
21478         * gst/median/Makefile.am:
21479         * gst/monoscope/Makefile.am:
21480         * gst/multipart/Makefile.am:
21481         * gst/oldcore/Makefile.am:
21482         * gst/rtp/Makefile.am:
21483         * gst/rtsp/Makefile.am:
21484         * gst/smoothwave/Makefile.am:
21485         * gst/smpte/Makefile.am:
21486         * gst/videobox/Makefile.am:
21487         * gst/videofilter/Makefile.am:
21488         * gst/videomixer/Makefile.am:
21489         * gst/wavenc/Makefile.am:
21490         * gst/wavparse/Makefile.am:
21491         * sys/oss/Makefile.am:
21492         * sys/osxaudio/Makefile.am:
21493         * sys/osxvideo/Makefile.am:
21494           fix up GST_LIBS use
21495
21496 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21497
21498         * gst/auparse/Makefile.am:
21499         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21500           fix build of auparse
21501
21502 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21503
21504         * configure.ac:
21505         * PORTED_09:
21506         * gst/auparse/gstauparse.c:
21507         * gst/auparse/gstauparse.h:
21508         Auparse ported to 0.9.
21509
21510 2005-09-22  Wim Taymans  <wim@fluendo.com>
21511
21512         * gst/rtp/TODO:
21513         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21514         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21515         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21516         (gst_rtpmp4venc_set_property):
21517         * gst/rtp/gstrtpmp4venc.h:
21518         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21519         * gst/rtp/gstrtpmpaenc.h:
21520         Use is_filled to both check MTU and max-ptime of base class.
21521
21522 2005-09-22  Wim Taymans  <wim@fluendo.com>
21523
21524         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21525         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21526         (gst_rtpmp4venc_set_property):
21527         Don't fragment packets with multiple frames.
21528
21529 2005-09-22  Wim Taymans  <wim@fluendo.com>
21530
21531         * gst/rtp/TODO:
21532         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21533         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21534         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21535         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21536         (gst_rtpmp4venc_get_property):
21537         * gst/rtp/gstrtpmp4venc.h:
21538         Remove g_print.
21539         Update TODO
21540         Make payload encoder a bit smarter and more correct with
21541         timestamps.
21542         Added option in payloader to include config string in-band.
21543
21544 2005-09-21  Wim Taymans  <wim@fluendo.com>
21545
21546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21547         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21548         (gst_rtspsrc_send):
21549         Strip spaces for key/value pairs.
21550
21551 2005-09-21  Wim Taymans  <wim@fluendo.com>
21552
21553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21554         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21555         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21556         (gst_rtspsrc_change_state):
21557         More SDP parsing and caps setting.
21558         Do NO_PREROLL differently.
21559         add pads only after negotiated.
21560
21561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21562         (gst_udpsrc_getcaps):
21563         Implement the getcaps function.
21564
21565 2005-09-21  Wim Taymans  <wim@fluendo.com>
21566
21567         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21568         (gst_rtpamrdec_chain):
21569         Handle multiple AMr packets per payload. Handle CRC and
21570         parse ILL/ILP.
21571
21572         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21573         Make caps params strings for easy SDP mapping.
21574         
21575         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21576         Handle capsnego better.
21577
21578         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21579         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21580         Generate and parse config string in the caps.
21581
21582 2005-09-21  Wim Taymans  <wim@fluendo.com>
21583
21584         * gst/rtp/README:
21585         Update README
21586
21587         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21588         Make extra params as strings.
21589
21590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21591         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21592         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21593         Make state change return NO_PREROLL as this is a live
21594         source.
21595
21596         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21597         Don't unref old caps when NULL.
21598
21599 2005-09-20  Wim Taymans  <wim@fluendo.com>
21600
21601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21602         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21603         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21604         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21605         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21606         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21607         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21608         * gst/rtsp/sdpmessage.h:
21609         Add URI handler.
21610         Parse SDP and create caps.
21611
21612 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21613
21614         * gst/alpha/gstalpha.c:
21615           fix element description
21616
21617 2005-09-19  Wim Taymans  <wim@fluendo.com>
21618
21619         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21620         Don't check payload for now.
21621
21622 2005-09-19  Wim Taymans  <wim@fluendo.com>
21623
21624         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21625         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21626         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21627         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21628         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21629         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21630         (gst_wavparse_change_state):
21631         * gst/wavparse/gstwavparse.h:
21632         Fix wavparse some more.
21633
21634 2005-09-19  Wim Taymans  <wim@fluendo.com>
21635
21636         * check/elements/level.c: (GST_START_TEST):
21637         Fix for bus API change.
21638
21639 2005-09-19  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst/level/level-example.c: (main):
21642         Fix for new bus API.
21643
21644         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21645         Set caps on pads.
21646
21647 2005-09-15  Wim Taymans  <wim@fluendo.com>
21648
21649         * gst/rtp/Makefile.am:
21650         * gst/rtp/README:
21651         * gst/rtp/gstrtp.c: (plugin_init):
21652         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21653         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21654         (gst_rtpamrdec_change_state):
21655         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21656         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21657         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21658         * gst/rtp/gstrtpamrenc.h:
21659         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21660         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21661         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21662         * gst/rtp/gstrtpgsmenc.h:
21663         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21664         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21665         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21666         (gst_rtpgsmparse_change_state):
21667         * gst/rtp/gstrtpgsmparse.h:
21668         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21669         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21670         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21671         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21672         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21673         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21674         * gst/rtp/gstrtph263penc.h:
21675         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21676         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21677         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21678         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21679         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21680         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21681         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21682         * gst/rtp/gstrtpmp4venc.h:
21683         * gst/rtp/gstrtpmpadec.c:
21684         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21685         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21686         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21687         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21688         * gst/rtp/gstrtpmpaenc.h:
21689         Updates to payloader/depayloaders, make payloaders use
21690         the base classes.
21691         Updated README with suggested RTP caps and how to convert
21692         to/from SDP.
21693         Added config descriptor in mp4v payloader.
21694
21695 2005-09-15  Andy Wingo  <wingo@pobox.com>
21696
21697         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21698         * gst/autodetect/gstautovideosink.c
21699         (gst_auto_video_sink_find_best): Update for new registry API.
21700
21701 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * common/c-to-xml.py:
21704         * common/gtk-doc-plugins.mak:
21705           a simple py script to generate valid xml from a C example
21706           probably also need to strip an MIT license when we decide
21707         * docs/plugins/Makefile.am:
21708         * gst/level/Makefile.am:
21709         * gst/level/gstlevel.c: (gst_level_init):
21710         * gst/level/level-example.c: (message_handler), (main):
21711           add an example to level that will show up in the docs
21712         * gst/rtp/TODO:
21713           add a note for the future
21714
21715 2005-09-14  Michael Smith <msmith@fluendo.com>
21716
21717         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21718           Actually define the debug object being used in wavenc. Fixes #316205
21719
21720 2005-09-14  Michael Smith <msmith@fluendo.com>
21721
21722         * gst/smpte/Makefile.am:
21723           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21724           needed to build on windows (bug 316204)
21725
21726 2005-09-12  Andy Wingo  <wingo@pobox.com>
21727
21728         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21729
21730 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21731
21732         * configure.ac:
21733         * gst/fdsrc/Makefile.am:
21734         * gst/fdsrc/gstfdsrc.c:
21735         * gst/fdsrc/gstfdsrc.h:
21736           Move fdsrc back into gstreamer core elements.
21737
21738         * gst/level/gstlevel.c: (gst_level_class_init),
21739         (gst_level_transform_ip):
21740         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21741           Basetransform changes.
21742
21743 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21744
21745         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21746         * ext/jpeg/smokecodec.c: (find_best_size):
21747           fix compiler warnings
21748
21749 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * gst-plugins-good.spec.in:
21752           spec file fixes
21753         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21754         (gst_multiudpsink_render), (gst_multiudpsink_add),
21755         (gst_multiudpsink_clear):
21756           it actually helps to actually stream if we hook up the
21757           "add" signal to an actual implementation
21758         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21759           some debugging
21760
21761 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21762
21763         * ext/jpeg/Makefile.am:
21764         * ext/jpeg/gstjpeg.c
21765         * ext/jpeg/gstjpegenc.c:
21766         * ext/jpeg/gstsmokeenc.c:
21767
21768 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21769
21770         * ext/flac/gstflacdec.c:
21771         * ext/flac/gstflacenc.c:
21772         * ext/flac/gstflactag.c:
21773         * ext/speex/gstspeexenc.c:
21774           gsttaginterface.h -> gsttagsetter.h
21775
21776 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21777
21778         * configure.ac:
21779         * gst/debug/Makefile.am:
21780         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21781         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21782         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21783         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21784         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21785           Port to 0.9 and re-enable efence plugin.
21786
21787 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21788
21789         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21790         (gst_flacdec_write), (gst_flacdec_convert_src):
21791         * ext/flac/gstflacdec.h:
21792           Add support for flac files with 24/32 bits per sample; and misc.
21793           minor clean-ups. Seeking is still partly broken (for me at least).
21794
21795 2005-09-06  Wim Taymans  <wim@fluendo.com>
21796
21797         * gst/rtp/Makefile.am:
21798         * gst/rtp/gstrtp.c: (plugin_init):
21799         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21800         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21801         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21802         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21803         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21804         (gst_rtpmp4vdec_plugin_init):
21805         * gst/rtp/gstrtpmp4vdec.h:
21806         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21807         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21808         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21809         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21810         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21811         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21812         * gst/rtp/gstrtpmp4venc.h:
21813         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21814         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21815         Added mpeg4 video payload encoder/decoder.
21816         Added some docs in mpa payloader.
21817
21818 === release 0.9.1 ===
21819
21820 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21821
21822         * NEWS:
21823         * README:
21824         * RELEASE:
21825         * autogen.sh:
21826         * configure.ac:
21827           releasing 0.9.1, "Blondie"
21828
21829 2005-09-05  Andy Wingo  <wingo@pobox.com>
21830
21831         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21832         here from the state change handler, so we fire signals without
21833         holding the state lock.
21834
21835 2005-09-02  Andy Wingo  <wingo@pobox.com>
21836
21837         * All plugins updated for element state changes.
21838
21839 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * Makefile.am:
21842         * check/.cvsignore:
21843         * check/Makefile.am:
21844         * check/elements/.cvsignore:
21845         * check/elements/level.c: (setup_level), (cleanup_level),
21846         (GST_START_TEST), (level_suite), (main):
21847           add a test for level
21848         * common/release.mak:
21849           move the enum checking to release.mak
21850         * configure.ac:
21851           add valgrind and check checking
21852         * gst/level/gstlevel.c: (gst_level_transform):
21853         * gst/level/gstlevel.h:
21854           fix Andy's cast bug
21855           convert a field to int
21856           fix the arithmetic to int when checking for emit so that a
21857           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21858
21859 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * Makefile.am:
21862         * configure.ac:
21863           add docs to build
21864         * common/plugins.xsl:
21865           wrap Description into a refsect2
21866         * docs/Makefile.am:
21867         * docs/plugins/Makefile.am:
21868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21870         * gst/goom/Makefile.am:
21871         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21872         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21873         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21874         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21875         (gst_goom_change_state):
21876         * gst/goom/gstgoom.h:
21877           GstGOOM -> GstGoom
21878           add an example launch line
21879         * gst/level/gstlevel.h:
21880         * gst/monoscope/gstmonoscope.c:
21881           cleanups
21882
21883 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21884
21885         * configure.ac:
21886         * docs/plugins/Makefile.am:
21887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21889         * docs/plugins/gst-plugins-good-plugins.types:
21890           document elements and plugins.  Shazam !
21891
21892 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21893
21894         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21895           be found under doc/random/ChangeLog-0.8